source: vhosts/conf.d/geofft.conf @ 591

Last change on this file since 591 was 591, checked in by andersk, 16 years ago
Fix https://reminder and add Alias lines.
File size: 1.8 KB
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName geofft.mit.edu
5        ServerAlias geofft
6        DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts/geofft
7        Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts
8        SuExecUserGroup geofft geofft
9        Include conf.d/vhosts-common.conf
10</VirtualHost>
11
12<IfModule ssl_module>
13        <VirtualHost *:443 *:444>
14                ServerName geofft.mit.edu
15                ServerAlias geofft
16                DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts/geofft
17                Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts
18                SuExecUserGroup geofft geofft
19                Include conf.d/vhosts-common-ssl.conf
20        </VirtualHost>
21</IfModule>
22
23<VirtualHost *:80>
24        ServerName reminder.mit.edu
25        ServerAlias reminder
26        DocumentRoot /afs/sipb.mit.edu/project/webzephyr/web_scripts
27        Alias /~webzephyr /afs/sipb.mit.edu/project/webzephyr/web_scripts
28        SuExecUserGroup webzephyr webzephyr
29        Include conf.d/vhosts-common.conf
30</VirtualHost>
31
32<IfModule ssl_module>
33        <VirtualHost *:443 *:444>
34                ServerName reminder.mit.edu
35                ServerAlias reminder
36                DocumentRoot /afs/sipb.mit.edu/project/webzephyr/web_scripts
37                Alias /~webzephyr /afs/sipb.mit.edu/project/webzephyr/web_scripts
38                SuExecUserGroup webzephyr webzephyr
39                Include conf.d/vhosts-common-ssl.conf
40        </VirtualHost>
41</IfModule>
42
43<VirtualHost *:80>
44        ServerName wakeup.mit.edu
45        ServerAlias wakeup
46        DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts/wakeup
47        Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts
48        SuExecUserGroup geofft geofft
49        Include conf.d/vhosts-common.conf
50</VirtualHost>
51
52<IfModule ssl_module>
53        <VirtualHost *:443 *:444>
54                ServerName wakeup.mit.edu
55                ServerAlias wakeup
56                DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts/wakeup
57                Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts
58                SuExecUserGroup geofft geofft
59                Include conf.d/vhosts-common-ssl.conf
60        </VirtualHost>
61</IfModule>
Note: See TracBrowser for help on using the repository browser.