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
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
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
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
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
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