When I set:ProxyErrorOverride OnI'm seeing page load times increase from about
1-2 seconds, to nearly 20 seconds. I'm not seeing anything logged to the apache
error log.
I'm running Apache HTTPD 2.4.4 (built from source) on a RHEL6 server. This is
configured as a reverse proxy, proxying via http
I am stuck on what is a very simple configuration that we have been using on
Linux but it doesn't appear to trigger on windows. Below is what we have in
our conf file:
ServerName ..ca
Redirect / https://..ca
RedirectMatch (.*) https://..ca$1
Note: I have trie