Last change
on this file since 2006 was
2006,
checked in by achernya, 13 years ago
|
Certificate renewal for sipb.mit.edu
|
File size:
1.2 KB
|
Rev | Line | |
---|
[940] | 1 | # do not trailing-slash DocumentRoot |
---|
| 2 | |
---|
| 3 | <VirtualHost *:80> |
---|
| 4 | ServerName sipb.mit.edu |
---|
[2006] | 5 | ServerAlias sipb sipb.org www.sipb.org |
---|
[974] | 6 | DocumentRoot /afs/sipb.mit.edu/project/sipb-www/web_scripts/sipb |
---|
[940] | 7 | Alias /~sipb-www /afs/sipb.mit.edu/project/sipb-www/web_scripts |
---|
| 8 | SuExecUserGroup sipb-www sipb-www |
---|
| 9 | Include conf.d/vhosts-common.conf |
---|
| 10 | </VirtualHost> |
---|
| 11 | |
---|
| 12 | <IfModule ssl_module> |
---|
| 13 | <VirtualHost *:443> |
---|
| 14 | ServerName sipb.mit.edu |
---|
[2006] | 15 | ServerAlias sipb sipb.org www.sipb.org |
---|
[974] | 16 | DocumentRoot /afs/sipb.mit.edu/project/sipb-www/web_scripts/sipb |
---|
[940] | 17 | Alias /~sipb-www /afs/sipb.mit.edu/project/sipb-www/web_scripts |
---|
| 18 | SuExecUserGroup sipb-www sipb-www |
---|
| 19 | Include conf.d/vhosts-common-ssl.conf |
---|
| 20 | SSLCertificateFile /etc/pki/tls/certs/sipb.pem |
---|
[2006] | 21 | SSLCertificateKeyFile /etc/pki/tls/private/scripts.key |
---|
[940] | 22 | </VirtualHost> |
---|
| 23 | <VirtualHost *:444> |
---|
| 24 | ServerName sipb.mit.edu |
---|
[2006] | 25 | ServerAlias sipb sipb.org www.sipb.org |
---|
[974] | 26 | DocumentRoot /afs/sipb.mit.edu/project/sipb-www/web_scripts/sipb |
---|
[940] | 27 | Alias /~sipb-www /afs/sipb.mit.edu/project/sipb-www/web_scripts |
---|
| 28 | SuExecUserGroup sipb-www sipb-www |
---|
| 29 | Include conf.d/vhosts-common-ssl.conf |
---|
| 30 | Include conf.d/vhosts-common-ssl-cert.conf |
---|
| 31 | SSLCertificateFile /etc/pki/tls/certs/sipb.pem |
---|
[2006] | 32 | SSLCertificateKeyFile /etc/pki/tls/private/scripts.key |
---|
[940] | 33 | </VirtualHost> |
---|
| 34 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.