source: vhosts/conf.d/11.439.conf @ 166

Last change on this file since 166 was 162, checked in by jbarnold, 17 years ago
vhost requests
File size: 469 bytes
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName broadstreet.mit.edu
5        ServerAlias broadstreet
6        DocumentRoot /afs/athena.mit.edu/course/11/11.439/web_scripts/blog
7        SuExecUserGroup 11.439 11.439
8</VirtualHost>
9
10<VirtualHost *:443>
11        ServerName broadstreet.mit.edu
12        ServerAlias broadstreet
13        DocumentRoot /afs/athena.mit.edu/course/11/11.439/web_scripts/blog
14        SuExecUserGroup 11.439 11.439
15        <IfModule mod_ssl.c>
16        SSLEngine on
17        </IfModule>
18</VirtualHost>
Note: See TracBrowser for help on using the repository browser.