| 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 scripts.presbrey.net |
|---|
| 21 | DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.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 scripts.presbrey.net |
|---|
| 30 | DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.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 kumonga.com |
|---|
| 39 | ServerAlias *.kumonga.com |
|---|
| 40 | DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/kumonga.com |
|---|
| 41 | Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts |
|---|
| 42 | SuExecUserGroup presbrey presbrey |
|---|
| 43 | Include conf.d/vhosts-common.conf |
|---|
| 44 | </VirtualHost> |
|---|
| 45 | |
|---|
| 46 | <IfModule ssl_module> |
|---|
| 47 | <VirtualHost *:443 *:444> |
|---|
| 48 | ServerName kumonga.com |
|---|
| 49 | ServerAlias *.kumonga.com |
|---|
| 50 | DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/kumonga.com |
|---|
| 51 | Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts |
|---|
| 52 | SuExecUserGroup presbrey presbrey |
|---|
| 53 | Include conf.d/vhosts-common-ssl.conf |
|---|
| 54 | </VirtualHost> |
|---|
| 55 | </IfModule> |
|---|