Re: Max File Size Allowed In Cache

2014-09-29 Thread martinproinity
would be interesting to know the answer to this questions as I was wondering as well if that is possible. Thanks for the response! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,253260,253608#msg-253608 ___ nginx mailing list nginx@nginx.org

Re: nginx cannot listen to port 8090

2014-09-29 Thread Anton Sayetsky
Take a look at /etc/sysconfig/selinux and this link http://wiki.centos.org/HowTos/SELinux (you can create custom policy which will allow nginx to bind to nonstandard port). 2014-09-29 14:31 GMT+03:00 mert1972 : > Thanks Anton for your response, > Would you please provide some hints about how I can

Re: nginx cannot listen to port 8090

2014-09-29 Thread mert1972
Thanks a lot Anton and dewanggaba, it worked after disabling Selinux on the system. Your kind support is highly appreciated. Best Regards, Posted at Nginx Forum: http://forum.nginx.org/read.php?2,253578,253594#msg-253594 ___ nginx mailing list nginx@

Re: Forward single request to upstream server via proxy_store !!

2014-09-29 Thread shahzaib shahzaib
Also, removing arguments after "?" also disabled the pseudo streaming. So i think i can't apply this method !! On Mon, Sep 29, 2014 at 6:05 PM, shahzaib shahzaib wrote: > @RR, i would like to inform you that the issue regarding failed stream for > 1st request is solved. Varnish was removing cont

Re: Forward single request to upstream server via proxy_store !!

2014-09-29 Thread shahzaib shahzaib
@RR, i would like to inform you that the issue regarding failed stream for 1st request is solved. Varnish was removing content-length header for 1st request . Enabling Esi processing has resolved this issue. set beresp.do_esi = true; http://stackoverflow.com/questions/23643233/how-do-i-disable-tr

Re: nginx cannot listen to port 8090

2014-09-29 Thread Dewangga Bachrul Alam
Are you familiar with SELinux? If not, just disable it :) Try run 'getenforce' (without quotes) on your console, it must be enforcing. On 09/29/2014 06:31 PM, mert1972 wrote: > Thanks Anton for your response, > Would you please provide some hints about how I can overcome this issue. > This is a ne

Re: nginx cannot listen to port 8090

2014-09-29 Thread mert1972
Thanks Anton for your response, Would you please provide some hints about how I can overcome this issue. This is a newly built Centos 7 system, I am a bit new to Centos. Best Regards, Volkan. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,253578,253588#msg-253588 _

Re: Nginx run into Stat D

2014-09-29 Thread Maxim Dounin
Hello! On Fri, Sep 26, 2014 at 03:45:40PM +0800, Zhang Qiang wrote: > Hi community, > > We are using Nginx as static http server to cache/send static smal file. > The average file size is about 10k ~ 200k -, and nginx server can process > ~1 request per second. It runs well but some times mo