1 message in ru.sysoev.nginxpatch: error_page and rewrite conflic...
FromSent OnAttachments
Igor SysoevOct 4, 2006 1:38 am.txt
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:patch: error_page and rewrite conflict in 0.4.5Actions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Oct 4, 2006 1:38:01 am
List:ru.sysoev.nginx
Attachments:

Igor Sysoev http://sysoev.ru/en/

Index: src/http/modules/ngx_http_rewrite_module.c =================================================================== --- src/http/modules/ngx_http_rewrite_module.c (revision 53) +++ src/http/modules/ngx_http_rewrite_module.c (working copy) @@ -178,6 +178,10 @@ code(e); }

+ if (e->status == NGX_DECLINED) { + return NGX_DECLINED; + } + if (r->err_status == 0) { return e->status; }