source: vhosts/conf.d/template @ 168

Last change on this file since 168 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: 407 bytes
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName hname.mit.edu
5        ServerAlias hname
6        DocumentRoot /afs/athena.mit.edu/path/web_scripts
7        SuExecUserGroup uname uname
8</VirtualHost>
9
10<VirtualHost *:443>
11        ServerName hname.mit.edu
12        ServerAlias hname
13        DocumentRoot /afs/athena.mit.edu/path/web_scripts
14        SuExecUserGroup uname uname
15        <IfModule mod_ssl.c>
16        SSLEngine on
17        </IfModule>
18</VirtualHost>
Note: See TracBrowser for help on using the repository browser.