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

Last change on this file since 625 was 591, checked in by andersk, 16 years ago
Fix https://reminder and add Alias lines.
File size: 1.8 KB
RevLine 
[156]1# do not trailing-slash DocumentRoot
2
[146]3<VirtualHost *:80>
[188]4        ServerName geofft.mit.edu
5        ServerAlias geofft
6        DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts/geofft
[250]7        Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts
[188]8        SuExecUserGroup geofft geofft
[244]9        Include conf.d/vhosts-common.conf
[146]10</VirtualHost>
11
[244]12<IfModule ssl_module>
[333]13        <VirtualHost *:443 *:444>
[244]14                ServerName geofft.mit.edu
15                ServerAlias geofft
16                DocumentRoot /afs/athena.mit.edu/user/g/e/geofft/web_scripts/geofft
[250]17                Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts
[244]18                SuExecUserGroup geofft geofft
19                Include conf.d/vhosts-common-ssl.conf
20        </VirtualHost>
21</IfModule>
[342]22
23<VirtualHost *:80>
24        ServerName reminder.mit.edu
25        ServerAlias reminder
[555]26        DocumentRoot /afs/sipb.mit.edu/project/webzephyr/web_scripts
[591]27        Alias /~webzephyr /afs/sipb.mit.edu/project/webzephyr/web_scripts
[555]28        SuExecUserGroup webzephyr webzephyr
[342]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
[591]36                DocumentRoot /afs/sipb.mit.edu/project/webzephyr/web_scripts
37                Alias /~webzephyr /afs/sipb.mit.edu/project/webzephyr/web_scripts
[555]38                SuExecUserGroup webzephyr webzephyr
[342]39                Include conf.d/vhosts-common-ssl.conf
40        </VirtualHost>
41</IfModule>
[527]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
[591]47        Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts
[527]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
[591]57                Alias /~geofft /afs/athena.mit.edu/user/g/e/geofft/web_scripts
[527]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.