source: vhosts/conf.d/repl.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: 535 bytes
Line 
1<VirtualHost *:80>
2        ServerName distributedajax.com
3        ServerAlias www.distributedajax.com *.distributedajax.com
4        DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts
5        SuExecUserGroup repl repl
6        Include conf.d/vhosts-common.conf
7</VirtualHost>
8
9<IfModule ssl_module>
10        <VirtualHost *:443>
11                ServerName distributedajax.com
12                ServerAlias www.distributedajax.com *.distributedajax.com
13                DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts
14                SuExecUserGroup repl repl
15                Include conf.d/vhosts-common-ssl.conf
16        </VirtualHost>
17</IfModule>
Note: See TracBrowser for help on using the repository browser.