Changeset 244 for vhosts/conf.d/apr.conf


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

    r235 r244  
    66        DocumentRoot /afs/athena.mit.edu/activity/a/apr/web_scripts
    77        SuExecUserGroup apr apr
     8        Include conf.d/vhosts-common.conf
    89</VirtualHost>
    910
    10 <VirtualHost *:443>
    11         ServerName prcharvard.mit.edu
    12         ServerAlias prcharvard
    13         DocumentRoot /afs/athena.mit.edu/activity/a/apr/web_scripts
    14         SuExecUserGroup apr apr
    15         <IfModule mod_ssl.c>
    16         SSLEngine on
    17         </IfModule>
    18 </VirtualHost>
     11<IfModule ssl_module>
     12        <VirtualHost *:443>
     13                ServerName prcharvard.mit.edu
     14                ServerAlias prcharvard
     15                DocumentRoot /afs/athena.mit.edu/activity/a/apr/web_scripts
     16                SuExecUserGroup apr apr
     17                Include conf.d/vhosts-common-ssl.conf
     18        </VirtualHost>
     19</IfModule>
Note: See TracChangeset for help on using the changeset viewer.