|
Last change
on this file since 209 was
187,
checked in by jbarnold, 19 years ago
|
|
added RT image-handling alias
|
|
File size:
641 bytes
|
| Rev | Line | |
|---|
| [168] | 1 | # do not trailing-slash DocumentRoot |
|---|
| 2 | |
|---|
| 3 | <VirtualHost *:80> |
|---|
| 4 | ServerName reminder.mit.edu |
|---|
| 5 | ServerAlias reminder |
|---|
| [186] | 6 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt |
|---|
| 7 | SuExecUserGroup jbarnold jbarnold |
|---|
| 8 | ScriptAlias / /mit/jbarnold/web_scripts/scripts-rt/bin/mason_handler.fcgi/ |
|---|
| [187] | 9 | Alias /NoAuth/images/ /mit/jbarnold/web_scripts/scripts-rt/share/html/NoAuth/images/ |
|---|
| [168] | 10 | </VirtualHost> |
|---|
| 11 | |
|---|
| 12 | <VirtualHost *:443> |
|---|
| 13 | ServerName reminder.mit.edu |
|---|
| 14 | ServerAlias reminder |
|---|
| [186] | 15 | DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt |
|---|
| 16 | SuExecUserGroup jbarnold jbarnold |
|---|
| [168] | 17 | <IfModule mod_ssl.c> |
|---|
| 18 | SSLEngine on |
|---|
| 19 | </IfModule> |
|---|
| 20 | </VirtualHost> |
|---|
Note: See
TracBrowser
for help on using the repository browser.