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
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
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
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
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 \
--
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