source: vhosts/conf.d/hmmt.conf @ 592

Last change on this file since 592 was 592, checked in by andersk, 16 years ago
Reorder for consistency.
File size: 560 bytes
RevLine 
[132]1<VirtualHost *:80>
2        ServerName hmmt.mit.edu
3        ServerAlias hmmt
4        DocumentRoot /afs/athena.mit.edu/org/h/hmmt/web_scripts
[246]5        Alias /~hmmt /afs/athena.mit.edu/org/h/hmmt/web_scripts
[592]6        SuExecUserGroup hmmt hmmt
[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 hmmt.mit.edu
13                ServerAlias hmmt
14                DocumentRoot /afs/athena.mit.edu/org/h/hmmt/web_scripts
[246]15                Alias /~hmmt /afs/athena.mit.edu/org/h/hmmt/web_scripts
[592]16                SuExecUserGroup hmmt hmmt
[244]17                Include conf.d/vhosts-common-ssl.conf
18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.