jean-frederic clere wrote:
Settings and test case of course more than welcome :=}
I think I have reproduced it with the following: +++ Alias /examples /opt/SMAWoIS/jakarta-tomcat-4.1.29/webapps/examples
<Location "/examples/servlet/*">
JkUriSet group ajp13:pgtr0327:8009
</Location>
+++
The /examples/servlet/* uri has "/examples/servlet/*-1" for uri and match_type "suffix" sounds weird for me.
I have also managed to reproduce this more succinctly than previously in almost the same fashion with:
Alias /servlets-examples "D:\Tomcats\Tomcat5020\webapps\servlets-examples" <Location "/servlets-examples/servlet/*"> JkUriSet worker ajp13:wtJk2Worker </Location>
The Tomcat servlet examples are not accessible with these settings.
They are, however, (apart from static content like images, etc) once you remove the "Alias" line.
P.S. Let me know if I should file a Bugzilla bug for this....
-- Jess Holle