summaryrefslogtreecommitdiffstats
path: root/install/conf
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-06-20 14:09:55 -0400
committerMartin Kosek <mkosek@redhat.com>2012-07-02 15:20:13 +0200
commita4d2bcde3347eb387b8094d703f02c3d24f21218 (patch)
treed457dd3c32e71d7ec0fd875468ebfb61754ffe0f /install/conf
parent03f247ec863eaafa1a760d520eaed91120d522de (diff)
downloadfreeipa-a4d2bcde3347eb387b8094d703f02c3d24f21218.tar.gz
freeipa-a4d2bcde3347eb387b8094d703f02c3d24f21218.tar.xz
freeipa-a4d2bcde3347eb387b8094d703f02c3d24f21218.zip
Fix compatibility with Fedora 18.
We need a Requires on openssl, the mod_rewrite syntax has changed so we can dump some unused configuration and we need a newer version of mod_auth_kerb to pick up the new location of delegated ccache. https://fedorahosted.org/freeipa/ticket/2839
Diffstat (limited to 'install/conf')
-rw-r--r--install/conf/ipa-rewrite.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/install/conf/ipa-rewrite.conf b/install/conf/ipa-rewrite.conf
index 5385f9db0..8da210d0a 100644
--- a/install/conf/ipa-rewrite.conf
+++ b/install/conf/ipa-rewrite.conf
@@ -1,9 +1,6 @@
-# VERSION 2 - DO NOT REMOVE THIS LINE
+# VERSION 3 - 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.