source: vhosts/conf.d/tor.conf @ 244

Last change on this file since 244 was 244, checked in by andersk, 17 years ago
Include common config files vhosts-common.conf and vhosts-common-ssl.conf from every VirtualHost block, and set KeepAlive off on all SSL vhosts (to work around the infamous LVS+MediaWiki+SSL problem).
File size: 514 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        Include conf.d/vhosts-common.conf
8</VirtualHost>
9
10<IfModule ssl_module>
11        <VirtualHost *:443>
12                ServerName sipb-tor.mit.edu
13                ServerAlias sipb-tor 18.187.1.68
14                DocumentRoot /afs/sipb.mit.edu/project/tor/web_scripts
15                SuExecUserGroup tor tor
16                Include conf.d/vhosts-common-ssl.conf
17                ErrorLog /dev/null
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.