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

Last change on this file since 246 was 246, checked in by andersk, 17 years ago
Testing an idea on an unused vhost.
File size: 591 bytes
Line 
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
6        Userdir disabled
7        Alias /~hmmt /afs/athena.mit.edu/org/h/hmmt/web_scripts
8        Include conf.d/vhosts-common.conf
9</VirtualHost>
10
11<IfModule ssl_module>
12        <VirtualHost *:443>
13                ServerName hmmt.mit.edu
14                ServerAlias hmmt
15                SuExecUserGroup hmmt hmmt
16                DocumentRoot /afs/athena.mit.edu/org/h/hmmt/web_scripts
17                Userdir disabled
18                Alias /~hmmt /afs/athena.mit.edu/org/h/hmmt/web_scripts
19                Include conf.d/vhosts-common-ssl.conf
20        </VirtualHost>
21</IfModule>
Note: See TracBrowser for help on using the repository browser.