Re: nginx application error 0xC0000142 on Windows shutdown
OK - the link appears to be http://nginx-win.ecsds.eu/download/ From Readme first.txt Version 23:13 15-3-2015 (1.3b) In some cases the nginx processes won't stop normally when it's service is stopped,...
View ArticleRe: nginx application error 0xC0000142 on Windows shutdown
papertape Wrote: ------------------------------------------------------- > when it's service is stopped, it is adviced to add this line: > TASKKILL /F /IM "nginx*" > > This looks promising,...
View ArticleRe: Every other 60 second timeouts
Did you've find a solution for this problem? We're facing probably a similiar problem, where the apache backend is running fine for some hours and then nginx get 504 error from time to time, with an...
View ArticleRe: Every other 60 second timeouts
Your best bet is to use wireshark to see exactly what is going on on the wire and who's reacting to who and mostly when it logs a failure what wireshark logs. It feels like some sort of handshake error.
View ArticleRe: Every other 60 second timeouts
Some other 'solutions' you can try; https://www.scalescale.com/tips/nginx/upstream-timed-out/ http://serverfault.com/questions/647411/nginx-lots-of-connection-timed-out-errors...
View ArticleProblem with building nginx with rtmp module over the cygwin
Problem with building nginx with rtmp module over the cygwin
View ArticleRe: Problem with building nginx with rtmp module over the cygwin
objs/addon/nginx-rtmp-module-master/ngx_rtmp_stat_module.o \ objs/addon/nginx-rtmp-module-master/ngx_rtmp_control_module.o \ objs/ngx_modules.o \ -lcrypt ../pcre-8.38/.libs/libpcre.a -lssl -lcrypto...
View ArticleRe: Every other 60 second timeouts
The only way to really dig into this issue is wireshark/tcpdump on both ends to determine if calls arrive, what happens with them and what happens when they return to nginx (port closures, handshake...
View Articlerate limit on udp streams
Hi all! I know the directive "limit_req_zone" is only allowed on http context, but there is a way to throttle the requests made in a TCP/UDP stream? Thanks! Wilson Hipolito
View ArticleAbout nginx security advisory (CVE-2016-4450)
For some reason I can't update my Nginx version right now. can I just set client_body_buffer_size to 51Mb (client_max_body_size is 50Mb) to sovle this security issue?
View Articlecaching security
Hi, I want to enable caching on some sites that are behind my nginx reverse proxy such as owncloud and gitlab, both of these are log in based with separate users, but I dont want a situation the same...
View ArticleRe: caching security
Ah I have found something: How Does NGINX Determine Whether or Not to Cache Something? By default, NGINX respects the Cache-Control headers from origin servers. It does not cache responses with...
View ArticleRe: caching security
Ha I have answered my own question... should have researched a bit more before postingm if you go into dev tools in chrome and into network you can see the headers and the cache control, so owncloud...
View Articlerobots.txt
Hi All, I am using 4 nginx servers. When I do www.example.com/robots.txt it shows Request-rate: 1/10 # maximum rate is one page every 10 seconds Crawl-delay: 10 # 10 seconds between page requests V...
View ArticleRe: nginx 1.8.1 : multiple client certificate issue
Simon, I'm running into similar issue. Did you resolve your problem?
View ArticleRe: Every other 60 second timeouts
Might be unrelated but this could also be a reason:...
View Articleproxy_ssl_trusted_certificate contains dummy certificate
Hi, I use the following nginx configuration to proxy traffic to upstream hosts: *** nginx.conf; location level proxy_ssl_trusted_certificate trusted.pem; proxy_pass https://host:443; When my...
View ArticleNginx Caching Error Response Code like 400 , 500 , 503 ,etc
Hi Everyone, We are using Nginx as Caching Server . As per Nginx Documentation by default nginx caches 200, 301 & 302 response code but we are observing that if Upstream server gives error 400 or...
View ArticleNginx MP4 Seeking results to video error
When using ?start=secs with nginx mp4, video doesn't play for about 8 seconds although the audio keep playing well. example: http ://server/video.mp4 >>> plays correctly http...
View ArticleAll nginx worker processors D state and no longer respond to any request
Hello our nginx version is nginx-1.9.7 nginx.conf include: worker_processes auto; output_buffers 1 128k; sendfile on; tcp_nopush on; sendfile_max_chunk 128k; keepalive_timeout 8; server_tokens off;...
View Article