kevmoo / dhttpd

A simple HTTP server that can serve up any directory, built with Dart.
https://pub.dev/packages/dhttpd
BSD 3-Clause "New" or "Revised" License
107 stars 30 forks source link

How to stop server #52

Open AnandASanthosh opened 1 year ago

AnandASanthosh commented 1 year ago

I attempted to run dhttpd yesterday. Even after stopping the command with ctrl+c, the server continues to operate. I tried rebooting the computer, but the server is still running.

codebombi commented 3 months ago

I attempted to run dhttpd yesterday. Even after stopping the command with ctrl+c, the server continues to operate. I tried rebooting the computer, but the server is still running.

Example: ps aux | grep dart sudo kill -9 16410 <--id process