<?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>MicMek&#039;s Blog &#187; Server</title>
	<atom:link href="http://blog.micmek.com/category/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.micmek.com</link>
	<description>CopTECH</description>
	<lastBuildDate>Thu, 22 Apr 2010 00:38:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What&#8217;s blocking port 80?!</title>
		<link>http://blog.micmek.com/2009/03/19/whats-blocking-port-80/</link>
		<comments>http://blog.micmek.com/2009/03/19/whats-blocking-port-80/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 05:26:38 +0000</pubDate>
		<dc:creator>Michael Mekaail</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[blocking]]></category>
		<category><![CDATA[closed ports]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[open ports]]></category>
		<category><![CDATA[port 80]]></category>
		<category><![CDATA[ports]]></category>

		<guid isPermaLink="false">http://blog.micmek.com/?p=14</guid>
		<description><![CDATA[After trying to run an Apache webserver for a while now... I finally figured out what's wrong.
Firstly, I couldn't detect if it was a firewall blocking problem or a user not having the right privilages to run a webserver.
With the help of google I discovered a command that lets you find all the the ports [...]]]></description>
			<content:encoded><![CDATA[<p>After trying to run an Apache webserver for a while now... I finally figured out what's wrong.</p>
<p>Firstly, I couldn't detect if it was a firewall blocking problem or a user not having the right privilages to run a webserver.</p>
<p>With the help of google I discovered a command that lets you find all the the ports open on your computer and the PID's of each process so that you can kill that process.</p>
<p>Run NETSTAT -ano on the command line and write down the PID number, of the port that is open that you want free.<br />
From a task manager you can see what process is having the PID, and you can tell which program is using that port.</p>
<p>In my situation it was skype that was using up port 80. Arrghh</p>
<p>Hope this comes in good use!</p>
<p><a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.micmek.com%2F2009%2F03%2F19%2Fwhats-blocking-port-80%2F&amp;linkname=What%26%238217%3Bs%20blocking%20port%2080%3F%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.micmek.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.micmek.com%2F2009%2F03%2F19%2Fwhats-blocking-port-80%2F&amp;linkname=What%26%238217%3Bs%20blocking%20port%2080%3F%21" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.micmek.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fblog.micmek.com%2F2009%2F03%2F19%2Fwhats-blocking-port-80%2F&amp;linkname=What%26%238217%3Bs%20blocking%20port%2080%3F%21" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://blog.micmek.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.micmek.com%2F2009%2F03%2F19%2Fwhats-blocking-port-80%2F&amp;linkname=What%26%238217%3Bs%20blocking%20port%2080%3F%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.micmek.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fblog.micmek.com%2F2009%2F03%2F19%2Fwhats-blocking-port-80%2F&amp;linkname=What%26%238217%3Bs%20blocking%20port%2080%3F%21" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://blog.micmek.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.micmek.com%2F2009%2F03%2F19%2Fwhats-blocking-port-80%2F&amp;linkname=What%26%238217%3Bs%20blocking%20port%2080%3F%21">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.micmek.com/2009/03/19/whats-blocking-port-80/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

