Le 19/12/2012 16:31, Nick Kew a écrit :
On Wed, 19 Dec 2012 10:16:06 +0100
Thibaut Lemaire wrote:
You can see the problem on this url :
http://test2.titag.com/
Yep, you have a problem. It's lacking a Content-Encoding header.
Two points here:
1. It smells of bug somewhere: mod_deflate shoul
On Wed, 19 Dec 2012 10:16:06 +0100
Thibaut Lemaire wrote:
> You can see the problem on this url :
> http://test2.titag.com/
Yep, you have a problem. It's lacking a Content-Encoding header.
Two points here:
1. It smells of bug somewhere: mod_deflate should set the header
when you use the DEFLA
Le 18/12/2012 20:30, Nick Kew a écrit
Something in your setup is failing to set the right headers
to describe the contents returned.
Apart from looking for clues in the error log, you could
diagnose it starting by looking at exactly what gets
sent to the browser. Or you could post a URL that
il
On 18 Dec 2012, at 16:48, Thibaut Lemaire wrote:
> I've got a problem in configuring Proxy on Apache :
Something in your setup is failing to set the right headers
to describe the contents returned.
Apart from looking for clues in the error log, you could
diagnose it starting by looking at exact
Hi all,
I've got a problem in configuring Proxy on Apache :
I want to :
1/ get a content from a website (Deflate or not) ;
2/ apply a filter on it to substitute some text on the body of the page ;
3/ resend the page to the client after apply the Deflate filter to the
altered page.
My configur