Re: The service is not available. Please try again later.
This is my nginx.conf file. Does it look OK? https://dl.dropbox.com/u/35302780/nginx.conf
View ArticleRe: The service is not available. Please try again later.
I got past that error and now the nginx error log has this:2013/03/14 14:22:10 [error] 1537#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.20.3, server:...
View ArticleStrange $upstream_response_time latency spikes with reverse proxy
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
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?
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
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 ArticleRe: Dropped https client connection doesn't drop backend proxy_pass connection
Hello!On Fri, Mar 15, 2013 at 03:22:31PM +1100, Robert Mueller wrote:[...]> When using http with my test client, I see this in the nginx log when> the client disconnects:>> 2013/03/14...
View ArticleRe: How to investigate upstream timed out issues?
are you able to fetch the given ressource from your nginx-server?e.g. wget https://127.0.0.1:4443/socket.io/socket.io.v0.9.11.jsmaybe you have an port-issue (4443 vs 443)mex
View ArticleRe: Strange $upstream_response_time latency spikes with reverse proxy
Hello!On Thu, Mar 14, 2013 at 07:07:20PM -0700, Jay Oster wrote:[...]> The access log has 10,000 lines total (i.e. two of these tests with 5,000> concurrent connections), and when I sort by...
View ArticleGeo Module. How to make nginx to check proxy for any ip?
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 ArticleRe: Geo Module. How to make nginx to check proxy for any ip?
Hello!On Fri, Mar 15, 2013 at 04:24:13AM -0400, varan wrote:> 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,...
View ArticleRe: nginx: worker process: malloc(): memory corruption: 0x0000000000b6bdb0 ***
Hello!On Fri, Mar 15, 2013 at 04:39:03AM -0400, honwel wrote:> hi> on centos 6, nginx-1.2.2, nginx was compiled with:> --prefix=/usr/local/nginx --user=root --group=root...
View Articleread_timeout directive
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 ArticleRe: nginx: worker process: malloc(): memory corruption: 0x0000000000b6bdb0 ***
thanks, i will try as you mention and report it on forum.
View ArticleRe: read_timeout directive
Hello!On Fri, Mar 15, 2013 at 06:35:27AM -0400, ilmerovingio wrote:> Hi, I've a few servers with nginx 1.2.3 that run a streaming services> platform.>> Is there in nginx any "read_timeout"...
View ArticleRe: The service is not available. Please try again later.
> From: "Reddirt" <nginx-forum@nginx.us>> I got past that error and now the nginx error log has this:>> 2013/03/14 14:22:10 [error] 1537#0: *1 connect() failed (111: Connection>...
View ArticleRe: listen, не запускается nginx, не выводит ошибку.
Окей, сейчас подключу оф репо и поставлю снова. Далее отпишусь.# nginx -Vnginx version: nginx/1.2.7TLS SNI support enabledconfigure arguments: --prefix=/usr/share/nginx...
View ArticleRe: nginx_upload_progress
Never mind, I guess there are two configure statements in the spec file. I added the module to both and it's working fine.
View Article