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

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