Comments on: How to Use Python ‘SimpleHTTPServer’ to Create Webserver or Serve Files Instantly https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 11 Aug 2021 16:45:09 +0000 hourly 1 By: cal https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-1565373 Wed, 11 Aug 2021 16:45:09 +0000 http://www.tecmint.com/?p=12247#comment-1565373 In reply to cal.

ps ax | grep SimpleHTTPServer | grep -v grep | awk ‘{print $1}’ | xargs kill -9

]]>
By: cal https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-1565369 Wed, 11 Aug 2021 16:40:32 +0000 http://www.tecmint.com/?p=12247#comment-1565369 How can you kill this using the command line?

# ps -ef | grep python

shows nothing.

]]>
By: g.cze https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-1321804 Tue, 17 Mar 2020 21:41:01 +0000 http://www.tecmint.com/?p=12247#comment-1321804 Nice howto guide. It’d deserve a thumbs up, a star or something alike.

]]>
By: Rene https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-897825 Fri, 30 Jun 2017 14:03:13 +0000 http://www.tecmint.com/?p=12247#comment-897825 How start in boot (service)?

]]>
By: Ravi Saive https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-875524 Tue, 14 Mar 2017 05:15:56 +0000 http://www.tecmint.com/?p=12247#comment-875524 In reply to Igor Ganapolsky.

@Igor,

As far as you’ve static IP address, you can access SimpleHTTPServer from anywhere in the world using IP address and port..

]]>