One useful feature of PHP-FPM is the built-in health monitoring status page. We’ll show how to enable the status page of PHP – FPM on Linux in this article. Edit PHP-FPM config Open the file /etc/php/5.6/fpm/pool.d/www.conf and find sudo nano /etc/php/5.6/fpm/pool.d/www.conf and […]
Nginx status page provides real-time data about the Nginx server health. This data can be used to optimize the Nginx server for performance. Requirements Before proceeding make sure that your Nginx server is compiled with the ngx_http_stub_status_module . To check whether the Nginx […]
Sometimes you are running a website which has a local scope and no reason to explore the site to worldwide or you are having a lot of suspicious traffic from a particular country and you want to block that entire […]
An ultimately popular service, shared hosting is something which the overwhelming majority of perspective website owners opt for, and there are many reasons for that- The key reason is undoubtedly its cost-effectiveness: you spend little and get everything you need […]
SSH – secure shell The SSH protocol is a secure method to remote login one server to another server. It provides several alternative options for strong authentication, and it protects the communications security and integrity with strong encryption. It is […]
HTTP 503 response is temporary service not available error. Whether it is due to some technical error or maintenance purpose. So a 503 error let your visitors know that there are some technical issues with the website or the website […]
Elasticsearch is one of the most popular and powerful search engine written in Java and based on Lucene algorithm. Elasticsearch can be used as a stand-alone search engine for your web application. Elasticsearch is developed alongside a data-collection and log-parsing […]
As you know Nginx is one of the most popular web server nowadays. It has some cool features. One of these features is FastCGI cache. The cool thing about FastCGI cache is it does not depend on any external app or […]
If you are familiar with apache server we use virtual hosts to host multiple websites on the same server. On the same way, Nginx uses server blocks to encapsulate the server configuration details and serve more than one websites on […]
Nginx is the most popular web server which can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache. Currently, NGINX is serving some of the most popular and high traffic websites on the internet. NGINX […]