Last change
on this file since 234 was
196,
checked in by jbarnold, 18 years ago
|
previously forgot to add /drupal to end of ua.mit.edu vhost
|
File size:
415 bytes
|
Rev | Line | |
---|
[195] | 1 | # do not trailing-slash DocumentRoot |
---|
| 2 | |
---|
| 3 | <VirtualHost *:80> |
---|
| 4 | ServerName ua.mit.edu |
---|
| 5 | ServerAlias ua |
---|
[196] | 6 | DocumentRoot /afs/athena.mit.edu/activity/u/ua/web_scripts/drupal |
---|
[195] | 7 | SuExecUserGroup ua ua |
---|
| 8 | </VirtualHost> |
---|
| 9 | |
---|
| 10 | <VirtualHost *:443> |
---|
| 11 | ServerName ua.mit.edu |
---|
| 12 | ServerAlias ua |
---|
[196] | 13 | DocumentRoot /afs/athena.mit.edu/activity/u/ua/web_scripts/drupal |
---|
[195] | 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.