| 
                Last change
                  on this file since 248 was
                  247,
                  checked in by andersk, 19 years ago
           | 
        
        
          | 
            Close the http://vhost/~wronguser hole.
           | 
        
        | 
            File size:
            736 bytes
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [174] | 1 | # do not trailing-slash DocumentRoot | 
|---|
 | 2 |  | 
|---|
 | 3 | <VirtualHost *:80> | 
|---|
 | 4 |         ServerName circuitopedia.mit.edu | 
|---|
 | 5 |         ServerAlias circuitopedia | 
|---|
 | 6 |         DocumentRoot /afs/athena.mit.edu/user/v/a/varun_ag/web_scripts/circuitopedia | 
|---|
| [247] | 7 |         Alias /~varun_ag /afs/athena.mit.edu/user/v/a/varun_ag/web_scripts/circuitopedia | 
|---|
| [174] | 8 |         SuExecUserGroup varun_ag varun_ag | 
|---|
| [244] | 9 |         Include conf.d/vhosts-common.conf | 
|---|
| [174] | 10 | </VirtualHost> | 
|---|
 | 11 |  | 
|---|
| [244] | 12 | <IfModule ssl_module> | 
|---|
 | 13 |         <VirtualHost *:443> | 
|---|
 | 14 |                 ServerName circuitopedia.mit.edu | 
|---|
 | 15 |                 ServerAlias circuitopedia | 
|---|
 | 16 |                 DocumentRoot /afs/athena.mit.edu/user/v/a/varun_ag/web_scripts/circuitopedia | 
|---|
| [247] | 17 |                 Alias /~varun_ag /afs/athena.mit.edu/user/v/a/varun_ag/web_scripts/circuitopedia | 
|---|
| [244] | 18 |                 SuExecUserGroup varun_ag varun_ag | 
|---|
 | 19 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
 | 20 |         </VirtualHost> | 
|---|
 | 21 | </IfModule> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.