source: vhosts/conf.d/6.034.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: 584 bytes
Line 
1<VirtualHost *:80>
2        ServerName ai6034.mit.edu
3        ServerAlias ai6034
4        DocumentRoot /afs/athena.mit.edu/course/6/6.034/web_scripts
5        Alias /~6.034 /afs/athena.mit.edu/course/6/6.034/web_scripts
6        SuExecUserGroup 6.034 6.034
7        Include conf.d/vhosts-common.conf
8</VirtualHost>
9
10<IfModule ssl_module>
11        <VirtualHost *:443>
12                ServerName ai6034.mit.edu
13                ServerAlias ai6034
14                DocumentRoot /afs/athena.mit.edu/course/6/6.034/web_scripts
15                Alias /~6.034 /afs/athena.mit.edu/course/6/6.034/web_scripts
16                SuExecUserGroup 6.034 6.034
17                Include conf.d/vhosts-common-ssl.conf
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.