[users@httpd] Very slow page loads when ProxyErrorOverride On

2013-07-11 Thread Paul Beckett
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

[users@httpd] Can't get redirect or redirectmatch working in Windows Apache 2.2 but ok on Linux

2013-07-11 Thread Stuart Irving
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