<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nazly's BLOG &#187; Apache</title>
	<atom:link href="http://www.nazly.net/category/technology/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nazly.net</link>
	<description>Personal Weblog of Nazly Ahmed : Web Developer. PHP Addict. Wordpress Hacker. FOSS Enthusiast. (Micro)Blogger. Cricket Fanatic. Husband. Dad.</description>
	<lastBuildDate>Sat, 19 Jun 2010 07:26:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache port 80 conflict with Skype</title>
		<link>http://www.nazly.net/apache-port-80-conflict-with-skype/</link>
		<comments>http://www.nazly.net/apache-port-80-conflict-with-skype/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 00:57:06 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[conflict]]></category>
		<category><![CDATA[port80]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/apache-port-80-conflict-with-skype/</guid>
		<description><![CDATA[I&#8217;m not sure how many of you have come across this issue but yesterday was the first time I experienced it. I was installing Apache Web Server on a M$ windows developer machine and after completing the installation the Apache Service didn&#8217;t start stating the following error.

make_sock could not bind to address 0.0.0.0:80 no listening [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure how many of you have come across this issue but yesterday was the first time I experienced it. I was installing Apache Web Server on a M$ windows developer machine and after completing the installation the Apache Service didn&#8217;t start stating the following error.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">make_sock could not <span style="color: #7a0874; font-weight: bold;">bind</span> to address 0.0.0.0:<span style="color: #000000;">80</span> no listening sockets available</pre></div></div>

<p>I kept wondering for a moment what could be running on port 80 coz the machine was newly setup and it didn&#8217;t have IIS or any other web server. It quickly struck my mind that once a friend of mine told me about Skype causing a conflict when he installed Apache. On this machine Skype was running already and I was logged in on Skype as well. So first thing I did was to exit Skype and started Apache. Now the Apache service started without any issues. With a little bit of research I found out that Skype was the culprit in this case because Skype uses port 80 as an alternative port for communication. Now since Apache Web Server is running, I started Skype and logged in and it was working smoothly as well. So starting Skype after Apache is started will solve the issue in one way as Skype will use a different port. But the better solution is to disable the Skype option of using port 80 as an alternative. On Skype you can do this by</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"> - Goto Tools -<span style="color: #000000; font-weight: bold;">&amp;</span>gt; Options -<span style="color: #000000; font-weight: bold;">&amp;</span>gt; Connection
 - <span style="color: #7a0874; font-weight: bold;">&#91;</span>Untick<span style="color: #7a0874; font-weight: bold;">&#93;</span> Use port <span style="color: #000000;">80</span> and <span style="color: #000000;">443</span> <span style="color: #c20cb9; font-weight: bold;">as</span> alternatives <span style="color: #000000; font-weight: bold;">for</span> incoming connections
 - Click Save and restart Skype to apply the changes.</pre></div></div>

<p><img src="http://www.nazly.net/imgs/skype.jpg" border="0" alt="http://www.nazly.net/imgs/skype.jpg" /></p>
<p>Without changing this behavior in Skype, we can do the other way around as well. In httpd.conf file for Apache we can set the &#8220;listen&#8221; port to 8080 (as an alternative port) which will solve the issue but I preferred to use port 80 itself for Apache. But its just me. You have two solutions in hand and the choice is yours <img src="http://www.nazly.net//smiles/icon_wink.gif" alt="[Wink]" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/apache-port-80-conflict-with-skype/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
