From 4c542393c0a9917ca22ece54f84bd3a21c601934 Mon Sep 17 00:00:00 2001
From: Adam Young <ayo...@redhat.com>
Date: Thu, 6 Jan 2011 17:57:28 -0500
Subject: [PATCH] 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 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/install/conf/ipa-rewrite.conf b/install/conf/ipa-rewrite.conf
index f6bc9d01350f9b8b9c797b6511a656eb23b47762..ec9912c6834da23d3891571191f449c1ad60f3aa 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.
-- 
1.7.3.4

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to