<?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: WAMP 2.0 is not working with windows 7 beta ? (solved)</title>
	<atom:link href="http://encodez.com/blog/2009/01/wamp-20-is-not-working-with-windows-7-beta-solved/feed/" rel="self" type="application/rss+xml" />
	<link>http://encodez.com/blog/2009/01/wamp-20-is-not-working-with-windows-7-beta-solved/</link>
	<description>Computer language design is just like a stroll in the park. Jurassic Park, that is. — Larry Wall</description>
	<lastBuildDate>Tue, 06 Jul 2010 19:28:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Will</title>
		<link>http://encodez.com/blog/2009/01/wamp-20-is-not-working-with-windows-7-beta-solved/comment-page-1/#comment-2264</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Fri, 02 Oct 2009 15:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.encodez.com/blog/?p=114#comment-2264</guid>
		<description>LOL, that fixed it for me. Thank you. I was wondering, why the heck is apache not starting!! Then you said Skype and bingo, it started up. Thanks man.</description>
		<content:encoded><![CDATA[<p>LOL, that fixed it for me. Thank you. I was wondering, why the heck is apache not starting!! Then you said Skype and bingo, it started up. Thanks man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Gottlieb</title>
		<link>http://encodez.com/blog/2009/01/wamp-20-is-not-working-with-windows-7-beta-solved/comment-page-1/#comment-2257</link>
		<dc:creator>Fernando Gottlieb</dc:creator>
		<pubDate>Thu, 17 Sep 2009 14:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.encodez.com/blog/?p=114#comment-2257</guid>
		<description>The Wamp 2.0i and change the line [ listen 80 ] to [ listen 127.0.0.1:80 ] solved the problem.</description>
		<content:encoded><![CDATA[<p>The Wamp 2.0i and change the line [ listen 80 ] to [ listen 127.0.0.1:80 ] solved the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muneer</title>
		<link>http://encodez.com/blog/2009/01/wamp-20-is-not-working-with-windows-7-beta-solved/comment-page-1/#comment-2242</link>
		<dc:creator>Muneer</dc:creator>
		<pubDate>Thu, 23 Jul 2009 05:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.encodez.com/blog/?p=114#comment-2242</guid>
		<description>Yes Shuddhashil . As you found, it is a problem of port confliction. when 2 different process are trying to allocate same port, it get exception. It is the reason that we get fail to work WAMP. Any way, there is option to use different port number for our webserver. We can also configure our Apache server to work in port 8080. So that this problem will not occur any more. I guess it should work. Have you ever tried in this way?</description>
		<content:encoded><![CDATA[<p>Yes Shuddhashil . As you found, it is a problem of port confliction. when 2 different process are trying to allocate same port, it get exception. It is the reason that we get fail to work WAMP. Any way, there is option to use different port number for our webserver. We can also configure our Apache server to work in port 8080. So that this problem will not occur any more. I guess it should work. Have you ever tried in this way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shuddhashil</title>
		<link>http://encodez.com/blog/2009/01/wamp-20-is-not-working-with-windows-7-beta-solved/comment-page-1/#comment-2241</link>
		<dc:creator>Shuddhashil</dc:creator>
		<pubDate>Wed, 22 Jul 2009 21:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.encodez.com/blog/?p=114#comment-2241</guid>
		<description>SO the solution i found is that when i am using Wamp, i turn off IIS and dotnet 3.5 from Windows Feature option , and when i am not using Wamp i turn on dotnet 3.5. In dis way i can use both dotnet 3.5 and wamp ( not simultaneous but at convinience whenevr whichevr we need). do you suggest anything?</description>
		<content:encoded><![CDATA[<p>SO the solution i found is that when i am using Wamp, i turn off IIS and dotnet 3.5 from Windows Feature option , and when i am not using Wamp i turn on dotnet 3.5. In dis way i can use both dotnet 3.5 and wamp ( not simultaneous but at convinience whenevr whichevr we need). do you suggest anything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shuddhashil</title>
		<link>http://encodez.com/blog/2009/01/wamp-20-is-not-working-with-windows-7-beta-solved/comment-page-1/#comment-2240</link>
		<dc:creator>Shuddhashil</dc:creator>
		<pubDate>Wed, 22 Jul 2009 21:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.encodez.com/blog/?p=114#comment-2240</guid>
		<description>Hey Muneer got to say something..... as soon as you install Microsoft .net Framework 3.5 , wamp server cant operate anymore as port 80 is now ocupied by .net 3.5
i have checked this for both your and my process.. as long as we avoid .net 3.5 , wamp server will work perfectly (in both your and my process)... but problem comes when we install .net 3.5, so any suggestion?????</description>
		<content:encoded><![CDATA[<p>Hey Muneer got to say something&#8230;.. as soon as you install Microsoft .net Framework 3.5 , wamp server cant operate anymore as port 80 is now ocupied by .net 3.5<br />
i have checked this for both your and my process.. as long as we avoid .net 3.5 , wamp server will work perfectly (in both your and my process)&#8230; but problem comes when we install .net 3.5, so any suggestion?????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shuddhashil</title>
		<link>http://encodez.com/blog/2009/01/wamp-20-is-not-working-with-windows-7-beta-solved/comment-page-1/#comment-2239</link>
		<dc:creator>Shuddhashil</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.encodez.com/blog/?p=114#comment-2239</guid>
		<description>Hey Muneer even your process works perfectly !!!...  so after installing newly windows 7 and then i did your process.... its going gr8.... thanks to u 2... cheers amigo</description>
		<content:encoded><![CDATA[<p>Hey Muneer even your process works perfectly !!!&#8230;  so after installing newly windows 7 and then i did your process&#8230;. its going gr8&#8230;. thanks to u 2&#8230; cheers amigo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shuddhashil</title>
		<link>http://encodez.com/blog/2009/01/wamp-20-is-not-working-with-windows-7-beta-solved/comment-page-1/#comment-2238</link>
		<dc:creator>Shuddhashil</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.encodez.com/blog/?p=114#comment-2238</guid>
		<description>try avoiding installing Microsoft .net framework 3.5 in windows 7 , coz once u install it , it will use port 80 services and wamp server will not work anymore. as long as no dot.net 3.5 you wont be facing problem.</description>
		<content:encoded><![CDATA[<p>try avoiding installing Microsoft .net framework 3.5 in windows 7 , coz once u install it , it will use port 80 services and wamp server will not work anymore. as long as no dot.net 3.5 you wont be facing problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shuddhashil</title>
		<link>http://encodez.com/blog/2009/01/wamp-20-is-not-working-with-windows-7-beta-solved/comment-page-1/#comment-2237</link>
		<dc:creator>shuddhashil</dc:creator>
		<pubDate>Wed, 22 Jul 2009 18:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.encodez.com/blog/?p=114#comment-2237</guid>
		<description>actually last night i was trying alot on this. and then clicked that if i install a fresh copy and then after installation turn off IIS,RIP etc then we install Wamp. by this way port 80 is unoccupied from b4!! so wamp gets no problem at all !!</description>
		<content:encoded><![CDATA[<p>actually last night i was trying alot on this. and then clicked that if i install a fresh copy and then after installation turn off IIS,RIP etc then we install Wamp. by this way port 80 is unoccupied from b4!! so wamp gets no problem at all !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muneer</title>
		<link>http://encodez.com/blog/2009/01/wamp-20-is-not-working-with-windows-7-beta-solved/comment-page-1/#comment-2236</link>
		<dc:creator>Muneer</dc:creator>
		<pubDate>Wed, 22 Jul 2009 08:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.encodez.com/blog/?p=114#comment-2236</guid>
		<description>Great Shuddhashil, Thanks for the explanation. 
I would try this way too.
Excellent.</description>
		<content:encoded><![CDATA[<p>Great Shuddhashil, Thanks for the explanation.<br />
I would try this way too.<br />
Excellent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shuddhashil</title>
		<link>http://encodez.com/blog/2009/01/wamp-20-is-not-working-with-windows-7-beta-solved/comment-page-1/#comment-2235</link>
		<dc:creator>shuddhashil</dc:creator>
		<pubDate>Wed, 22 Jul 2009 07:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.encodez.com/blog/?p=114#comment-2235</guid>
		<description>HEY GUYS I HAVE SOLVED IT....!!!!

i have found a method to make Wamp server work on Windows 7 x64 easily. NO NEED to worry about Skype or configuring conf file and all, just do this....

step 1 : install a fresh copy of windows 7 x64 first on machine.
step 2 :  after successful instal goto Control panel-&gt;Programs-&gt;Turn windows features on/off .
step 3 : now a window will come up with the default settings clicked. make sure these are unchecked completely ::
                                   * Internet Information Services option
                                   * Internet Information Services Hostable WebCore
                                   * Microsoft .Net Framework 3.5.1(off completely)
                                   * MSMQ server option 
                                   * RIP listener
                                   * SNMP option
                                   * TCPIP services(echo,daytime) option
                                   * Telnet Client ,Server,TFTF client.
BY DEFAULT LEAVING &quot;Microsoft .Net Framework 3.5.1&quot; OPTION REST OTHERS WERE TURNED OFF FROM BEFORE SO ALL YOU NEED TO DO IS JUST TURN OFF THE ABOVE OPTION.

Step 5 : NOW INSATLL WAMP SERVER !!!!

BINGO!!! it can now use port 80 easily as its not used by any other services!!!!</description>
		<content:encoded><![CDATA[<p>HEY GUYS I HAVE SOLVED IT&#8230;.!!!!</p>
<p>i have found a method to make Wamp server work on Windows 7 x64 easily. NO NEED to worry about Skype or configuring conf file and all, just do this&#8230;.</p>
<p>step 1 : install a fresh copy of windows 7 x64 first on machine.<br />
step 2 :  after successful instal goto Control panel-&gt;Programs-&gt;Turn windows features on/off .<br />
step 3 : now a window will come up with the default settings clicked. make sure these are unchecked completely ::<br />
                                   * Internet Information Services option<br />
                                   * Internet Information Services Hostable WebCore<br />
                                   * Microsoft .Net Framework 3.5.1(off completely)<br />
                                   * MSMQ server option<br />
                                   * RIP listener<br />
                                   * SNMP option<br />
                                   * TCPIP services(echo,daytime) option<br />
                                   * Telnet Client ,Server,TFTF client.<br />
BY DEFAULT LEAVING &#8220;Microsoft .Net Framework 3.5.1&#8243; OPTION REST OTHERS WERE TURNED OFF FROM BEFORE SO ALL YOU NEED TO DO IS JUST TURN OFF THE ABOVE OPTION.</p>
<p>Step 5 : NOW INSATLL WAMP SERVER !!!!</p>
<p>BINGO!!! it can now use port 80 easily as its not used by any other services!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
