 




<?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: Opening Port 80</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/port/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/port/</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: petkoa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/port/#comment-98259</link>
		<dc:creator>petkoa</dc:creator>
		<pubDate>Wed, 26 Oct 2011 14:01:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-98259</guid>
		<description><![CDATA[P.S. And, BTW, by changing AllowOverride to All you are looking for troubles from your future local users...]]></description>
		<content:encoded><![CDATA[<p>P.S. And, BTW, by changing AllowOverride to All you are looking for troubles from your future local users&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: petkoa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/port/#comment-98257</link>
		<dc:creator>petkoa</dc:creator>
		<pubDate>Wed, 26 Oct 2011 13:58:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-98257</guid>
		<description><![CDATA[Well, connecting to the site on http://localhost/ means that apache IS UP AND RUNNING - so no other process is bound on port 80

Inability to connect to the server from another machine after switching off the localhost firewall tells us that there is another firewall somewhere! You don&#039;t provide details about your network and where the test clients are located - on the LAN or on the Internet.

So, let us know is your server on the same LAN with the client(s), or the server is a home PC connected through a router/gate to an ISP and you trying to access it from a client(s) on the Internet - in the latter case you have to configure port forwarding through the gate AND to arrange a static IP with your ISP, and then continue testing...

Petko
.]]></description>
		<content:encoded><![CDATA[<p>Well, connecting to the site on <a href="http://localhost/" rel="nofollow">http://localhost/</a> means that apache IS UP AND RUNNING &#8211; so no other process is bound on port 80</p>
<p>Inability to connect to the server from another machine after switching off the localhost firewall tells us that there is another firewall somewhere! You don&#8217;t provide details about your network and where the test clients are located &#8211; on the LAN or on the Internet.</p>
<p>So, let us know is your server on the same LAN with the client(s), or the server is a home PC connected through a router/gate to an ISP and you trying to access it from a client(s) on the Internet &#8211; in the latter case you have to configure port forwarding through the gate AND to arrange a static IP with your ISP, and then continue testing&#8230;</p>
<p>Petko<br />
.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/port/#comment-98256</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 26 Oct 2011 13:56:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-98256</guid>
		<description><![CDATA[You need a public ip address to make your site accessible from the internet.  Do you have one ?

Also, you will need to register your domain on a DNS server, in order to make it accessible through the domain name.]]></description>
		<content:encoded><![CDATA[<p>You need a public ip address to make your site accessible from the internet.  Do you have one ?</p>
<p>Also, you will need to register your domain on a DNS server, in order to make it accessible through the domain name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hahahaa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/port/#comment-98241</link>
		<dc:creator>hahahaa</dc:creator>
		<pubDate>Wed, 26 Oct 2011 04:06:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-98241</guid>
		<description><![CDATA[And i have changed Listen to
#Listen www.computer.comp.com:80
Listen 80
and
AllowOverrideNone to AllowOverride All
in httpd.conf file 

In the error log i have this-
Server built: Sep  9 2011 10:26:10
[Wed Oct 26 09:41:52 2011] [notice] Parent: Created child process 3272
[Wed Oct 26 09:41:53 2011] [notice] Child 3272: Child process is running
[Wed Oct 26 09:41:53 2011] [notice] Child 1732: Released the start mutex
[Wed Oct 26 09:41:53 2011] [notice] Child 3272: Acquired the start mutex.
[Wed Oct 26 09:41:53 2011] [notice] Child 3272: Starting 64 worker threads.
[Wed Oct 26 09:41:53 2011] [notice] Child 3272: Starting thread to listen on port 80.
[Wed Oct 26 09:41:54 2011] [notice] Child 1732: All worker threads have exited.
[Wed Oct 26 09:41:54 2011] [notice] Child 1732: Child process is exiting]]></description>
		<content:encoded><![CDATA[<p>And i have changed Listen to<br />
#Listen <a href="http://www.computer.comp.com:80" rel="nofollow">http://www.computer.comp.com:80</a><br />
Listen 80<br />
and<br />
AllowOverrideNone to AllowOverride All<br />
in httpd.conf file </p>
<p>In the error log i have this-<br />
Server built: Sep  9 2011 10:26:10<br />
[Wed Oct 26 09:41:52 2011] [notice] Parent: Created child process 3272<br />
[Wed Oct 26 09:41:53 2011] [notice] Child 3272: Child process is running<br />
[Wed Oct 26 09:41:53 2011] [notice] Child 1732: Released the start mutex<br />
[Wed Oct 26 09:41:53 2011] [notice] Child 3272: Acquired the start mutex.<br />
[Wed Oct 26 09:41:53 2011] [notice] Child 3272: Starting 64 worker threads.<br />
[Wed Oct 26 09:41:53 2011] [notice] Child 3272: Starting thread to listen on port 80.<br />
[Wed Oct 26 09:41:54 2011] [notice] Child 1732: All worker threads have exited.<br />
[Wed Oct 26 09:41:54 2011] [notice] Child 1732: Child process is exiting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hahahaa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/port/#comment-98239</link>
		<dc:creator>hahahaa</dc:creator>
		<pubDate>Wed, 26 Oct 2011 03:40:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-98239</guid>
		<description><![CDATA[I have already turned off my firewall from services.msc but it doesn&#039;t work..I have configured my apache from this site http://www.techmalaya.com/2007/09/02/beginners-guide-install-apache-2-web-server-on-windows-local-installation/ and http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/    I am trying to view my site from another computer from another network.]]></description>
		<content:encoded><![CDATA[<p>I have already turned off my firewall from services.msc but it doesn&#8217;t work..I have configured my apache from this site <a href="http://www.techmalaya.com/2007/09/02/beginners-guide-install-apache-2-web-server-on-windows-local-installation/" rel="nofollow">http://www.techmalaya.com/2007/09/02/beginners-guide-install-apache-2-web-server-on-windows-local-installation/</a> and <a href="http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/" rel="nofollow">http://www.techmalaya.com/2008/06/09/apache-22-virtual-hosting/</a>    I am trying to view my site from another computer from another network.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/port/#comment-98210</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Tue, 25 Oct 2011 14:58:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-98210</guid>
		<description><![CDATA[&quot;&lt;i&gt;I can view the website made by me in my own computer but i can’t view it from another computer.&lt;/i&gt;&quot;

That&#039;s why it is important to provide enough details.   I thought you were getting errors when configuring your apache server because of this part of your question: &quot;&lt;i&gt;...is in use by another program&lt;/i&gt;&quot;

Please, keep in mind that we don&#039;t know your set up nor do we know what you are trying to do or how you are trying to do it, so we need you to provide all the necessary details to help you troubleshoot the issue.

Gabe9527 suggested turning the firewall off.  That would be the first thing to try.  If that doesn&#039;t work, then answering the following question would be a good idea (please be specific):

&quot;&lt;i&gt;But according to my windows Firewall it is used by another process&lt;/i&gt;&quot;
How (and when) exactly is the firewall telling you that the port is used by &quot;another&quot; process ?

&quot;&lt;i&gt;I can view the website made by me in my own computer...&lt;/i&gt;&quot;
How are you viewing it ?  

&quot;&lt;i&gt;...but i can’t view it from another computer.&lt;/i&gt;&quot;
Are you talking about another computer on the same network ?
How are you trying to view it ? (what is the URL you are trying ?)

---------------------------

P.s. I have removed Harisheldon1960&#039;s answer from the Wiki, since it was incorrect and misleading.]]></description>
		<content:encoded><![CDATA[<p>&#8220;<i>I can view the website made by me in my own computer but i can’t view it from another computer.</i>&#8221;</p>
<p>That&#8217;s why it is important to provide enough details.   I thought you were getting errors when configuring your apache server because of this part of your question: &#8220;<i>&#8230;is in use by another program</i>&#8221;</p>
<p>Please, keep in mind that we don&#8217;t know your set up nor do we know what you are trying to do or how you are trying to do it, so we need you to provide all the necessary details to help you troubleshoot the issue.</p>
<p>Gabe9527 suggested turning the firewall off.  That would be the first thing to try.  If that doesn&#8217;t work, then answering the following question would be a good idea (please be specific):</p>
<p>&#8220;<i>But according to my windows Firewall it is used by another process</i>&#8221;<br />
How (and when) exactly is the firewall telling you that the port is used by &#8220;another&#8221; process ?</p>
<p>&#8220;<i>I can view the website made by me in my own computer&#8230;</i>&#8221;<br />
How are you viewing it ?  </p>
<p>&#8220;<i>&#8230;but i can’t view it from another computer.</i>&#8221;<br />
Are you talking about another computer on the same network ?<br />
How are you trying to view it ? (what is the URL you are trying ?)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>P.s. I have removed Harisheldon1960&#8242;s answer from the Wiki, since it was incorrect and misleading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabe9527</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/port/#comment-98188</link>
		<dc:creator>gabe9527</dc:creator>
		<pubDate>Tue, 25 Oct 2011 10:53:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-98188</guid>
		<description><![CDATA[Turn your Firewall off on your machine and try to access your webserver. If this works then as it look your firewall is blocking connections... I know this is obvious but just check to be sure. If this is attached to the outside world and unprotected then you might want to try this without internet access.

Then add a rule to allow Port 80 access.
http://www.windowsecurity.com/articles/customizing-Windows-Firewall.html]]></description>
		<content:encoded><![CDATA[<p>Turn your Firewall off on your machine and try to access your webserver. If this works then as it look your firewall is blocking connections&#8230; I know this is obvious but just check to be sure. If this is attached to the outside world and unprotected then you might want to try this without internet access.</p>
<p>Then add a rule to allow Port 80 access.<br />
<a href="http://www.windowsecurity.com/articles/customizing-Windows-Firewall.html" rel="nofollow">http://www.windowsecurity.com/articles/customizing-Windows-Firewall.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hahahaa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/port/#comment-98181</link>
		<dc:creator>hahahaa</dc:creator>
		<pubDate>Tue, 25 Oct 2011 05:26:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-98181</guid>
		<description><![CDATA[I haven&#039;t installed IIS in my system.According to TCPView there are no process using port 80.But according to my  windows Firewall it is used by another process.I have a router(adsl connection). I can view the website made by me in my own computer but  i can&#039;t view it from another computer.]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t installed IIS in my system.According to TCPView there are no process using port 80.But according to my  windows Firewall it is used by another process.I have a router(adsl connection). I can view the website made by me in my own computer but  i can&#8217;t view it from another computer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/port/#comment-98158</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Mon, 24 Oct 2011 20:25:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-98158</guid>
		<description><![CDATA[Harisheldon196:  &lt;b&gt;Browsers connect to a remote port 80 on the server that serves the pages you navigate to.  They don&#039;t listen on the local port 80&lt;/b&gt;.

Also, you don&#039;t &quot;configure&quot; your browser to use a specific [remote] port.  If you want it to connect to a different port, you just have to specify it in the URL.

The local port used by internet browsers is transparent for the user.  It is assigned by the OS and it doesn&#039;t not interfere with the standard ports used for services such as http, ftp, etc.]]></description>
		<content:encoded><![CDATA[<p>Harisheldon196:  <b>Browsers connect to a remote port 80 on the server that serves the pages you navigate to.  They don&#8217;t listen on the local port 80</b>.</p>
<p>Also, you don&#8217;t &#8220;configure&#8221; your browser to use a specific [remote] port.  If you want it to connect to a different port, you just have to specify it in the URL.</p>
<p>The local port used by internet browsers is transparent for the user.  It is assigned by the OS and it doesn&#8217;t not interfere with the standard ports used for services such as http, ftp, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/port/#comment-98148</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Mon, 24 Oct 2011 16:50:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-98148</guid>
		<description><![CDATA[Ok, you are trying, but, are you getting errors ?  Why do you need to &quot;open&quot; the port ?

If you are getting errors saying that the port is already in use, then you need to look for another web server running on your machine, which most likely would be IIS.

If that is the case you could completely remove IIS (control panel -&gt; Add/remove programs -&gt;Add/remove windows components) or stop it (control panel -&gt; Administrative Tools -&gt;Services)

If IIS is not running, you could use &lt;a href=&quot;http://technet.microsoft.com/en-us/sysinternals/bb897437&quot;&gt;TCPView&lt;/a&gt; to identify the process that has port 80 in use. It is a Sysinternals tool that will show information about TCP and UDP endpoints on your machine.]]></description>
		<content:encoded><![CDATA[<p>Ok, you are trying, but, are you getting errors ?  Why do you need to &#8220;open&#8221; the port ?</p>
<p>If you are getting errors saying that the port is already in use, then you need to look for another web server running on your machine, which most likely would be IIS.</p>
<p>If that is the case you could completely remove IIS (control panel -&gt; Add/remove programs -&gt;Add/remove windows components) or stop it (control panel -&gt; Administrative Tools -&gt;Services)</p>
<p>If IIS is not running, you could use <a href="http://technet.microsoft.com/en-us/sysinternals/bb897437">TCPView</a> to identify the process that has port 80 in use. It is a Sysinternals tool that will show information about TCP and UDP endpoints on your machine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 392/395 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 02:35:55 -->