| 
                Last change
                  on this file since 445 was
                  342,
                  checked in by andersk, 18 years ago
           | 
        
        
          | 
            Move vhosts from jbarnold.conf to the right users.
           | 
        
        | 
            File size:
            1.1 KB
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [156] | 1 | # do not trailing-slash DocumentRoot | 
|---|
 | 2 |  | 
|---|
| [146] | 3 | <VirtualHost *:80> | 
|---|
| [188] | 4 |         ServerName geofft.mit.edu | 
|---|
 | 5 |         ServerAlias geofft | 
|---|
 | 6 |         DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts/geofft | 
|---|
| [250] | 7 |         Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts | 
|---|
| [188] | 8 |         SuExecUserGroup geofft geofft | 
|---|
| [244] | 9 |         Include conf.d/vhosts-common.conf | 
|---|
| [146] | 10 | </VirtualHost> | 
|---|
 | 11 |  | 
|---|
| [244] | 12 | <IfModule ssl_module> | 
|---|
| [333] | 13 |         <VirtualHost *:443 *:444> | 
|---|
| [244] | 14 |                 ServerName geofft.mit.edu | 
|---|
 | 15 |                 ServerAlias geofft | 
|---|
 | 16 |                 DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts/geofft | 
|---|
| [250] | 17 |                 Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts | 
|---|
| [244] | 18 |                 SuExecUserGroup geofft geofft | 
|---|
 | 19 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
 | 20 |         </VirtualHost> | 
|---|
 | 21 | </IfModule> | 
|---|
| [342] | 22 |  | 
|---|
 | 23 | <VirtualHost *:80> | 
|---|
 | 24 |         ServerName reminder.mit.edu | 
|---|
 | 25 |         ServerAlias reminder | 
|---|
 | 26 |         DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts | 
|---|
 | 27 |         SuExecUserGroup geofft geofft | 
|---|
 | 28 |         Include conf.d/vhosts-common.conf | 
|---|
 | 29 | </VirtualHost> | 
|---|
 | 30 |  | 
|---|
 | 31 | <IfModule ssl_module> | 
|---|
 | 32 |         <VirtualHost *:443 *:444> | 
|---|
 | 33 |                 ServerName reminder.mit.edu | 
|---|
 | 34 |                 ServerAlias reminder | 
|---|
 | 35 |                 DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts | 
|---|
 | 36 |                 SuExecUserGroup geofft geofft | 
|---|
 | 37 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
 | 38 |         </VirtualHost> | 
|---|
 | 39 | </IfModule> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.