On Wed, Apr 8, 2009 at 6:09 PM, André Warnier <[email protected]> wrote:
> John Oliver wrote:
>>
>> On Wed, Apr 08, 2009 at 04:16:32PM -0400, Eric Covener wrote:
>>>
>>> On Wed, Apr 8, 2009 at 1:37 PM, John Oliver <[email protected]>
>>> wrote:
>>>>
>>>> Is it possible for an instance of httpd to basically copy all traffic it
>>>> receives to another instance of httpd on another host?
>>>
>>> No -- You want something much lower-level, like a TCP tunnel or a load
>>> balancer. Apache will always decrypt/re-encrypt if you put it between
>>> a client and an SSL origin server.
>>
>> It would actually be quite OK for httpd to decrypt the traffic first,
>> since it'll be sent to one other host, on a local segment, re-encrypted
>> by a private keypair.
>>
> Continuing on the above, I don't know of any way that you could achieve what
> you want using only standard Apache config or modules.
> It is after all quite unusual as a requirement.

Seems like a simple proxy reverse proxy might be sufficient


-- 
Eric Covener
[email protected]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to