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