17 messages in ru.sysoev.nginxRe: src/http/modules/ngx_http_gzip_fi...
FromSent OnAttachments
Aleksandar LazicDec 9, 2006 5:21 pm 
Igor SysoevDec 10, 2006 2:04 am 
Aleksandar LazicDec 10, 2006 2:14 am 
Aleksandar LazicDec 10, 2006 2:31 am 
Igor SysoevDec 10, 2006 2:36 am 
Aleksandar LazicDec 10, 2006 2:39 am 
Igor SysoevDec 10, 2006 2:45 am 
Igor SysoevDec 10, 2006 3:05 am 
Aleksandar LazicDec 10, 2006 5:04 am 
Aleksandar LazicDec 10, 2006 5:05 am 
Igor SysoevDec 10, 2006 5:12 am 
Aleksandar LazicDec 10, 2006 5:20 am 
Igor SysoevDec 10, 2006 5:23 am 
Aleksandar LazicDec 10, 2006 5:32 am 
Aleksandar LazicDec 10, 2006 12:27 pm 
Aleksandar LazicDec 10, 2006 12:37 pm 
Aleksandar LazicDec 10, 2006 1:26 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: src/http/modules/ngx_http_gzip_filter_module.c tuningActions...
From:Aleksandar Lazic (al-n@public.gmane.org)
Date:Dec 10, 2006 5:04:35 am
List:ru.sysoev.nginx

On Son 10.12.2006 13:45, Igor Sysoev wrote:

On Sun, 10 Dec 2006, Aleksandar Lazic wrote:

On Son 10.12.2006 13:37, Igor Sysoev wrote:

On Sun, 10 Dec 2006, Aleksandar Lazic wrote:

The backend which was used is Mongrel latest stable.

Can Mongrel compress by itself ?

I don't know I will look or maybe someone on this list know this?

If you run debug log you may see 1) ab2 request version (1.0 vs 1.1),

http request line: "GET /proxy-test HTTP/1.0"

It's 1.0.

2) Mongrel response header (has it "Content-Encondig: gzip").

Nope.

--- *1 http proxy status 0 "200 OK" *1 http proxy header: "Connection: close" *1 http proxy header: "Date: Sat, 09 Dec 2006 22:20:09 GMT" *1 http proxy header: "Set-Cookie: _session_id=aca012bc6c4935104f906d8c9b94e332;
path=/" *1 http proxy header: "Status: 200 OK" *1 http proxy header: "Cache-Control: no-cache" *1 http proxy header: "Server: Mongrel 0.3.13.4" *1 http proxy header: "Content-Type: text/html; charset=UTF-8" *1 http proxy header: "Content-Length: 19266" *1 http proxy header done

---

Ok for know it looks to me that mongrel don't send content compressed.

Aleks