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

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