Re: Socket leak
Hello!On Fri, May 24, 2013 at 07:09:58PM +0530, Fasih wrote:> Hi all>> I have been seeing slow but steady socket leak in nginx ever since I> upgraded from 1.0.5 to 1.2.6. I have my custom...
View Articleпрошу помочь с rewrite
Добрый день.Прошу помочь с конфигурированием, не получается самому написать.Была программа на php, например login.php . Теперь ее переписали и онадолжна работать с другого апстрима и там иметь адрес...
View ArticleRe: Socket leak
HelloThanks for the really quick reply. The ngx_http_run_posted_requests totallymade sense and explained the bit that I was missing.I get the bug when writev called in the context of a request handler...
View ArticleRe: Re[2]: Rewriting
Pure wild guess:Maybe a missing trailing slash in the request resulting in a temporaryredirection (and then processed again)?Have you checked the requests made on the client side for any sign...
View ArticleRe: прошу помочь с rewrite
On Friday 24 May 2013 19:31:21 Nikolay Grebnev wrote:> Добрый день.>> Прошу помочь с конфигурированием, не получается самому написать.> Была программа на php, например login.php . Теперь ее...
View ArticleRewriting and proxy problem
H folks!I am completeley newbie to nginxI have the following config# Forward request to /demo to tomcat. This is for# the BigBlueButton api demos.location /demo {rewrite ^ /upvc;proxy_pass...
View ArticleRe: proxy_next_upstream http_403 code
Hello!On Tue, Apr 23, 2013 at 03:01:11PM +0400, Aleksey Chirkin wrote:> Каждый день на основной сервер добавляется директория с кучей файлов> объемом несколько гигабайт. И пока она...
View Article[nginx] SSI: ssi_last_modified directive.
details: http://hg.nginx.org/nginx/rev/cbd4bbe976d4branches:changeset: 5228:cbd4bbe976d4user: Maxim Dounin <mdounin@mdounin.ru>date: Fri May 24 22:27:23 2013 +0400description:SSI:...
View Article[nginx] Sub filter: sub_filter_last_modified directive.
details: http://hg.nginx.org/nginx/rev/4c1a604b0285branches:changeset: 5229:4c1a604b0285user: Maxim Dounin <mdounin@mdounin.ru>date: Fri May 24 22:27:30 2013 +0400description:Sub filter:...
View Article[nginx] Xslt: xslt_last_modified directive.
details: http://hg.nginx.org/nginx/rev/2139768ee404branches:changeset: 5230:2139768ee404user: Maxim Dounin <mdounin@mdounin.ru>date: Fri May 24 22:28:09 2013 +0400description:Xslt:...
View ArticleRe: Rewriting and proxy problem
Let's start by a huge RTFM?http://nginx.org/en/docs/This ML is no customer service for lazy people, I guess.You may up for services to make other people do your job:http://nginx.com/services.htmlBest...
View ArticlePerformance trouble after migration Squeeze to Wheezy
Hello,First of all I need to emphasize the fact that I know WHeezy is not yetsupported.What I am trying to determine how WHeezy could impact Nginx (compiled forSqueeze) performance.Since I made the...
View ArticleRe: прошу помочь с rewrite
Валентин, огромное спасибо!!!2013/5/24 Валентин Бартенев <vbart@nginx.com>:> On Friday 24 May 2013 19:31:21 Nikolay Grebnev wrote:>> Добрый день.>>>> Прошу помочь с...
View ArticleHelp:nginx1.3.8 with SPDY as reverse proxy, running on SUSE linux, but some...
Hi all:I used Nginx1.3.8 with SPDY but did not use ssl (I have modified source code to support it).Nginx server is used as reverse-proxy ,backend is Varnish as cache server.I access Nginx with chrome...
View ArticleRe: Rewriting and proxy problem
On Fri, May 24, 2013 at 02:39:58PM -0300, Sergio Belkin wrote:Hi there,> I am completeley newbie to nginxWelcome.The nginx config follows its own logic, which may not match your previousexperiences....
View ArticleRe: Rewriting
On Fri, May 24, 2013 at 09:01:58AM +0300, wishmaster wrote:Hi there,You've got a few different things happening here, and I suspect that thecombination leads to you not getting the results you...
View Articlenginx head sever with multy wordpress servers
Hi all,Im very new to nginx and got very lost with its configuration, what i am trying to achive in a vmware enviroment is to have 2 Debian servers 1st is master 2nd is a slave/backup running of 1...
View Articlefastcgi_read_timeout with PHP backend
Hello,I am trying to understand how fastcgi_read_timout works in Nginx.Here is what I wanna do:I list files (few MB each) on a distant place which I copy one by one(loop) on the local disk through...
View Articleподстановка в regexp
ПриветствуюЕстьlocation ~ ^/(...(...)...)/(...)/(...)/[^/]*$ {try_files /cache/$2<???>/$1_$3_$4.jpg /index.php?pid=$1&width=$3&height=$4;}Вместо <???> нужно подставить 00.Вариант...
View ArticleRe: подстановка в regexp
On Saturday 25 May 2013 21:25:12 Sergey Kobzar wrote:> Приветствую>> Есть>> location ~ ^/(...(...)...)/(...)/(...)/[^/]*$ {> try_files /cache/$2<???>/$1_$3_$4.jpg>...
View Article