Webmin with Nginx and php-fpm for high performance

Webmin with Nginx and php-fpm for high performance

In this blog, we will see how to install NGINX, a free, open-source, high-performance HTTP server in webmin with php-fpm. NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption. Nginx is a lightweight webserver that supports most of the functionality of Apache. It is suited to websites … Read more

Getting nginx disabled message while trying to start nginx service in plesk.

Sometimes we get the following error message, even if nginx is enabled in plesk. [root@server ~]# /etc/init.d/nginx start Not starting nginx as it is disabled in config You can confirm the nginx service is enabled in the server using the following commands. [root@server ~]# /usr/local/psa/admin/sbin/nginxmng -s Enabled [root@server ~]# chkconfig –list | grep nginx nginx … Read more