php-server
php-server copied to clipboard
server will not stop running
I attempt to stop the server from the Atom command pallet, however, the server continues to run even after I issues the "php server:stop" command and the GUI closes. I visit localhost:8000 and the server is still running.
The only work around I've been able to find is restarting my computer.
When you open the command palette, are you entering the command php-server:stop or selecting the php server:stop command from the palette dropdown?
垃圾插件
try ps aux | grep php and see if the is more than 1 running php instance