Ignore:
Timestamp:
Mar 27, 2007, 2:14:07 PM (17 years ago)
Author:
andersk
Message:
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:
1 edited

Legend:

Unmodified
Added
Removed
  • vhosts/conf.d/repl.conf

    r156 r244  
    44        DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts
    55        SuExecUserGroup repl repl
     6        Include conf.d/vhosts-common.conf
    67</VirtualHost>
    78
    8 <VirtualHost *:443>
    9         ServerName distributedajax.com
    10         ServerAlias www.distributedajax.com *.distributedajax.com
    11         DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts
    12         SuExecUserGroup repl repl
    13         <IfModule mod_ssl.c>
    14         SSLEngine on
    15         </IfModule>
    16 </VirtualHost>
     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 TracChangeset for help on using the changeset viewer.