summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-10-11 17:15:39 +0200
committerJonas Smedegaard <dr@jones.dk>2020-10-11 18:22:12 +0200
commite45dc7603fb6b51a1616b0ff7c875ca24278d9b4 (patch)
treebf8e4a419b6bdc4a425200babf5a0ded5d165cb6
parentf28adce02bd9b118808b95314fb5db7e2e9bc948 (diff)
drop obsolete and unused options
-rw-r--r--apache2/conf-available/local-ssl.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/apache2/conf-available/local-ssl.conf b/apache2/conf-available/local-ssl.conf
index 4b4a8ec..3548264 100644
--- a/apache2/conf-available/local-ssl.conf
+++ b/apache2/conf-available/local-ssl.conf
@@ -19,25 +19,10 @@ SSLEngine on
SSLCertificateFile ${_TLS_CERT_CHAIN}
SSLCertificateKeyFile ${_TLS_KEY}
</IfDefine>
-SSLCACertificatePath /etc/ssl/certs/
-#SSLCARevocationPath /etc/apache2/ssl.crl/
-#SSLCARevocationFile /etc/apache2/ssl.crl/ca-bundle.crl
-#SSLVerifyClient require
-#SSLVerifyDepth 10
-
-#SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory /usr/lib/cgi-bin>
SSLOptions +StdEnvVars
</Directory>
-
-BrowserMatch "MSIE [2-6]" \
- nokeepalive ssl-unclean-shutdown \
- downgrade-1.0 force-response-1.0
-# MSIE 7 and newer should be able to use keepalive
-BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
-
-#CustomLog /var/log/apache2/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"