https://issues.apache.org/bugzilla/show_bug.cgi?id=44803
--- Comment #2 from Jess Holle <[EMAIL PROTECTED]> 2008-04-11 03:55:28 PST ---
Proxy configuration is:
<Proxy balancer://ajpWorker>
BalancerMember ajp://localhost:8010 min=16 max=80 smax=40 ttl=900
keepalive=Off timeout=90000 retry=1 flushpackets=on
</Proxy>
RewriteEngine on
RewriteRule ^(/MyWebApp/(.*\.jsp(.*)|servlet/.*|.*\.jar))$
balancer://ajpWorker$1 [P]
This routes JSP, servlet, and .jar requests through Tomcat and lets Apache
handle everything else.
--
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]