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:
646 bytes
|
Rev | Line | |
---|
[156] | 1 | # do not trailing-slash DocumentRoot |
---|
| 2 | |
---|
[146] | 3 | <VirtualHost *:80> |
---|
[188] | 4 | ServerName geofft.mit.edu |
---|
| 5 | ServerAlias geofft |
---|
| 6 | DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts/geofft |
---|
[250] | 7 | Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts |
---|
[188] | 8 | SuExecUserGroup geofft geofft |
---|
[244] | 9 | Include conf.d/vhosts-common.conf |
---|
[146] | 10 | </VirtualHost> |
---|
| 11 | |
---|
[244] | 12 | <IfModule ssl_module> |
---|
| 13 | <VirtualHost *:443> |
---|
| 14 | ServerName geofft.mit.edu |
---|
| 15 | ServerAlias geofft |
---|
| 16 | DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts/geofft |
---|
[250] | 17 | Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts |
---|
[244] | 18 | SuExecUserGroup geofft geofft |
---|
| 19 | Include conf.d/vhosts-common-ssl.conf |
---|
| 20 | </VirtualHost> |
---|
| 21 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.