From 575d014ac5b28a1f14dd37196adc02b7b653baff Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 6 Jan 2011 17:57:28 -0500 Subject: bad request workaround not a permanent fix, but makes the web server accept valied request. https://fedorahosted.org/freeipa/ticket/691 --- install/conf/ipa-rewrite.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/conf') diff --git a/install/conf/ipa-rewrite.conf b/install/conf/ipa-rewrite.conf index f6bc9d013..ec9912c68 100644 --- a/install/conf/ipa-rewrite.conf +++ b/install/conf/ipa-rewrite.conf @@ -1,6 +1,9 @@ # VERSION 2 - DO NOT REMOVE THIS LINE RewriteEngine on +RewriteLog /var/log/httpd/rewrite.log +RewriteLogLevel 0 + # By default forward all requests to /ipa. If you don't want IPA # to be the default on your web server comment this line out. -- cgit