Searched defs:rewritelog (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/mappers/
H A Dmod_rewrite.c114 * may strip all rewritelog code entirely from mod_rewrite by using the
131 #define rewritelog(x) do_rewritelog x macro
137 #define rewritelog(x) macro
771 rewritelog((r, 2, NULL, "discarding query string"));
796 rewritelog((r, 3, NULL, "split uri=%s -> uri=%s, args=%s", olduri,
857 rewritelog((r, 3, NULL, "reduce %s -> %s", r->filename, url));
954 rewritelog((r, 5, NULL, "strip matching prefix: %s -> %s", input,
972 rewritelog((r, 4, NULL, "add subst prefix: %s -> %s", input+len,
1407 /* what's a fair rewritelog level for this? */
1408 rewritelog((
[all...]

Completed in 955 milliseconds