Comments on: How to install LEMP (Linux, Nginx, MariaDB & PHP-FPM) on a CentOS 7 VPS https://www.rosehosting.com/blog/how-to-install-lemp-linux-nginx-mariadb-php-fpm-on-a-centos-7-vps/ Premium Linux Tutorials Since 2001 Fri, 03 Jun 2022 08:46:49 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: admin https://www.rosehosting.com/blog/how-to-install-lemp-linux-nginx-mariadb-php-fpm-on-a-centos-7-vps/#comment-48517 Tue, 08 Dec 2020 07:47:50 +0000 https://secure.rosehosting.com/blog/?p=4109#comment-48517 In reply to snixa.

Please check your nginx configuration file and make sure that you are using the right path or directory on the root section of your config file.

]]>
By: snixa https://www.rosehosting.com/blog/how-to-install-lemp-linux-nginx-mariadb-php-fpm-on-a-centos-7-vps/#comment-48516 Mon, 07 Dec 2020 12:02:48 +0000 https://secure.rosehosting.com/blog/?p=4109#comment-48516 i get nginx error! The page you are looking for is not found.
Something has triggered missing webpage on your website. This is the default 404 error page for nginx that is distributed with Fedora. It is located /usr/share/nginx/html/404.html

You should customize this error page for your own site or edit the error_page directive in the nginx configuration file /etc/nginx/nginx.con

]]>
By: James https://www.rosehosting.com/blog/how-to-install-lemp-linux-nginx-mariadb-php-fpm-on-a-centos-7-vps/#comment-44619 Thu, 17 Mar 2016 17:02:10 +0000 https://secure.rosehosting.com/blog/?p=4109#comment-44619 needed to run

setenforce permissive

to make the info.php load correctly

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-lemp-linux-nginx-mariadb-php-fpm-on-a-centos-7-vps/#comment-44053 Wed, 29 Apr 2015 18:25:18 +0000 https://secure.rosehosting.com/blog/?p=4109#comment-44053 In reply to Sonys.

The php package may not be required to be installed.

]]>
By: Sonys https://www.rosehosting.com/blog/how-to-install-lemp-linux-nginx-mariadb-php-fpm-on-a-centos-7-vps/#comment-44048 Wed, 29 Apr 2015 01:57:51 +0000 https://secure.rosehosting.com/blog/?p=4109#comment-44048 Suggest to change
## yum install php-fpm php-mysql
to
## yum install php php-fpm php-mysql

`php` may not pre-installed on server.

]]>