<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Setting up a PHP Development Environment - Part 1: Installing Apache</title>
	<link>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/</link>
	<description>web application development with popular technologies</description>
	<pubDate>Wed, 20 Aug 2008 09:52:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: melbourne chapter &#187; Setting up a PHP Development Environment - Part 3: Installing MySQL</title>
		<link>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/#comment-6359</link>
		<pubDate>Tue, 05 Sep 2006 00:20:48 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/#comment-6359</guid>
					<description>[...] Welcome to the final installment of our 3 part series &#8220;Setting up a PHP Development Environment&#8221;. For those of you who haven&#8217;t installed Apache or PHP please checkout Part 1: Installing Apache and Part 2: Installing PHP4 tutorials on our site. Setting up our Database Server&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Welcome to the final installment of our 3 part series &#8220;Setting up a PHP Development Environment&#8221;. For those of you who haven&#8217;t installed Apache or PHP please checkout Part 1: Installing Apache and Part 2: Installing PHP4 tutorials on our site. Setting up our Database Server&#8230; [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: melbourne chapter &#187; Setting up a PHP Development Environment - Part 2: Installing PHP4</title>
		<link>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/#comment-3458</link>
		<pubDate>Tue, 25 Jul 2006 03:26:44 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/#comment-3458</guid>
					<description>[...] Part 2 assumes you have a working installation of Apache 2.0 please refer to Part 1: Installing Apache if you haven&#8217;t already done so. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Part 2 assumes you have a working installation of Apache 2.0 please refer to Part 1: Installing Apache if you haven&#8217;t already done so. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cameron Manderson</title>
		<link>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/#comment-2950</link>
		<pubDate>Tue, 11 Jul 2006 22:35:38 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/#comment-2950</guid>
					<description>I have typically liked to install separate application resources into a central spot on your computer, such as C:\server\Apache or whichever. You can then install other bits and pieces contained to that directory, like ANT, PHP, MySQL and the like. It stops things being spread across your whole computer, but seperates it from the Program Files directory which I tend to avoid.</description>
		<content:encoded><![CDATA[<p>I have typically liked to install separate application resources into a central spot on your computer, such as C:\server\Apache or whichever. You can then install other bits and pieces contained to that directory, like ANT, PHP, MySQL and the like. It stops things being spread across your whole computer, but seperates it from the Program Files directory which I tend to avoid.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Richard Lee</title>
		<link>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/#comment-2862</link>
		<pubDate>Mon, 10 Jul 2006 12:32:50 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/#comment-2862</guid>
					<description>Just to follow up on Cam's point about making Apache run as a service, checking "All Users, on Port 80, as a Service" in Step 2. will have done this for you automatically. However if you have specified to install for yourself only, you can manually register Apache as a service after the installation using &lt;code&gt;apache -k install&lt;/code&gt; in the command line.</description>
		<content:encoded><![CDATA[<p>Just to follow up on Cam&#8217;s point about making Apache run as a service, checking &#8220;All Users, on Port 80, as a Service&#8221; in Step 2. will have done this for you automatically. However if you have specified to install for yourself only, you can manually register Apache as a service after the installation using <code>apache -k install</code> in the command line.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cameron Manderson</title>
		<link>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/#comment-2855</link>
		<pubDate>Mon, 10 Jul 2006 07:01:40 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/#comment-2855</guid>
					<description>Also for the sake of internal linking to other articles that may be relevant to your search:

Quick Installation of Apache / PHP / MySQL and FTP tutorial for Windows/Linux and Mac OSX
http://www.melbournechapter.net/wordpress/system-administration/cman/2006/04/21/quick-apache-php-mysql-ftp-install/</description>
		<content:encoded><![CDATA[<p>Also for the sake of internal linking to other articles that may be relevant to your search:</p>
<p>Quick Installation of Apache / PHP / MySQL and FTP tutorial for Windows/Linux and Mac OSX<br />
<a href="http://www.melbournechapter.net/wordpress/system-administration/cman/2006/04/21/quick-apache-php-mysql-ftp-install/" rel="nofollow">http://www.melbournechapter.net/wordpress/system-administration/cman/2006/04/21/quick-apache-php-mysql-ftp-install/</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cameron Manderson</title>
		<link>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/#comment-2854</link>
		<pubDate>Mon, 10 Jul 2006 06:42:24 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/system-administration/apache/rich/2006/07/10/setting-up-a-php-development-environment-part-1-installing-apache/#comment-2854</guid>
					<description>Good overview of the install under windows. :-)

Also be aware you can setup Apache as a Service for Windows NT style OS. From a command line in the Apache/bin folder run the following command:
apache -k install

This will allow you to run your services using the "Windows Services" tools running from within the Administrative Tools in your control panel. You can then setup whether to start the service when you first start your OS. You can also then manage you IIS instance and Apache from within that tool set (eg, switch between the two).

A great supplement to this article is the "Using Apache with Microsoft Windows" located on the Apache website at this url: http://httpd.apache.org/docs/2.0/platform/windows.html

Also be weary of whether you have an IIS server running already on port 80 as it may cause a fight for who serves user requests. Often Apache will not start if this is the case. To find if IIS server is running on your computer, load the Windows Services from Control Panel &gt; Administrative Tools and find IIS Admin. It will have a status whether it is "Started" or "Stopped". Stop the IIS Admin to turn off your local SMTP and IISWWW Server.</description>
		<content:encoded><![CDATA[<p>Good overview of the install under windows. <img src='http://www.melbournechapter.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Also be aware you can setup Apache as a Service for Windows NT style OS. From a command line in the Apache/bin folder run the following command:<br />
apache -k install</p>
<p>This will allow you to run your services using the &#8220;Windows Services&#8221; tools running from within the Administrative Tools in your control panel. You can then setup whether to start the service when you first start your OS. You can also then manage you IIS instance and Apache from within that tool set (eg, switch between the two).</p>
<p>A great supplement to this article is the &#8220;Using Apache with Microsoft Windows&#8221; located on the Apache website at this url: <a href="http://httpd.apache.org/docs/2.0/platform/windows.html" rel="nofollow">http://httpd.apache.org/docs/2.0/platform/windows.html</a></p>
<p>Also be weary of whether you have an IIS server running already on port 80 as it may cause a fight for who serves user requests. Often Apache will not start if this is the case. To find if IIS server is running on your computer, load the Windows Services from Control Panel > Administrative Tools and find IIS Admin. It will have a status whether it is &#8220;Started&#8221; or &#8220;Stopped&#8221;. Stop the IIS Admin to turn off your local SMTP and IISWWW Server.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
