source: trunk/server/fedora/config/etc/httpd/vhosts.d/luke.wf.conf @ 2733

Last change on this file since 2733 was 2733, checked in by andersk, 8 years ago
Remove www.luke.wf alias (not present in LDAP)
File size: 575 bytes
RevLine 
[2263]1<IfModule ssl_module>
2        <VirtualHost *:443>
3                ServerName luke.wf
[2733]4               
[2731]5                Include conf.d/vhost_ldap.conf
[2263]6                Include conf.d/vhosts-common-ssl.conf
7                SSLCertificateFile /etc/pki/tls/certs/luke.wf.pem
[2686]8                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
[2263]9        </VirtualHost>
10        <VirtualHost *:444>
11                ServerName luke.wf
[2733]12               
[2731]13                Include conf.d/vhost_ldap.conf
[2263]14                Include conf.d/vhosts-common-ssl.conf
15                Include conf.d/vhosts-common-ssl-cert.conf
16                SSLCertificateFile /etc/pki/tls/certs/luke.wf.pem
[2686]17                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
[2263]18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.