| Rev | Line |  | 
|---|
| [439] | 1 | # do not trailing-slash DocumentRoot | 
|---|
|  | 2 |  | 
|---|
|  | 3 | <VirtualHost *:80> | 
|---|
|  | 4 | ServerName www.cesun.org | 
|---|
|  | 5 | ServerAlias cesun.org | 
|---|
|  | 6 | DocumentRoot /afs/athena.mit.edu/org/c/cesun/web_scripts/cesun | 
|---|
|  | 7 | Alias /~cesun /afs/athena.mit.edu/org/c/cesun/web_scripts | 
|---|
|  | 8 | SuExecUserGroup cesun cesun | 
|---|
|  | 9 | Include conf.d/vhosts-common.conf | 
|---|
|  | 10 | </VirtualHost> | 
|---|
|  | 11 |  | 
|---|
|  | 12 | <IfModule ssl_module> | 
|---|
|  | 13 | <VirtualHost *:443 *:444> | 
|---|
|  | 14 | ServerName www.cesun.org | 
|---|
|  | 15 | ServerAlias cesun.org | 
|---|
|  | 16 | DocumentRoot /afs/athena.mit.edu/org/c/cesun/web_scripts/cesun | 
|---|
|  | 17 | Alias /~cesun /afs/athena.mit.edu/org/c/cesun/web_scripts | 
|---|
|  | 18 | SuExecUserGroup cesun cesun | 
|---|
|  | 19 | Include conf.d/vhosts-common-ssl.conf | 
|---|
|  | 20 | </VirtualHost> | 
|---|
|  | 21 | </IfModule> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.