source: trunk/server/fedora/config/etc/httpd/vhosts.d/finance.blue-sun-corp.com.conf @ 1529

Last change on this file since 1529 was 1447, checked in by quentin, 14 years ago
Reify *.blue-sun-corp.com
File size: 1.1 KB
Line 
1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName finance.blue-sun-corp.com
5
6        DocumentRoot /afs/sipb.mit.edu/contrib/blue-sun/web_scripts/finance
7        Alias /~blue-sun /afs/sipb.mit.edu/contrib/blue-sun/web_scripts
8        SuExecUserGroup blue-sun blue-sun
9        Include conf.d/vhosts-common.conf
10</VirtualHost>
11
12<IfModule ssl_module>
13        <VirtualHost *:443>
14                ServerName finance.blue-sun-corp.com
15               
16                DocumentRoot /afs/sipb.mit.edu/contrib/blue-sun/web_scripts/finance
17                Alias /~blue-sun /afs/sipb.mit.edu/contrib/blue-sun/web_scripts
18                SuExecUserGroup blue-sun blue-sun
19                Include conf.d/vhosts-common-ssl.conf
20                SSLCertificateFile /etc/pki/tls/certs/blue-sun-corp.com.pem
21        </VirtualHost>
22        <VirtualHost *:444>
23                ServerName finance.blue-sun-corp.com
24               
25                DocumentRoot /afs/sipb.mit.edu/contrib/blue-sun/web_scripts/finance
26                Alias /~blue-sun /afs/sipb.mit.edu/contrib/blue-sun/web_scripts
27                SuExecUserGroup blue-sun blue-sun
28                Include conf.d/vhosts-common-ssl.conf
29                Include conf.d/vhosts-common-ssl-cert.conf
30                SSLCertificateFile /etc/pki/tls/certs/blue-sun-corp.com.pem
31        </VirtualHost>
32</IfModule>
Note: See TracBrowser for help on using the repository browser.