DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43308>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43308 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Version|2.2.4 |2.2.6 ------- Additional Comments From [EMAIL PROTECTED] 2007-09-28 23:45 ------- I've read mod_proxy.c and proxy_util.c and found a hackful workaround. Using ProxyPass to create dummy workers. Rewriting applied, then uses the dummy ProxyPass's worker. -----example----- my server conf: RewriteEngine On RewriteRule ^/([^.]+)\.php$ http://localhost:20000/test/$1.php [P] ProxyPassReverse / http://localhost:20000/test/ added: ProxyPass /keepalive-dummy/ http://localhost:20000/ -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
