search for: keepalive_timeout

Displaying 6 results from an estimated 6 matches for "keepalive_timeout".

2012 Dec 06
2
pasenger does not start puppet master under nginx
...body_bytes_sent "$http_referer" '' ''"$http_user_agent" "$http_x_forwarded_for"''; access_log logs/access.log main; sendfile on; #tcp_nopush on; server_tokens off; #keepalive_timeout 0; keepalive_timeout 120; gzip on; gzip_http_version 1.1; gzip_disable "msie6"; gzip_vary on; gzip_min_length 1100; gzip_buffers 64 8k; gzip_comp_level 3; gzip_proxied any; gzip_types text/plain text/css a...
2010 Feb 14
6
Nginx Sock And Rails Envinroment Error
Hi There, Im running an amazon instance with nginx proxying to a unicorn sock. For some reason, even though i specify the production environment, when being visited by nginx, the site shows errors in development form. Interestingly, when running on a port rather than a sock, if i visit that port, the errors are rendered as normal with a 500 page, the same port, throught nginx, shows errors
2019 Aug 02
3
auth-policy crashing
...turn 200 "{\"status\":0,\"msg\":\"accepted\"}"; } however no matter what rubbish a policy server sends back it should not cause dovecot to crash. I've tried 32 and 64 bit and two compilers (gcc and SunStudio), all result in crashes. Adding: keepalive_timeout 0; ...to nginx.conf appears to reduce the crashes. It happens with a variety of users and with debug output I see no pattern. James.
2019 Aug 06
0
auth-policy crashing
...t;:0,\"msg\":\"accepted\"}"; > ??? } > > however no matter what rubbish a policy server sends back it should > not cause dovecot to crash. > > I've tried 32 and 64 bit and two compilers (gcc and SunStudio), all > result in crashes.? Adding: > ??? keepalive_timeout 0; > ...to nginx.conf appears to reduce the crashes.? It happens with a > variety of users and with debug output I see no pattern. > > > > James. > Hi! There is an easy fix for this, attached. Aki -------------- next part -------------- A non-text attachment was scrubbed......
2011 Jul 08
2
Puppetmaster setup with separate CA server configuration help
...'' ''"$http_user_agent" "$http_x_forwarded_for"''; access_log logs/access.log main; sendfile on; # These are good default values. tcp_nopush on; tcp_nodelay off; server_tokens off; keepalive_timeout 65; server { listen 192.168.122.17:8140; server_name primaryca; root /etc/puppet/puppetmaster/public; passenger_enabled on; passenger_use_global_queue on; rails_env production; ssl on; ssl_session_timeout 5m; ssl_certific...
2007 Feb 27
11
Mongrel upload progress not showing progress on production server
Hi all, Tried out the mongrel upload progress plugin with Drb and it works great on my OSX development box, but when putting it into production (Ubuntu Dapper), uploads complete but the app isn''t returning any values for upload progress, and uploads are not showing up in the queue when running upload_client.rb. Before anyone asks, yes, I''m running both the mongrel instances and