source: vhosts/conf.d/mariya.conf @ 635

Last change on this file since 635 was 631, checked in by andersk, 17 years ago
pharmacology
  • Property svn:eol-style set to native
File size: 688 bytes
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName pharmacology.mit.edu
5        ServerAlias pharmacology
6        DocumentRoot /afs/athena.mit.edu/user/m/a/mariya/web_scripts/pharmacology
7        Alias /~mariya /afs/athena.mit.edu/user/m/a/mariya/web_scripts
8        SuExecUserGroup mariya mariya
9        Include conf.d/vhosts-common.conf
10</VirtualHost>
11
12<IfModule ssl_module>
13        <VirtualHost *:443 *:444>
14                ServerName pharmacology.mit.edu
15                ServerAlias pharmacology
16                DocumentRoot /afs/athena.mit.edu/user/m/a/mariya/web_scripts/pharmacology
17                Alias /~mariya /afs/athena.mit.edu/user/m/a/mariya/web_scripts
18                SuExecUserGroup mariya mariya
19                Include conf.d/vhosts-common-ssl.conf
20        </VirtualHost>
21</IfModule>
Note: See TracBrowser for help on using the repository browser.