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 moved

Legend:

Unmodified
Added
Removed
  • vhosts/conf.d/isaacdlp.conf

    r155 r156  
    1111        DocumentRoot /afs/athena.mit.edu/user/i/s/isaacdlp/web_scripts
    1212        SuExecUserGroup isaacdlp isaacdlp
     13        <IfModule mod_ssl.c>
    1314        SSLEngine on
     15        </IfModule>
    1416</VirtualHost>
     17
     18<VirtualHost *:80>
     19        ServerName sloanfellows.mit.edu
     20        ServerAlias sloanfellows
     21        DocumentRoot /afs/athena.mit.edu/user/i/s/isaacdlp/web_scripts
     22        SuExecUserGroup isaacdlp isaacdlp
     23</VirtualHost>
     24
     25<VirtualHost *:443>
     26        ServerName sloanfellows.mit.edu
     27        ServerAlias sloanfellows
     28        DocumentRoot /afs/athena.mit.edu/user/i/s/isaacdlp/web_scripts
     29        SuExecUserGroup isaacdlp isaacdlp
     30        <IfModule mod_ssl.c>
     31        SSLEngine on
     32        </IfModule>
     33</VirtualHost>
Note: See TracChangeset for help on using the changeset viewer.