[PATCH / v4] SPDY: fix nopush cleanup
Hi,Please disregard v3 version of patch. I've found that it does not fix theproblem in case if some data was buffered and afterwards was sent by"write" handler.Here is new version:# HG changeset patch#...
View ArticleRe: Proxy module without waiting for a reply
Unfortunately I still cannot find out how to send data to upstream and force nginx to not wait for reply. Is really upstream suitable for my...
View ArticleIPv6 support in resolver
Hello,We needed this feature in our company, I found that it is in milestones ofversion 1.5 but doesn't exist yet. So I've implemented it based in 1.3 codeand merged in current 1.5 code. When I wrote...
View Article[PATCH/v3] SPDY: fix nopush cleanup
Hello,Thanks for your comments.I tried to analyze it and came up with new patch.# HG changeset patch# User ykirpichev@gmail.com# Date 1371110599 -14400# Branch nopush_fix_3# Node ID...
View ArticleRe: IPv6 support in resolver
Hello!On Fri, Jun 14, 2013 at 09:44:46PM +0400, ToSHiC wrote:> Hello,>> We needed this feature in our company, I found that it is in milestones of> version 1.5 but doesn't exist yet. So...
View ArticleFwd: WEBDAV: accomodate MKCOL for somewhat broken clients
Hello!I wonder ifhttps://github.com/dvv/nginx/commit/3a8cdadea196a594fd1940be02818f51d1b1769fisfeasible? The rationale is to be more liberal to the zoo of...
View Article[nginx] Core: moved initialization of log level.
details: http://hg.nginx.org/nginx/rev/3bb51e5afa9ebranches:changeset: 5250:3bb51e5afa9euser: Vladimir Homutov <vl@nginx.com>date: Thu Jun 13 14:50:10 2013 +0400description:Core: moved...
View ArticleCustom php-fpm access/error log
Hi,Is it possible to add fast cgi params to a access/error log?I'd like to add the client's IP to the log so we can find out who causedthe access/error log, for debug purposes.Ali-----You received this...
View ArticleCustom log
Hi,Is it possible to make a custom log with php-fpm where I can addenvironment variables?I ask this, because I want to add the IP of the user which caused theaccess/error log.We run a...
View ArticleRe: Custom log
Hi,yes %R return the client address of FPM, which means it will log your nginxIP address, not the IP of the nginx client (the browser).So for now it's not possible to include in the logs input headers...
View ArticleRe: Custom log
Hi Jerome,I wish my C was that good :(, I know the basics but suck in pointers andmemory managment.If it was, believe me, I would wirte a patch and publish it!AliOp donderdag 13 juni 2013 11:56:49...
View ArticleRe: Custom log
Thanks, this helps!But, this only solves the problem for access log.Is there a way to do this for the error log as well?AliOp donderdag 13 juni 2013 11:49:09 UTC+2 schreef Joe het volgende:>> Hi...
View ArticleRe: Custom log
Hi Ali,Have a look at the reference conf file from the source here:https://github.com/php/php-src/blob/master/sapi/fpm/php-fpm.conf.inI believe %R will work for you, although from memory you need to...
View ArticleRe: munin plugin for nginx
Replace[nginx*]env.url http://localhost/nginx_statuswith[nginx_*]user rootmy nginx default fileegrep -v "(^$|^#)" /etc/nginx/sites-enabled/defaultserver {listen 80; ## listen for ipv4listen [::]:80...
View ArticleRe: Установка cookies на стороне nginx в зависимости от backend
можете вот это попробовать http://code.google.com/p/nginx-sticky-module/в принципе, работает стабильно, неприятный нюанс - при большомколичестве бекендов нагружает процессор (в цикле пробегает...
View ArticleRe: munin plugin for nginx
> Replace>> [nginx*]> env.url http://localhost/nginx_status>> with> [nginx_*]> user rootThanks!- Grant> my nginx default file>> egrep -v "(^$|^#)"...
View ArticleRe: Nginx cache files by mime type using ngx_srcache module
Hi agentzh,Thanks for the response. It is not happening on my uat site as I have redone the configuration and tested with the full setup. However it happened on my try out setup where I did not want...
View ArticleUsing try_files while forcing a trailing-slash in the URL
Hello,Brand new to nginx and loving it so far. Thanks to all who contribute tothe project.The try_files directive is brilliant. The only problem I'm having isthat I would like to be able to force a...
View ArticleRe: Using try_files while forcing a trailing-slash in the URL
Hello,On Tue, Jun 18, 2013 at 3:22 PM, Ben Johnson <ben@indietorrent.org> wrote:> Hello,>> Brand new to nginx and loving it so far. Thanks to all who contribute to> the...
View ArticleБалансировка и докачка файла
Возник теоретический вопрос.Есть структура, что nginx выступает в качестве балансировщика, и передает запросы на другие сервера.А теперь процесс:1 запрос от клиента о начале передачи файла по частам,...
View Article