[942] | 1 | # do not trailing-slash DocumentRoot |
---|
| 2 | |
---|
| 3 | <VirtualHost *:80> |
---|
| 4 | ServerName debathena.mit.edu |
---|
[2098] | 5 | ServerAlias *.debathena.com *.debathena.net *.debathena.org debathena debathena.com debathena.net debathena.org |
---|
[942] | 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 |
---|
[1081] | 10 | CustomLog /home/logview/debathena.log combined |
---|
[942] | 11 | </VirtualHost> |
---|
| 12 | |
---|
| 13 | <IfModule ssl_module> |
---|
| 14 | <VirtualHost *:443> |
---|
| 15 | ServerName debathena.mit.edu |
---|
[2098] | 16 | ServerAlias *.debathena.com *.debathena.net *.debathena.org debathena debathena.com debathena.net debathena.org |
---|
[942] | 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 |
---|
[2098] | 21 | CustomLog /home/logview/debathena.log combined |
---|
[942] | 22 | SSLCertificateFile /etc/pki/tls/certs/debathena.pem |
---|
[2341] | 23 | SSLCertificateChainFile /etc/pki/tls/certs/debathena.pem |
---|
[2098] | 24 | SSLCertificateKeyFile /etc/pki/tls/private/scripts.key |
---|
[942] | 25 | </VirtualHost> |
---|
| 26 | <VirtualHost *:444> |
---|
| 27 | ServerName debathena.mit.edu |
---|
[2098] | 28 | ServerAlias *.debathena.com *.debathena.net *.debathena.org debathena debathena.com debathena.net debathena.org |
---|
[942] | 29 | DocumentRoot /afs/sipb.mit.edu/project/debathena/web_scripts |
---|
| 30 | Alias /~debathena /afs/sipb.mit.edu/project/debathena/web_scripts |
---|
| 31 | SuExecUserGroup debathena debathena |
---|
| 32 | Include conf.d/vhosts-common-ssl.conf |
---|
| 33 | Include conf.d/vhosts-common-ssl-cert.conf |
---|
[2098] | 34 | CustomLog /home/logview/debathena.log combined |
---|
[942] | 35 | SSLCertificateFile /etc/pki/tls/certs/debathena.pem |
---|
[2341] | 36 | SSLCertificateChainFile /etc/pki/tls/certs/debathena.pem |
---|
[2098] | 37 | SSLCertificateKeyFile /etc/pki/tls/private/scripts.key |
---|
[942] | 38 | </VirtualHost> |
---|
| 39 | </IfModule> |
---|