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