Last change
on this file since 274 was
250,
checked in by andersk, 18 years ago
|
Fix Aliases to point to web_scripts, not DocumentRoot.
|
File size:
636 bytes
|
Rev | Line | |
---|
[198] | 1 | <VirtualHost *:80> |
---|
| 2 | ServerName itandwork.mit.edu |
---|
| 3 | ServerAlias itandwork |
---|
| 4 | DocumentRoot /afs/athena.mit.edu/user/a/s/aslitwin/web_scripts/blog |
---|
[250] | 5 | Alias /~aslitwin /afs/athena.mit.edu/user/a/s/aslitwin/web_scripts |
---|
[198] | 6 | SuExecUserGroup aslitwin aslitwin |
---|
[244] | 7 | Include conf.d/vhosts-common.conf |
---|
[198] | 8 | </VirtualHost> |
---|
| 9 | |
---|
[244] | 10 | <IfModule ssl_module> |
---|
| 11 | <VirtualHost *:443> |
---|
| 12 | ServerName itandwork.mit.edu |
---|
| 13 | ServerAlias itandwork |
---|
| 14 | DocumentRoot /afs/athena.mit.edu/user/a/s/aslitwin/web_scripts/blog |
---|
[250] | 15 | Alias /~aslitwin /afs/athena.mit.edu/user/a/s/aslitwin/web_scripts |
---|
[244] | 16 | SuExecUserGroup aslitwin aslitwin |
---|
| 17 | Include conf.d/vhosts-common-ssl.conf |
---|
| 18 | </VirtualHost> |
---|
| 19 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.