Home >Backend Development >PHP Problem >How to close php cgi
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.
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!