source: vhosts/conf.d/mujde.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: 678 bytes
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName themorpheus.mit.edu
5        ServerAlias themorpheus
6        DocumentRoot /afs/athena.mit.edu/user/m/u/mujde/web_scripts/morpheus
7        Alias /~mujde /afs/athena.mit.edu/user/m/u/mujde/web_scripts/morpheus
8        SuExecUserGroup mujde mujde
9        Include conf.d/vhosts-common.conf
10</VirtualHost>
11
12<IfModule ssl_module>
13        <VirtualHost *:443>
14                ServerName themorpheus.mit.edu
15                ServerAlias themorpheus
16                DocumentRoot /afs/athena.mit.edu/user/m/u/mujde/web_scripts/morpheus
17                Alias /~mujde /afs/athena.mit.edu/user/m/u/mujde/web_scripts/morpheus
18                SuExecUserGroup mujde mujde
19                Include conf.d/vhosts-common-ssl.conf
20        </VirtualHost>
21</IfModule>
Note: See TracBrowser for help on using the repository browser.