Rev | Line | |
---|
[241] | 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 |
---|
[247] | 5 | Alias /~random-hall /afs/athena.mit.edu/activity/r/random-hall/web_scripts |
---|
[241] | 6 | SuExecUserGroup random-hall random-hall |
---|
[244] | 7 | Include conf.d/vhosts-common.conf |
---|
[241] | 8 | </VirtualHost> |
---|
| 9 | |
---|
[244] | 10 | <IfModule ssl_module> |
---|
[333] | 11 | <VirtualHost *:443 *:444> |
---|
[244] | 12 | ServerName random-hall.mit.edu |
---|
| 13 | ServerAlias random-hall |
---|
| 14 | DocumentRoot /afs/athena.mit.edu/activity/r/random-hall/web_scripts |
---|
[247] | 15 | Alias /~random-hall /afs/athena.mit.edu/activity/r/random-hall/web_scripts |
---|
[244] | 16 | SuExecUserGroup random-hall random-hall |
---|
| 17 | Include conf.d/vhosts-common-ssl.conf |
---|
| 18 | </VirtualHost> |
---|
| 19 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.