Re: Is there any other way to trigger log reopen beside kill -USR1?
2013/1/24 Scott Ribe <scott_ribe@elevated-dev.com>:> I think the suggestion about the symlink was to make sure that if/when nginx re-opens the file, it's actually opening the file you want it...
View ArticleLimit downlaod speed per ip
Hello,Is there a way to limit speed per ip ? Doesn't matter how manyconnections the single ip is consuming but he shouldn't be able to get morethan assigned download limit.limit_rate directive is for...
View ArticleRe: Limit downlaod speed per ip
On 01/24/2013 06:52 PM, shahzaib shahzaib wrote:> Hello,>> Is there a way to limit speed per ip ? Doesn't matter how many> connections the single ip is consuming but he shouldn't be able to...
View ArticleRe: Limit downlaod speed per ip
Can you explain a bit ? We are using Centos 6.3.On Thu, Jan 24, 2013 at 10:59 PM, Piotr Karbowski <jabberuser@gmail.com>wrote:> On 01/24/2013 06:52 PM, shahzaib shahzaib wrote:>>>...
View ArticleRe: image_filter и пустые переменные.
Hello!On Thu, Jan 24, 2013 at 09:39:44PM +0400, Михаил Монашёв wrote:> Здравствуйте.>> Если сейчас в качестве ширины будет пустая переменная, то> image_filter resize ширина "-";> не...
View ArticleNeed help on fast cgi c++ configuration on windows
Hi everyoneI am new to nginx so really need u r helpMy problem is that i set up niginx server on windows and it runs very well . But i want to run c++ programs i.e(.exe)so i come accross fast-cgi lib...
View ArticleRe: Limit downlaod speed per ip
On 01/24/2013 07:02 PM, shahzaib shahzaib wrote:> Can you explain a bit ? We are using Centos 6.3.$ man...
View ArticleGive it a solution for nginx to support cronolog like apache2
Hello guys,I'm looking for a good (maybe native) solution to use cronolog with nginx.I found only these two links [1]+[2], but I'm looking for a bettersolution like a module or a code upgrade.Is a...
View ArticleRe: Give it a solution for nginx to support cronolog like apache2
On 01/24/2013 09:53 PM, Markus "bionix(-it)" wrote:> Hello guys,>> I'm looking for a good (maybe native) solution to use cronolog with nginx.> I found only these two links [1]+[2], but I'm...
View ArticleRe: Give it a solution for nginx to support cronolog like apache2
Maybe tengine is a solution. It can support pipe natively The documentationis here: http://tengine.taobao.org/document/http_log.htmlYou can configure the cronolog ilke this:error_log...
View ArticleRe: Limit downlaod speed per ip
I used to write a simple module for such purpose, It should work. Have atry: https://github.com/yaoweibin/nginx_limit_speed_module2013/1/25 Patrick Lists <nginx-list@puzzled.xs4all.nl>> On...
View ArticleRe: Request: upstream via a SOCKS proxy
I have no idea about the SOCK4a/SOCK5 protocol. Is it similar with the tcpproxy module? https://github.com/yaoweibin/nginx_tcp_proxy_module2013/1/24 Tom van der Woerdt <info@tvdw.eu>>...
View ArticleRe: Nginx flv stream gets too slow on 2000 concurrent connections
Maybe not the box hits the 1Gbit band bandwidth, your switch also possiblehits the limit.2013/1/24 shahzaib shahzaib <shahzaib.cb@gmail.com>> Thanks for helping me out guyz. I'll tune my...
View ArticleRe: Need help on fast cgi c++ configuration on windows
Check your fastcgi code. Ensure that it is running properly. Have youchecked the logs of that process?On Thu, Jan 24, 2013 at 10:23 AM, coolbhushans@gmail.com <nginx-forum@nginx.us> wrote:> Hi...
View Articleвопрос по map
Всем доброго времени. не могу разобраться почему неверно пишется кеуприходит вот такой запрос :...
View ArticleCompiling NGINX modules on Windows...
Hello,Following instructions given on NGINX site, I could compile NGINX default source code for WIndows using MSYS bash and nmake. However, when I tried compiling HttpEchoModule and HttpAuthDigest...
View ArticleCertificate on HTTPS upstream is not verified
I need to send data to some backend servers using HTTPS, but it seems like nginx doesn't verify the certificate on the backend server. For instance, if I specify `proxy_pass https://example.com` and...
View ArticleRe: Certificate on HTTPS upstream is not verified
It's possible to do what I want with the mod_ssl module for Apache. The relevant directive is called `SSLProxyVerify` http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#SSLProxyVerify.
View ArticleRe: Compiling NGINX modules on Windows...
On Fri, Jan 25, 2013 at 01:47:27AM -0500, paragshrvagi wrote:> Following instructions given on NGINX site, I could compile NGINX default> source code for WIndows using MSYS bash and nmake....
View ArticleRe: Certificate on HTTPS upstream is not verified
I just found this ticket which appears to describe (and solve) the same issue http://trac.nginx.org/nginx/ticket/13
View Article