source: vhosts/conf.d/akishore.conf @ 553

Last change on this file since 553 was 525, checked in by geofft, 16 years ago
newswatch.mit.edu [help.mit.edu #534064]
File size: 690 bytes
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName newswatch.mit.edu
5        ServerAlias newswatch
6        DocumentRoot /afs/athena.mit.edu/user/a/k/akishore/web_scripts/newswatch
7        Alias /~akishore /afs/athena.mit.edu/user/a/k/akishore/web_scripts
8        SuExecUserGroup akishore akishore
9        Include conf.d/vhosts-common.conf
10</VirtualHost>
11
12<IfModule ssl_module>
13        <VirtualHost *:443 *:444>
14                ServerName newswatch.mit.edu
15                ServerAlias newswatch
16                DocumentRoot /afs/athena.mit.edu/user/a/k/akishore/web_scripts/newswatch
17                Alias /~akishore /afs/athena.mit.edu/user/a/k/akishore/web_scripts
18                SuExecUserGroup akishore akishore
19                Include conf.d/vhosts-common-ssl.conf
20        </VirtualHost>
21</IfModule>
Note: See TracBrowser for help on using the repository browser.