Skip to content

Instantly share code, notes, and snippets.

@mnaser
Created December 16, 2012 20:35
Show Gist options
  • Save mnaser/4312601 to your computer and use it in GitHub Desktop.
Save mnaser/4312601 to your computer and use it in GitHub Desktop.
Install php-fpm on CentOS 6
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