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
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
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@
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
@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
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
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
_
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