source: vhosts/conf.d/ua.conf @ 196

Last change on this file since 196 was 196, checked in by jbarnold, 17 years ago
previously forgot to add /drupal to end of ua.mit.edu vhost
File size: 415 bytes
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName ua.mit.edu
5        ServerAlias ua
6        DocumentRoot /afs/athena.mit.edu/activity/u/ua/web_scripts/drupal
7        SuExecUserGroup ua ua
8</VirtualHost>
9
10<VirtualHost *:443>
11        ServerName ua.mit.edu
12        ServerAlias ua
13        DocumentRoot /afs/athena.mit.edu/activity/u/ua/web_scripts/drupal
14        SuExecUserGroup ua ua
15        <IfModule mod_ssl.c>
16        SSLEngine on
17        </IfModule>
18</VirtualHost>
Note: See TracBrowser for help on using the repository browser.