Re: Re[2]: rewrite or internal redirection cycle
Здравствуйте,у меня такое впечатление чтодирективаerror_page 301 302 400 401 402 403 404 405 406 407 408 409 410411 412 413 414 415 416 417 422 423 424 425 426 449 500 501 502 503504 505 506 507 509...
View ArticleRe: rewrite or internal redirection cycle
Hello!On Tue, Jan 22, 2013 at 07:21:50PM +0400, Михаил Монашёв wrote:> Здравствуйте, Валентин.>> >> Увидел ошибку:> >>> >> 2013/01/18 22:30:21 [error] 10601#0:...
View ArticleRe[4]: rewrite or internal redirection cycle
Здравствуйте, VovansystemS.Вы писали 22 января 2013 г., 19:40:06:> Здравствуйте,> у меня такое впечатление что> директива> error_page 301 302 400 401 402 403 404 405 406 407 408 409 410>...
View ArticleRe[2]: rewrite or internal redirection cycle
Здравствуйте, Maxim.>> >> Увидел ошибку:>> >>>> >> 2013/01/18 22:30:21 [error] 10601#0: *43370718 rewrite or internal>> >> redirection cycle while...
View ArticleRe: Re[4]: rewrite or internal redirection cycle
Прошу прощения - невнимательно прочитал прочитал конфиг. Вечер :)Действительно в error_page можно задавать значения только между 300 и 599.Что касается правильного ответа - то в своё время, когда не...
View ArticleProposal: new caching backend for nginx
Hi all,I'm the author of ybc - fast in-process key-value caching library -https://github.com/valyala/ybc . This library has the following features,which may be essential to nginx:- compact source code...
View ArticleAbout ignore_invalid_headers directive in SSL
Hi!I have a problem.I have try ignore invalid headers with directive ignore_invalid_headers off in my configuration with SSL and dont get it working, however without SSL perfect work.What could be the...
View ArticleRE: About ignore_invalid_headers directive in SSL
Please be more specific about SSL "not working".What does actually happen?Do you see errors in the Browser?Do you see errors in access or error logs?Would you post your relevant configuration...
View ArticleRe: Proposal: new caching backend for nginx
Hello!On Tue, Jan 22, 2013 at 06:15:08PM +0200, Aliaksandr Valialkin wrote:> Hi all,>> I'm the author of ybc - fast in-process key-value caching library -> https://github.com/valyala/ybc ....
View ArticleRe: Nginx flv stream gets too slow on 2000 concurrent connections
From your output I can see that it isn't IO issue, I wish I could help you more.
View ArticleRe: Nginx flv stream gets too slow on 2000 concurrent connections
Sketchboy, i sent you the output of only 1000 concurrent connectionsbecause it wasn't peak hours of traffic. I'll send you the output of iostat1 when concurrent connections will hit to 2000+ in next...
View ArticleRe: [PATCH] Fixing a segmentation fault when resolver and poll are used together
Hello!On Wed, Jan 23, 2013 at 12:13:41PM +0400, Ruslan Ermilov wrote:> On Tue, Jan 22, 2013 at 02:56:34PM -0800, agentzh wrote:> > I've noticed a segmentation fault caught by Valgrind/Memcheck...
View ArticleSOLVED Re: why is nginx binding to 0.0.0.0:80 when I specify explicit IPs to...
SOLVEDThank you Igor, you solved the issue for me.I had one non-standard entry in my sites-available:This is how I found it:#for i in `ls`; do echo $i; grep listen $i; donesite1listen...
View ArticleRequest: upstream via a SOCKS proxy
Hi,A project I'm working on has a backend server that, for securityreasons, can only be accessed via a SOCKS4a/SOCKS5 proxy. A frontendserver for this project (nginx) has one simple task: to proxy...
View ArticleHelp with apache to nginx rule !
Hi,I tried my best to make things happen but no luck.Here is my original rule :[code]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^([a-zA-Z_.\-0-9]+)$...
View ArticleRe: A patch to force the gunzip filter module work
Hello!On Wed, Jan 23, 2013 at 11:46:56AM +0800, 姚伟斌 wrote:> Hi,>> I have used the gunzip filter module to inflate the compressed response.> This module is very efficient and help us a lot....
View ArticleRe: Nginx flv stream gets too slow on 2000 concurrent connections
Following is the output of 3000+ concurrent connections on iostat 1 command:-avg-cpu: %user %nice %system %iowait %steal %idle1.72 2.96 0.47 0.12 0.00 94.73Device: tps Blk_read/s Blk_wrtn/s Blk_read...
View ArticleCity Gas Company Ltd.
City Gas Company is a family-owned and operated company that has been serving the Greater Toronto Areasince 1982. We offer 24-hour service, 365 days of the year with fully-trained,licensed and...
View ArticleRe: Proposal: new caching backend for nginx
On Wed, Jan 23, 2013 at 5:47 AM, Maxim Dounin <mdounin@mdounin.ru> wrote:> I don't think that it will fit as a cache store for nginx. In> particular, with quick look through sources I don't...
View Article