Theres no longer any rewritelog specific logging in new apache
This commit is contained in:
parent
abeeb5c4e4
commit
be327c2670
1 changed files with 0 additions and 6 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue