This will allow multiple trackers to share a host more easily.
. ". "
. "Information on the control syntax is available "
. a(
- { -href => "http://" . $c{TrackerHost} . "/control.txt" }, "here"
+ { -href => "http://" . $c{TrackerHost} . $c{StaticContent} . "control.txt" }, "here"
)
. "."
]
# Insert into /etc/apache2/sites-available/bugs.xenproject.org
+ Alias /test/css/ /srv/test/share/emesinae/css/
+ Alias /test/static/ /srv/test/var/www/
ScriptAliasMatch /test/bug/.* /srv/test/lib/emesinae/cgi-bin/bug.cgi
ScriptAlias /test/ /srv/test/lib/emesinae/cgi-bin/bugs.cgi
<Directory "/srv/test/lib/emesinae/cgi-bin">
SetEnv PERLLIB /srv/test/share/perl/5.10.1/
AuthUserFile /srv/test/etc/htpasswd
</Directory>
-
- Alias /test-css/ /srv/test/share/emesinae/css/
$c{RawMailBase} = "/srv/test/var/raw/";
$c{TrackerName} = "Emesinae Testing Bug Tracker";
-$c{TrackerHost} = "bugs.xen.org";
-
-$c{StyleSheet} = "/test-css/style.css";
+$c{TrackerHost} = "bugs.xenproject.org";
$c{MailDomain} = "bugs.xenproject.org";
# Path component of the CGI URL
$c{CGIPath} = "/test/";
+$c{StyleSheet} = "/test/css/style.css";
+$c{StaticContent} = "/test/static/";
$c{LockDir} = "/srv/test/var/lock";
ServerAdmin webmaster@bugs.xenproject.org
ServerName bugs.xenproject.org
- DocumentRoot /srv/xen-devel-bugs/var/www
+ DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
AuthUserFile /srv/xen-devel-bugs/etc/htpasswd
Require valid-user
</Directory>
- <Directory /srv/xen-devel-bugs/var/www/>
- Options Indexes FollowSymLinks MultiViews
- AllowOverride None
- Order allow,deny
- allow from all
- </Directory>
+ Alias /xen/css/ /srv/xen-devel-bugs/share/emesinae/css/
+ Alias /xen/static/ /srv/xen-devel-bugs/var/www/
ScriptAliasMatch /xen/bug/.* /srv/xen-devel-bugs/lib/emesinae/cgi-bin/bug.cgi
ScriptAlias /xen/ /srv/xen-devel-bugs/lib/emesinae/cgi-bin/bugs.cgi
<Directory "/srv/xen-devel-bugs/lib/emesinae/cgi-bin">
SetEnv PERLLIB /srv/xen-devel-bugs/share/perl/5.10.1/
</Directory>
- Alias /css/ /srv/xen-devel-bugs/share/emesinae/css/
-
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# Path component of the CGI URL
$c{CGIPath} = "/xen/";
+$c{StyleSheet} = "/xen/css/style.css";
+$c{StaticContent} = "/xen/static/";
$c{LockDir} = "/srv/xen-devel-bugs/var/lock/";