X

Install The ngx_cache_purge Module In Nginx

Ngx_cache_purge is a module which will allow the fastcgi_cache, proxy, SCGI and uWSGI caches to have content purged from them.…

LinuxAdmin.io

Nginx Load Balancing

Nginx can be used as a load balancer to multiple back-end web servers using the proxy functions. This guide will…

LinuxAdmin.io

How To Configure A Nginx Reverse Proxy With Apache

Nginx can as a reverse proxy to Apache. Nginx does best at serving static content extremely fast whereas Apache can…

LinuxAdmin.io

mod_proxy Installation and Configuration on Apache

Introduction mod_proxy is a proxy/gateway for the Apache server. It allows you to direct Apache requests to other sites and/or…

LinuxAdmin.io

mod_fastcgi Installation on Apache 2.2

What is mod_fastcgi? mod_fastcgi is an Apache module for interfacing with CGI programs allowing a server to handle more requests…

LinuxAdmin.io

Setup Nginx Virtual Hosts On CentOS

Introduction Nginx is a high performance web server.  ANginx virtual host can be setup to host as many domains as…

LinuxAdmin.io

How To Setup Nginx To Use SSL With LetsEncrypt

What is LetsEncrypt? Let's Encrypt is a certificate Authority that launched in 2016 providing free TSL SSL certificates that renew…

LinuxAdmin.io