Last change
on this file since 264 was
264,
checked in by geofft, 16 years ago
|
Use the vhosts-common-ssl-cert.conf include file
|
File size:
713 bytes
|
Rev | Line | |
---|
[261] | 1 | # do not trailing-slash DocumentRoot |
---|
| 2 | |
---|
| 3 | <VirtualHost *:80> |
---|
| 4 | ServerName eastgate.mit.edu |
---|
| 5 | ServerAlias eastgate |
---|
| 6 | DocumentRoot /afs/athena.mit.edu/activity/e/eastgate/web_scripts |
---|
[262] | 7 | Alias /~eastgate /afs/athena.mit.edu/activity/e/eastgate/web_scripts |
---|
[261] | 8 | SuExecUserGroup eastgate eastgate |
---|
| 9 | Include conf.d/vhosts-common.conf |
---|
| 10 | </VirtualHost> |
---|
| 11 | |
---|
| 12 | <IfModule ssl_module> |
---|
| 13 | <VirtualHost *:443> |
---|
| 14 | ServerName eastgate.mit.edu |
---|
| 15 | ServerAlias eastgate |
---|
| 16 | DocumentRoot /afs/athena.mit.edu/activity/e/eastgate/web_scripts |
---|
[262] | 17 | Alias /~eastgate /afs/athena.mit.edu/activity/e/eastgate/web_scripts |
---|
[261] | 18 | SuExecUserGroup eastgate eastgate |
---|
| 19 | Include conf.d/vhosts-common-ssl.conf |
---|
[264] | 20 | Include conf.d/vhosts-common-ssl-cert.conf |
---|
[261] | 21 | </VirtualHost> |
---|
| 22 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.