Rate limit per day

2016-10-03 Thread nitin bhadauria
Hello Team, Is it possible to use Module ngx_http_limit_req_module to rate limit request / day ? Regards, Nitin B. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Proxy domain rewrite using proxy_cookie_domain

2016-02-14 Thread nitin
Thanks for reply. In case client is just a browser then it will send all the cookies with NGIX domain which means that NGIX will send all the cookies to backend server irrespective of who initially set it in set-cookie header.. This could be a security issue then. Posted at Nginx Forum: https://f

Proxy domain rewrite using proxy_cookie_domain

2016-02-12 Thread nitin
I want to rewrite domains in the cookie when NGIX is acting as reverse proxy. I see that NGIX support this using proxy_cookie_domain module. But I am unable to find out where does it keep the original domain which is being replaced? In my opinion NGIX would need the original domain to find out whe

Re: Execute python files with Nginx

2015-08-11 Thread Nitin Solanki
Thanks Shannon.. On Tue, Aug 11, 2015 at 11:23 PM Shannon Burns wrote: > Hi Nitin, > > If you are looking for a tutorial on how to get a python application up > and running with NGINX check out this tutorial: > > > https://www.digitalocean.com/community/tutorials/how-to-s

Re: Execute python files with Nginx

2015-08-11 Thread Nitin Solanki
Hi Daniel, I am not using Django. I am using core python files. Is it possible with it? On Tue, Aug 11, 2015 at 6:21 PM, Daniel Theodoro wrote: > Hi Nitin, > > If you're using django you can follow these steps: > > > https://www.digitalocean.com/com

Re: Execute python files with Nginx

2015-08-07 Thread Nitin Solanki
Hi, Right now, I am not office.. I am from India.. Now, it is 1.42 am. It will be great. If you provide step by step from beginning. Is it possible to mail. Thanks. On Sat, Aug 8, 2015 at 12:50 AM Shannon Burns wrote: > Hi Nitin, > > Would you mind providing a bit more in

Re: Configure core Python scripts into Nginx

2015-08-06 Thread Nitin Solanki
from the apache-world, there is > nothing like > this; the following article might help to define requirements and find a > solution: > > > > > https://www.digitalocean.com/community/tutorials/a-comparison-of-web-servers-for-python-based-web-applicat

Re: Configure core Python scripts into Nginx

2015-08-06 Thread Nitin Solanki
Hi all, I am not using any python framework. Generally, I use core python and making a call from php to python using AJAX. I found different ways to configure python with Nginx but they all have python framework integration. Any configuration, you have to follow for core python scripts Please help

Re: Execute python files with Nginx

2015-08-06 Thread Nitin Solanki
I tried that and getting issues. Unable to configure. I am not getting those steps. Any help you can do by explaining in steps... On Thu, Aug 6, 2015 at 5:19 PM Alt wrote: > Hello, > > I've never used python with nginx, but there are some examples on how to > configure everything here: > http://

Execute python files with Nginx

2015-08-06 Thread Nitin Solanki
Hello, How can we execute python files with Nginx? Anybody can help me to give steps by steps to follow. In Apache, it is very easy to execute python files but in python, I am trying from last 2 days and nothing happening. Any Idea how to use "uwsgi" ? __

Re: Configure core Python scripts into Nginx

2015-08-05 Thread Nitin Solanki
at 10:25 PM, Nitin Solanki wrote: > > I want to execute python scripts into Nginx server. I don't > want to > > any frameworks for that. Core python script, I need to use. > > Any help and step to follow . To do that. > > > > Because you're

Configure core Python scripts into Nginx

2015-08-05 Thread Nitin Solanki
Hi, I want to execute python scripts into Nginx server. I don't want to any frameworks for that. Core python script, I need to use. Any help and step to follow . To do that. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/