Re: [users@httpd] mod_proxy ProxyPassReverse incorrectly adjusting Location header in redirect?

2012-04-11 Thread Rainer Frey
On 12.04.2012, at 07:57, Igor Cicimov wrote: > Where did you get the idea that you can mix protocols in the reverse proxy > commands from? > > This makes sense: > ProxyPass / http://internal.example.com/ > ProxyPassReverse / http://internal.example.com/ > > This doesn't: > ProxyPass / h

Re: [users@httpd] mod_proxy ProxyPassReverse incorrectly adjusting Location header in redirect?

2012-04-11 Thread Rainer Frey
Hi, I don't know the solution out of my head, but maybe pointing out what goes wrong helps you already. On 11.04.2012, at 18:11, Charlie Katz wrote: > Hi, as an interim solution in an internal reorganization of server resources, > I > want to use mod_proxy as a reverse proxy to move the entir

Re: [users@httpd] mod_proxy ProxyPassReverse incorrectly adjusting Location header in redirect?

2012-04-11 Thread Igor Cicimov
Where did you get the idea that you can mix protocols in the reverse proxy commands from? This makes sense: ProxyPass / http://internal.example.com/ ProxyPassReverse / http://internal.example.com/ This doesn't: ProxyPass / https://internal.example.com/ ProxyPassReverse / http://internal.e

RE: [users@httpd] Apache HTTPD Sporadic High CPU

2012-04-11 Thread Bill Bawcombe
We checked our APR version (1.4.5) and we should be OK for the bug you mention. Here is the output from our httpd -V if this helps: Server version: Apache/2.2.20 (Unix) Server built: Sep 30 2011 13:13:01 Server's Module Magic Number: 20051115:28 Server loaded: APR 1.4.5, APR-Util 1.3.12 Compil

[users@httpd] mod_proxy ProxyPassReverse incorrectly adjusting Location header in redirect?

2012-04-11 Thread Charlie Katz
Hi, as an interim solution in an internal reorganization of server resources, I want to use mod_proxy as a reverse proxy to move the entire functionality of a public-facing server (www.example.com) to an internal server (internal.example.com).  (configuration at end) https is used in this site

Re: [users@httpd] httpd 2.4.1 -t option return code results always in 0

2012-04-11 Thread Richard Westebbe
Hi, thanx for the answer. I wrote an bug report, but while I was searching the source code for the right place to create an patch I was astonished that I couldn't reproduce the error in a newly compiled version, though I didn't change anything in the source code. Further research resulte