<?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: Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 &#8211; Part 3</title>
	<atom:link href="http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/</link>
	<description>Living Digitally and Electronically</description>
	<lastBuildDate>Fri, 27 Nov 2009 02:07:55 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: james van leuvaan</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-563339</link>
		<dc:creator>james van leuvaan</dc:creator>
		<pubDate>Sun, 01 Mar 2009 04:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-563339</guid>
		<description>There is an error in the copy/paste code written for Apache2.2.11 with php5

Here is the proper &lt;b&gt;LoadModule method&lt;/b&gt;:
&lt;blockquote cite=&quot;code&quot;&gt;
&lt;strong&gt;
# php
LoadModule php5_module &quot;C:/php/php5apache2_2.dll&quot;
&lt;IfModule php5_module&gt;
AddType application/x-httpd-php .php
&lt;/IfModule&gt;
&lt;/strong&gt;

&lt;/blockquote&gt;
My Configuration:
&lt;blockquote cite=&quot;configuration&quot;&gt;
1: Windows XP Professional SP3
2: Apache 2.2.11
3: PHP 5.2.6
&lt;/blockquote&gt;

Also, it is fine to uncomment all the extensions in the php.ini.

I migrated from an IIS 6.1 installation to an Apache installation to test J2EE on Apache2, using MySQL, postgreSQL, MSSQL</description>
		<content:encoded><![CDATA[<p>There is an error in the copy/paste code written for Apache2.2.11 with php5</p>
<p>Here is the proper <b>LoadModule method</b>:</p>
<blockquote cite="code"><p>
<strong><br />
# php<br />
LoadModule php5_module &#8220;C:/php/php5apache2_2.dll&#8221;<br />
&lt;IfModule php5_module&gt;<br />
AddType application/x-httpd-php .php<br />
&lt;/IfModule&gt;<br />
</strong></p>
</blockquote>
<p>My Configuration:</p>
<blockquote cite="configuration"><p>
1: Windows XP Professional SP3<br />
2: Apache 2.2.11<br />
3: PHP 5.2.6
</p></blockquote>
<p>Also, it is fine to uncomment all the extensions in the php.ini.</p>
<p>I migrated from an IIS 6.1 installation to an Apache installation to test J2EE on Apache2, using MySQL, postgreSQL, MSSQL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TIGABEATS.COM</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-542071</link>
		<dc:creator>TIGABEATS.COM</dc:creator>
		<pubDate>Wed, 12 Nov 2008 21:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-542071</guid>
		<description>Amit, 

try putting in the ip address of the host computer instead of localhost.</description>
		<content:encoded><![CDATA[<p>Amit, </p>
<p>try putting in the ip address of the host computer instead of localhost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TIGABEATS.COM</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-542070</link>
		<dc:creator>TIGABEATS.COM</dc:creator>
		<pubDate>Wed, 12 Nov 2008 21:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-542070</guid>
		<description>Hey for the once that apache returns error saying it cannot load the php module, the reason behind this is apache doesnt support php5.1, they say they will only support 5.2 but luckily theres a fix,

in httpd.conf include php5apache2_2.dll instead of php5apache2.dll.

the &quot;_2&quot; special module version works just fine.</description>
		<content:encoded><![CDATA[<p>Hey for the once that apache returns error saying it cannot load the php module, the reason behind this is apache doesnt support php5.1, they say they will only support 5.2 but luckily theres a fix,</p>
<p>in httpd.conf include php5apache2_2.dll instead of php5apache2.dll.</p>
<p>the &#8220;_2&#8243; special module version works just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-536350</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sun, 19 Oct 2008 04:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-536350</guid>
		<description>I install apache2.2.9, php5 and Mysql5 on windows XP, ican see php info page and php scripts from my machine, But when i try from any other machine on network it gives me error page can not be shown. can you help me in accessing page from other machine on network.

Thanks.</description>
		<content:encoded><![CDATA[<p>I install apache2.2.9, php5 and Mysql5 on windows XP, ican see php info page and php scripts from my machine, But when i try from any other machine on network it gives me error page can not be shown. can you help me in accessing page from other machine on network.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Handril</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-290417</link>
		<dc:creator>Handril</dc:creator>
		<pubDate>Thu, 21 Jun 2007 05:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-290417</guid>
		<description>I have succes install apache 2, php5 and MySQL 5. I can display php info. But, why php script that I make can not run in the IE browser. this simple script like this:


I use Windows XP.

Thank you for your attention.</description>
		<content:encoded><![CDATA[<p>I have succes install apache 2, php5 and MySQL 5. I can display php info. But, why php script that I make can not run in the IE browser. this simple script like this:</p>
<p>I use Windows XP.</p>
<p>Thank you for your attention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asokan</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-129926</link>
		<dc:creator>Asokan</dc:creator>
		<pubDate>Sat, 24 Feb 2007 17:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-129926</guid>
		<description>I am trying to connect mysql5 from apache2 but
browser showing an error
&quot;
Warning: require(/config/db_config.php) [function.require]: failed to open stream: No such file or directory in C:\webroot\dbconnect.php on line 2

Fatal error: require() [function.require]: Failed opening required &#039;/config/db_config.php&#039; (include_path=&#039;.;C:\php5\pear&#039;) in C:\webroot\dbconnect.php on line 2

I am using,MySQL5, PHP5 and Apache2.2 running windows xp
Request your help 
Thanking you
Asokan</description>
		<content:encoded><![CDATA[<p>I am trying to connect mysql5 from apache2 but<br />
browser showing an error<br />
&#8221;<br />
Warning: require(/config/db_config.php) [function.require]: failed to open stream: No such file or directory in C:\webroot\dbconnect.php on line 2</p>
<p>Fatal error: require() [function.require]: Failed opening required &#8216;/config/db_config.php&#8217; (include_path=&#8217;.;C:\php5\pear&#8217;) in C:\webroot\dbconnect.php on line 2</p>
<p>I am using,MySQL5, PHP5 and Apache2.2 running windows xp<br />
Request your help<br />
Thanking you<br />
Asokan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asokan</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-129925</link>
		<dc:creator>Asokan</dc:creator>
		<pubDate>Sat, 24 Feb 2007 17:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-129925</guid>
		<description>I am trying to connect mysql5 from apache2 but
browser showing an error
&quot;
Warning: require(/config/db_config.php) [function.require]: failed to open stream: No such file or directory in C:\webroot\dbconnect.php on line 2

Fatal error: require() [function.require]: Failed opening required &#039;/config/db_config.php&#039; (include_path=&#039;.;C:\php5\pear&#039;) in C:\webroot\dbconnect.php on line 2

I am using,MySQL5, PHP5 and Apache2.2 running windows xp
Request your help 
Thanking you
******</description>
		<content:encoded><![CDATA[<p>I am trying to connect mysql5 from apache2 but<br />
browser showing an error<br />
&#8221;<br />
Warning: require(/config/db_config.php) [function.require]: failed to open stream: No such file or directory in C:\webroot\dbconnect.php on line 2</p>
<p>Fatal error: require() [function.require]: Failed opening required &#8216;/config/db_config.php&#8217; (include_path=&#8217;.;C:\php5\pear&#8217;) in C:\webroot\dbconnect.php on line 2</p>
<p>I am using,MySQL5, PHP5 and Apache2.2 running windows xp<br />
Request your help<br />
Thanking you<br />
******</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JaD</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-121218</link>
		<dc:creator>JaD</dc:creator>
		<pubDate>Mon, 19 Feb 2007 09:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-121218</guid>
		<description>u forgot a thing, for the apache..
modify DirectoryIndex and put index.php
in rest is a good tutorial :P</description>
		<content:encoded><![CDATA[<p>u forgot a thing, for the apache..<br />
modify DirectoryIndex and put index.php<br />
in rest is a good tutorial <img src='http://www.mydigitallife.info/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JaD</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-121198</link>
		<dc:creator>JaD</dc:creator>
		<pubDate>Mon, 19 Feb 2007 09:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-121198</guid>
		<description>You said...
...
Search for the line of extension_dir = “./”. Change it to extension_dir = “C:\php5\ext”. Also, uncomment the line of extension=php_mysql.dll.

Save the php.ini. Restart the Apache server. Re-try to access http://localhost/php5_info.php. It should working fine. If not try to
.....
.....
“C:\php5\ext”.  ?????? -- the correct line is 
“C:\php\ext”.</description>
		<content:encoded><![CDATA[<p>You said&#8230;<br />
&#8230;<br />
Search for the line of extension_dir = “./”. Change it to extension_dir = “C:\php5\ext”. Also, uncomment the line of extension=php_mysql.dll.</p>
<p>Save the php.ini. Restart the Apache server. Re-try to access <a href="http://localhost/php5_info.php" rel="nofollow">http://localhost/php5_info.php</a>. It should working fine. If not try to<br />
&#8230;..<br />
&#8230;..<br />
“C:\php5\ext”.  ?????? &#8212; the correct line is<br />
“C:\php\ext”.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cary</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-23572</link>
		<dc:creator>cary</dc:creator>
		<pubDate>Fri, 06 Oct 2006 23:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-23572</guid>
		<description>With Apache 2.2, you will need PHP 5.2.x. It has the php5apache2_2.dll that is compiled for the new version. You can download a stable build at http://snaps.php.net/</description>
		<content:encoded><![CDATA[<p>With Apache 2.2, you will need PHP 5.2.x. It has the php5apache2_2.dll that is compiled for the new version. You can download a stable build at <a href="http://snaps.php.net/" rel="nofollow">http://snaps.php.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-18396</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 10 Sep 2006 12:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-18396</guid>
		<description>There seems to be a problem with Apache 2.2 and the PHP dll modules (on Windows obviously, don&#039;t know if there are any problems on unix). I fixed it by going to http://www.apachelounge.com/download/ and downloading their version of the php4apache2.dll file. This also comes with another file which you have to put in your Apache/bin directory, and you will also need to download a MS Visual C++ Package if you don&#039;t have the .NET framework installed. This is all explained in the readme file that comes with the DLL.</description>
		<content:encoded><![CDATA[<p>There seems to be a problem with Apache 2.2 and the PHP dll modules (on Windows obviously, don&#8217;t know if there are any problems on unix). I fixed it by going to <a href="http://www.apachelounge.com/download/" rel="nofollow">http://www.apachelounge.com/download/</a> and downloading their version of the php4apache2.dll file. This also comes with another file which you have to put in your Apache/bin directory, and you will also need to download a MS Visual C++ Package if you don&#8217;t have the .NET framework installed. This is all explained in the readme file that comes with the DLL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-8572</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Thu, 13 Jul 2006 00:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-8572</guid>
		<description>I got it to work i uninstalled apache 2.2 and installed 2.0 and followed your steps again and now it is all working:)

Thank you for the help!</description>
		<content:encoded><![CDATA[<p>I got it to work i uninstalled apache 2.2 and installed 2.0 and followed your steps again and now it is all working:)</p>
<p>Thank you for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-8556</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Wed, 12 Jul 2006 23:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-8556</guid>
		<description>ok i reset it and now the server cannot find php5apache2.dll? It is in the php folder. I am using php5.1.4 and apache2.2.2!</description>
		<content:encoded><![CDATA[<p>ok i reset it and now the server cannot find php5apache2.dll? It is in the php folder. I am using php5.1.4 and apache2.2.2!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-8483</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Wed, 12 Jul 2006 11:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-8483</guid>
		<description>Looks like your web server doesn&#039;t parse PHP file and treat it as text file, follow the steps carefully.</description>
		<content:encoded><![CDATA[<p>Looks like your web server doesn&#8217;t parse PHP file and treat it as text file, follow the steps carefully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-8475</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Wed, 12 Jul 2006 11:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-8475</guid>
		<description>I have the server set up and i can read a php file if i start it withhtml tags but it doesnt read the php script i put in. if i dont use the html tags i get a download box when i click on the link to test the php?? can u help me!!</description>
		<content:encoded><![CDATA[<p>I have the server set up and i can read a php file if i start it withhtml tags but it doesnt read the php script i put in. if i dont use the html tags i get a download box when i click on the link to test the php?? can u help me!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/comment-page-1/#comment-1749</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Sat, 20 May 2006 06:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://myplanet.homeip.net/softwaretools/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/#comment-1749</guid>
		<description>Hi Todd, the issue might be related to mod_perl (if you&#039;re using it as ActivePerl). If you install Apache/2.2, please use mod_perl that is compiled with Apache 2.2 and not Apache 2.0 for compatibility issue.</description>
		<content:encoded><![CDATA[<p>Hi Todd, the issue might be related to mod_perl (if you&#8217;re using it as ActivePerl). If you install Apache/2.2, please use mod_perl that is compiled with Apache 2.2 and not Apache 2.0 for compatibility issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
