This is tutorial how to install Nginx PHP-FPM and MySQL on CentOS 5 32bit VPS
Install Remi repository on CentOS 5 :
# rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
Install Nginx and PHP-FPM
# yum --enablerepo=remi,remi-test install nginx php-fpm php-common
Install PHP modules
# yum --
How to Install Nginx PHP-FPM and MySQL on CentOS 5
4/
5
Oleh
Admin