source: vhosts/conf.d/random-hall.conf @ 243

Last change on this file since 243 was 241, checked in by geofft, 17 years ago
help.mit.edu #399648
File size: 453 bytes
Line 
1<VirtualHost *:80>
2        ServerName random-hall.mit.edu
3        ServerAlias random-hall
4        DocumentRoot /afs/athena.mit.edu/activity/r/random-hall/web_scripts
5        SuExecUserGroup random-hall random-hall
6</VirtualHost>
7
8<VirtualHost *:443>
9        ServerName random-hall.mit.edu
10        ServerAlias random-hall
11        DocumentRoot /afs/athena.mit.edu/activity/r/random-hall/web_scripts
12        SuExecUserGroup random-hall random-hall
13        <IfModule mod_ssl.c>
14        SSLEngine on
15        </IfModule>
16</VirtualHost>
Note: See TracBrowser for help on using the repository browser.