source: vhosts/conf.d/ashdown.mit.edu.conf @ 137

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