source: trunk/server/fedora/config/etc/httpd/vhosts.d/www.davidben.net.conf @ 2749

Last change on this file since 2749 was 2731, checked in by andersk, 10 years ago
Configure reified vhosts through LDAP Reduces duplication, allows the owners to configure these vhosts through Pony again, and potentially simplifies future automation.
File size: 611 bytes
RevLine 
[2353]1<IfModule ssl_module>
2        <VirtualHost *:443>
3                ServerName www.davidben.net
4               
[2731]5                Include conf.d/vhost_ldap.conf
[2353]6                Include conf.d/vhosts-common-ssl.conf
7                SSLCertificateFile /etc/pki/tls/certs/www.davidben.net.pem
[2648]8                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
[2353]9        </VirtualHost>
10        <VirtualHost *:444>
11                ServerName www.davidben.net
12               
[2731]13                Include conf.d/vhost_ldap.conf
[2353]14                Include conf.d/vhosts-common-ssl.conf
15                Include conf.d/vhosts-common-ssl-cert.conf
16                SSLCertificateFile /etc/pki/tls/certs/www.davidben.net.pem
[2648]17                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
[2353]18        </VirtualHost>
19</IfModule>
Note: See TracBrowser for help on using the repository browser.