source: vhosts/conf.d/11.306.conf @ 247

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