ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Не обрабатывается error_page


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: Не обрабатывается error_page
  • From: ash2k - <ash2kk@xxxxxxxxx>
  • Date: Mon, 2 Nov 2009 18:49:26 +0500
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=5/+kichXiTI0RZnLJ3s47PKxEcc9oxqGEBA8fplt6KQ=; b=HXdpXoEamf8Xr6sr2glnBqsZUZcnM5Cdi+rr1KV+0RN24Ry+eCR8RxlRk+u4QEmkEm jYwNJx7GandqpVhtqefvS1zfoHeYGSMFrcKvCyFnC99cXdTzJxErRT/lbW2vgDhP6GSY lvSlMd45txazKFSzVlSDFtIwRI2VmQR2F9VsM=
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=jw1nyGn3nxBBxPsmMMB0shzNyzx081iea46d+p4tiZl23jojyzg+lRCOWXLA2TFcEW vifq74S7CNr8yFRkvcrm+ZsxgTFIqquP8/sNjy166IoYBZm2u14YnKAOWnE4Hu/WzL+c oEqSHoxaauYnIibOP2HqT6ZH4I+gjvGFmMwvA=
  • In-reply-to: <152191433.20091102191233@xxxxxxxxxx>
  • References: <59947dcd0911020435y237caca0iead87adab864cac5@xxxxxxxxxxxxxx> <152191433.20091102191233@xxxxxxxxxx>

спасибо, теперь все работает как я хотел.

2 ноября 2009 г. 18:12 пользователь Denis F. Latypoff <denis@xxxxxxxxxx> написал:
Hello ash2k,

Monday, November 2, 2009, 6:35:16 PM, you wrote:


> Здравствуйте! Подскажите пожалуйста как перехватить ошибку внутри @crop -
> "error_page 404 /img/imagenotfound.png;" не обрабатывается. Если например
> написать return 503 внутри @crop то она тоже не обрабатывается.

> server
> {
>         listen                                  127.0.0.1:1180 default;
>         proxy_intercept_errors                  on;
>         fastcgi_intercept_errors                on;
>         error_page                              404 /img/imagenotfound.png;
>         error_page                              500 502 503 504
> /img/imageunavailable.png;

>         location /img/ {
>             root                                /home/cropbox/www;
>         }
>         location ~ ^/crop(/.+)$
>         {
>                 error_page                      404 = @crop;
>                 ...
>                 mogilefs_pass $1 {
>                     proxy_pass                  $mogilefs_path;
>                     proxy_hide_header           Content-Type;
>                     proxy_buffering             off;
>                 }
>         }
>         location @crop
>         {
>                 error_page                      404 /img/imagenotfound.png;
>                 include                         fastcgi_params;
>                 fastcgi_param                   SCRIPT_FILENAME
> /home/cropbox/www/crop.php;
>                 fastcgi_pass                    unix:/tmp/php.sock;

>         }
> }


http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#recursive_error_pages

--
Best regards,
 Denis                            mailto:denis@xxxxxxxxxx





 




Copyright © Lexa Software, 1996-2009.