(MET) Received: from mail1.sabanet.at
> (chello062178141194.4.14.tuwien.teleweb.at [62.178.141.194]) by
> l01.iue.tuwien.ac.at (Postfix) with ESMTP id 5AB34BD633
> for ; Wed, 18 Feb 2009 12:56:45
> +0100
> (CET) Received: from zink.localnet (franz.sabanet.at [10.17.1
On Monday 28 July 2008 11:04:36 Kristian Rink wrote:
> Folks;
>
> dealing with this issue again; yet not really being capable of resolving
> it. Maybe someone does have some more ideas on that. Scenario:
>
> - apache 2.2 (Ubuntu 8.04) as reverse proxy in front of a glassfish v2
> application server
Hi,
can someone help me to understand what the following error message means?
[Mon Jul 14 15:47:12 2008] [error] (104)Connection reset by peer: proxy: pass
request body failed to 127.0.0.1:84 (localhost) from 87.xxx.yyy.zzz ()
I'm using apache witch mod_proxy and mod_ssl as an SSL frontend for
pression.
> - but the front-end server still will
> I think that mod_sentenvif and/or mod_rewrite should allow you to do the
> above. Someone else would have to give you the specifics though.
>
> André
>
> Rainer Sabelka wrote:
> > Hi,
> >
> > I try t
Hi,
I try to use apache (version 2.2.8 on Ubuntu 8.04) for compression offloading.
What I want to do:
- use mod_proxy to forward all requests to the application server
- use mod_deflate to compress the output
- remove the "Accept-Encondig:" header from the client's request before
sending it to th