On Thu, Dec 17, 2015 at 8:14 AM, Marat Khalili <m...@rqc.ru> wrote:
> Crude, but what about:
>
>     ProxyPassMatch "^/foo/(.+)$" "http://localhost:8009/foo/$1";

or (along the lines):
    ProxyPassMatch ^/foo/((?!index\.html$).+)$ http://localhost:8009/foo/$1

Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to