different types of load balancing in nginx
Hi All, this document is about different types of load balancing in nginx. Nginx is one of the best and commonly used webserver in the world. It famous more for its capability of handling...
| tech blog
Hi All, this document is about different types of load balancing in nginx. Nginx is one of the best and commonly used webserver in the world. It famous more for its capability of handling...
Hi All, this document deals with the web page security using Prerequisites we use this is found in the apache- package Now we create a password file, for the first time we need...
Hi All, this document deals with how to set up mail catcher reverse proxy with Nginx. Prerequisites Nginx mailcatcher If Not installed please go through our blog for mailcatcher: https://www.techrunnr.com/?s=mailcatcher, For Nginx: https://www.techrunnr.com/nginx-source-installation-in-centos/ Now...
Hi All, this document deals with how to monitor nginx active connections. Nginx is one of the best open source web servers. It performs much faster than the Apache web server. Nginx is a...
Hi all, this document deals with how to fix the error “PHP Fatal error: Uncaught Error: Call to undefined function curl_init()”. This is an exception by PHP when it detects the required plugin is...
The above error occurs when you tires to resize any image uploaded to WordPress. Here are the steps to resolve the above issue. Step 1: Identify the version of PHP used in your system....
Hi All, this document deals with how to setup mod cache in apache2. Web caching the way of improving the server performance, so all the cached requests will be served from the cache resource...
disable outdated version of SSL/TLS in apache Hi Techrunnr readers, this document deals with how to disable outdated version of SSL/TLS in apache. AS per the new PCI compliance following SSL protocols should be...
apache failover using keepalived Hi Techrunnr Readers, this document deals with configuration of apache failover using keepalived. Configuring failover helps to run a service continuously if any of the systems failed without any help...
how to configure Letsencrypt for nginx on Ubuntu 18.04 Hello Techrunnr readers, this document shows you how to configure Letsencrypt for nginx on Ubuntu 18.04. Letsencrypt is a free SSL certificate service provider, where...