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

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