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

Last change on this file since 167 was 156, checked in by presbrey, 17 years ago
name virtualhost definitions against lockername rather than CNAME check for mod_ssl before directing SSLEngine on
File size: 373 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</VirtualHost>
7
8<VirtualHost *:443>
9        ServerName hmmt.mit.edu
10        ServerAlias hmmt
11        SuExecUserGroup hmmt hmmt
12        DocumentRoot /afs/athena.mit.edu/org/h/hmmt/web_scripts
13        <IfModule mod_ssl.c>
14        SSLEngine on
15        </IfModule>
16</VirtualHost>
Note: See TracBrowser for help on using the repository browser.