3 ServerAdmin webmaster@localhost
5 DocumentRoot /var/www/sipb-xen-www
6 <Directory /var/www/sipb-xen-www>
7 Options Indexes FollowSymLinks MultiViews ExecCGI
14 RewriteRule ^/static(.*) - [L]
15 RewriteRule ^/trac.fcgi(.*) - [L]
16 RewriteRule ^/trac/chrome/common(.*) /usr/share/trac/htdocs$1 [L]
17 RewriteRule ^/trac/login(.*) https://xvm.mit.edu/trac/login$1 [L]
18 RewriteRule ^/trac(.*) /var/www/trac/trac.fcgi$1 [L]
19 RewriteRule ^/sipb-xen - [L]
20 RewriteRule ^/(.*) /var/www/sipb-xen-www/main.fcgi/$1 [L]
22 ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
23 <Directory "/usr/lib/cgi-bin">
25 Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
30 ErrorLog /var/log/apache2/error.log
32 # Possible values include: debug, info, notice, warn, error, crit,
36 CustomLog /var/log/apache2/access.log combined
39 Alias /doc/ "/usr/share/doc/"
40 <Directory "/usr/share/doc/">
41 Options Indexes MultiViews FollowSymLinks
45 Allow from 127.0.0.0/255.0.0.0 ::1/128