X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/767fe69579cd02e13f88b59a94522a9d9b298f1b..313442edc37351eb6d65b6009f0a709204e9fb91:/lib/apache.dtl diff --git a/lib/apache.dtl b/lib/apache.dtl index 8b7051c..c56a380 100644 --- a/lib/apache.dtl +++ b/lib/apache.dtl @@ -26,13 +26,17 @@ For others, it has only one value, [true].}} extern type ssl_cert_path; {{Filesystem path to an SSL certificate in your 'cert' list}} +extern type ssl_cacert_path; +{{Filesystem path to an intermediate CA certificate in your 'cacert' list}} + extern type ssl; extern val no_ssl : ssl; extern val use_cert : ssl_cert_path -> ssl; extern type php_version; -extern val php4 : php_version; extern val php5 : php_version; +extern val fast_php : php_version; +{{FastCGI based php5. Much faster than regular php5.}} extern val vhost : host -> Vhost => [Domain] {WebPlaces : [web_place], @@ -87,3 +91,7 @@ extern val serverAliasDefault : [Vhost]; instead of any of their hosts/"subdomains".}} extern val testNoHtaccess : [Location]; + +extern val sslCertificateChainFile : ssl_cacert_path -> [Vhost]; +{{Intermediate file to serve as part of the chain of authority for + your ssl certificate}} \ No newline at end of file