source: vhosts/conf.d/reminder.conf @ 168

Last change on this file since 168 was 168, checked in by jbarnold, 17 years ago
added reminder.mit.edu for testing for jase
File size: 445 bytes
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName reminder.mit.edu
5        ServerAlias reminder
6        DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts
7        SuExecUserGroup geofft geofft
8</VirtualHost>
9
10<VirtualHost *:443>
11        ServerName reminder.mit.edu
12        ServerAlias reminder
13        DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts
14        SuExecUserGroup geofft geofft
15        <IfModule mod_ssl.c>
16        SSLEngine on
17        </IfModule>
18</VirtualHost>
Note: See TracBrowser for help on using the repository browser.