nginx systemd reload service command skips configtest

2015-09-26 Thread Per Hansson
Hi, the "nginx.service" file shipped with systemd rpm's both in nginx's stable repository and epel for CentOS7 / RHEL7 do not perform a "configtest" when "systemctl reload nginx" is issued. So if there is an error in the configuration file nginx is killed but not started due to the faulty configura

Keepalive timeout

2015-09-26 Thread Frank Liu
Hi, If I have set the client facing keep alive timeout to 30s, but nginx takes longer to respond a given request due to slow backend in a reverse proxy setup, will nginx drop the client keep alive connection since its been idle for too long, or will nginx keep it until it sends the response ? Th

Re: [nginx-announce] nginx-1.9.5

2015-09-26 Thread Kevin Worthington
Hello Nginx users, My apologies for the delay - I was at Nginx.Conf 2015 in San Francisco and my Windows machine was inaccessible in NY! Now available: Nginx 1.9.5 for Windows http://tiny.cc/nginxwin195 (32-bit and 64-bit versions) These versions are to support legacy users who are already using

Re: nginx-rtmp-compile-for-windows error??? help

2015-09-26 Thread gdarceneaux
I finally got it to work. I was getting errors at the last from libeay32.lib (which I didn't have) so downloaded it, placed in path and then everything compiled fine. Thanks again for your help. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259276,261857#msg-261857 ___