Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use php-fpm under linux

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to use php-fpm under linux". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to use php-fpm under linux.

So the way to start, shut down, and reload is different from before, and you need to use signal control:

The php-fpm master process can understand the signal:

The copy code is as follows:

Sigint, sigterm is terminated immediately.

Sigquit smooth termination

Sigusr1 reopens the log file

Sigusr2 smoothly reloads all worker processes and reloads configuration and binary modules

For example: turn off php-fpm

The copy code is as follows:

Kill-sigint `cat / usr/local/php/var/run/php- fpm.pid`

Php-fpm restart

The copy code is as follows:

Ill-sigusr2 `cat / usr/local/php/var/run/php- fpm.pid`

Note: / usr/local/php/var/run/php-fpm.pid refers to the file where the master process number is stored. Here is the default address, which can be modified in the configuration. In addition, you can use the ps command to find the process number of master, and then use kill to signal the process number.

At this point, I believe you have a deeper understanding of "how to use php-fpm under linux". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report