From be327c2670fba456fd6630c2c46ac1083ffbf79c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 26 Aug 2014 22:35:56 +0000 Subject: [PATCH] Theres no longer any rewritelog specific logging in new apache --- roles/distgit/files/redirect.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/distgit/files/redirect.conf b/roles/distgit/files/redirect.conf index dc1b6a1133..20f2bbbe2d 100644 --- a/roles/distgit/files/redirect.conf +++ b/roles/distgit/files/redirect.conf @@ -2,12 +2,6 @@ RedirectMatch permanent ^/$ http://pkgs.fedoraproject.org/cgit/ RewriteEngine on -# rewrite log -# set level to 0 to turn off and speed things up -# when debugging - set to 3 and you can see what the hell is going on -RewriteLogLevel 0 -RewriteLog "/var/log/httpd/git-rewrite.log" - # Use cgit and redirect (some) old gitweb-caching things RewriteRule ^/cgit-data/(.*)$ /cgit-data/$1 [L,PT] RewriteRule ^/cgit/(.*)$ /cgit/$1 [L,PT]