Rewrites needed

2015-03-27 Thread carnagel
Hi - I need some rewrite help please. http://mysite.com/?page=2 to http://mysite.com/page/2/ and http://mysite.com/?s=searchterm&page=2 to http://mysite.com/page/2/?s=searchterm Thanks. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257724,257724#msg-257724

Re: Nginx - SMTP no authentication

2015-03-27 Thread dominus.ceo
I'm in the same situation. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,12609,257723#msg-257723 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Google dumps SPDY in favour of HTTP/2, any plans for nginx?

2015-03-27 Thread Mel Pilgrim
On 2015-03-17 07:43, Maxim Dounin wrote: - As previously said, there are no plans to support neither HTTP/2 nor SPDY for upstream connections. Which of the two will be supported, or will both be supported, and is there any code in developement we can access to test out and provide feedback

Re: Internal Server Error !!

2015-03-27 Thread shahzaib shahzaib
Hi, Just want to inform that we're still facing this issue with mp4. Regards. Shahzaib On Mon, Mar 23, 2015 at 7:10 PM, shahzaib shahzaib wrote: > Hi, > >Nginx logging mp4 related error intermittently. Following is the log : > > 2015/03/23 19:01:53 [crit] 8671#0: *782950 pread() > "/t

Re: Parse JSON POST request into nginx variable

2015-03-27 Thread datanasov
justink101 Wrote: --- > How can I read a POST request body which is JSON and get a property? > I need to read a property and use it as a variable in proxy_pass. > > Pseudo code: > >$post_request_body = '{"account": "test.mydomain.com", > "m

Re: Using naxsi as a "circuit breaker"

2015-03-27 Thread mex
Hello, what does naxsi has to do with it? you probably wanted to talk about nginx, naxsi is a 3rd-party-module, extending nginx on WAF-features four your probkem you might wnat to check http://nginx.org/en/docs/http/ngx_http_limit_req_module.html cheers, mex Posted at Nginx Forum: http

Using naxsi as a "circuit breaker"

2015-03-27 Thread Cyrus
I only know the basics of naxsi, but bare with me. I want to automatically have virtual hosts blocked when they are getting too many new requests. I can't find information on solving this particular problem with it. It might be that naxsi isn't even the best solution. I want to define virtual host