atom feed6 messages in ru.sysoev.nginxRe: error_page and log_not_found in n...
FromSent OnAttachments
Steffen WeberAug 11, 2008 1:20 am 
Igor SysoevAug 11, 2008 4:27 am.Other
Steffen WeberAug 11, 2008 8:05 am 
Steffen WeberAug 12, 2008 3:57 am 
mikeAug 12, 2008 9:44 am 
Igor SysoevAug 14, 2008 6:04 am.Other
Subject:Re: error_page and log_not_found in nginx 0.7.8
From:mike (mike@public.gmane.org)
Date:Aug 12, 2008 9:44:46 am
List:ru.sysoev.nginx

On 8/12/08, Steffen Weber <ngin@public.gmane.org> wrote:

But POST data is missing, too. At least the $_POST array in PHP is empty when the request is redirected by the error_page directive. However, the cookies somehow make it through. How can I solve this problem?

I can see the differerence I think - cookies are sent on each request, GET is sent via the query string.... However, I would expect that error_page works like an internal rewrite so it should maintain the same POST/etc. and be transparent to the end user.

Igor could this be allowed? error_page should be treated like an internal rewrite in my opinion.