On 2/16/06, Steven Wagner <[EMAIL PROTECTED]> wrote:
> Hello Oliver,
>
> Thanks for the reply. If I try to define an expression (either LocationMatch
> or using ~ in Location), rather than the 403 Forbidden error I get a 404 Not
> Found error. It's as if the ProxyPass directive is lost and Apache tries to
> process the request locally.
>
> <LocationMatch "/*/services/">

You need to read up on your regexes a little.  That one matches "zero
or more slashes followed by the string /services/".  You probabably
want ".*/services/"

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to