https://issues.apache.org/bugzilla/show_bug.cgi?id=44020
Rainer Perske <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Rainer Perske <[email protected]> 2010-08-19 05:54:01 EDT --- Because write "Redirect permanent /xxx /yyy" is correct usage according to the documentation, I consider logging leven "warn" too high and propose to change ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, "incomplete redirection target of '%s' for " "URI '%s' modified to '%s'", orig_target, r->uri, ret); to ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, "incomplete redirection target of '%s' for " "URI '%s' modified to '%s'", orig_target, r->uri, ret); in mod_alias.c. (In our environment where different webservers serve the same content, writing the short URL for server-local redirects avoids the need for different .htaccess files for each server. But using the short URLs pollutes our error logs with these warnings.) Thank you. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
