hmmm.. I think the core dump was caused by the nginx-auth-ldap module. Will
monitor it longer.
Thanks Valentin.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,252597,252710#msg-252710
___
nginx mailing list
nginx@nginx.org
http://mailman.ngi
I'm using nginx for all static web content and forward all PHP requests to
Apache. This works great when I type e.g. http://domain.com/index.php.
However, vbulletin will convert any link to e.g.:
http://domain.com/threads/threadtopic or
http://domain.com/search.php?do=getnew.
So no more .php exten
22:40 20-8-2014 nginx 1.7.5.2 WhiteRabbit
Based on nginx 1.7.5 (20-8-2014, last changeset 5809:bb26f7ceaaf1) with;
+ ngx_upstream_jdomain (https://github.com/wdaike/ngx_upstream_jdomain)
+ https://github.com/nginx/nginx/pull/7, adding:
proxy_ssl_client_certificate cert.pem;
proxy_ssl_clie
eComEvo Wrote:
---
> This call will start a background process and it waits for it to
> complete so it can display the final result.
This is called blocking (as I already wrote on stack), to run this
nonblocking your probably going to need cosock
Despite sending an async request to the server over AJAX, the server will
not respond until the previous unrelated request has finished. The following
code is only broken in this way on Nginx, but runs perfectly on Apache.
This call will start a background process and it waits for it to complete s
On Tue, Aug 19, 2014 at 01:43:06PM +0800, ywsample wrote:
> http {
> resolver 127.0.0.1;
> resolver_timeout 1s;
> server {
> listen 8000;
> location /test {
> proxy_pass http://$arg_host:8080;
> }
> }
> server {
> listen 8080;
>
thanks
but I think nginx should not always pending requests and retry dns
forever。and inconsistent response to the first request and follow requests
is also a problem. either all as a timeout processing, either all waiting
dns response
may be nginx need change this behavior
2014-08-20 14:41 GMT