Re: i cant use limit_conn_zone

2014-07-09 Thread farukest
I realized now, master process off is not enough to playing HD movies. It gives error after a while. But i want to thank you because making block for a while, using master process and limit_conn destroyed the attacking. Now i turn my nginx.conf to master_process on. Everything is alright. Thank you

Re: i cant use limit_conn_zone

2014-07-09 Thread farukest
Thank you for your care. It works like a charm. But sometimes page is not loading correctly. what is the logic of "zone=addr:10m;" and i want to block website entering (fast entering) and last question what location should i define for "wp-content/uploads/somevideo.mp4" per ip. Thanks in advance yo

Re: i cant use limit_conn_zone

2014-07-08 Thread Maxim Dounin
Hello! On Tue, Jul 08, 2014 at 09:56:52PM -0400, farukest wrote: > Thank you i did what you said and it is working good. does this process slow > down the website ? If it does, what should i do for as an alternative speed. > Any idea ? You may want to actually read the link provided. It explain

Re: i cant use limit_conn_zone

2014-07-08 Thread farukest
Thank you i did what you said and it is working good. does this process slow down the website ? If it does, what should i do for as an alternative speed. Any idea ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251561,251590#msg-251590 ___ n

Re: i cant use limit_conn_zone

2014-07-08 Thread Maxim Dounin
Hello! On Tue, Jul 08, 2014 at 09:12:19PM -0400, farukest wrote: > Thank you for your care, yes I know but i have to use windows.. I added > "master_process on;" to global level. There is not any problem from here. > now how does it allow me to limit connection per ip ? http://nginx.org/en/docs

Re: i cant use limit_conn_zone

2014-07-08 Thread farukest
Thank you for your care, yes I know but i have to use windows.. I added "master_process on;" to global level. There is not any problem from here. now how does it allow me to limit connection per ip ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251561,251577#msg-251577 _

Re: i cant use limit_conn_zone

2014-07-08 Thread Maxim Dounin
Hello! On Tue, Jul 08, 2014 at 06:51:46PM -0400, farukest wrote: > By the way i read this document. It says you should never use nginx in > "master_process off" mode. > > http://nginx.org/en/docs/faq/daemon_master_process_off.html You should never run production on Windows anyway. If you are

Re: i cant use limit_conn_zone

2014-07-08 Thread Maxim Dounin
Hello! On Tue, Jul 08, 2014 at 06:48:47PM -0400, farukest wrote: > Thank you for your information. I understood what you are explaining about. > But i heard for the first time, what is the "master_process > off" mode. How can i use it with nignx (By the way i'm using portable > nginx,php,mysql wi

Re: i cant use limit_conn_zone

2014-07-08 Thread farukest
By the way i read this document. It says you should never use nginx in "master_process off" mode. http://nginx.org/en/docs/faq/daemon_master_process_off.html Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251561,251573#msg-251573 ___ nginx m

Re: i cant use limit_conn_zone

2014-07-08 Thread farukest
Thank you for your information. I understood what you are explaining about. But i heard for the first time, what is the "master_process off" mode. How can i use it with nignx (By the way i'm using portable nginx,php,mysql windows app). I really need help. Thanks is advance. Posted at Nginx Forum:

Re: i cant use limit_conn_zone

2014-07-08 Thread Maxim Dounin
Hello! On Tue, Jul 08, 2014 at 04:05:26PM -0400, farukest wrote: > I want to add some code to my nginx.conf , im using portable nginx php mysql > dev stack (WT-NMP). Anyway when i add " limit_req_zone $binary_remote_addr > zone=one:10m rate=1r/s; " in http {.. , nginx is not working correctly

Re: i cant use limit_conn_zone

2014-07-08 Thread farukest
First of all i should say , my english not so good... And now my website is underattack. I have to limit. I'm using WT-NMP to use nginx php and mysql so i should use some code in nginx.conf. E.g I'm using "limit_rate 700k" . But i dont understand what should i do, Please give me more information..

Re: i cant use limit_conn_zone

2014-07-08 Thread itpp2012
This has nothing to do with documentation, what you want to use does not work with the original nginx version (shared memory) the version on the website I've referred you to does work, so either forget about using limit_conn_zone or replace your nginx version with this other version. Posted at Ngi

Re: i cant use limit_conn_zone

2014-07-08 Thread farukest
Thank your for your care but i dont understand which documentation shoul i read ? i entered http://nginx-win.ecsds.eu/ works but i could not find the documentation about limiting. Can you give me more information. I need help. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251561,251566

Re: i cant use limit_conn_zone

2014-07-08 Thread itpp2012
This version from here http://nginx-win.ecsds.eu/ works with shared memory. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251561,251565#msg-251565 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

i cant use limit_conn_zone

2014-07-08 Thread farukest
I want to add some code to my nginx.conf , im using portable nginx php mysql dev stack (WT-NMP). Anyway when i add " limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s; " in http {.. , nginx is not working correctly. where do i go wrong, i need help. Thanks in advance Posted at Nginx Fo