source: vhosts/conf.d/jbarnold.conf @ 266

Last change on this file since 266 was 250, checked in by andersk, 17 years ago
Fix Aliases to point to web_scripts, not DocumentRoot.
File size: 772 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        Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts
8        SuExecUserGroup jbarnold jbarnold
9        ScriptAlias / /mit/jbarnold/web_scripts
10        Alias /NoAuth/images/ /mit/jbarnold/web_scripts
11        Include conf.d/vhosts-common.conf
12</VirtualHost>
13
14<IfModule ssl_module>
15        <VirtualHost *:443>
16                ServerName reminder.mit.edu
17                ServerAlias reminder
18                DocumentRoot /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts/scripts-rt
19                Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts
20                SuExecUserGroup jbarnold jbarnold
21                Include conf.d/vhosts-common-ssl.conf
22        </VirtualHost>
23</IfModule>
Note: See TracBrowser for help on using the repository browser.