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