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

Last change on this file since 249 was 247, checked in by andersk, 17 years ago
Close the http://vhost/~wronguser hole.
File size: 866 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        Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt
8        SuExecUserGroup jbarnold jbarnold
9        ScriptAlias / /mit/jbarnold/web_scripts/scripts-rt/bin/mason_handler.fcgi/
10        Alias /NoAuth/images/ /mit/jbarnold/web_scripts/scripts-rt/share/html/NoAuth/images/
11        Include conf.d/vhosts-common.conf
12</VirtualHost>
13
14<IfModule ssl_module>
15        <VirtualHost *:443>
16                ServerName reminder.mit.edu
17                ServerAlias reminder
18                DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt
19                Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt
20                SuExecUserGroup jbarnold jbarnold
21                Include conf.d/vhosts-common-ssl.conf
22        </VirtualHost>
23</IfModule>
Note: See TracBrowser for help on using the repository browser.