tbrehm
2012-02-13 dfc3c95a70b9c68f9ae73823f2d3628e029644ab
Fixed: FS#2052 - Problem with SSLCACertificateFile
1 files modified
3 ■■■■ changed files
server/conf/vhost.conf.master 3 ●●●● patch | view | raw | blame | history
server/conf/vhost.conf.master
@@ -42,11 +42,12 @@
    SSLEngine on
    SSLCertificateFile <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.crt
    SSLCertificateKeyFile <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.key
</tmpl_if>
<tmpl_if name='has_bundle_cert'>
    SSLCACertificateFile <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.bundle
</tmpl_if>
</tmpl_if>
    </IfModule>
    <Directory {tmpl_var name='web_document_root_www'}>
        Options FollowSymLinks
        AllowOverride <tmpl_var name='allow_override'>