diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-06 17:57:28 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2011-01-07 06:14:54 -0500 |
commit | 575d014ac5b28a1f14dd37196adc02b7b653baff (patch) | |
tree | 50f766f894bc1b8af8e7e9a21ec20439fbcc85a0 /install | |
parent | ecd2573e091e15ac15e6ca888a9672b81aa058cd (diff) | |
download | freeipa-575d014ac5b28a1f14dd37196adc02b7b653baff.tar.gz freeipa-575d014ac5b28a1f14dd37196adc02b7b653baff.tar.xz freeipa-575d014ac5b28a1f14dd37196adc02b7b653baff.zip |
bad request workaround not a permanent fix, but makes the web server accept valied request. https://fedorahosted.org/freeipa/ticket/691
Diffstat (limited to 'install')
-rw-r--r-- | 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 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. |