Changeset 248 for vhosts/conf.d/template


Ignore:
Timestamp:
Mar 27, 2007, 3:33:11 PM (17 years ago)
Author:
andersk
Message:
Oops, missed some.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vhosts/conf.d/template

    r156 r248  
    55        ServerAlias hname
    66        DocumentRoot /afs/athena.mit.edu/path/web_scripts
     7        Alias /~uname /afs/athena.mit.edu/path/web_scripts
    78        SuExecUserGroup uname uname
     9        Include conf.d/vhosts-common.conf
    810</VirtualHost>
    911
    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>
     12<IfModule ssl_module>
     13        <VirtualHost *:443>
     14                ServerName hname.mit.edu
     15                ServerAlias hname
     16                DocumentRoot /afs/athena.mit.edu/path/web_scripts
     17                Alias /~uname /afs/athena.mit.edu/path/web_scripts
     18                SuExecUserGroup uname uname
     19                Include conf.d/vhosts-common-ssl.conf
     20        </VirtualHost>
     21</IfModule>
Note: See TracChangeset for help on using the changeset viewer.