Changeset 156 for vhosts/conf.d/template


Ignore:
Timestamp:
Feb 9, 2007, 2:36:49 PM (17 years ago)
Author:
presbrey
Message:
name virtualhost definitions against lockername rather than CNAME
check for mod_ssl before directing SSLEngine on
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vhosts/conf.d/template

    r146 r156  
     1# do not trailing-slash DocumentRoot
     2
    13<VirtualHost *:80>
    24        ServerName hname.mit.edu
     
    1113        DocumentRoot /afs/athena.mit.edu/path/web_scripts
    1214        SuExecUserGroup uname uname
     15        <IfModule mod_ssl.c>
    1316        SSLEngine on
     17        </IfModule>
    1418</VirtualHost>
Note: See TracChangeset for help on using the changeset viewer.