source: vhosts/conf.d/yaa.mit.edu.conf @ 153

Last change on this file since 153 was 132, checked in by jbarnold, 17 years ago
added virtual host files
File size: 356 bytes
Line 
1<VirtualHost *:80>
2        ServerName yaa.mit.edu
3        ServerAlias yaa
4        DocumentRoot /afs/athena.mit.edu/user/t/z/tzg/web_scripts/testjoomla
5        SuExecUserGroup tzg tzg
6</VirtualHost>
7
8<VirtualHost *:443>
9        ServerName yaa.mit.edu
10        ServerAlias yaa
11        DocumentRoot /afs/athena.mit.edu/user/t/z/tzg/web_scripts/testjoomla
12        SuExecUserGroup tzg tzg
13        SSLEngine on
14</VirtualHost>
Note: See TracBrowser for help on using the repository browser.