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

How to close php cgi

藏色散人
Release: 2023-03-02 11:50:01
Original
3809 people have browsed it

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

Start nginx

cd F:\ck\nginx1.8
f:
start nginx
Copy after login

End nginx

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

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!

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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template