|
Last change
on this file since 279 was
250,
checked in by andersk, 19 years ago
|
|
Fix Aliases to point to web_scripts, not DocumentRoot.
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 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> |
|---|
| 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> |
|---|
| 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> |
|---|
Note: See
TracBrowser
for help on using the repository browser.