source: vhosts/conf.d/stimulant.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: 408 bytes
Line 
1<VirtualHost *:80>
2        ServerName stimulant.mit.edu
3        ServerAlias stimulant
4        DocumentRoot /afs/athena.mit.edu/user/a/r/aresnick/web_scripts/stimulant
5        SuExecUserGroup aresnick aresnick
6</VirtualHost>
7
8<VirtualHost *:443>
9        ServerName stimulant.mit.edu
10        ServerAlias stimulant
11        DocumentRoot /afs/athena.mit.edu/user/a/r/aresnick/web_scripts/stimulant
12        SuExecUserGroup aresnick aresnick
13        SSLEngine on
14</VirtualHost>
Note: See TracBrowser for help on using the repository browser.