On Wed, Dec 16, 2015 at 4:34 PM, Christopher Schultz <
[email protected]> wrote:

>
>    RedirectMatch ^/foo(/)?$ /foo/someplace_specific.html
>    RedirectMatch ^/foo/index.html$ /foo/someplace_specific.html
>    ProxyPass /foo/index.html !
>    ProxyPass /foo/ http://localhost:8009/foo/
>    ProxyPassReverse /foo/ http://localhost:8009/foo/
>
> Unfortunately, this doesn't seem to be working for me: a request for
> /foo/index.html gives me a 404 error *and a JSESSIONID from Tomcat*, so
> I'm fairly certain that the request is being proxied.
>

I thought this was order-sensitive, try reversing the two ProxyPass
statements.

Reply via email to