Line | |
---|
1 | # do not trailing-slash DocumentRoot |
---|
2 | |
---|
3 | <VirtualHost *:80> |
---|
4 | ServerName darthur.mit.edu |
---|
5 | ServerAlias darthur |
---|
6 | DocumentRoot /afs/athena.mit.edu/user/p/e/petron/web_scripts/www |
---|
7 | SuExecUserGroup petron petron |
---|
8 | </VirtualHost> |
---|
9 | |
---|
10 | <VirtualHost *:443> |
---|
11 | ServerName darthur.mit.edu |
---|
12 | ServerAlias darthur |
---|
13 | DocumentRoot /afs/athena.mit.edu/user/p/e/petron/web_scripts/www |
---|
14 | SuExecUserGroup petron petron |
---|
15 | <IfModule mod_ssl.c> |
---|
16 | SSLEngine on |
---|
17 | </IfModule> |
---|
18 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.