Re: uWSGI - upstream prematurely closed connection while reading response header from upstream

2015-07-02 Thread ajjH6
Any ideas? I just want to run a uWSGI app for more than 60 seconds? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259882,260022#msg-260022 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: uWSGI - upstream prematurely closed connection while reading response header from upstream

2015-06-24 Thread ajjH6
BTW - this is uWSGI HTTP Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259882,259883#msg-259883 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

uWSGI - upstream prematurely closed connection while reading response header from upstream

2015-06-24 Thread ajjH6
Hi, I have a script which runs for 70 seconds. I have NGINX connecting to it via uWSGI. I have set "uwsgi_read_timeout 90;". However, NGINX drops the connection exactly at 60 seconds - "upstream prematurely closed connection while reading response header from upstream" My script continues to ru

ModSecurity compile, ""WARNING: APR util was not compiled with crypto support."

2015-06-24 Thread ajjH6
Hi, When compiling modsec, I came across the following - "configure: WARNING: APR util was not compiled with crypto support. SecRemoteRule will not support the parameter 'crypto'" Basically the rhel6 apr-devel rpm does not have crypto support. Trying to determine what are the ramifications are h

Re: Deploying newly compiled nginx from test server to production

2015-06-15 Thread ajjH6
Thanks ryd994. I eventually build the RPM ok. I am attempting to build a stripped down nginx RPM with minimal modules, but also with modsec. I found a suggested config at - https://www.digitalocean.com/community/tutorials/how-to-compile-nginx-from-source-on-a-centos-6-4-x64-vps ./configure \ --

Deploying newly compiled nginx from test server to production

2015-06-15 Thread ajjH6
Hello What is a good method for deploying a newly compiled nginx binary with an extra module? (mod_security) I can get all to compile ok. However, I do not want to compile on my production server. There are two many dependencies (ie HTTPD for mod_sec). In the case of mod_security, it seems only