https://issues.apache.org/bugzilla/show_bug.cgi?id=48364
--- Comment #3 from HWS <[email protected]> 2009-12-10 07:29:22 UTC --- CONJECTURE: "Action dophp /phpact" causes /test/tt.php to be internally rewritten to /phpact/test/tt.php (otherwise the functioning of "ProxyPassMatch ^/phpact/(.+)$ fcgi://localhost:54321/$1" would be incomprehensible). In fact, mod_action.c contains a call to ap_internal_redirect_handler which seems to do this. Then the cache might not recognize that the action-script output is related to the original URL. (I remember there are several caching issues in the bug database concerning mod_rewrite, which have been fixed. May be mod_action has to be treated in a similar way.) -- 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]
