<?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: EasyPHP on 64 bit Windows 7: How to fix Apache and MySQL problem</title>
	<atom:link href="http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/</link>
	<description>...spitting out some few regular expressions</description>
	<pubDate>Thu, 09 Sep 2010 13:13:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Phil</title>
		<link>http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/comment-page-2/#comment-373</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sat, 04 Sep 2010 04:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=412#comment-373</guid>
		<description>Thanks for this tip.  My need requires both IIS and an apache server.  I'm using a WAMP (EasyPHP).  I found I also had to change the port being used by apache in the httpd.conf file.  I set it to 8000 because IIS is using both 80 and 8080.  

Had problems until I found this thread with the configuration setting tip.  Again, Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for this tip.  My need requires both IIS and an apache server.  I&#8217;m using a WAMP (EasyPHP).  I found I also had to change the port being used by apache in the httpd.conf file.  I set it to 8000 because IIS is using both 80 and 8080.  </p>
<p>Had problems until I found this thread with the configuration setting tip.  Again, Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudy&#8217;s Krabbels &#187; Blog Archive &#187; EasyPHP werkt niet onder Windows7 (fix!)</title>
		<link>http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/comment-page-1/#comment-367</link>
		<dc:creator>Rudy&#8217;s Krabbels &#187; Blog Archive &#187; EasyPHP werkt niet onder Windows7 (fix!)</dc:creator>
		<pubDate>Fri, 20 Aug 2010 22:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=412#comment-367</guid>
		<description>[...] googelen en ik vond deze informatie. Inderdaad, een rechten-kwestie. Helaas werkte deze oplossing ook niet, gek genoeg&#8230; er bleef [...]</description>
		<content:encoded><![CDATA[<p>[...] googelen en ik vond deze informatie. Inderdaad, een rechten-kwestie. Helaas werkte deze oplossing ook niet, gek genoeg&#8230; er bleef [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agnes</title>
		<link>http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/comment-page-1/#comment-365</link>
		<dc:creator>Agnes</dc:creator>
		<pubDate>Mon, 09 Aug 2010 14:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=412#comment-365</guid>
		<description>This was not enough to work for me
Am on Windows 7 integral 64 bits

Bur I found here the answer 
http://www.cameroncooke.com/2009/01/25/windows-7-uses-port-80-and-makes-it-impossible-to-install-apache-solution/

Fred :
1. Get pid that is listening port 80: netstat -nao &#124; find “:80″
2. Open task manager, go to processes tab and check “PID” on menu/view/Select Columns…. then you can find out the progress with that pid.
3. If it is a normal application or IIS, just disable or uninstall it.
4. If it is System progress(PID 4), you need to disable HTTP.sys driver which is started on demand by other service, such as Windows Remote Management/Print Spooler on Windows 2008 or Windows 7. there is two way to disable it:
a.
1) Go to device manager, select “show hidden devices” from menu/view, go to “Non-Plug and Play Driver”/HTTP, double click it to disable it (and disable or manual some services depended on it).
2) Reboot and use netstat -nao &#124; find “:80″ to check no 80 is used.
b.
1) Launch RegEdit
2) Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP
3) Change the value of ’start’ to 4 (disabled)
4) Re-boot your computer</description>
		<content:encoded><![CDATA[<p>This was not enough to work for me<br />
Am on Windows 7 integral 64 bits</p>
<p>Bur I found here the answer<br />
<a href="http://www.cameroncooke.com/2009/01/25/windows-7-uses-port-80-and-makes-it-impossible-to-install-apache-solution/" rel="nofollow">http://www.cameroncooke.com/2009/01/25/windows-7-uses-port-80-and-makes-it-impossible-to-install-apache-solution/</a></p>
<p>Fred :<br />
1. Get pid that is listening port 80: netstat -nao | find “:80″<br />
2. Open task manager, go to processes tab and check “PID” on menu/view/Select Columns…. then you can find out the progress with that pid.<br />
3. If it is a normal application or IIS, just disable or uninstall it.<br />
4. If it is System progress(PID 4), you need to disable HTTP.sys driver which is started on demand by other service, such as Windows Remote Management/Print Spooler on Windows 2008 or Windows 7. there is two way to disable it:<br />
a.<br />
1) Go to device manager, select “show hidden devices” from menu/view, go to “Non-Plug and Play Driver”/HTTP, double click it to disable it (and disable or manual some services depended on it).<br />
2) Reboot and use netstat -nao | find “:80″ to check no 80 is used.<br />
b.<br />
1) Launch RegEdit<br />
2) Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP<br />
3) Change the value of ’start’ to 4 (disabled)<br />
4) Re-boot your computer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lolamai</title>
		<link>http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/comment-page-1/#comment-332</link>
		<dc:creator>lolamai</dc:creator>
		<pubDate>Sat, 17 Jul 2010 08:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=412#comment-332</guid>
		<description>thank you! it works</description>
		<content:encoded><![CDATA[<p>thank you! it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felipe</title>
		<link>http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/comment-page-1/#comment-303</link>
		<dc:creator>felipe</dc:creator>
		<pubDate>Sat, 19 Jun 2010 03:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=412#comment-303</guid>
		<description>muito obrigado
thanks guy</description>
		<content:encoded><![CDATA[<p>muito obrigado<br />
thanks guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reese</title>
		<link>http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/comment-page-1/#comment-299</link>
		<dc:creator>Reese</dc:creator>
		<pubDate>Sat, 22 May 2010 08:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=412#comment-299</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinny</title>
		<link>http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/comment-page-1/#comment-297</link>
		<dc:creator>Vinny</dc:creator>
		<pubDate>Mon, 17 May 2010 00:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=412#comment-297</guid>
		<description>Excellent post, saved me a ton of time.</description>
		<content:encoded><![CDATA[<p>Excellent post, saved me a ton of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samson Joel</title>
		<link>http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/comment-page-1/#comment-294</link>
		<dc:creator>Samson Joel</dc:creator>
		<pubDate>Fri, 30 Apr 2010 06:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=412#comment-294</guid>
		<description>Asante sana....Thanks very much............</description>
		<content:encoded><![CDATA[<p>Asante sana&#8230;.Thanks very much&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul J</title>
		<link>http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/comment-page-1/#comment-293</link>
		<dc:creator>Paul J</dc:creator>
		<pubDate>Sat, 24 Apr 2010 14:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=412#comment-293</guid>
		<description>Thanks! Worked great.</description>
		<content:encoded><![CDATA[<p>Thanks! Worked great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elena</title>
		<link>http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/comment-page-1/#comment-292</link>
		<dc:creator>Elena</dc:creator>
		<pubDate>Wed, 21 Apr 2010 18:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=412#comment-292</guid>
		<description>Thank You! It helped!</description>
		<content:encoded><![CDATA[<p>Thank You! It helped!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
