<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Use Python &#8216;SimpleHTTPServer&#8217; to Create Webserver or Serve Files Instantly	</title>
	<atom:link href="https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 11 Aug 2021 16:45:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: cal		</title>
		<link>https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-1565373</link>

		<dc:creator><![CDATA[cal]]></dc:creator>
		<pubDate>Wed, 11 Aug 2021 16:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12247#comment-1565373</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-1565369&quot;&gt;cal&lt;/a&gt;.

ps ax &#124; grep SimpleHTTPServer &#124; grep -v grep &#124; awk &#039;{print $1}&#039; &#124; xargs kill -9]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-1565369">cal</a>.</p>
<p>ps ax | grep SimpleHTTPServer | grep -v grep | awk &#8216;{print $1}&#8217; | xargs kill -9</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: cal		</title>
		<link>https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-1565369</link>

		<dc:creator><![CDATA[cal]]></dc:creator>
		<pubDate>Wed, 11 Aug 2021 16:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12247#comment-1565369</guid>

					<description><![CDATA[How can you kill this using the command line?
&lt;pre&gt;
# ps -ef &#124; grep python
&lt;/pre&gt;
shows nothing.
]]></description>
			<content:encoded><![CDATA[<p>How can you kill this using the command line?</p>
<pre>
# ps -ef | grep python
</pre>
<p>shows nothing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: g.cze		</title>
		<link>https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-1321804</link>

		<dc:creator><![CDATA[g.cze]]></dc:creator>
		<pubDate>Tue, 17 Mar 2020 21:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12247#comment-1321804</guid>

					<description><![CDATA[Nice howto guide. It&#039;d deserve a thumbs up, a star or something alike.]]></description>
			<content:encoded><![CDATA[<p>Nice howto guide. It&#8217;d deserve a thumbs up, a star or something alike.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rene		</title>
		<link>https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-897825</link>

		<dc:creator><![CDATA[Rene]]></dc:creator>
		<pubDate>Fri, 30 Jun 2017 14:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12247#comment-897825</guid>

					<description><![CDATA[How start in boot (service)?]]></description>
			<content:encoded><![CDATA[<p>How start in boot (service)?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-875524</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 14 Mar 2017 05:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=12247#comment-875524</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-875437&quot;&gt;Igor Ganapolsky&lt;/a&gt;.

@Igor,

As far as you&#039;ve static IP address, you can access &lt;strong&gt;SimpleHTTPServer&lt;/strong&gt; from anywhere in the world using IP address and port..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/comment-page-1/#comment-875437">Igor Ganapolsky</a>.</p>
<p>@Igor,</p>
<p>As far as you&#8217;ve static IP address, you can access <strong>SimpleHTTPServer</strong> from anywhere in the world using IP address and port..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
