source: trunk/server/fedora/config/etc/httpd/vhosts.d/lizdenys.com.conf @ 2790

Last change on this file since 2790 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: 3.0 KB
Line 
1<IfModule ssl_module>
2        <VirtualHost *:443>
3                ServerName lizdenys.com
4               
5                Include conf.d/vhost_ldap.conf
6                Include conf.d/vhosts-common-ssl.conf
7                SSLCertificateFile /etc/pki/tls/certs/star.lizdenys.com.pem
8                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
9        </VirtualHost>
10        <VirtualHost *:444>
11                ServerName lizdenys.com
12               
13                Include conf.d/vhost_ldap.conf
14                Include conf.d/vhosts-common-ssl.conf
15                Include conf.d/vhosts-common-ssl-cert.conf
16                SSLCertificateFile /etc/pki/tls/certs/star.lizdenys.com.pem
17                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
18        </VirtualHost>
19</IfModule>
20<IfModule ssl_module>
21        <VirtualHost *:443>
22                ServerName blog.lizdenys.com
23               
24                Include conf.d/vhost_ldap.conf
25                Include conf.d/vhosts-common-ssl.conf
26                SSLCertificateFile /etc/pki/tls/certs/star.lizdenys.com.pem
27                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
28        </VirtualHost>
29        <VirtualHost *:444>
30                ServerName blog.lizdenys.com
31               
32                Include conf.d/vhost_ldap.conf
33                Include conf.d/vhosts-common-ssl.conf
34                Include conf.d/vhosts-common-ssl-cert.conf
35                SSLCertificateFile /etc/pki/tls/certs/star.lizdenys.com.pem
36                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
37        </VirtualHost>
38</IfModule>
39<IfModule ssl_module>
40        <VirtualHost *:443>
41                ServerName food.lizdenys.com
42               
43                Include conf.d/vhost_ldap.conf
44                Include conf.d/vhosts-common-ssl.conf
45                SSLCertificateFile /etc/pki/tls/certs/star.lizdenys.com.pem
46                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
47        </VirtualHost>
48        <VirtualHost *:444>
49                ServerName food.lizdenys.com
50               
51                Include conf.d/vhost_ldap.conf
52                Include conf.d/vhosts-common-ssl.conf
53                Include conf.d/vhosts-common-ssl-cert.conf
54                SSLCertificateFile /etc/pki/tls/certs/star.lizdenys.com.pem
55                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
56        </VirtualHost>
57</IfModule>
58<IfModule ssl_module>
59        <VirtualHost *:443>
60                ServerName haircolor.lizdenys.com
61               
62                Include conf.d/vhost_ldap.conf
63                Include conf.d/vhosts-common-ssl.conf
64                SSLCertificateFile /etc/pki/tls/certs/star.lizdenys.com.pem
65                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
66        </VirtualHost>
67        <VirtualHost *:444>
68                ServerName haircolor.lizdenys.com
69               
70                Include conf.d/vhost_ldap.conf
71                Include conf.d/vhosts-common-ssl.conf
72                Include conf.d/vhosts-common-ssl-cert.conf
73                SSLCertificateFile /etc/pki/tls/certs/star.lizdenys.com.pem
74                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
75        </VirtualHost>
76</IfModule>
77<IfModule ssl_module>
78        <VirtualHost *:443>
79                ServerName www.lizdenys.com
80               
81                Include conf.d/vhost_ldap.conf
82                Include conf.d/vhosts-common-ssl.conf
83                SSLCertificateFile /etc/pki/tls/certs/star.lizdenys.com.pem
84                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
85        </VirtualHost>
86        <VirtualHost *:444>
87                ServerName www.lizdenys.com
88               
89                Include conf.d/vhost_ldap.conf
90                Include conf.d/vhosts-common-ssl.conf
91                Include conf.d/vhosts-common-ssl-cert.conf
92                SSLCertificateFile /etc/pki/tls/certs/star.lizdenys.com.pem
93                SSLCertificateKeyFile /etc/pki/tls/private/scripts-2048.key
94        </VirtualHost>
95</IfModule>
Note: See TracBrowser for help on using the repository browser.