On 12/09/2007 08:04 PM, Guenter Knauf wrote:

> 
> 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>

Have you tried to use

ProxyPassMatch

instead of ProxyPass?

Regards

Rüdiger

Reply via email to