<?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; Install</title>
	<atom:link href="http://www.simonwhatley.co.uk/tag/install/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>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>

