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

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

PHPz
Release: 2020-09-04 14:34:51
Original
12856 people have browsed it

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
Copy after login

说明:linux 下PHP服务操作

开启PHP服务

service php-fpm start
Copy after login

停止PHP服务

service php-fpm stop
Copy after login

重启PHP服务

service php-fpm restart
Copy after login

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template