source: vhosts/conf.d/hmmt.conf @ 268

Last change on this file since 268 was 247, checked in by andersk, 17 years ago
Close the http://vhost/~wronguser hole.
File size: 554 bytes
RevLine 
[132]1<VirtualHost *:80>
2        ServerName hmmt.mit.edu
3        ServerAlias hmmt
4        SuExecUserGroup hmmt hmmt
5        DocumentRoot /afs/athena.mit.edu/org/h/hmmt/web_scripts
[246]6        Alias /~hmmt /afs/athena.mit.edu/org/h/hmmt/web_scripts
[244]7        Include conf.d/vhosts-common.conf
[132]8</VirtualHost>
9
[244]10<IfModule ssl_module>
11        <VirtualHost *:443>
12                ServerName hmmt.mit.edu
13                ServerAlias hmmt
14                SuExecUserGroup hmmt hmmt
15                DocumentRoot /afs/athena.mit.edu/org/h/hmmt/web_scripts
[246]16                Alias /~hmmt /afs/athena.mit.edu/org/h/hmmt/web_scripts
[244]17                Include conf.d/vhosts-common-ssl.conf
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.