Last change
on this file since 226 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:
447 bytes
|
Line | |
---|
1 | <VirtualHost *:80> |
---|
2 | ServerName sipb-tor.mit.edu |
---|
3 | ServerAlias sipb-tor 18.187.1.68 |
---|
4 | DocumentRoot /afs/sipb.mit.edu/project/tor/web_scripts |
---|
5 | SuExecUserGroup tor tor |
---|
6 | ErrorLog /dev/null |
---|
7 | </VirtualHost> |
---|
8 | |
---|
9 | <VirtualHost *:443> |
---|
10 | ServerName sipb-tor.mit.edu |
---|
11 | ServerAlias sipb-tor 18.187.1.68 |
---|
12 | DocumentRoot /afs/sipb.mit.edu/project/tor/web_scripts |
---|
13 | SuExecUserGroup tor tor |
---|
14 | <IfModule mod_ssl.c> |
---|
15 | SSLEngine on |
---|
16 | </IfModule> |
---|
17 | ErrorLog /dev/null |
---|
18 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.