source: vhosts/conf.d/arosado.conf @ 214

Last change on this file since 214 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: 409 bytes
RevLine 
[137]1<VirtualHost *:80>
2        ServerName arosado.mit.edu
3        ServerAlias arosado
[156]4        DocumentRoot /afs/athena.mit.edu/user/a/r/arosado/web_scripts
[137]5        SuExecUserGroup arosado arosado
6</VirtualHost>
7
8<VirtualHost *:443>
9        ServerName arosado.mit.edu
10        ServerAlias arosado
[156]11        DocumentRoot /afs/athena.mit.edu/user/a/r/arosado/web_scripts
[137]12        SuExecUserGroup arosado arosado
[156]13        <IfModule mod_ssl.c>
[137]14        SSLEngine on
[156]15        </IfModule>
[137]16</VirtualHost>
Note: See TracBrowser for help on using the repository browser.