| Line |   | 
|---|
| 1 | # do not trailing-slash DocumentRoot | 
|---|
| 2 |  | 
|---|
| 3 | <VirtualHost *:80> | 
|---|
| 4 |         ServerName www.geekbyday.com | 
|---|
| 5 |         DocumentRoot /afs/athena.mit.edu/user/m/a/masont/web_scripts/blog | 
|---|
| 6 |         Alias /~masont /afs/athena.mit.edu/user/m/a/masont/web_scripts | 
|---|
| 7 |         SuExecUserGroup masont masont | 
|---|
| 8 |         Include conf.d/vhosts-common.conf | 
|---|
| 9 | </VirtualHost> | 
|---|
| 10 |  | 
|---|
| 11 | <IfModule ssl_module> | 
|---|
| 12 |         <VirtualHost *:443> | 
|---|
| 13 |                 ServerName www.geekbyday.com | 
|---|
| 14 |                 DocumentRoot /afs/athena.mit.edu/user/m/a/masont/web_scripts/blog | 
|---|
| 15 |                 Alias /~masont /afs/athena.mit.edu/user/m/a/masont/web_scripts | 
|---|
| 16 |                 SuExecUserGroup masont masont | 
|---|
| 17 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
| 18 |                 # Uncomment the following line to require certificates: | 
|---|
| 19 |                 # Include conf.d/vhosts-common-ssl-cert.conf | 
|---|
| 20 |         </VirtualHost> | 
|---|
| 21 | </IfModule> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.