Block

2014-06-25 Thread RandysPants
Hello, new to all this so I apologize if my question is not formatted correctly. We only allow https from outside our network (via hardware firewall). I want to block access to usr/share/nginx/html but allow access access to usr/share/nginx/html/folder1 I have figured I need to be working with

How to log all headers in nginx?

2014-06-25 Thread Gaurav Kumar
How do I go about logging all of the headers client browser has sent in Nginx? I also want to log response header. Note that I am using nginx as reverse proxy. After going through documentation, I understand that I can log a specific header, but I want to log all of the headers. __

Re: Debugging symbols for nginx-1.4.7-1.el6.ngx.x86_64.rpm

2014-06-25 Thread dompz
On a related question - would it also be possible to provide a Debuginfo package for future Debian and Ubuntu packages? Thanks, Dominik Posted at Nginx Forum: http://forum.nginx.org/read.php?2,248527,251157#msg-251157 ___ nginx mailing list nginx@ngin

Re: Nginx + PHP-fpm + NFS poor performance

2014-06-25 Thread Michael Rauch
Hello, we facing the same issue with version "nginx-1.4.7-1.el6.ngx.x86_64". Did anyone find a solution? Regards, Michael Rauch ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Recommended spdy configuration

2014-06-25 Thread khav
What is the most suitable value according to you for the following directives `spdy_headers_comp` and `spdy_chunk_size` . i want to optimize spdy to get better performance.I am only using Nginx as my webserver (No apache or any other software). My Nginx vesion is : 1.7.2 Thanks Posted at Nginx

Re: number of requests in nginx queue

2014-06-25 Thread Maxim Dounin
Hello! On Wed, Jun 25, 2014 at 03:24:26AM -0400, ashishadhav wrote: > Hi, > I want to find out how many requests are queued ,that is are yet to be > processed ,in nginx at any given moment. > From this i wish to calculate if my server is overloaded with requests. There is no queues in nginx itse

Re: number of requests in nginx queue

2014-06-25 Thread ashishadhav
Hi , thanks for quick reply. Actually Im running a web app under nginx which has max limit of 1000 requests / sec . So understanding queued requests number is important for me. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251143,251146#msg-251146

Re: number of requests in nginx queue

2014-06-25 Thread kirpit
You should never let the users get into queue anyway, it is for unexpected peaks. # Total amount of users you can serve = worker_processes * worker_connections http://stackoverflow.com/questions/7325211/tuning-nginx-worker-process-to-obtain-100k-hits-per-min On Wed, Jun 25, 2014 at 10:24 AM,

Re: Alias or rewrite to get Horde rpc.php to work

2014-06-25 Thread m1nu2
m1nu2 Wrote: --- > Hello all, > > I'm trying to setup a nginx server on a RaspberryPi to host a Horde > Groupware. The Webinterface is working so far. But I have problems > setting up the Microsoft-Server-ActiveSync URL to sync my Smartphone > an

number of requests in nginx queue

2014-06-25 Thread ashishadhav
Hi, I want to find out how many requests are queued ,that is are yet to be processed ,in nginx at any given moment. >From this i wish to calculate if my server is overloaded with requests. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251143,251143#msg-251143 _