| 1 | <VirtualHost *:80> | 
|---|
| 2 |         ServerName presbrey.mit.edu | 
|---|
| 3 |         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 4 |         Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 5 |         SuExecUserGroup presbrey presbrey | 
|---|
| 6 |         Include conf.d/vhosts-common.conf | 
|---|
| 7 | </VirtualHost> | 
|---|
| 8 |  | 
|---|
| 9 | <IfModule ssl_module> | 
|---|
| 10 |         <VirtualHost *:443 *:444> | 
|---|
| 11 |                 ServerName presbrey.mit.edu | 
|---|
| 12 |                 DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 13 |                 Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 14 |                 SuExecUserGroup presbrey presbrey | 
|---|
| 15 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
| 16 |         </VirtualHost> | 
|---|
| 17 | </IfModule> | 
|---|
| 18 |  | 
|---|
| 19 | <VirtualHost *:80> | 
|---|
| 20 |         ServerName presbrey.net | 
|---|
| 21 |         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/presbrey.net | 
|---|
| 22 |         Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 23 |         SuExecUserGroup presbrey presbrey | 
|---|
| 24 |         Include conf.d/vhosts-common.conf | 
|---|
| 25 | </VirtualHost> | 
|---|
| 26 |  | 
|---|
| 27 | <IfModule ssl_module> | 
|---|
| 28 |         <VirtualHost *:443 *:444> | 
|---|
| 29 |                 ServerName presbrey.net | 
|---|
| 30 |                 DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/presbrey.net | 
|---|
| 31 |                 Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 32 |                 SuExecUserGroup presbrey presbrey | 
|---|
| 33 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
| 34 |         </VirtualHost> | 
|---|
| 35 | </IfModule> | 
|---|
| 36 |  | 
|---|
| 37 | <VirtualHost *:80> | 
|---|
| 38 |         ServerName scripts.presbrey.net | 
|---|
| 39 |         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net | 
|---|
| 40 |         Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 41 |         SuExecUserGroup presbrey presbrey | 
|---|
| 42 |         Include conf.d/vhosts-common.conf | 
|---|
| 43 | </VirtualHost> | 
|---|
| 44 |  | 
|---|
| 45 | <IfModule ssl_module> | 
|---|
| 46 |         <VirtualHost *:443 *:444> | 
|---|
| 47 |                 ServerName scripts.presbrey.net | 
|---|
| 48 |                 DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net | 
|---|
| 49 |                 Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 50 |                 SuExecUserGroup presbrey presbrey | 
|---|
| 51 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
| 52 |         </VirtualHost> | 
|---|
| 53 | </IfModule> | 
|---|
| 54 |  | 
|---|
| 55 | <VirtualHost *:80> | 
|---|
| 56 |         ServerName kumonga.com | 
|---|
| 57 |         ServerAlias *.kumonga.com | 
|---|
| 58 |         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/kumonga.com | 
|---|
| 59 |         Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 60 |         SuExecUserGroup presbrey presbrey | 
|---|
| 61 |         Include conf.d/vhosts-common.conf | 
|---|
| 62 | </VirtualHost> | 
|---|
| 63 |  | 
|---|
| 64 | <IfModule ssl_module> | 
|---|
| 65 |         <VirtualHost *:443 *:444> | 
|---|
| 66 |                 ServerName kumonga.com | 
|---|
| 67 |                 ServerAlias *.kumonga.com | 
|---|
| 68 |                 DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/kumonga.com | 
|---|
| 69 |                 Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 70 |                 SuExecUserGroup presbrey presbrey | 
|---|
| 71 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
| 72 |         </VirtualHost> | 
|---|
| 73 | </IfModule> | 
|---|
| 74 |  | 
|---|
| 75 | <VirtualHost *:80> | 
|---|
| 76 |         ServerName hub.mit.edu | 
|---|
| 77 |         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/hub.mit.edu | 
|---|
| 78 |         Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 79 |         SuExecUserGroup presbrey presbrey | 
|---|
| 80 |         Include conf.d/vhosts-common.conf | 
|---|
| 81 | </VirtualHost> | 
|---|
| 82 |  | 
|---|
| 83 | <IfModule ssl_module> | 
|---|
| 84 |         <VirtualHost *:443 *:444> | 
|---|
| 85 |                 ServerName hub.mit.edu | 
|---|
| 86 |                 DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/hub.mit.edu | 
|---|
| 87 |                 Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 88 |                 SuExecUserGroup presbrey presbrey | 
|---|
| 89 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
| 90 |         </VirtualHost> | 
|---|
| 91 | </IfModule> | 
|---|
| 92 |  | 
|---|
| 93 | <VirtualHost *:80> | 
|---|
| 94 |         ServerName rdf.mit.edu | 
|---|
| 95 |         DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/rdf.mit.edu | 
|---|
| 96 |         Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 97 |         SuExecUserGroup presbrey presbrey | 
|---|
| 98 |         Include conf.d/vhosts-common.conf | 
|---|
| 99 | </VirtualHost> | 
|---|
| 100 |  | 
|---|
| 101 | <IfModule ssl_module> | 
|---|
| 102 |         <VirtualHost *:443 *:444> | 
|---|
| 103 |                 ServerName rdf.mit.edu | 
|---|
| 104 |                 DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/rdf.mit.edu | 
|---|
| 105 |                 Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts | 
|---|
| 106 |                 SuExecUserGroup presbrey presbrey | 
|---|
| 107 |                 Include conf.d/vhosts-common-ssl.conf | 
|---|
| 108 |         </VirtualHost> | 
|---|
| 109 | </IfModule> | 
|---|