Share: Nginx config formatter/Beautifier
Hello! After failing to find any good, and easy to use nginx config formatter, I decided to roll out my own https://nginxbeautifier.com you can also install it locally on your box using the...
View ArticleInstallation issue (RHEL 6)
At the moment we are using the open source version of nginx and using it for load balancing only. With changes in out production environment we want to use nginx plus for load balancing and heath...
View ArticleRe: Installation issue (RHEL 6)
Ask for a whitelisting at the firewall. Use a mirror system and copy the repo so it can be accessed elsewhere. Use an internal repo distribution system.
View ArticleRe: Installation issue (RHEL 6)
itpp2012 Wrote: ------------------------------------------------------- > Ask for a whitelisting at the firewall. > Use a mirror system and copy the repo so it can be accessed > elsewhere....
View Article[SOLVED] Installation issue (RHEL 6)
Problem is actually solved. After a couple of days the nginx plus support answered and after explaining the problem i got a URL to download it from (to my Windows machine). So, case closed.
View ArticleSetup Nginx Health Check Module in Nginx 1.10.0 (ubuntu)
I have installed nginx 1.10.0 (ubuntu) using command: apt-get install nginx I have configuration file is there /etc.nginx: but I dont where nginx installed in ubuntu. I searched about nginc installed...
View ArticleHTTP version not supported (error 505) - HTTP/1.1^M
In my architecture, there is Nginx (1.7.4) server as a proxy, delegating requests to Tomcat server. I noticed that for some requests, for some reason, http version arriving to Tomcat contains weird...
View ArticleRe: HTTP version not supported (error 505) - HTTP/1.1^M
1.7.4 is rather old, try the latest stable version and see if this solves the issue.
View ArticleRe: HTTP version not supported (error 505) - HTTP/1.1^M
Hi, I realize that this version is old. The problem is that I working in huge enterprise organization, and upgrading Nginx is the process that might take several months... At least, I need to know that...
View ArticleRe: HTTP version not supported (error 505) - HTTP/1.1^M
Several months? do you have a sign outside your building saying "welcome hackers, do come in the backdoors are open" ? Never heard of DTAP ? (development, test, acceptance, production), get yourself...
View ArticleMultiple nginx instances - ssi problem/bug
Hi Guys, We are having some very strange and intermittent issues with ssi. When the problem occurs ssi is not executed at all, causing our site's to not display properly. Reloading nginx mostly fixes...
View ArticleRe: Multiple nginx instances - ssi problem/bug
Try the latest stable and see if this happens again.
View Article502 Bad Gateway
Hello everyone, I'm new in the world of nginx, I wanted to test it to see if as they say it is more stable and faster than Apache 2, I installed the stable version 1.10.1, on a "raspberry pi 3" with...
View Article(TomS) cgi-bin execution of bash shell and C programs?
Hello All, I have created multiple interactive web pages where I store the HTML file in the /var/www/html directory. These HTML web pages will then call a cgi-bin bash shell script to do the heavy...
View ArticleRe: (TomS) cgi-bin execution of bash shell and C programs?
Forking to any type of program is a big 'no' in the nginx world, what you need to do is adopt a fcgi interface, look at how PHP with php-cgi works (tcpip port or socket) with either a fast-cgi or...
View ArticleRe: (TomS) cgi-bin execution of bash shell and C programs?
Not sure what you mean? The program I want to run is the CGI program although it is in bash shell. Some how I should be able to create a pure HTML file 'testit.html' and have it run a CGI program to...
View ArticleRe: (TomS) cgi-bin execution of bash shell and C programs?
TomS Wrote: ------------------------------------------------------- > Why is there even a /usr/lib/cgi-bin directory if nothing will run in > it? Thats from apache not nginx. > BTW: Would it...
View ArticleEstonian ID card CRL
Hi, I tried to implement Estonian ID card CRL. Unfortunately I failed with nginx version 1.8.0 and 1.10.1. Is it normal that nginx hang with 100% CPU usage for ar CRL size of 50 MB? I waited 100...
View ArticleTCPv6: Possible SYN flooding on port 80. Sending cookies.
Hi, I am using nginx with version 1.4.0. Getting error as : TCPv6: Possible SYN flooding on port 80. Sending cookies. It is serving media traffic and whenever number of incoming connections crosses 7K....
View Article