Ignore:
Timestamp:
Oct 4, 2007, 1:30:20 AM (17 years ago)
Author:
geofft
Message:
[help.mit.edu #505661]
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vhosts/conf.d/mathmike.conf

    r333 r444  
    1818        </VirtualHost>
    1919</IfModule>
     20
     21<VirtualHost *:80>
     22        ServerName co.mit.edu
     23        ServerAlias co
     24        DocumentRoot /afs/athena.mit.edu/user/m/a/mathmike/web_scripts/co
     25        Alias /~mathmike /afs/athena.mit.edu/user/m/a/mathmike/web_scripts
     26        SuExecUserGroup mathmike mathmike
     27        Include conf.d/vhosts-common.conf
     28</VirtualHost>
     29
     30<IfModule ssl_module>
     31        <VirtualHost *:443 *:444>
     32                ServerName co.mit.edu
     33                ServerAlias co
     34                DocumentRoot /afs/athena.mit.edu/user/m/a/mathmike/web_scripts/co
     35                Alias /~mathmike /afs/athena.mit.edu/user/m/a/mathmike/web_scripts
     36                SuExecUserGroup mathmike mathmike
     37                Include conf.d/vhosts-common-ssl.conf
     38        </VirtualHost>
     39</IfModule>
Note: See TracChangeset for help on using the changeset viewer.