Home >Backend Development >PHP Tutorial >Linux下怎么重新启动php服务?

Linux下怎么重新启动php服务?

PHPz
PHPzOriginal
2016-06-13 10:58:2112857browse

Linux下怎么重新启动php服务?

Linux下怎么重新启动php服务?

有时候修改了一些php配置或者进程满了需要重启php

[root@snoopy 16:58:27 bin]# service php-fpm restart
Gracefully shutting down php-fpm . done
Starting php-fpm  done

说明:linux 下PHP服务操作

开启PHP服务

service php-fpm start

停止PHP服务

service php-fpm stop

重启PHP服务

service php-fpm restart

更多相关知识,请访问 PHP中文网!!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn