source: vhosts/conf.d/jbarnold.conf @ 244

Last change on this file since 244 was 244, checked in by andersk, 17 years ago
Include common config files vhosts-common.conf and vhosts-common-ssl.conf from every VirtualHost block, and set KeepAlive off on all SSL vhosts (to work around the infamous LVS+MediaWiki+SSL problem).
File size: 707 bytes
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName reminder.mit.edu
5        ServerAlias reminder
6        DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt
7        SuExecUserGroup jbarnold jbarnold
8        ScriptAlias / /mit/jbarnold/web_scripts/scripts-rt/bin/mason_handler.fcgi/
9        Alias /NoAuth/images/ /mit/jbarnold/web_scripts/scripts-rt/share/html/NoAuth/images/
10        Include conf.d/vhosts-common.conf
11</VirtualHost>
12
13<IfModule ssl_module>
14        <VirtualHost *:443>
15                ServerName reminder.mit.edu
16                ServerAlias reminder
17                DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt
18                SuExecUserGroup jbarnold jbarnold
19                Include conf.d/vhosts-common-ssl.conf
20        </VirtualHost>
21</IfModule>
Note: See TracBrowser for help on using the repository browser.