You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by alchemist vk <al...@gmail.com> on 2022/02/22 11:14:57 UTC

[users@httpd] Stop executing ProxyPassMatch when error is set

Hi All,
  I configured reverse proxy for /test/api as below:
  ProxyPassMatch ^/(test/api) unix:/run/testservice/http.socket|
http://localhost .
 But my question is, if for some reason, /test/api gets authenticated and
auth module sets the value as 401, then how do I stop it from forwarding
the request to testservice/http.socket for further processing.

With regards,
Venkatesh