Last change
on this file since 234 was
156,
checked in by presbrey, 18 years ago
|
name virtualhost definitions against lockername rather than CNAME
check for mod_ssl before directing SSLEngine on
|
File size:
560 bytes
|
Rev | Line | |
---|
[132] | 1 | <VirtualHost *:80> |
---|
| 2 | ServerName tdc.mit.edu |
---|
| 3 | ServerAlias tdc |
---|
| 4 | DocumentRoot /afs/athena.mit.edu/activity/t/tdc/web_scripts |
---|
| 5 | SuExecUserGroup tdc tdc |
---|
| 6 | </VirtualHost> |
---|
| 7 | |
---|
| 8 | <VirtualHost *:443> |
---|
| 9 | ServerName tdc.mit.edu |
---|
| 10 | ServerAlias tdc |
---|
| 11 | DocumentRoot /afs/athena.mit.edu/activity/t/tdc/web_scripts |
---|
| 12 | SuExecUserGroup tdc tdc |
---|
[156] | 13 | <IfModule mod_ssl.c> |
---|
[132] | 14 | SSLEngine on |
---|
[156] | 15 | </IfModule> |
---|
[132] | 16 | </VirtualHost> |
---|
| 17 | |
---|
| 18 | <VirtualHost *:80> |
---|
| 19 | ServerName facebook.mit.edu |
---|
| 20 | ServerAlias *.facebook.com |
---|
| 21 | DocumentRoot /afs/athena.mit.edu/activity/t/tdc/web_scripts/facebook |
---|
| 22 | SuExecUserGroup tdc tdc |
---|
| 23 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.