php-server icon indicating copy to clipboard operation
php-server copied to clipboard

server will not stop running

Open Shaun2D2 opened this issue 10 years ago • 3 comments

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.

Shaun2D2 avatar Dec 05 '15 18:12 Shaun2D2

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?

gnakan avatar Dec 14 '15 21:12 gnakan

垃圾插件

youngjuning avatar Oct 03 '17 03:10 youngjuning

try ps aux | grep php and see if the is more than 1 running php instance

si458 avatar Oct 11 '17 12:10 si458