source: vhosts/conf.d/jbarnold.conf @ 186

Last change on this file since 186 was 186, checked in by jbarnold, 17 years ago
moved reminder.mit.edu vhost to jbarnold's control
File size: 555 bytes
RevLine 
[168]1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName reminder.mit.edu
5        ServerAlias reminder
[186]6        DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt
7        SuExecUserGroup jbarnold jbarnold
8        ScriptAlias / /mit/jbarnold/web_scripts/scripts-rt/bin/mason_handler.fcgi/
[168]9</VirtualHost>
10
11<VirtualHost *:443>
12        ServerName reminder.mit.edu
13        ServerAlias reminder
[186]14        DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt
15        SuExecUserGroup jbarnold jbarnold
[168]16        <IfModule mod_ssl.c>
17        SSLEngine on
18        </IfModule>
19</VirtualHost>
Note: See TracBrowser for help on using the repository browser.