source: vhosts/conf.d/ai6034.mit.edu.conf @ 147

Last change on this file since 147 was 132, checked in by jbarnold, 17 years ago
added virtual host files
File size: 358 bytes
Line 
1<VirtualHost *:80>
2        ServerName ai6034.mit.edu
3        ServerAlias ai6034
4        DocumentRoot /afs/athena.mit.edu/course/6/6.034/web_scripts
5        SuExecUserGroup 6.034 6.034
6</VirtualHost>
7
8<VirtualHost *:443>
9        ServerName ai6034.mit.edu
10        ServerAlias ai6034
11        DocumentRoot /afs/athena.mit.edu/course/6/6.034/web_scripts
12        SuExecUserGroup 6.034 6.034
13        SSLEngine on
14</VirtualHost>
Note: See TracBrowser for help on using the repository browser.