You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/12/08 22:13:11 UTC

DO NOT REPLY [Bug 41137] - Apache2.2 mod_proxy do not support wildcard or regular expr

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=41137>.
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=41137


rpluem@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement




------- Additional Comments From rpluem@apache.org  2006-12-08 13:13 -------
I mark this as an enhancement, because this can be easily done with mod_rewrite:

RewriteRule ^(/.*\.jsp)$ ajp://tomcat/$1 [P,L]

does the trick. If you want to use persistent connections you currently have to
use the following workaround:

RewriteRule ^(/.*\.jsp$) balancer://dummy/$1 [P,L]

<Proxy balancer://dummy/>
   BalancerMember ajp://tomcat/ 
</Proxy>

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org