|
Last change
on this file since 322 was
250,
checked in by andersk, 19 years ago
|
|
Fix Aliases to point to web_scripts, not DocumentRoot.
|
|
File size:
1.2 KB
|
| Rev | Line | |
|---|
| [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> |
|---|
| 10 | <VirtualHost *:443> |
|---|
| 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> |
|---|
| 20 | ServerName scripts.presbrey.net |
|---|
| [166] | 21 | DocumentRoot /afs/athena.mit.edu/user/p/r/presbrey/web_scripts/sites/scripts.presbrey.net |
|---|
| [250] | 22 | Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts |
|---|
| [132] | 23 | SuExecUserGroup presbrey presbrey |
|---|
| [244] | 24 | Include conf.d/vhosts-common.conf |
|---|
| [132] | 25 | </VirtualHost> |
|---|
| 26 | |
|---|
| [244] | 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 |
|---|
| [250] | 31 | Alias /~presbrey /afs/athena.mit.edu/user/p/r/presbrey/web_scripts |
|---|
| [244] | 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.