source: branches/fc17-dev/server/fedora/config/etc/httpd/vhosts.d/eastgate.conf @ 2245

Last change on this file since 2245 was 2245, checked in by ezyang, 12 years ago
Merging r2215 through r2244 from trunk.
File size: 1.3 KB
RevLine 
[975]1# do not trailing-slash DocumentRoot
2
3<VirtualHost *:80>
4        ServerName eastgate.mit.edu
5        ServerAlias eastgate
6        DocumentRoot /afs/athena.mit.edu/activity/e/eastgate/web_scripts
[2245]7        Alias /~eastgate /disabled/afs/athena.mit.edu/activity/e/eastgate/web_scripts
[975]8        SuExecUserGroup eastgate eastgate
9        Include conf.d/vhosts-common.conf
10</VirtualHost>
11
12<IfModule ssl_module>
13        <VirtualHost *:443>
14                ServerName eastgate.mit.edu
15                ServerAlias eastgate
16                DocumentRoot /afs/athena.mit.edu/activity/e/eastgate/web_scripts
[2245]17                Alias /~eastgate /disabled/afs/athena.mit.edu/activity/e/eastgate/web_scripts
[975]18                SuExecUserGroup eastgate eastgate
19                Include conf.d/vhosts-common-ssl.conf
20                SSLCertificateFile /etc/pki/tls/certs/eastgate.pem
[2245]21                SSLCertificateChainFile /etc/pki/tls/certs/eastgate.pem
[1771]22                SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
[975]23        </VirtualHost>
24        <VirtualHost *:444>
25                ServerName eastgate.mit.edu
26                ServerAlias eastgate
27                DocumentRoot /afs/athena.mit.edu/activity/e/eastgate/web_scripts
[2245]28                Alias /~eastgate /disabled/afs/athena.mit.edu/activity/e/eastgate/web_scripts
[975]29                SuExecUserGroup eastgate eastgate
30                Include conf.d/vhosts-common-ssl.conf
31                Include conf.d/vhosts-common-ssl-cert.conf
32                SSLCertificateFile /etc/pki/tls/certs/eastgate.pem
[2245]33                SSLCertificateChainFile /etc/pki/tls/certs/eastgate.pem
[1771]34                SSLCertificateKeyFile /etc/pki/tls/private/scripts.key
[975]35        </VirtualHost>
36</IfModule>
Note: See TracBrowser for help on using the repository browser.