source: vhosts/conf.d/aresnick.conf @ 248

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