<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simon Whatley &#187; installation</title>
	<atom:link href="http://www.simonwhatley.co.uk/tag/installation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simonwhatley.co.uk</link>
	<description>The opposite of every great idea is another great idea</description>
	<lastBuildDate>Wed, 02 Nov 2011 09:28:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Apache Installation &#8211; Problems with Skype</title>
		<link>http://www.simonwhatley.co.uk/apache-installation-problems-with-skype</link>
		<comments>http://www.simonwhatley.co.uk/apache-installation-problems-with-skype#comments</comments>
		<pubDate>Thu, 21 Feb 2008 22:29:33 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Microsoft Vista]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=399</guid>
		<description><![CDATA[When trying to install the latest version of Apache on my development machine, I was presented with a nasty error at the end of the installation, that I initially thought related to a previous IIS installation.]]></description>
			<content:encoded><![CDATA[<p>When trying to install the latest version of Apache on my development machine, I was presented with the following error at the end of the installation:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Only one usage of each socket address (protocol/network address/port) is normally pemitted.
make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to openlogs
Note the errors or messages above, and press the &lt; ESC &gt; key to exit.</pre></div></div>

<p>Initially I thought it was a problem associated with Windows Vista (yes my development machine is a Vista PC!) and the previously installed <acronym title="Internet Information Services">IIS</acronym>. However, after a lot of deliberating and Google searches, it appears that Skype was the culprit. Skype listens on port 80 and 443 for incoming requests. So to solve the problem I simply closed down Skype and re-installed Apache. As Apache was setup as a Windows service, no conflicts subsequently arise with Skype as Apache will start using the ports before Skype.</p>
<p>There is a setting in Skype under Tools > Options > Advanced > Connection called &#8220;Use port 80 and 443 as alternatives for incoming connections&#8221;. This is checked by default. Uncheck this to prevent conflicts with Apache.</p>
<p><img src='http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/02/skype-advanced-options.JPG' alt='Skype Advanced Connection Options' /></p>
<p>The Key Point: Stop Skype before installing Apache.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/apache-installation-problems-with-skype/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP.ini Permission Problems on Windows Vista</title>
		<link>http://www.simonwhatley.co.uk/phpini-permission-problems-on-windows-vista</link>
		<comments>http://www.simonwhatley.co.uk/phpini-permission-problems-on-windows-vista#comments</comments>
		<pubDate>Sun, 17 Feb 2008 22:28:41 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[configuring]]></category>
		<category><![CDATA[difficulties]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Microsoft Vista]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[paths]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[Rob Douglas]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[solving]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=398</guid>
		<description><![CDATA[Installing PHP is a relatively simple task one would think. Indeed it is simple, but configuring the php.ini isn't; at least not so on Windows Vista! It is infuriating when such a relatively simple task is made inordinately complicated because of the nuances of Vista permissions. What started out as a 5 minute task took a significant number of hours searching for a suitable answer on Google, and not only by myself.]]></description>
			<content:encoded><![CDATA[<p>Installing PHP is a relatively simple task one would think. Indeed it is simple, but configuring the php.ini isn&#8217;t; at least not so on Windows Vista! It is infuriating when such a relatively simple task is made inordinately complicated because of the nuances of Vista permissions. What started out as a 5 minute task took a significant number of hours searching for a suitable answer on Google, and not only by myself.</p>
<p>The task I was trying to achieve was the installation of development versions of <a href="http://wordpress.org" title="WordPress" rel="nofollow">WordPress</a>, <a href="http://drupal.org" title="Drupal" rel="nofollow">Drupal</a>, <a href="http://www.mediawiki.org" title="MediaWiki" rel="nofollow">MediaWiki</a> and <a href="http://moodle.org" title="Moodle" rel="nofollow">Moodle</a>, all of which would require a MySQL database. Trying to load the MySQL extension should have been a simple case of uncommenting the line in the php.ini and restarting the Apache service. With Vista, this was certainly not the case.</p>
<p>I set up a very simple page detailing the <acronym title="PHP: Hypertext Preprocessor">php</acronym> configuration in an index.php file:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span> ?php <span style="color: #990000;">phpinfo</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>This showed me the default configuration path of my php.ini and extensions directory, amongst a whole host of other information.</p>
<p>In both cases the paths were incorrect. First and foremost the configuration file path stated <code>C:\Windows</code> when in fact I had installed it in the root (<code>C:\PHP5</code>). So, although I was amending the php.ini file with the correct detail, Vista was using the default values. If there is no php.ini file in Windows, then you&#8217;ll continue banging your head against a brick wall.</p>
<p>The problems didn&#8217;t stop there. Moving the php.ini file to the Windows directory under Vista isn&#8217;t a simple copy and paste task. You need to be administrator. But Vista&#8217;s administrator priviledges are more pseudo than actual! In order to amend and save the php.ini file in the Windows directory, you must run Notepad as administrator and save the file as such. Voila! Everything then works. The <code>phpinfo()</code> function returned the correct installation detail and I could continue with the job I was meant to be doing.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>PS. Thanks to <a href="http://www.anucreative.com" title="Rob Douglas" rel="nofollow">Rob Douglas</a> for his help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/phpini-permission-problems-on-windows-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring PHP with Apache on Windows Vista</title>
		<link>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista</link>
		<comments>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comments</comments>
		<pubDate>Fri, 15 Feb 2008 10:24:19 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=397</guid>
		<description><![CDATA[Installing PHP with Apache on Windows Vista is a relatively simple task until you try an configure the settings in php.ini. Problems can occur and stem from the fact that when you install PHP and edit the php.ini file, you need to not only be logged in as Administrator, but run the installer and Notepad text editor as Administrator. The php.ini file also needs to be located in the Windows directory.]]></description>
			<content:encoded><![CDATA[<p>Pre-requisites:</p>
<ol>
<li>Follow my instructions on <a href="/installing-apache-on-vista" title="Installing Apache">installing Apache</a> on Windows Vista</li>
<li>And then follow my instructions on <a href="/installing-php-with-apache-on-windows-vista" title="Installing PHP">installing PHP</a> on Windows Vista</li>
</ol>
<p>Installing <acronym title="PHP: Hypertext Preprocessor">PHP</acronym> with Apache on Windows Vista is a relatively simple task until you try an configure the settings in php.ini. Problems can occur and stem from the fact that when you install <acronym title="PHP: Hypertext Preprocessor">PHP</acronym> and edit the php.ini file, you need to not only be logged in as Administrator, but run the installer and Notepad text editor as Administrator. The php.ini file also needs to be located in the Windows directory.</p>
<p>Below is an outline of the steps to get your <acronym title="PHP: Hypertext Preprocessor">PHP</acronym> installation running and configured correctly.</p>
<ol>
<li>Run Notepad as Administrator. Go to All Programs > Accessories Right-click &#8220;Notepad&#8221; and select &#8220;Run as Administrator&#8221;. Open the php.ini file, in my case:

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">C:\PHP5\php.ini</pre></div></div>

</li>
<li>Edit the php.ini file as necessary, e.g.:

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">extension_dir = &quot;C:\PHP5\ext&quot;
upload_max_filesize = 16M
upload_tmp_dir = &quot;C:\PHP5\upload&quot;
session.save_path = &quot;C:\PHP5\session&quot;</pre></div></div>

</li>
<li>Enable the extensions you need by deleting the semi-colon at the beginning of the line. For example, you will commonly need the following MySQL extensions:

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">extension = php_mysql.dll
extension = php_mysqli.dll</pre></div></div>

</li>
<li>Save the edited php.ini file into your Windows directory. This is very important as Vista will not read the changes but will refer to the default settings.</li>
<li>Check that the <acronym title="PHP: Hypertext Preprocessor">PHP</acronym> directory has been added to your computers &#8220;Environment Variables&#8221;. Click Start, right-click on Computer, select Properties > Advanced > Environment Variables. Click on PATH and select Edit. If the <acronym title="PHP: Hypertext Preprocessor">PHP</acronym> path is there, in my case &#8220;C:\PHP5\&#8221;, all is well, otherwise add the PHP path.
<ul>
<li>System Properties:
<p><img src='http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/02/system_properties.jpg' alt='Vista System Properties' /></p>
</li>
<li>Environmental Variables
<p><img src='http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/02/environmental_variables.jpg' alt='Vista Environment Variables' /></p>
</li>
<li>Edit Environmental Variable &#8211; PATH
<p><img src='http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/02/edit_system_variable.jpg' alt='Vista Edit Environmental Variable PATH' /></p>
</li>
</ul>
</li>
<li>Open your Apache configuration file (httpd.conf). Ensure the following lines are present (at the bottom of the file):

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">LoadModule php5_module &quot;C:\PHP5\php5apache2_2.dll&quot;
AddType application/x-httpd-php .php
AcceptPathInfo on
PHPIniDir &quot;C:\Windows&quot;</pre></div></div>

<p>If there are additional <code>LoadModule</code> lines, remove them, leaving only the one that relates to your version of Apache.</li>
<li>Find the DirectoryIndex in the Apache config and append <code>index.php</code>, e.g.:

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">&lt;ifmodule dir_module&gt;
	DirectoryIndex index.html index.php
&lt;/ifmodule&gt;</pre></div></div>

</li>
<li>Restart the Apache service.</li>
<li>Create a index.php file in your webroot and add the following lines:

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">&lt;?php phpinfo(); ?&gt;</pre></div></div>

</li>
<li>Navigate to the file (e.g. http://localhost/index.php) and you will be presented with all the <acronym title="PHP: Hypertext Preprocessor">PHP</acronym> and server settings. You&#8217;re now good to go.</li>
</ol>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista/feed</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>Configuring ColdFusion 8 with Apache</title>
		<link>http://www.simonwhatley.co.uk/configuring-coldfusion-8-with-apache</link>
		<comments>http://www.simonwhatley.co.uk/configuring-coldfusion-8-with-apache#comments</comments>
		<pubDate>Fri, 16 Nov 2007 09:47:30 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache installation]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[ColdFusion Administrator]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[trouble shooting]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=334</guid>
		<description><![CDATA[After installing ColdFusion 8 and Apache successfully you may still see an "HTTP 500 Internal Server Error" when navigating to a ColdFusion page. All is not lost, you simply need to configure, or check the configuration of Apache. Apache requires very little post installation modification, but it is always good practice to check the httpd.conf file to ensure that the ColdFusion "install" scripts did what they were supposed to do.]]></description>
			<content:encoded><![CDATA[<p>After installing ColdFusion 8 and Apache successfully you may still see an &#8220;HTTP 500 Internal Server Error&#8221; when navigating to a ColdFusion page. All is not lost, you simply need to configure, or check the configuration of Apache.</p>
<p>Apache requires very little post installation modification, but it is always good practice to check the <em>httpd.conf</em> file to ensure that the ColdFusion &#8220;install&#8221; scripts did what they were supposed to do.</p>
<p>If you haven&#8217;t confirmed that Apache is running, open your browser and point it to <a href="http://localhost/">http://localhost/</a> (unless you specified a real URL during installation). You should see the Apache test page. If you see an error, review the <a href="http://www.simonwhatley.co.uk/installing-apache-on-vista" title="Apache Installation">Apache installation steps</a> to make sure you followed all the steps correctly, and/or check your log files for more detailed errors.</p>
<p>Now we know Apache is running, but how about ColdFusion? Point your browser to the ColdFusion Administrator  found commonly at <a href="http://localhost/CFIDE/administrator/index.cfm" title="The ColdFusion Administrator" target="_blank">http://localhost/CFIDE/administrator/index.cfm</a> and see what happens. One of three possible failures could occur:</p>
<ol>
<li>Your <strong>browser prompts you to save the .cfm</strong> file to your computer. There a couple of possible resolutions to this. Firstly restart the Apache service. If this does not resolve the issue you will need to check the <em>httpd.conf</em> file to ensure that the ColdFusion module is being loaded. The file can typically be found in the <em>C:\Program Files\Apache Software Foundation\Apache2.2\conf\</em> directory.<br />
Make sure that the <code>DirectoryIndex</code> has a reference to the <code>index.cfm</code> file (i.e. the default file):<img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/dir-module-cfm.png" alt="Apache dir_module Declaration" />Ensure that the <code>LoadModule jrun_module "C:/ColdFusion8/runtime/lib/wsconfig/1/mod_jrun22.so"</code> is also present:</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/jrun-settings.png" alt="Apache JRun Settings" /></p>
<p>If you need to edit this file, restart the Apache service after you have saved the changes.</li>
<li>You get a message that <strong>the CFIDE folder cannot be found</strong>. This is more likely to be a problem with where you placed the ColdFusion application during install. The default location is in the Apache directory (<em>C:\Program Files\Apache Software Foundation\Apache2.2\htdocs</em>), so check in the http.conf file to ensure the DocumentRoot is pointing correctly. Alternatively, copy this folder to your localhost webroot (e.g. <em>C:\WebRoot</em>) ensuring that the DocumentRoot points to your webroot (see the yellow box in the second screen-shot).</li>
<li>You get another message which probably means that you need to reinstall ColdFusion, and/or Apache!</li>
</ol>
<p>And that is it, you can start using ColdFusion and developing applications.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/configuring-coldfusion-8-with-apache/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing ColdFusion 8 on Vista</title>
		<link>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista</link>
		<comments>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista#comments</comments>
		<pubDate>Mon, 12 Nov 2007 09:22:52 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[101]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[non trivial]]></category>
		<category><![CDATA[version 8]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Web Servers]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=333</guid>
		<description><![CDATA[A few months ago I posted an article on Installing Apache on Vista, and it proved to be extremely popular. It appears that I was not the only one who found it a non trivial matter.

Now it is the turn of ColdFusion 8. ColdFusion 8 as we well know is the latest and greatest incarnation of the ColdFusion platform from Adobe. It has a lot of great new features such as cfimage, cfzip, cfexchange, some contentious features such as cfthread and cfinterface, and some not-so-necessarily-cool new â€œWeb 2.0â€³ features such as cffeed and cfajax.]]></description>
			<content:encoded><![CDATA[<p>A few months ago I posted an article on <a href="http://www.simonwhatley.co.uk/installing-apache-on-vista" title="Installing Apache on Vista">Installing Apache on Vista</a>, and it proved to be extremely popular. It appears that I was not the only one who found it a non trivial matter.</p>
<p>Now it is the turn of ColdFusion 8. ColdFusion 8 as we well know is the latest and greatest incarnation of the ColdFusion platform from Adobe. It has a lot of great new features such as cfimage, cfzip, cfexchange, some contentious features such as cfthread and cfinterface, and some not-so-necessarily-cool new &#8220;Web 2.0&#8243; features such as cffeed and cfajax. But since this article isn&#8217;t about any of these, I better stick to the topic.</p>
<p>Like my article on installing Apache, installing ColdFusion on Vista is again not a trivial matter and involves only what can colloquially described as a &#8220;shed load of steps&#8221;. I&#8217;m probably being a little harsh towards ColdFusion as many of the problems I encountered were more closely related to Apache than ColdFusion.</p>
<p>NB: This article will assume that you have pre-installed Apache (although you could use <acronym title="Internet Information Service">IIS</acronym> if so compelled), turned off Vista&#8217;s User Account Control (<acronym title="User Account Control">UAC</acronym>), disabled any firewalls you have installed and finally, but most importantly, <a href="http://www.adobe.com/products/coldfusion/" title="Adobe ColdFusion Product Page" target="_blank" rel="nofollow">you have downloaded ColdFusion from the Adobe website</a>.</p>
<p>Let us begin.</p>
<ol>
<li>
Find where you downloaded your copy of the <strong>ColdFusion Installer</strong>. Right-click on the executable file and specify to &#8220;Run as Administrator&#8221;. The installer should start and you should see the screenshot below. Select &#8220;English&#8221;, or which ever your language preference is, and Click &#8220;OK&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-01.png" alt="1. ColdFusion Installer" /></p>
</li>
<li>
The <strong>ColdFusion Installation</strong> progress screen may or may not be briefly displayed.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-02.png" alt="2. ColdFusion Installation Progress" /></p>
</li>
<li>
The <strong>Introduction</strong> screen will be displayed. Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-03.png" alt="3. Introduction Screen" /></p>
</li>
<li>
The <strong>License Agreement</strong> screen will then be displayed. Agree to the &#8220;I accept the terms of the License Agreement&#8221; and Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-04.png" alt="4. License Agreement" /></p>
</li>
<li>
The <strong>Install Type</strong> screen is then displayed. You don&#8217;t need to enter a serial number unless you are installing this into a production environment. Check &#8220;Developer Edition&#8221; and Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-05.png" alt="5. Install Type" /></p>
</li>
<li>
The <strong>Installer Configuration</strong> screen should be displayed. Since we already have Apache 2.x installed as our web server (if you want to use <acronym title="Internet Information Service">IIS</acronym>, you will need to skip steps 11.1 and 11.2), check &#8220;Server configuration&#8221; and Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-06.png" alt="6. Installer Configuration" /></p>
</li>
<li>
The <strong>Sub-component Installation</strong> screen should be displayed. This is one of the noticeable changes from version 7 to version 8 of ColdFusion. Hovering your mouse over each sub-component will describe in more detail what each sub-component does. If you plan to integrate .NET (especially with WebServices) or carry out Flex development then make sure that the &#8220;.NET Integration Services&#8221; and &#8220;LiveCycle Data Services&#8221; items are checked. For simplicities sake, check everything and Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-07.png" alt="7. Sub-component Installation" /></p>
</li>
<li>
The <strong>Select Installation Directory</strong> screen should be displayed. The default directory for a Serverconfiguration will be &#8220;C:\ColdFusion8&#8243; on a Windows machine. Click &#8220;Next&#8221; to continue.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-08.png" alt="8. Select Installation Directory" /></p>
</li>
<li>
As you have chosen to install LiveCycle Data Services, you will need to agree to a further <strong>Licence Agreement</strong> screen. Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-09.png" alt="9. Licence Agreement (LiveCycle Data Services)" /></p>
</li>
<li>
The <strong>Adobe Livecycle Data Services ES Installation</strong> screen is displayed. You will need to enter a serial number into this screen for production environments. Since I am going to assume a development environment, simply click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-10.png" alt="10. Adobe Livecycle Data Services ES Installation" /></p>
</li>
<li>
The <strong>Configure Web Servers / Websites</strong> screen should be displayed. This is the point where we want to connect ColdFusion with Apache. By default &#8220;Configure web server connector for ColdFusion&#8221; is checked. We need to add Apache so Click &#8220;Add&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-11.png" alt="11. Configure Web Servers / Websites" /></p>
<ol>
<li>The <strong>Add Web Server Configuration</strong> screen is displayed, choose Apache from the drop-down.</li>
<li>
Add the relevant Apache directory paths, e.g.:</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-11-2.png" alt="11-2. Add Web Server Configuration (Directory Paths)" /></p>
<ol>
<li>The <strong>Configuration Directory</strong> C:\Program Files\Apache Software Foundation\Apache2.2\conf</li>
<li>The <strong>Server Binary Directory</strong> C:\Program Files\Apache Software Foundation\Apache2.2\bin\httpd.exe</li>
</ol>
</li>
</ol>
</li>
<li>
The <strong>Review Configured Web Server</strong> screen is then displayed. If all the settings are correct, click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-12.png" alt="12. Review Configured Web Server" /></p>
</li>
<li>
The <strong>Choose Adobe ColdFusion 8 Administrator Location</strong> screen should be displayed. Since we are using Apache for our web server then the default Directory should be pointing to C:\Program Files\Apache Software Foundation\Apache2.2\htdocs. You can alternatively point this to C:\WebRoot or wherever you have set up your web project files. Select &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-13.png" alt="13. Choose Adobe ColdFusion 8 Administrator Location" /></p>
</li>
<li>
The <strong>Adminstrator Password</strong> screen is then displayed, prompting for a password. Enter one, remember it (!!) and click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-14.png" alt="14. Adminstrator Password" /></p>
</li>
<li>
The <strong>Enable <acronym title="Remote Development Service">RDS</acronym> &amp; Password</strong> screen is then displayed. If you want to use this, check the box and provide an additional password. Don&#8217;t use <acronym title="Remote Development Service">RDS</acronym> in a production environment. Click &#8220;Next&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-15.png" alt="15. Enable RDS &amp; Password" /></p>
</li>
<li>
The <strong>Pre-Installation Summary</strong> screen is then displayed, detailing your configuration. This is your last chance to go back and make changes. If everything is OK, click &#8220;Install&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-16.png" alt="16. Pre-Installation Summary" /></p>
</li>
<li>
The <strong>Installing Adobe ColdFusion 8</strong> screen is then displayed, showing a host of marketing messages.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-17.png" alt="17. Installing Adobe ColdFusion 8" /></p>
</li>
<li>
The <strong>Please Wait</strong> screen is displayed, and be prepared to wait!</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-18.png" alt="18. Please Wait" /></p>
</li>
<li>
The <strong>Installation Complete</strong> screen is finally displayed and indeed the installation is complete. Now for the configuration! Click &#8220;Done&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-19.png" alt="19. Installation Complete" /></p>
</li>
<li>
Configuration and Settings Migration Wizard. Open up a browser and enter the url http://localhost/CFIDE/administrator/index.cfm to begin the <strong>ColdFusion 8 Configuration and Settings Migration Wizard</strong>. Enter your password and Click &#8220;Login&#8221;.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-20.png" alt="20. Configuration and Settings Migration Wizard" /></p>
</li>
<li>
ColdFusion will now begin <strong>Configuring Server</strong>, which could take any number of minutes to complete.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-21.png" alt="21. Configuring Server" /></p>
</li>
<li>
Once the <strong>Configuration Complete</strong> is displayed, you can login to the ColdFusion Administrator and start working, or playing, with the new interface, settings and Server Monitor.</p>
<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/11/cf8-install-step-22.png" alt="22. Configuration Complete" /></p>
</li>
</ol>
<p>So, that only 22 steps! That may be the longest installation process you may go through, but the power now at your finger tips to produce hugely interactive websites is a compelling reason why to choose this version of ColdFusion, or indeed ColdFusion over other products.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/installing-coldfusion-8-on-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Apache on Vista</title>
		<link>http://www.simonwhatley.co.uk/installing-apache-on-vista</link>
		<comments>http://www.simonwhatley.co.uk/installing-apache-on-vista#comments</comments>
		<pubDate>Wed, 08 Aug 2007 20:23:52 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[HTTP Server]]></category>
		<category><![CDATA[IIS 7]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=315</guid>
		<description><![CDATA[Following the purchase of a spangly new Toshiba laptop running Vista, and not one for making life simple, I decided not to run my development environment on IIS7, but rather, I wanted to install the latest version of Apache. The installation process was not a trivial matter!]]></description>
			<content:encoded><![CDATA[<p>Following the purchase of a spangly new Toshiba laptop running Vista, and not one for making life simple, I decided not to run my development environment on <acronym title="Internet Information Services">IIS</acronym>7, but rather, I wanted to install the latest version of Apache.</p>
<p>Installing Apache under Windows XP was relatively trivial. This is not the case under Windows Vista. The creation of the Apache service fails, but not overtly. Furthermore, the all-important conf directory can™t be set up by the installer, probably due to user permission problems.</p>
<p>I finally got it working with the following procedure. I used the latest version of Apache (2.2.4) and Windows Vista Business Edition.</p>
<ol>
<li>Uninstall any previous installations of Apache Web server (Start &gt; Control Panel &gt; Programs and Features).<br />
Make sure that all old Apache folders are also removed (e.g. like C:\Program Files\Apache Software Foundation\&#8230;).</li>
<li>Turn off your firewall via the Control Panel.</li>
<li>Stop User Account Control (UAC).</li>
<li>Get the most recent version of Apache from <a href="http://httpd.apache.org/" rel="nofollow" target="_blank" title="Apache Webserver">http://httpd.apache.org/</a> and put it on your desktop, or folder of your choosing. The file I used was called apache_2.2.4-win32-x86-no_ssl.msi, but for ease, it is a good idea to rename the install file to apache.msi.</li>
<li>Start &gt; All Programs &gt; Accessories Right-Click Command Prompt and choose œRun as Administrator.</li>
<li>Via the command prompt, navigate to the folder in which the apache.msi install file is located.</li>
<li>Type msiexec /i apache.msi on the command prompt.
<p style="text-align: center"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/08/apache-install-command-prompt.png" alt="Apache Install Command Prompt" /></p>
</li>
<li>Run through the Apache installer.
<p style="text-align: center"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/08/apache-install-step01.png" alt="Apache Install Step 1" /></p>
<p style="text-align: center"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/08/apache-install-step02.png" alt="Apache Install Step 2" /></p>
<p style="text-align: center"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/08/apache-install-step03.png" alt="Apache Install Step 3" /></p>
<p style="text-align: center"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/08/apache-install-step04.png" alt="Apache Install Step 4" /></p>
<p style="text-align: center"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/08/apache-install-step05.png" alt="Apache Install Step 5" /></p>
<p style="text-align: center"><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p style="text-align: center"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/08/apache-install-step06.png" alt="Apache Install Step 6" /></p>
<p style="text-align: center"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/08/apache-install-step07.png" alt="Apache Install Step 7" /></p>
<p style="text-align: center"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/08/apache-install-step08.png" alt="Apache Install Step 8" /></p>
<p style="text-align: center"><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/08/apache-install-step09.png" alt="Apache Install Step 9" /></p>
</li>
<li>I™m running it as a development server, so I left the domain as &#8220;localhost&#8221;.</li>
<li>Choose the default server on port 80 for all users option.</li>
<li>The default installation directory is C:\Program Files\Apache Software Foundation\Apache2.2\, but again for ease, you could change the installation directory to C:\Apache.</li>
<li>Reboot your computer.</li>
<li>The little Apache feather icon won™t appear on the task bar under Vista with the present version of Apache (2.2.4). To remove the œerror box that says blank or &#8220;the operation completed successfully on startup, go to All Programs &gt; Startup, and remove the &#8220;Monitor Apache Servers&#8221; item there.</li>
<li>Browse to http://localhost. It should say &#8220;It works!&#8221; If it doesn&#8217;t, panick, or check your httpd.conf file by going to All Programs &gt; Apache HTTP Server 2.2.x &gt; Configure Apache Server &gt; Test Configuration. Follow the directions for fixing the configuration file.</li>
<li>Turn your firewall back on.</li>
<li>Turn UAC back on too, if you like to be constantly bugged by control messages!</li>
</ol>
<p>Good luck!<br />
<script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/installing-apache-on-vista/feed</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
	</channel>
</rss>

