SPDY giving HTTP 500 (no replies)
I've compiled nginx with the SPDY patch, at the current latest, so nginx 1.3.14. As far as I can tell, the make was fine, no errors. I'm compiling against openSSL of the system: OpenSSL 1.0.1c 10 May...
View ArticleMultiples proxy for 1 servername (no replies)
Hi all,We do reverse proxy to access from internet to some documentationfiltering by ip address. These documentations are hosted on commercialsportals.For 1 base we are often redirect between 2 or 3...
View Articlenginx crash on reload -- how to detect? (no replies)
Hello,I'm currently running a self-built nginx 1.3.14 on a debian system anduse the attached (and also inlined) init.d script as /etc/init.d/nginxfor managing the service. It's taken unmodified from...
View ArticleSPDY68 / POST to proxy / nginx worker segfault (1 reply)
nginx 1.3.14, SPDY patch version 68.Sitting in front of a PGP keyserver, with configuration as below, if Ihave "spdy" on the "listen" lines, then Chrome gets an error for no datareturned and I get...
View Articlemap a null/missing variable? (1 reply)
OK,So I'm still working on my caching "issue", but this is a more generalquestion, so for the sake of indexing and helping others in the futurewith (hopefully) a response...How do I use a map to map...
View ArticleNGINX proxy websocket (no replies)
I am using the Nginx v1.3.14 server proxy. I am sending the Websocket HTTP connection request "CONNECT HostName:Port HTTP/1.1" packet to the proxy from the client. It responds with an http-alt ack...
View ArticleFwd: Lua shared storage inconsistent? (no replies)
Hello,I'm trying to count with a Lua-script the concurrent requests to a givenvirtual host on the backend to which Nginx relays als reverse proxy.My current code is somewhat more complex, but I try to...
View Article[Q] Security issues with Nginx (2 replies)
Hey allIm new to Nginx and wanted to know if any of you familiar with any Known security issues in Nginx (for example: http://cnedelcu.blogspot.co.il/2010/05/nginx-php-via-fastcgi-important.html)ThanksJoe
View Articlenginx: [emerg] invalid host in upstream (6 replies)
I'm trying to run a Rails app using Nginx with 5 Thin servers.I created the thin.yml file and when I run the start command, I get:bitnami@linux:/opt/bitnami/projects/ndeavor/current/config$ thin -C...
View Articlenginx + my module crashes only when ignore client abort = on (4 replies)
i use nginx ver 1.2.5 (also tried 1.2.7) with my module that sends subrequest to an upstream, waits untill response get back, then goes to backend upstream and fetch the regular web page from it.when i...
View ArticleThe service is not available. Please try again later. (2 replies)
I'm trying to get a Bitnami Rails running with Nginx and Thin.I've got Thin servers running on:bitnami@linux:/opt/bitnami$ thin -C projects/ndeavor/current/config/thin.yml startStarting server on...
View ArticleStrange $upstream_response_time latency spikes with reverse proxy (1 reply)
Hi list!I'm trying to debug an interesting problem where we randomly get a "highlatency" response time from our upstream servers. It appears to occur inabout 1.5% of all requests. Here's a description...
View Articlenginx_upload_progress (no replies)
I'm trying to compile in the nginx_upload_progress module into an RPM. I'm using the SPEC file provided with v1.2.7 from the Nginx repos. I downloaded the upload_progress module, opened up the source...
View ArticleHow to investigate upstream timed out issues? (1 reply)
Hello guysIn my nginx version 1.3.14 I'm having lots of upstream timeouts like these and wonder what's the correct, professional approach is, to solve these:example:762#0: *113 upstream timed out (110:...
View ArticleDropped https client connection doesn't drop backend proxy_pass connection (1...
HiI'm trying to setup nginx to proxy a server sent events connection(http://dev.w3.org/html5/eventsource/) to a backend server.The approach is the browser connects to a particular path, which...
View ArticleGeo Module. How to make nginx to check proxy for any ip? (no replies)
I mean I haven't got full list of ip addresses that can be proxy, so I want nginx to look X-FORWARDED-FOR header for any ip address, and if the header exists to determine geo using the header. If...
View Articlenginx: worker process: malloc(): memory corruption: 0x0000000000b6bdb0 ***...
hion centos 6, nginx-1.2.2, nginx was compiled with:--prefix=/usr/local/nginx --user=root --group=root --with-http_ssl_module --with-ipv6 --with-pcre=/home/nginx/src/pcre-8.20...
View Articleread_timeout directive (1 reply)
Hi, I've a few servers with nginx 1.2.3 that run a streaming services platform.Is there in nginx any "read_timeout" directive (like the send_timeout but for the opposite) that shuts down the connection...
View ArticleNginx 1.2.7 / h.264 / flowplayer (3 replies)
I'm running Nginx v1.2.7 from the Nginx repo, with mp4 module enabled.I added this to my conf:location ~ \.mov {mp4;mp4_buffer_size 1m;mp4_max_buffer_size 5m;}location / {try_files $uri $uri/...
View Articleupstream keepalive with upstream hash (1 reply)
I've been trying to get this setup working:client <- c0 -> nginx1 <- c1 -> nginx2 <- c2 -> service (http)where the c1 connection is kept alive between request from from the outside,...
View Article