summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/conf/ipa-rewrite.conf3
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.