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/arosado.conf

    r155 r156  
    22        ServerName arosado.mit.edu
    33        ServerAlias arosado
    4         DocumentRoot /afs/athena.mit.edu/user/a/r/arosado/web_scripts/
     4        DocumentRoot /afs/athena.mit.edu/user/a/r/arosado/web_scripts
    55        SuExecUserGroup arosado arosado
    66</VirtualHost>
     
    99        ServerName arosado.mit.edu
    1010        ServerAlias arosado
    11         DocumentRoot /afs/athena.mit.edu/user/a/r/arosado/web_scripts/
     11        DocumentRoot /afs/athena.mit.edu/user/a/r/arosado/web_scripts
    1212        SuExecUserGroup arosado arosado
     13        <IfModule mod_ssl.c>
    1314        SSLEngine on
     15        </IfModule>
    1416</VirtualHost>
Note: See TracChangeset for help on using the changeset viewer.