source: vhosts/conf.d/sloan.conf @ 156

Last change on this file since 156 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: 399 bytes
Line 
1<VirtualHost *:80>
2        ServerName sloanapps.mit.edu
3        ServerAlias sloanapps
4        DocumentRoot /afs/athena.mit.edu/org/s/sloan/web_scripts
5        SuExecUserGroup sloan sloan
6</VirtualHost>
7
8<VirtualHost *:443>
9        ServerName sloanapps.mit.edu
10        ServerAlias sloanapps
11        DocumentRoot /afs/athena.mit.edu/org/s/sloan/web_scripts
12        SuExecUserGroup sloan sloan
13        <IfModule mod_ssl.c>
14        SSLEngine on
15        </IfModule>
16</VirtualHost>
Note: See TracBrowser for help on using the repository browser.