Re: Is it possible that nginx will not buffer the client body?
This patch should work between nginx-1.2.6 and nginx-1.3.8.The documentation is here:## client_body_postpone_sending ##Syntax: **client_body_postpone_sending** `size`Default: 64kContext: `http, server,...
View ArticleHi
Hi all, i'm Mavin, in real my name is Vincenzo.I'm italian (sorry don't speak english correctly D:)!I use nginx but it's very very best in comparsion to apache, I hope to make friends with you and help!
View ArticleProblem with subfolders php-cgi execution
Hi, sorry, i don't speak english, I will be very brief :DI use this for php-cgi 404location ~ \.php$ {root public;try_files $uri @404;...}location @404 { return 404; break; }error_page 404 /404.html;in...
View ArticleRe: Handler for (null) returned invalid result code
Причина - бага в версии?P.S. Прошу прощения перед участниками рассылки - клацнул "отправить" недобавив заголовок.> Hello!>> On Sat, Jan 12, 2013 at 01:10:39AM +0600, admin@sysadmins.el.kg...
View ArticleI am really stuck.
I have been trying to get my server configured, I have nginx up and running and virtualmin but php just will not work, every time i request a php file it wants me to download the file.Heres my...
View ArticleRe: Торможение ботов через limit_req
On Sunday 13 January 2013 12:07:37 Михаил Монашёв wrote:> Здравствуйте, Валентин.>> >> Подскажите пожалуйста, как ограничить количество запросов через> >> limit_req для...
View ArticleRe: Конфигурация nginx нужна помощь
Здравствуйте, memento.Вы писали 13 января 2013 г., 18:05:49:> Добрый день!> Помогите разобраться с настройкой nginx, задача такая:> Есть domain1.ru и domain2.ru ...... domain100.ru> Для...
View ArticleRe: Торможение ботов через limit_req
On Sunday 13 January 2013 13:49:48 Михаил Монашёв wrote:> Здравствуйте, Валентин.>> А как в логе увидеть флаг того , что запрос был приторможен? Понятно,> что есть реквет-тайм, но может он...
View ArticleRe[2]: Торможение ботов через limit_req
Здравствуйте, Валентин.>> А как в логе увидеть флаг того , что запрос был приторможен? Понятно,>> что есть реквест-тайм, но может он большой по каким-то другим причинам.>...
View ArticleRe: Торможение ботов через limit_req
On Sunday 13 January 2013 13:02:26 Михаил Монашёв wrote:> Здравствуйте, Валентин.>> >> Подскажите пожалуйста, как ограничить количество запросов через> >> limit_req для...
View ArticleRe: Торможение ботов через limit_req
On Sunday 13 January 2013 18:52:14 Михаил Монашёв wrote:> Здравствуйте, Валентин.>> >> А как в логе увидеть флаг того , что запрос был приторможен? Понятно,> >> что есть...
View Articleotrs on nginx with fcgiwrap
Hi There,I'm trying to run OTRS on Debian with nginx and fcgiwrap. But all I get is this error:FastCGI sent in stderr: "Cannot get script name, is DOCUMENT_ROOT and SCRIPT_NAME setand is the script...
View ArticleRe: Конфигурация nginx нужна помощь
Вам алиас повесить нужно? Тогда в директиве listen допишите ваши доменычерез пробел.> Добрый день!>> Помогите разобраться с настройкой nginx, задача такая:>> Есть domain1.ru и domain2.ru...
View ArticleRe: Variables and includes
Hello!On Sun, Jan 13, 2013 at 08:18:35PM -0800, Daniel L. Miller wrote:> On 1/13/2013 6:50 PM, Maxim Dounin wrote:> >Hello!> >> >On Sat, Jan 12, 2013 at 09:40:14PM -0800, Daniel L....
View ArticleA problem with the keepalive module and the direcitve proxy_next_upstream
Hi, folks,We have found a bug with the keepalive module. When we used the keepalivemodule, the directive proxy_next_upstream seems disabled.We use Nginx as reverse server. Our backend servers simply...
View ArticleRe: Re: Multiple site with PHP-FPM home directory permission
Thx!Its working like this.On 11/01/13 21:07, peter@donka.hu wrote:> Hi Guys!>> I have an nginx server with multiple virtual hosted site. Every site> running with unique user permission...
View ArticleRe: Бага в proxy_method
Hello!On Mon, Jan 14, 2013 at 03:04:45PM +0400, Maxim Dounin wrote:> Hello!>> On Mon, Jan 14, 2013 at 01:43:43PM +0400, Михаил Монашёв wrote:>> > Здравствуйте, Maxim.> >>...
View ArticleRe[2]: Бага в proxy_method
Здравствуйте, Maxim.>> Включил на проксирующем nginx-е директиву>> proxy_method GET;>> и он стал слать кривые запросы вида:>> GET/94/82/38294/5/4858305/789797.gif...
View ArticleRe: Бага в proxy_method
Здравствуйте, Уважаемый(-ая, -ое) Maxim Dounin!>> Здравствуйте, Maxim.>>>> > А, нет, вру, должно быть всё нормально и без пробела, это>> > действительно...
View ArticleRe: location uri с аргументами включительно
Здравствуйте.Должен ли кэшироваться ответ от index.php c другими аргументами? Если да,то по какому ключу?14 января 2013 г., 16:58 пользователь Sergey Croitor<scroitor@gmail.com>написал:>...
View Article