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

    r169 r244  
    33        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    44        SuExecUserGroup presbrey presbrey
     5        Include conf.d/vhosts-common.conf
    56</VirtualHost>
    67
    7 <VirtualHost *:443>
    8         ServerName presbrey.mit.edu
    9         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
    10         SuExecUserGroup presbrey presbrey
    11         <IfModule mod_ssl.c>
    12         SSLEngine on
    13         </IfModule>
    14 </VirtualHost>
     8<IfModule ssl_module>
     9        <VirtualHost *:443>
     10                ServerName presbrey.mit.edu
     11                DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts
     12                SuExecUserGroup presbrey presbrey
     13                Include conf.d/vhosts-common-ssl.conf
     14        </VirtualHost>
     15</IfModule>
    1516
    1617<VirtualHost *:80>
     
    1819        DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net
    1920        SuExecUserGroup presbrey presbrey
     21        Include conf.d/vhosts-common.conf
    2022</VirtualHost>
    2123
    22 <VirtualHost *:443>
    23         ServerName scripts.presbrey.net
    24         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net
    25         SuExecUserGroup presbrey presbrey
    26         <IfModule mod_ssl.c>
    27         SSLEngine on
    28         </IfModule>
    29 </VirtualHost>
     24<IfModule ssl_module>
     25        <VirtualHost *:443>
     26                ServerName scripts.presbrey.net
     27                DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net
     28                SuExecUserGroup presbrey presbrey
     29                Include conf.d/vhosts-common-ssl.conf
     30        </VirtualHost>
     31</IfModule>
Note: See TracChangeset for help on using the changeset viewer.