Show all posts by user
Introduce yourselves
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Results 1171 - 1200 of 1298
I use many tomcat backends with nginx as frontend balancing proxy and have not seen this anywhere, if possible could you create a small VM linux distro with nginx to see what happens with open ports between nginx and the backends? All I can see in your logs is a timeout to the backend, this can be caused by anything, wrong expected http version, specific tcp parameters, etc..... Also try the older
by
itpp2012
-
Other discussion
Can you reach the backend directly without issues? anything in the backend logs?
by
itpp2012
-
Other discussion
A different way would to use Lua and an alias table, for a dynamic site I use this to allow a site multiple aliases all directing to the same root, its a simple array with 2 lines for each main site, 1 as server_name and line 2 endless aliases. Its fast and no need to edit nginx.conf just edit a plain ascii file.
by
itpp2012
-
Nginx Mailing List - English
src\http\ngx_http_request.c(728) : warning C4701: potentially uninitialized local variable 'data' used
VC 2010.
From full source nginx-01e2a5bcdd8f
by
itpp2012
-
Nginx Mailing List - English
Maybe this:
http://serverfault.com/questions/347586/nginx-warns-server-name-has-strange-symbols
If not what does the logs say?
by
itpp2012
-
How to...
Post nginx.conf and relevant parts for this site so we can all have a look where its going wrong.
by
itpp2012
-
How to...
In ngx_http_core_try_files_phase (ngx_http_core_module.c) I can see how $uri $uri/ =404 are handled, but for example in;
try_files /test.html $uri $uri/ =404;
where(or how) is /test.html handled?
by
itpp2012
-
Nginx Mailing List - English
Make sure nothing else is using port 80 like IIS.
by
itpp2012
-
How to...
renenglish Wrote:
-------------------------------------------------------
> Sorry I can’t get it .
>
> If host A has added the counter and failed to response, the request
> would be failed over to host B with successful response, so the
> counter would be added twines. Wouldn’t it ?
Then a condition must occur where host A fails right after processing the request, they
by
itpp2012
-
Nginx Mailing List - English
I see only the '#if (NGX_SUPPRESS_WARN)' commit on hg, where are the others? can't attach anything here, after changeset 5516:439d05a037a3 additional changes are embedded here:
http://nginx-win.ecsds.eu/ngx_http_spdy_filter_module.c
by
itpp2012
-
Nginx Mailing List - English
With the addon headers-more and Lua you can do this.
by
itpp2012
-
How to...
You missed 2,
Line +-683:
if (offset) {
cl = ngx_http_spdy_filter_get_shadow(stream, in->buf,
// offset, size);
(off_t) offset, (size_t) size);
if (cl == NULL) {
return NGX_CHAIN_ERROR;
}
and +-Line
by
itpp2012
-
Nginx Mailing List - English
src/http/ngx_http_spdy_filter_module.c, latest changesets compiler warnings
In ngx_http_spdy_send_chain(ngx_connection_t *fc, ngx_chain_t *in, off_t limit):
src/http/ngx_http_spdy_filter_module.c(682) : warning C4244: 'function' : conversion from 'off_t' to 'size_t', possible loss of data
src/http/ngx_http_spdy_filter_module.c(701) : warning C4244: '-=' : conversion from 'off_t' to 'size_
by
itpp2012
-
Nginx Mailing List - English
Unless the request is getting que'd while there is a short wait for host A to get online AND fail-over is also happening, its not likely to be added twice.
by
itpp2012
-
Nginx Mailing List - English
14:05 10-1-2014: nginx 1.5.9.1 Cheshire
When she sleeps she gently purrs, you hardly know she's there, but when she wakes
you're gonna hear her roar. nginx Cheshire release is here !
This native build runs on Windows XP SP3 and higher, both 32 and 64 bit.
Based on nginx 1.5.9 (4-1-2014) with;
+ changed compile order
+ prove01.zip (onsite), a Windows Test_Suite way to show/prove it all re
by
itpp2012
-
Nginx Mailing List - English
Aidan Scheller Wrote:
-------------------------------------------------------
> Does using the --with-openssl-opt="enable-ec_nistp_64_gcc_128"
> configure parameter without the *--with-openssl *cause a static
> version of
> OpenSSL to be created for Nginx? I'm unsure as the configuration
> summary
> then lists that the system library is being used.
Who is re
by
itpp2012
-
Nginx Mailing List - English
itpp2012 Wrote:
-------------------------------------------------------
> 1.0.1f against 1.5.9 mainline (today);
>
> .\ssl\s23_clnt.c(286) : warning C4244: 'initializing' : conversion
> from 'time_t' to 'unsigned long', possible loss of data
Also found by http://rt.openssl.org/Ticket/Display.html?id=3220
and fixed in .\ssl\s23_clnt.c(line 286):
[...]
int ssl_fill_hello_ra
by
itpp2012
-
Nginx Mailing List - English
1.0.1f against 1.5.9 mainline (today);
ecp_nistputil.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
ecp_nistp521.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes thi
by
itpp2012
-
Nginx Mailing List - English
See your eventlogs and the nginx logs in /logs, either one will tell you whats going on.
by
itpp2012
-
New Member Introductions
fred Wrote:
-------------------------------------------------------
> This patch can use with google's pagespeed.
>
The API for resolver has changed, see;
https://github.com/chaoslawful/lua-nginx-module/commit/f364c82039d8d76efa0767a7fd909935d5c40a65
for code that fixes this for pre 1.5.8 and post 1.5.8
by
itpp2012
-
Nginx Mailing List - English
19:46 18-12-2013: nginx 1.5.8.3 Caterpillar
Based on nginx 1.5.8 (release) with;
+ prove.zip (onsite), a Windows Test_Suite way to show/prove it all really works
with at the moment a limited amount of tests which will grow over time
+ Streaming with nginx-rtmp-module, v1.0.8 (upgraded 16-12)
+ pcre-8.34 (upgraded)
+ lua-nginx-module v0.9.3 (upgraded)
+ echo-nginx-module v0.50 (upgraded)
by
itpp2012
-
Nginx Mailing List - English
Not sure the devs read here, they do read here http://forum.nginx.org/list.php?2 a repost there might get a response.
by
itpp2012
-
How to...
While back porting ngx_resolver changes by Ruslan Ermilov I get these errors:
error C2039: 'type' : is not a member of 'ngx_resolver_ctx_s'
error C2440: '=' : cannot convert from 'ngx_addr_t' to 'ULONG'
Has this been intentional or did a glitch happened throughout the changes ?
by
itpp2012
-
Nginx Mailing List - English
"upstream timed out"
As it says, the upstream servers are not working, this needs to be fixed first.
by
itpp2012
-
New Member Introductions
From the patch author:
Hi Maxim,
I apologize for my late reply: I just had now time to sort this out.
The short answer to your remarks is:
the first patch is partially correct, just incomplete, and could be easily completed with the addition of a call to ngx_disable_accept_events(...) addressing the issue of 2 workers accepting connections at the same time.
The second one is windows only
by
itpp2012
-
Nginx Mailing List - English