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/putz.conf

    r214 r244  
    44        DocumentRoot /afs/athena.mit.edu/activity/p/putz/web_scripts
    55        SuExecUserGroup putz putz
     6        Include conf.d/vhosts-common.conf
    67</VirtualHost>
    78
    8 <VirtualHost *:443>
    9         ServerName putz.mit.edu
    10         ServerAlias putz
    11         DocumentRoot /afs/athena.mit.edu/activity/p/putz/web_scripts
    12         SuExecUserGroup putz putz
    13         <IfModule mod_ssl.c>
    14         SSLEngine on
    15         </IfModule>
    16 </VirtualHost>
     9<IfModule ssl_module>
     10        <VirtualHost *:443>
     11                ServerName putz.mit.edu
     12                ServerAlias putz
     13                DocumentRoot /afs/athena.mit.edu/activity/p/putz/web_scripts
     14                SuExecUserGroup putz putz
     15                Include conf.d/vhosts-common-ssl.conf
     16        </VirtualHost>
     17</IfModule>
Note: See TracChangeset for help on using the changeset viewer.