https://issues.apache.org/bugzilla/show_bug.cgi?id=52181
--- Comment #6 from André Malo <n...@perlig.de> 2012-04-11 19:06:55 UTC --- (In reply to comment #5) > Created attachment 28586 [details] > Updated (again) rewrite chart > > I have made another attempt at capturing what you mean. I have added some > conditions and made the "File or URI" segment into a three-way solution for > serving both a file-path, a changed URI or an external redirect/proxy request. > > Awaiting response and so forth. It looks a little confusing, but that's how mod_rewrite is anyway ;) I think, a red RewriteCond (or multiple boxes) is missing below the RewriteCond decider. More comments: - I'd split it into two graphs; one for per-directory (which happens during the current "File-path" arrow). and this one for server context. Side-note: it's not a subrequest issued in directory context, but an internal redirect. - Maybe we should split even more; like showing the API phases where the rewrites can happen (directry vs. server). This may simplify the other graphs, since they can focus on the ruleset. - <More Rules> can be skipped with the [L] flag (and PT, too, but only in server context) - The [N] flag restarts the complete ruleset with the current file-or-uri - on a completely different topic: is it possible to commit the graph original , too (not only the resulting PNG)? nice work! -- 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: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org