<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Setting up WAPP (Windows, Apache, PHP, and Postgresql)</title>
	<link>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 21 Aug 2008 04:47:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>

	<item>
		<title>by: kate</title>
		<link>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/#comment-390</link>
		<pubDate>Wed, 26 Mar 2008 17:18:49 +0000</pubDate>
		<guid>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/#comment-390</guid>
					<description>how do  you make an autoexec.bat file?</description>
		<content:encoded><![CDATA[	<p>how do  you make an autoexec.bat file?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: audienceone</title>
		<link>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/#comment-216</link>
		<pubDate>Sat, 18 Jun 2005 13:50:04 +0100</pubDate>
		<guid>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/#comment-216</guid>
					<description>For manual installation, I would not recommend that you install php at the C:\ root directory, although that is the general instruction and the default location apache would look for php dll and binaries.

I find it best to put it in the bin directory of the apache installation or in the same directory apache is located. Just my personal preference. ;)</description>
		<content:encoded><![CDATA[	<p>For manual installation, I would not recommend that you install php at the C:\ root directory, although that is the general instruction and the default location apache would look for php dll and binaries.</p>
	<p>I find it best to put it in the bin directory of the apache installation or in the same directory apache is located. Just my personal preference. <img src='http://divisionbyzero.blogsome.com/wp-images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Administrator</title>
		<link>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/#comment-214</link>
		<pubDate>Sat, 18 Jun 2005 03:17:00 +0100</pubDate>
		<guid>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/#comment-214</guid>
					<description>&amp;gt; SET PATH=%PATH%;C:Php - unsa ning %PATH%? pareho ra ning 
&amp;gt; autoexec.bat ug autoexec.cam? naa na may entry didto daan?
&amp;gt; sa next line nako ibutang?

if you have an autoexec.bat file, edit that using notepad (or your preferred editor). then just add that line, preferrably at the end of the file. it won't matter if there are other stuff already on the file as long as that command is executed.

autoexec.bat is a file that is automatically run whenever you boot into windows. mura'g startup menu bah, only it's run early in the boot process. 

%PATH% is a system variable that contains the current PATH of the system. the PATH is list of folders that the system looks for whenever you run a program. by, putting the line SET PATH=%PATH%;c:\php, you want the system to add c:\php in the PATH - this is so apache can find the php .dll without you copying it in c:\windows\system32
</description>
		<content:encoded><![CDATA[	<p>&gt; SET PATH=%PATH%;C:Php - unsa ning %PATH%? pareho ra ning<br />
&gt; autoexec.bat ug autoexec.cam? naa na may entry didto daan?<br />
&gt; sa next line nako ibutang?</p>
	<p>if you have an autoexec.bat file, edit that using notepad (or your preferred editor). then just add that line, preferrably at the end of the file. it won&#8217;t matter if there are other stuff already on the file as long as that command is executed.</p>
	<p>autoexec.bat is a file that is automatically run whenever you boot into windows. mura&#8217;g startup menu bah, only it&#8217;s run early in the boot process. </p>
	<p>%PATH% is a system variable that contains the current PATH of the system. the PATH is list of folders that the system looks for whenever you run a program. by, putting the line SET PATH=%PATH%;c:\php, you want the system to add c:\php in the PATH - this is so apache can find the php .dll without you copying it in c:\windows\system32
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Administrator</title>
		<link>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/#comment-213</link>
		<pubDate>Sat, 18 Jun 2005 03:08:09 +0100</pubDate>
		<guid>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/#comment-213</guid>
					<description>&amp;gt; does conversion from fat32 to ntfs without reformatting the 
&amp;gt; HD safe? im still using fat32.. :(

should be safe generally. i've done this a lot of times without any glitches. ntfs is the recommended filesystem for windows since it's more secure (has file permissions support) and it's more efficient in allocating disk space.

&amp;gt; thanks for the info matt.. try nako ug install ang apache + 
&amp;gt; php.. mangutana lang dayon ko kung dili magwork.. :) 

no problem shane. you may also want to join the cdo linux user's group (http://cdo.linux.org.ph). we just started last february, it's basically a technical support group to help people who are using free/open-source software. hope to see you there.
</description>
		<content:encoded><![CDATA[	<p>&gt; does conversion from fat32 to ntfs without reformatting the<br />
&gt; HD safe? im still using fat32.. <img src='http://divisionbyzero.blogsome.com/wp-images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
	<p>should be safe generally. i&#8217;ve done this a lot of times without any glitches. ntfs is the recommended filesystem for windows since it&#8217;s more secure (has file permissions support) and it&#8217;s more efficient in allocating disk space.</p>
	<p>&gt; thanks for the info matt.. try nako ug install ang apache +<br />
&gt; php.. mangutana lang dayon ko kung dili magwork.. <img src='http://divisionbyzero.blogsome.com/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
	<p>no problem shane. you may also want to join the cdo linux user&#8217;s group (http://cdo.linux.org.ph). we just started last february, it&#8217;s basically a technical support group to help people who are using free/open-source software. hope to see you there.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: shane</title>
		<link>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/#comment-212</link>
		<pubDate>Fri, 17 Jun 2005 18:09:06 +0100</pubDate>
		<guid>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/#comment-212</guid>
					<description>matt, 

SET PATH=%PATH%;C:\Php  - unsa ning %PATH%? pareho ra ning autoexec.bat ug autoexec.cam? naa na may entry didto daan? sa next line nako ibutang?

wala ko kasabot anang last 2 nga ibutang.. aha na pangitaon?

pasensya na gyud.. kay wala gyud koy hanaw aning mga butanga.. hehehe :)</description>
		<content:encoded><![CDATA[	<p>matt, </p>
	<p>SET PATH=%PATH%;C:\Php  - unsa ning %PATH%? pareho ra ning autoexec.bat ug autoexec.cam? naa na may entry didto daan? sa next line nako ibutang?</p>
	<p>wala ko kasabot anang last 2 nga ibutang.. aha na pangitaon?</p>
	<p>pasensya na gyud.. kay wala gyud koy hanaw aning mga butanga.. hehehe <img src='http://divisionbyzero.blogsome.com/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: shane</title>
		<link>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/#comment-211</link>
		<pubDate>Fri, 17 Jun 2005 17:54:39 +0100</pubDate>
		<guid>http://divisionbyzero.blogsome.com/2005/06/17/setting-up-wapp-windows-apache-php-and-postgresql/#comment-211</guid>
					<description>does conversion from fat32 to ntfs without reformatting the HD safe? im still using fat32.. :(

thanks for the info matt.. try nako ug install ang apache + php.. mangutana lang dayon ko kung dili magwork.. :)</description>
		<content:encoded><![CDATA[	<p>does conversion from fat32 to ntfs without reformatting the HD safe? im still using fat32.. <img src='http://divisionbyzero.blogsome.com/wp-images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
	<p>thanks for the info matt.. try nako ug install ang apache + php.. mangutana lang dayon ko kung dili magwork.. <img src='http://divisionbyzero.blogsome.com/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
