source: vhosts/conf.d/sloanapps.mit.edu.conf @ 150

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