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

Last change on this file since 265 was 250, checked in by andersk, 17 years ago
Fix Aliases to point to web_scripts, not DocumentRoot.
File size: 772 bytes
RevLine 
[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
[250]7        Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts
[186]8        SuExecUserGroup jbarnold jbarnold
[250]9        ScriptAlias / /mit/jbarnold/web_scripts
10        Alias /NoAuth/images/ /mit/jbarnold/web_scripts
[244]11        Include conf.d/vhosts-common.conf
[168]12</VirtualHost>
13
[244]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
[250]19                Alias /~jbarnold /afs/athena.mit.edu/user/j/b/jbarnold/web_scripts
[244]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.