source: vhosts/conf.d/sloan.conf @ 274

Last change on this file since 274 was 247, checked in by andersk, 17 years ago
Close the http://vhost/~wronguser hole.
File size: 584 bytes
RevLine 
[132]1<VirtualHost *:80>
2        ServerName sloanapps.mit.edu
3        ServerAlias sloanapps
4        DocumentRoot /afs/athena.mit.edu/org/s/sloan/web_scripts
[247]5        Alias /~sloan /afs/athena.mit.edu/org/s/sloan/web_scripts
[132]6        SuExecUserGroup sloan sloan
[244]7        Include conf.d/vhosts-common.conf
[132]8</VirtualHost>
9
[244]10<IfModule ssl_module>
11        <VirtualHost *:443>
12                ServerName sloanapps.mit.edu
13                ServerAlias sloanapps
14                DocumentRoot /afs/athena.mit.edu/org/s/sloan/web_scripts
[247]15                Alias /~sloan /afs/athena.mit.edu/org/s/sloan/web_scripts
[244]16                SuExecUserGroup sloan sloan
17                Include conf.d/vhosts-common-ssl.conf
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.