Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
location ~ \..*/.*\.php$
Здравствуйте!
В примерах конфигурации drupal в пакете nginx в debian нашел
следующее:
# This location block protects against a known attack. It happens if
# the attacker uploads a non-php file and attempts to run it as a
# php file on the server.
location ~ \..*/.*\.php$ {
return 403;
}
В каких случаях (при каком запросе) может проявиться "неожиданное
поведение" в виде исполнения не-php файла и за счет чего?
--
С уважением,
Pavel mailto:pavel2000@xxxxxx
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|