source: vhosts/conf.d/ashdown.conf @ 601

Last change on this file since 601 was 333, checked in by andersk, 17 years ago
vhosts port 444.
File size: 622 bytes
RevLine 
[132]1<VirtualHost *:80>
2        ServerName ashdown.mit.edu
3        ServerAlias ashdown
4        DocumentRoot /afs/athena.mit.edu/activity/a/ashdown/web_scripts
[247]5        Alias /~ashdown /afs/athena.mit.edu/activity/a/ashdown/web_scripts
[132]6        SuExecUserGroup ashdown ashdown
[244]7        Include conf.d/vhosts-common.conf
[132]8</VirtualHost>
9
[244]10<IfModule ssl_module>
[333]11        <VirtualHost *:443 *:444>
[244]12                ServerName ashdown.mit.edu
13                ServerAlias ashdown
14                DocumentRoot /afs/athena.mit.edu/activity/a/ashdown/web_scripts
[247]15                Alias /~ashdown /afs/athena.mit.edu/activity/a/ashdown/web_scripts
[244]16                SuExecUserGroup ashdown ashdown
17                Include conf.d/vhosts-common-ssl.conf
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.