source: vhosts/conf.d/pmclass.mit.edu.conf @ 132

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