Hi, > [Sat Dec 08 22:07:12 2007] [warn] worker ajp://localhost:9009 already used > by another worker > [Sat Dec 08 22:07:12 2007] [warn] worker ajp://localhost:9009 already used > by another worker
> my cofig which previous seemed to work with 2.2.6: apologies - my config was wrong; I somehow managed to copy an old and wrong config.... this one works, and gives no warning: <Location "/examples/jsp"> ProxyPass ajp://localhost:58009/examples/jsp </Location> <Location "/examples/servlets"> ProxyPass ajp://localhost:58009/examples/servlets </Location> <Location "/tomcat-docs"> ProxyPass ajp://localhost:58009/tomcat-docs </Location> however this works not - does the $1 only work for AliasMatch and not with LocationMatch? <LocationMatch "/examples/(jsp|servlet|servlets)"> ProxyPass "ajp://localhost:58009/examples/$1" </LocationMatch> Guenter.