bad request workaround not a permanent fix, but makes the web server accept valied request. https://fedorahosted.org/freeipa/ticket/691

This commit is contained in:
Adam Young 2011-01-06 17:57:28 -05:00 committed by Endi Sukma Dewata
parent ecd2573e09
commit 575d014ac5

View File

@ -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.