Last change
on this file was
2574,
checked in by achernya, 10 years ago
|
Merge r2551:2573 from trunk into branches/fc20-dev
|
File size:
1.3 KB
|
Line | |
---|
1 | # do not trailing-slash DocumentRoot |
---|
2 | |
---|
3 | <VirtualHost *:80> |
---|
4 | ServerName debathena.mit.edu |
---|
5 | ServerAlias debathena |
---|
6 | DocumentRoot /afs/sipb.mit.edu/project/debathena/web_scripts |
---|
7 | Alias /~debathena /afs/sipb.mit.edu/project/debathena/web_scripts |
---|
8 | SuExecUserGroup debathena debathena |
---|
9 | Include conf.d/vhosts-common.conf |
---|
10 | CustomLog /home/logview/debathena.log combined |
---|
11 | </VirtualHost> |
---|
12 | |
---|
13 | <IfModule ssl_module> |
---|
14 | <VirtualHost *:443> |
---|
15 | ServerName debathena.mit.edu |
---|
16 | ServerAlias debathena |
---|
17 | DocumentRoot /afs/sipb.mit.edu/project/debathena/web_scripts |
---|
18 | Alias /~debathena /afs/sipb.mit.edu/project/debathena/web_scripts |
---|
19 | SuExecUserGroup debathena debathena |
---|
20 | Include conf.d/vhosts-common-ssl.conf |
---|
21 | CustomLog /home/logview/debathena.log combined |
---|
22 | SSLCertificateFile /etc/pki/tls/certs/debathena.pem |
---|
23 | SSLCertificateKeyFile /etc/pki/tls/private/scripts.key |
---|
24 | </VirtualHost> |
---|
25 | <VirtualHost *:444> |
---|
26 | ServerName debathena.mit.edu |
---|
27 | ServerAlias debathena |
---|
28 | DocumentRoot /afs/sipb.mit.edu/project/debathena/web_scripts |
---|
29 | Alias /~debathena /afs/sipb.mit.edu/project/debathena/web_scripts |
---|
30 | SuExecUserGroup debathena debathena |
---|
31 | Include conf.d/vhosts-common-ssl.conf |
---|
32 | Include conf.d/vhosts-common-ssl-cert.conf |
---|
33 | CustomLog /home/logview/debathena.log combined |
---|
34 | SSLCertificateFile /etc/pki/tls/certs/debathena.pem |
---|
35 | SSLCertificateKeyFile /etc/pki/tls/private/scripts.key |
---|
36 | </VirtualHost> |
---|
37 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.