source: vhosts/conf.d/djq.conf @ 162

Last change on this file since 162 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: 379 bytes
Line 
1<VirtualHost *:80>
2        ServerName djq.mit.edu
3        ServerAlias djq
4        DocumentRoot /afs/athena.mit.edu/user/d/j/djq/web_scripts/wiki
5        SuExecUserGroup djq djq
6</VirtualHost>
7
8<VirtualHost *:443>
9        ServerName djq.mit.edu
10        ServerAlias djq
11        DocumentRoot /afs/athena.mit.edu/user/d/j/djq/web_scripts/wiki
12        SuExecUserGroup djq djq
13        <IfModule mod_ssl.c>
14        SSLEngine on
15        </IfModule>
16</VirtualHost>
Note: See TracBrowser for help on using the repository browser.