Published on : September 2, 2019 by Sheldon Moor
Varnish is a proxy server which can be used for HTTP caching. It can act as a reverse proxy for nginx. Here we are going to look how we can configure varnish as a reverse proxy for nginx web server. Prerequisites Ubuntu 16.04 Root Privileges Step 1: Installing nginx We can install Nginx from the Ubuntu repository using the apt […]
Published on : November 15, 2016 by Varick Downie
Why Engintron? We all know that cPanel is the leading hosting control panel worldwide. And definitely there is no need to introduce cPanel. But as they say everything comes with a price, cPanel uses the Apache web server to serve websites by default. Even though Apache is a sensation with low traffic servers, it does […]
Published on : August 6, 2015 by Vishnu K Raj
In this article, I will summarize the steps and configuration needed to run Nginx reverse proxy for Apache. As you all know Apache rules the web server industry due to its robust and stable nature, but the main drawback of Apache is that it consumes a lot of system resources. Hence we need to optimize […]
Published on : September 27, 2014 by George K.
On Nginx WordPress Permalinks we came across an issue where all links in a WP/Osclass site throws 404 error. This is a typical behaviour of WP/Osclass permalinks configuration issue. The first step is to confirm it is a Nginx WordPress permalinks issue. The configuration file for Nginx is /etc/nginx/nginx.conf and it specified the log file […]
Published on : January 6, 2011 by Jithin Vijayan
Now Nginx server support team providing the next part where php is compiled with php-fpm Before installation we need to install some of the required libraries Download the php version 5.3.3 where the php-fpm is an inbuilt I have customised the options according to my choice here, where as for enabling the fpm “–enable-fpm” only […]