| Line |   | 
|---|
| 1 | <VirtualHost *:80> | 
|---|
| 2 |         ServerName mitcrew.mit.edu | 
|---|
| 3 |         ServerAlias mitcrew crew.mit.edu crew | 
|---|
| 4 |         DocumentRoot /afs/athena.mit.edu/activity/m/mitcrew/web_scripts | 
|---|
| 5 |         Alias /~mitcrew /afs/athena.mit.edu/activity/m/mitcrew/web_scripts | 
|---|
| 6 |         SuExecUserGroup mitcrew mitcrew | 
|---|
| 7 |         Redirect / https://scripts-cert.mit.edu/~mitcrew/ | 
|---|
| 8 |         Include conf.d/vhosts-common.conf | 
|---|
| 9 | </VirtualHost> | 
|---|
| 10 |  | 
|---|
| 11 | <IfModule ssl_module> | 
|---|
| 12 |         <VirtualHost *:443 *:444> | 
|---|
| 13 |                 ServerName mitcrew.mit.edu | 
|---|
| 14 |                 ServerAlias mitcrew crew.mit.edu crew | 
|---|
| 15 |                 DocumentRoot /afs/athena.mit.edu/activity/m/mitcrew/web_scripts | 
|---|
| 16 |                 Alias /~mitcrew /afs/athena.mit.edu/activity/m/mitcrew/web_scripts | 
|---|
| 17 |                 SuExecUserGroup mitcrew mitcrew | 
|---|
| 18 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
| 19 |         </VirtualHost> | 
|---|
| 20 | </IfModule> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.