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

Last change on this file since 153 was 146, checked in by jbarnold, 17 years ago
re-syncing locker copy and svn repo; repo copy not yet live
File size: 402 bytes
RevLine 
[146]1<VirtualHost *:80>
2        ServerName sloanfellows.mit.edu
3        ServerAlias sloanfellows
4        DocumentRoot /afs/athena.mit.edu/user/i/s/isaacdlp/web_scripts/
5        SuExecUserGroup isaacdlp isaacdlp
6</VirtualHost>
7
8<VirtualHost *:443>
9        ServerName sloanfellows.mit.edu
10        ServerAlias sloanfellows
11        DocumentRoot /afs/athena.mit.edu/user/i/s/isaacdlp/web_scripts/
12        SuExecUserGroup isaacdlp isaacdlp
13        SSLEngine on
14</VirtualHost>
Note: See TracBrowser for help on using the repository browser.