Hi,
I have the following scenario :
- Apache/2.2.19 (Solaris 10 SPARC)
SetInputFilter alterxmlbody (AP_FTYPE_RESOURCE)
SetHandler weblogic-handler
The handler forwards requests to multiple weblogic servers
and the filter itself analyzes and/or changes the POST data
in a way that the
On Tue, Sep 25, 2012 at 1:15 PM, Ivan Prostran wrote:
> Hi,
>
> I have the following scenario :
>
> - Apache/2.2.19 (Solaris 10 SPARC)
>
> SetInputFilter alterxmlbody (AP_FTYPE_RESOURCE)
> SetHandler weblogic-handler
>
>
> The handler forwards requests to multiple weblogic servers
> and
On 09/25/12 14:04, Ben Noordhuis wrote:
On Tue, Sep 25, 2012 at 1:15 PM, Ivan Prostran wrote:
Hi,
I have the following scenario :
- Apache/2.2.19 (Solaris 10 SPARC)
SetInputFilter alterxmlbody (AP_FTYPE_RESOURCE)
SetHandler weblogic-handler
The handler forwards requests to mult
On Tue, Sep 25, 2012 at 2:51 PM, Ivan Prostran wrote:
> Do you suggest chunked transfer encoding?
Yep. There's nary a proxy problem you can't solve with chunked encoding.