Last change
on this file since 289 was
289,
checked in by geofft, 16 years ago
|
Adding vhosts for #412795 (ppdrandc -> forum-ppdrandc) and #411545 (void -> 4.396)
Updating vhost for #392394 (itandwork -> aslitwin) to point to web_scripts/
Once the server has been updated, aslitwin needs to be replied to with a
note indicating he should use an .htaccess redirect.
|
File size:
626 bytes
|
Line | |
---|
1 | <VirtualHost *:80> |
---|
2 | ServerName itandwork.mit.edu |
---|
3 | ServerAlias itandwork |
---|
4 | DocumentRoot /afs/athena.mit.edu/user/a/s/aslitwin/web_scripts |
---|
5 | Alias /~aslitwin /afs/athena.mit.edu/user/a/s/aslitwin/web_scripts |
---|
6 | SuExecUserGroup aslitwin aslitwin |
---|
7 | Include conf.d/vhosts-common.conf |
---|
8 | </VirtualHost> |
---|
9 | |
---|
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 |
---|
15 | Alias /~aslitwin /afs/athena.mit.edu/user/a/s/aslitwin/web_scripts |
---|
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.