| 
                Last change
                  on this file since 244 was
                  244,
                  checked in by andersk, 19 years ago
           | 
        
        
          | 
            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 size:
            491 bytes
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [132] | 1 | <VirtualHost *:80> | 
|---|
 | 2 |         ServerName course.mit.edu | 
|---|
 | 3 |         ServerAlias course | 
|---|
 | 4 |         DocumentRoot /afs/athena.mit.edu/user/m/a/mathmike/web_scripts/course | 
|---|
 | 5 |         SuExecUserGroup mathmike mathmike | 
|---|
| [244] | 6 |         Include conf.d/vhosts-common.conf | 
|---|
| [132] | 7 | </VirtualHost> | 
|---|
 | 8 |  | 
|---|
| [244] | 9 | <IfModule ssl_module> | 
|---|
 | 10 |         <VirtualHost *:443> | 
|---|
 | 11 |                 ServerName course.mit.edu | 
|---|
 | 12 |                 ServerAlias course | 
|---|
 | 13 |                 DocumentRoot /afs/athena.mit.edu/user/m/a/mathmike/web_scripts/course | 
|---|
 | 14 |                 SuExecUserGroup mathmike mathmike | 
|---|
 | 15 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
 | 16 |         </VirtualHost> | 
|---|
 | 17 | </IfModule> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.