| 
                Last change
                  on this file since 530 was
                  410,
                  checked in by geofft, 18 years ago
           | 
        
        
          | 
            [help.mit.edu #496439] and [help.mit.edu #497714]
           | 
        
        | 
            File size:
            1.3 KB
           | 
      
      
        
  | Line |   | 
|---|
| 1 | # do not trailing-slash DocumentRoot | 
|---|
| 2 |  | 
|---|
| 3 | <VirtualHost *:80> | 
|---|
| 4 |         ServerName mclamb.mit.edu | 
|---|
| 5 |         ServerAlias mclamb | 
|---|
| 6 |         DocumentRoot /afs/athena.mit.edu/user/m/c/mclamb/web_scripts | 
|---|
| 7 |         Alias /~mclamb /afs/athena.mit.edu/user/m/c/mclamb/web_scripts | 
|---|
| 8 |         SuExecUserGroup mclamb mclamb | 
|---|
| 9 |         Include conf.d/vhosts-common.conf | 
|---|
| 10 | </VirtualHost> | 
|---|
| 11 |  | 
|---|
| 12 | <IfModule ssl_module> | 
|---|
| 13 |         <VirtualHost *:443 *:444> | 
|---|
| 14 |                 ServerName mclamb.mit.edu | 
|---|
| 15 |                 ServerAlias mclamb | 
|---|
| 16 |                 DocumentRoot /afs/athena.mit.edu/user/m/c/mclamb/web_scripts | 
|---|
| 17 |                 Alias /~mclamb /afs/athena.mit.edu/user/m/c/mclamb/web_scripts | 
|---|
| 18 |                 SuExecUserGroup mclamb mclamb | 
|---|
| 19 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
| 20 |         </VirtualHost> | 
|---|
| 21 | </IfModule> | 
|---|
| 22 |  | 
|---|
| 23 | <VirtualHost *:80> | 
|---|
| 24 |         ServerName nocturnal-bleeding.mit.edu | 
|---|
| 25 |         ServerAlias nocturnal-bleeding | 
|---|
| 26 |         DocumentRoot /afs/athena.mit.edu/user/m/c/mclamb/web_scripts/nocturnal_bleeding | 
|---|
| 27 |         Alias /~mclamb /afs/athena.mit.edu/user/m/c/mclamb/web_scripts | 
|---|
| 28 |         SuExecUserGroup mclamb mclamb | 
|---|
| 29 |         Include conf.d/vhosts-common.conf | 
|---|
| 30 | </VirtualHost> | 
|---|
| 31 |  | 
|---|
| 32 | <IfModule ssl_module> | 
|---|
| 33 |         <VirtualHost *:443 *:444> | 
|---|
| 34 |                 ServerName nocturnal-bleeding.mit.edu | 
|---|
| 35 |                 ServerAlias nocturnal-bleeding | 
|---|
| 36 |                 DocumentRoot /afs/athena.mit.edu/user/m/c/mclamb/web_scripts/nocturnal_bleeding | 
|---|
| 37 |                 Alias /~mclamb /afs/athena.mit.edu/user/m/c/mclamb/web_scripts | 
|---|
| 38 |                 SuExecUserGroup mclamb mclamb | 
|---|
| 39 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
| 40 |         </VirtualHost> | 
|---|
| 41 | </IfModule> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.