Last change
on this file since 247 was
247,
checked in by andersk, 18 years ago
|
Close the http://vhost/~wronguser hole.
|
File size:
650 bytes
|
Line | |
---|
1 | <VirtualHost *:80> |
---|
2 | ServerName distributedajax.com |
---|
3 | ServerAlias www.distributedajax.com *.distributedajax.com |
---|
4 | DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts |
---|
5 | Alias /~repl /afs/sipb.mit.edu/project/repl/web_scripts |
---|
6 | SuExecUserGroup repl repl |
---|
7 | Include conf.d/vhosts-common.conf |
---|
8 | </VirtualHost> |
---|
9 | |
---|
10 | <IfModule ssl_module> |
---|
11 | <VirtualHost *:443> |
---|
12 | ServerName distributedajax.com |
---|
13 | ServerAlias www.distributedajax.com *.distributedajax.com |
---|
14 | DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts |
---|
15 | Alias /~repl /afs/sipb.mit.edu/project/repl/web_scripts |
---|
16 | SuExecUserGroup repl repl |
---|
17 | Include conf.d/vhosts-common-ssl.conf |
---|
18 | </VirtualHost> |
---|
19 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.