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
RevLine 
[194]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
[247]7        Alias /~mujde /afs/athena.mit.edu/user/m/u/mujde/web_scripts/morpheus
[194]8        SuExecUserGroup mujde mujde
[244]9        Include conf.d/vhosts-common.conf
[194]10</VirtualHost>
11
[244]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
[247]17                Alias /~mujde /afs/athena.mit.edu/user/m/u/mujde/web_scripts/morpheus
[244]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.