[tor-commits] [flashproxy/master] example apache config: Only log errors by default, to protect sensitive information.

infinity0 at torproject.org infinity0 at torproject.org
Thu Nov 21 13:18:46 UTC 2013


commit 439c7ab710330b9d136cd85c283758442a7edaa4
Author: Ximin Luo <infinity0 at gmx.com>
Date:   Mon Nov 18 13:59:21 2013 +0000

    example apache config: Only log errors by default, to protect sensitive information.
---
 facilitator/examples/fp-facilitator.conf.in |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/facilitator/examples/fp-facilitator.conf.in b/facilitator/examples/fp-facilitator.conf.in
index 729d85e..4eb98eb 100644
--- a/facilitator/examples/fp-facilitator.conf.in
+++ b/facilitator/examples/fp-facilitator.conf.in
@@ -10,8 +10,10 @@ MaxClients 256
 	DocumentRoot /dev/null
 	ScriptAliasMatch ^(.*) @cgibindir@/facilitator.cgi$1
 
-	# Non-Debian distros will need to tweak this too
-	CustomLog ${APACHE_LOG_DIR}/fp-access.log common
+	# Non-Debian distros will need to tweak the log dir too
+	# Only log errors by default, to protect sensitive information.
+	CustomLog /dev/null common
+	#CustomLog ${APACHE_LOG_DIR}/fp-access.log common
 	ErrorLog ${APACHE_LOG_DIR}/fp-error.log
 	LogLevel warn
 





More information about the tor-commits mailing list