Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoona Hoikkala <joona@kuori.org>2015-12-07 02:16:07 +0300
committerJoona Hoikkala <joona@kuori.org>2015-12-07 02:16:07 +0300
commit651c8702cbd81a35fcfab081cf4051e7062b1e3b (patch)
treebd07477e3149e78df6048012dc54c2be67eedbb9 /letsencrypt-apache
parente58c0a530fa180438392adb7aa9e205a1931cbdb (diff)
Commented out TLS SNI apache extra config file logging options, because of distro specific paths
Diffstat (limited to 'letsencrypt-apache')
-rw-r--r--letsencrypt-apache/letsencrypt_apache/options-ssl-apache.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/letsencrypt-apache/letsencrypt_apache/options-ssl-apache.conf b/letsencrypt-apache/letsencrypt_apache/options-ssl-apache.conf
index 2a724d7ec..ec07a4ba3 100644
--- a/letsencrypt-apache/letsencrypt_apache/options-ssl-apache.conf
+++ b/letsencrypt-apache/letsencrypt_apache/options-ssl-apache.conf
@@ -14,9 +14,9 @@ SSLOptions +StrictRequire
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" vhost_combined
LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common
-CustomLog /var/log/apache2/access.log vhost_combined
-LogLevel warn
-ErrorLog /var/log/apache2/error.log
+#CustomLog /var/log/apache2/access.log vhost_combined
+#LogLevel warn
+#ErrorLog /var/log/apache2/error.log
# Always ensure Cookies have "Secure" set (JAH 2012/1)
#Header edit Set-Cookie (?i)^(.*)(;\s*secure)??((\s*;)?(.*)) "$1; Secure$3$4"