source: vhosts/conf.d/mujde.conf @ 196

Last change on this file since 196 was 194, checked in by jbarnold, 17 years ago
added themorpheus.mit.edu vhost for mujde
File size: 469 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        SuExecUserGroup mujde mujde
8</VirtualHost>
9
10<VirtualHost *:443>
11        ServerName themorpheus.mit.edu
12        ServerAlias themorpheus
13        DocumentRoot /afs/athena.mit.edu/user/m/u/mujde/web_scripts/morpheus
14        SuExecUserGroup mujde mujde
15        <IfModule mod_ssl.c>
16        SSLEngine on
17        </IfModule>
18</VirtualHost>
Note: See TracBrowser for help on using the repository browser.