source: vhosts/conf.d/francophone.conf @ 247

Last change on this file since 247 was 247, checked in by andersk, 17 years ago
Close the http://vhost/~wronguser hole.
File size: 736 bytes
Line 
1<VirtualHost *:80>
2        ServerName total-sailing.mit.edu
3        ServerAlias total-sailing
4        DocumentRoot /afs/athena.mit.edu/activity/f/francophone/web_scripts/total-sailing
5        Alias /~francophone /afs/athena.mit.edu/activity/f/francophone/web_scripts/total-sailing
6        SuExecUserGroup francophone francophone
7        Include conf.d/vhosts-common.conf
8</VirtualHost>
9
10<IfModule ssl_module>
11        <VirtualHost *:443>
12                ServerName total-sailing.mit.edu
13                ServerAlias total-sailing
14                DocumentRoot /afs/athena.mit.edu/activity/f/francophone/web_scripts/total-sailing
15                Alias /~francophone /afs/athena.mit.edu/activity/f/francophone/web_scripts/total-sailing
16                SuExecUserGroup francophone francophone
17                Include conf.d/vhosts-common-ssl.conf
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.