Re: Reverse proxy - retry connection in response to error 50x
Show some nginx logfiles, preferably with debug mode on.
View ArticleRe: Reverse proxy - retry connection in response to error 50x
From access.log:10.1.21.114 - - [21/Oct/2014:14:01:55 -0700] "GET /xxxxx_prod/u2/cfs056.ashx?clearScreenInputs=UserID=QCFJB|GoFlag1=Y|GoFlag2=Y|GoFlag3=Y|GoFlag4=Y|GoFlag5=Y|Parm0=Y|Parm1=Y HTTP/1.1"...
View ArticleRe: Reverse proxy - retry connection in response to error 50x
The problem is the backend here, nginx does not do a retry on its own as that would be blocking a worker, you might be able to do a retry via cosockets (Lua) as thats not blocking. Or create more...
View ArticleDeny Visit over my IP - Just Domain
Hello Guys,i have two IP's on my Dedicated Server1x eth01x eth0:0I want that you can visit my Website only over the domain. I would like to block (deny) the visit over IP.My Homepage ran six months on...
View ArticleRe: Reverse proxy - retry connection in response to error 50x
Thanks - I appreciate your advice. I've done more research and found that the error never occurs with a direct connection. It seems the application is expecting something that isn't being passed along...
View ArticleRewriting index and stripping .html
Hi,For the last few hours I have been attempting to configure nginx, but I still have one last issue.What I'm trying to archieve is:- Only serve .html files- Example.com => Example.com (serving...
View ArticleRe: Reverse proxy - retry connection in response to error 50x
You could try these settings to the proxy:keepalive_requests 500;proxy_http_version 1.1;if that doesn't work your going to need a wireshark dump to see the difference, it sounds like some header is not...
View ArticleHow to Access 2 diffrent html page using NGINX web server
Hi Team,I am new to Nginx web server and i have a 2 diffrent html page in my html folder namely index.html and index2.html.how can i access both HTML using Nginx.I have configured listening port as...
View ArticleAdd OS detail to Nginx header
I am using nginx (1.6.2) over FreeBSD. But Nginx header is not emitting the name of my Operating System.I checked it here: http://serverheader.com/header/form.html[quote]HTTP/1.1 200 OKServer:...
View ArticleRe: Deny Visit over my IP - Just Domain
server {listen 80 default_server;listen 443 default_server ssl;server_name _;return 444;}ist not possible
View ArticleRe: Getting errors trying to compile nginx on AIX 6.1
I download the nginx-1.6.2.tar.gz from http://nginx.org/en/download.html. I can compile it fine on linux but unable to compile it on AIX 6.1
View ArticleRe: Getting errors trying to compile nginx on AIX 6.1
Maybe this one:+ PCRE library is not used
View ArticleRe: Getting errors trying to compile nginx on AIX 6.1
I have specified --without-http_rewrite_module so that I do not have to use the PCRE libraries
View ArticleRe: Getting errors trying to compile nginx on AIX 6.1
For debugging purposes it is better to stick to a default, when that compiles you can strip/add stuff.
View ArticleRe: Add OS detail to Nginx header
BUMP. Hello, any help?? I really don't understand why nginx header is emitting OS details in my desktop ubuntu based server and FreeBSD based nginx isn't. Both have similar settings.
View Articlestop and remove nginx from win7
Ok well first of all i really have no clue what i am doing, i wanted to install nginx to make a livestream and now i'm just lost. I downloaded everything i found on nginx for windows and somehow...
View ArticleRe: stop and remove nginx from win7
Find user management in your computer properties and change the passwords for the user(s) that have been created, then look into the .cmd files where /savecred is used, run the stop cmd file and enter...
View Article