Theres no longer any rewritelog specific logging in new apache

This commit is contained in:
Kevin Fenzi 2014-08-26 22:35:56 +00:00
parent abeeb5c4e4
commit be327c2670

View file

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