Home >Backend Development >PHP Problem >How to close php cgi

How to close php cgi

藏色散人
藏色散人Original
2020-07-11 10:33:243760browse

How to close php cgi: first open the terminal window; then execute the command "cd F:\ck\nginx1.8 f: nginx -s stop" to close the cgi script.

How to close php cgi

Nginx open and close script, php-cgi script

php-cgi nginx and php for cgi program

php-cgi -b 127.0.0.1:9001 -c F:\ck\php5.4\php.ini

Start nginx

cd F:\ck\nginx1.8
f:
start nginx

End nginx

cd F:\ck\nginx1.8
f:
nginx -s stop

For more related knowledge, please visit PHP中文网!

The above is the detailed content of How to close php cgi. For more information, please follow other related articles on the PHP Chinese website!

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