6 messages in ru.sysoev.nginxRe: serving WAP pages from nginx
FromSent OnAttachments
Asif AliJul 29, 2008 2:04 am 
Almir KaricJul 29, 2008 2:54 am 
Asif AliJul 29, 2008 4:29 am 
Asif AliJul 29, 2008 4:31 am 
Igor SysoevJul 29, 2008 5:04 am 
mikeJul 29, 2008 12:22 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: serving WAP pages from nginxActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Jul 29, 2008 5:04:05 am
List:ru.sysoev.nginx

On Tue, Jul 29, 2008 at 05:01:28PM +0530, Asif Ali wrote:

I just realized that they have a newer stable release available. Has someone fixed such an issue with this upgrade?

The upgrade does not resolve the problem.

nginx does not like "." and "_" in header names:

"x-nokia.wia.accept.original" "X-Nokia-CONNECTION_MODE"

However, it simply ignores them and logs them at info level.

The request

"GET
/waphandler?cid=14131C047A5041424257475C4657455C8D8F&ua=SPICE-S808%2FWAP+Browser&ip=ip_zest&mt=Insert
relevant metadata here&request=impression HTTP /1.0"

is invalid because is contains unescaped spaces in URI: "mt=Insert relevant metadata here"

On Tue, Jul 29, 2008 at 4:59 PM, Asif Ali
<azif@public.gmane.org> wrote:

the stable 0.5.x version

On Tue, Jul 29, 2008 at 3:25 PM, Almir Karic
<almi@public.gmane.org> wrote:

On Tue, Jul 29, 2008 at 02:34:43PM +0530, Asif Ali wrote:

Can someone suggest what are these errors and suggest resolution.

what version are you running? i think nginx had troubles with some mobile phones as they send two Host headers, the issue got fixed recently.