source: vhosts/conf.d/bgelb.conf @ 324

Last change on this file since 324 was 250, checked in by andersk, 17 years ago
Fix Aliases to point to web_scripts, not DocumentRoot.
File size: 596 bytes
RevLine 
[132]1<VirtualHost *:80>
2        ServerName d-star.mit.edu
3        ServerAlias d-star
4        DocumentRoot /afs/athena.mit.edu/user/b/g/bgelb/web_scripts/dstar
[250]5        Alias /~bgelb /afs/athena.mit.edu/user/b/g/bgelb/web_scripts
[132]6        SuExecUserGroup bgelb bgelb
[244]7        Include conf.d/vhosts-common.conf
[132]8</VirtualHost>
9
[244]10<IfModule ssl_module>
11        <VirtualHost *:443>
12                ServerName d-star.mit.edu
13                ServerAlias d-star
14                DocumentRoot /afs/athena.mit.edu/user/b/g/bgelb/web_scripts/dstar
[250]15                Alias /~bgelb /afs/athena.mit.edu/user/b/g/bgelb/web_scripts
[244]16                SuExecUserGroup bgelb bgelb
17                Include conf.d/vhosts-common-ssl.conf
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.