<?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: Apache Headache: &#8220;no listening sockets available&#8221;</title>
	<atom:link href="http://projectbee.org/blog/archive/apache-headache-no-listening-sockets-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://projectbee.org/blog/archive/apache-headache-no-listening-sockets-available/</link>
	<description>Bipin&#039;s experiments with life, society, programming, hacking, &#38; other stuff</description>
	<lastBuildDate>Tue, 20 Dec 2011 15:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bipin Upadhyay</title>
		<link>http://projectbee.org/blog/archive/apache-headache-no-listening-sockets-available/comment-page-1/#comment-403</link>
		<dc:creator>Bipin Upadhyay</dc:creator>
		<pubDate>Wed, 13 Aug 2008 05:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2007/08/08/apache-headache-no-listening-sockets-available/#comment-403</guid>
		<description>Thanks Ritesh. Glad you liked it :)

p.s. Had to perform a whois on the IP to identify you. ;)</description>
		<content:encoded><![CDATA[<p>Thanks Ritesh. Glad you liked it <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>p.s. Had to perform a whois on the IP to identify you. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RS</title>
		<link>http://projectbee.org/blog/archive/apache-headache-no-listening-sockets-available/comment-page-1/#comment-402</link>
		<dc:creator>RS</dc:creator>
		<pubDate>Wed, 13 Aug 2008 04:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2007/08/08/apache-headache-no-listening-sockets-available/#comment-402</guid>
		<description>Another cheap trick to find applications that are listening on port 80 (or any other port) is to use netstat. The windows version of netstat is slightly limited but will do quite well for our purposes

C:\&gt; netstat -ab 

&quot;a&quot; displays all connections and open ports
&quot;b&quot; displays the executable responsible for creating the connection

Your blog is really informative. Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Another cheap trick to find applications that are listening on port 80 (or any other port) is to use netstat. The windows version of netstat is slightly limited but will do quite well for our purposes</p>
<p>C:\&gt; netstat -ab </p>
<p>&#8220;a&#8221; displays all connections and open ports<br />
&#8220;b&#8221; displays the executable responsible for creating the connection</p>
<p>Your blog is really informative. Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Melnychuk</title>
		<link>http://projectbee.org/blog/archive/apache-headache-no-listening-sockets-available/comment-page-1/#comment-76</link>
		<dc:creator>Oleg Melnychuk</dc:creator>
		<pubDate>Sat, 29 Mar 2008 07:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2007/08/08/apache-headache-no-listening-sockets-available/#comment-76</guid>
		<description>There&#039;s also a problem with Skype. It listens to :80 as an alternative port for connections.</description>
		<content:encoded><![CDATA[<p>There&#8217;s also a problem with Skype. It listens to :80 as an alternative port for connections.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bipin 3~ Upadhyay</title>
		<link>http://projectbee.org/blog/archive/apache-headache-no-listening-sockets-available/comment-page-1/#comment-78</link>
		<dc:creator>Bipin 3~ Upadhyay</dc:creator>
		<pubDate>Fri, 10 Aug 2007 19:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2007/08/08/apache-headache-no-listening-sockets-available/#comment-78</guid>
		<description>I should have re-updated the post that even changing to manual didn&#039;t work, so I disabled it. heehee. Strange, but that worked :-/

&lt;i&gt;By the way I could fig the decoding with .net :( maybe when I have more time I’ll fig it out.&lt;/i&gt;
That&#039;s okay, take your time. :)</description>
		<content:encoded><![CDATA[<p>I should have re-updated the post that even changing to manual didn&#8217;t work, so I disabled it. heehee. Strange, but that worked :-/</p>
<p><i>By the way I could fig the decoding with .net <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  maybe when I have more time I’ll fig it out.</i><br />
That&#8217;s okay, take your time. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arpit Jacob</title>
		<link>http://projectbee.org/blog/archive/apache-headache-no-listening-sockets-available/comment-page-1/#comment-77</link>
		<dc:creator>Arpit Jacob</dc:creator>
		<pubDate>Fri, 10 Aug 2007 14:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2007/08/08/apache-headache-no-listening-sockets-available/#comment-77</guid>
		<description>I had the same prob in my company I was developing the SandPress theme on the sly ;) but I used to stop IIS manually and start it up when needed. Also you can configure apache to run on a different port but it doesn&#039;t work for me in the company since they have blocked all other ports. By the way I could fig the decoding with .net :( maybe when I have more time I&#039;ll fig it out.</description>
		<content:encoded><![CDATA[<p>I had the same prob in my company I was developing the SandPress theme on the sly <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  but I used to stop IIS manually and start it up when needed. Also you can configure apache to run on a different port but it doesn&#8217;t work for me in the company since they have blocked all other ports. By the way I could fig the decoding with .net <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  maybe when I have more time I&#8217;ll fig it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
