Created
December 16, 2012 20:35
-
-
Save mnaser/4312601 to your computer and use it in GitHub Desktop.
Install php-fpm on CentOS 6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum --enablerepo=remi install php-fpm php-mysqlnd php-pecl-apc | |
sed -i s/apache/nginx/ /etc/php-fpm.d/www.conf | |
chkconfig php-fpm on | |
service php-fpm start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment