| [132] | 1 | <VirtualHost *:80> |
|---|
| 2 | ServerName presbrey.mit.edu |
|---|
| 3 | DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts |
|---|
| [247] | 4 | Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts |
|---|
| [132] | 5 | SuExecUserGroup presbrey presbrey |
|---|
| [244] | 6 | Include conf.d/vhosts-common.conf |
|---|
| [132] | 7 | </VirtualHost> |
|---|
| 8 | |
|---|
| [244] | 9 | <IfModule ssl_module> |
|---|
| [333] | 10 | <VirtualHost *:443 *:444> |
|---|
| [244] | 11 | ServerName presbrey.mit.edu |
|---|
| 12 | DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts |
|---|
| [247] | 13 | Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts |
|---|
| [244] | 14 | SuExecUserGroup presbrey presbrey |
|---|
| 15 | Include conf.d/vhosts-common-ssl.conf |
|---|
| 16 | </VirtualHost> |
|---|
| 17 | </IfModule> |
|---|
| [132] | 18 | |
|---|
| 19 | <VirtualHost *:80> |
|---|
| [402] | 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 | <VirtualHost *:80> |
|---|
| [132] | 28 | ServerName scripts.presbrey.net |
|---|
| [166] | 29 | DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net |
|---|
| [250] | 30 | Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts |
|---|
| [132] | 31 | SuExecUserGroup presbrey presbrey |
|---|
| [244] | 32 | Include conf.d/vhosts-common.conf |
|---|
| [132] | 33 | </VirtualHost> |
|---|
| 34 | |
|---|
| [244] | 35 | <IfModule ssl_module> |
|---|
| [333] | 36 | <VirtualHost *:443 *:444> |
|---|
| [244] | 37 | ServerName scripts.presbrey.net |
|---|
| 38 | DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net |
|---|
| [250] | 39 | Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts |
|---|
| [244] | 40 | SuExecUserGroup presbrey presbrey |
|---|
| 41 | Include conf.d/vhosts-common-ssl.conf |
|---|
| 42 | </VirtualHost> |
|---|
| 43 | </IfModule> |
|---|
| [334] | 44 | |
|---|
| 45 | <VirtualHost *:80> |
|---|
| 46 | ServerName kumonga.com |
|---|
| 47 | ServerAlias *.kumonga.com |
|---|
| 48 | DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/kumonga.com |
|---|
| 49 | Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts |
|---|
| 50 | SuExecUserGroup presbrey presbrey |
|---|
| 51 | Include conf.d/vhosts-common.conf |
|---|
| 52 | </VirtualHost> |
|---|
| 53 | |
|---|
| 54 | <IfModule ssl_module> |
|---|
| 55 | <VirtualHost *:443 *:444> |
|---|
| 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-ssl.conf |
|---|
| 62 | </VirtualHost> |
|---|
| 63 | </IfModule> |
|---|