How to turn off php-fpm on mac

王林
Release: 2020-08-26 13:40:09
Original
5487 people have browsed it

How to close php-fpm on Mac: directly execute the [sudo pkill -INT -o php-fpm] command in the terminal. If we want to restart php, we can execute the [sudo php-fpm] command.

How to turn off php-fpm on mac

Specific method:

(Recommended video tutorial: php video tutorial)

Force close php-fpm

sudo pkill -INT -o php-fpm
Copy after login

Restart php

sudo php-fpm
Copy after login

(Related tutorial recommendations: php graphic tutorial)

PHP installed by mac brew can be opened using this

brew services start homebrew/php/php56
Copy after login

php installed by mac brew can be restarted using this

brew services reload homebrew/php/php56
Copy after login

The above is the detailed content of How to turn off php-fpm on mac. For more information, please follow other related articles on the PHP Chinese website!

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