From a4d2bcde3347eb387b8094d703f02c3d24f21218 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 20 Jun 2012 14:09:55 -0400 Subject: 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 --- install/conf/ipa-rewrite.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'install/conf') 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. -- cgit