| Rev | Line | |
|---|
| [132] | 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 | SuExecUserGroup repl repl |
|---|
| 6 | </VirtualHost> |
|---|
| 7 | |
|---|
| 8 | <VirtualHost *:443> |
|---|
| 9 | ServerName distributedajax.com |
|---|
| 10 | ServerAlias www.distributedajax.com *.distributedajax.com |
|---|
| 11 | DocumentRoot /afs/sipb.mit.edu/project/repl/web_scripts |
|---|
| 12 | SuExecUserGroup repl repl |
|---|
| 13 | SSLEngine on |
|---|
| 14 | </VirtualHost> |
|---|
Note: See
TracBrowser
for help on using the repository browser.