Запуск процесса php-cgi
1 |
/usr/bin/spawn-fcgi -a 127.0.0.1 -p 9000 -u nginx -g nginx -f /usr/bin/php-cgi -P /var/run/fastcgi-php.pid |
Остановка процесса php-cgi
1 |
pkill php-cgi |
Запуск процесса php-cgi
1 |
/usr/bin/spawn-fcgi -a 127.0.0.1 -p 9000 -u nginx -g nginx -f /usr/bin/php-cgi -P /var/run/fastcgi-php.pid |
Остановка процесса php-cgi
1 |
pkill php-cgi |