Linux/phpインストール/php-fpm
提供: 初心者エンジニアの簡易メモ
2015年5月20日 (水) 02:59時点における127.0.0.1 (トーク)による版 (ページの作成:「==php-fpmとは== nginxなどでphpを動かすために必要なphpのデーモン ==インストール== yum install php-fpm --enablerepo=remi ==起動== /etc/rc.d...」)
php-fpmとは
nginxなどでphpを動かすために必要なphpのデーモン
インストール
yum install php-fpm --enablerepo=remi
起動
/etc/rc.d/init.d/php-fpm start
自動起動
/sbin/chkconfig php-fpm on