ПРОЕКТЫ 


  АРХИВ 


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: Принудительный 404 когда error_page для PHP



Igor Sysoev пишет:
> On Tue, Apr 29, 2008 at 01:56:44PM +0400, Igor Sysoev wrote:
>> n Tue, Apr 29, 2008 at 01:37:01PM +0400, Sergey Shepelev wrote:
>>     
>>     root ...
>>
>>     location / {
>>         error_page 404 = @not_found;
>>     }
>>
>>     location @not_found {
>>         rewrite .* /index.php;
>>     }
>>
>>     location ~* ^.[^&?]+\.php$ {
>>        [fastcgi]
>>     }
>>
>>     location = /favicon.ico { }
>>     
>
> location @not_found не нужно:
>
>       location / {
>           error_page 404 = /index.php;
>       }
Доброго времени суток.
Такой вопрос, если я переопределяю error_page 404 в локации, то почему
переопределяются все остальные error_page в значения по умолчанию, хотя
ранее они были уже определены.
Мой пример:
---
error_page  403              /enter/index.html;
error_page  404              /404/;
error_page  502 503 504 505  /enter/index.html;
location /enter/  {
        allow all;
}
location /admin/  {
        allow a.b.c.d;
        deny all;
        error_page  404 = /admin/index.php;
}
---
403 в этом случае переопределяется в default, если её определить в
/admin/, то отображается корректно.

-- 
С уважением,
Сергей Маслов, Новотелеком.




 




Copyright © Lexa Software, 1996-2009.