facebook twitter hatena line email

「Linux/phpインストール/php-fpm」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==php-fpmとは== nginxなどでphpを動かすために必要なphpのデーモン ==インストール== yum install php-fpm --enablerepo=remi ==起動== /etc/rc.d...」)
(相違点なし)

2015年5月20日 (水) 02:59時点における版

php-fpmとは

nginxなどでphpを動かすために必要なphpのデーモン

インストール

yum install php-fpm --enablerepo=remi

起動

/etc/rc.d/init.d/php-fpm start

自動起動

/sbin/chkconfig php-fpm on