<?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>Michael Banzon &#187; install</title>
	<atom:link href="http://michaelbanzon.com/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelbanzon.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 13:54:35 +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 setup trouble</title>
		<link>http://michaelbanzon.com/2012/01/20/apache-setup-trouble/</link>
		<comments>http://michaelbanzon.com/2012/01/20/apache-setup-trouble/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 03:53:12 +0000</pubDate>
		<dc:creator>mbanzon</dc:creator>
				<category><![CDATA[Digital life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://michaelbanzon.com/?p=233</guid>
		<description><![CDATA[Last night I had a rather frustrating problem. I was setting up the XAMPP package on a Windows 7 box and wanted to configure some virtual hosts. This is fairly easy &#8211; there is a dedicated configuration file for virtual hosts and in my case they needed to be virtual virtual hosts &#8211; so I [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I had a rather frustrating problem.</p>
<p>I was setting up the XAMPP package on a Windows 7 box and wanted to configure some virtual hosts. This is fairly easy &#8211; there is a dedicated configuration file for virtual hosts and in my case they needed to be virtual virtual hosts &#8211; so I added them to the local Windows hosts file and to the Apache configuration file and saved.</p>
<p>Restarting the server gave the error code &#8220;-1 server not started&#8221;. One really frustrating fact about XAMPP on Windows (7) is that the errors in the configuration which prevent the server from starting is not written to the error log. Instead (and this might be the preferred behavior of others) it is logged using the Windows logging mechanism which is stored/found gods-knows-where?!! What is up with that?!</p>
<p>After finding the (right) log which actually showed the error nicely &#8211; I found that it was my &#8220;Order&#8221; setting that caused the trouble. It turns out that it has three valid values &#8220;allow,deny&#8221;, &#8220;deny,allow&#8221; and… some other setting I don&#8217;t care about… I had happily typed &#8220;allow, deny&#8221; and this simple mistake prevented the whole server from running! A tiny whitespace. One tiny whitespace!!</p>
<p>When going over the configuration to spot errors I never even thought of this as being an option &#8211; I am now much wiser.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelbanzon.com/2012/01/20/apache-setup-trouble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating .NET Versions</title>
		<link>http://michaelbanzon.com/2008/08/12/updating-net-versions/</link>
		<comments>http://michaelbanzon.com/2008/08/12/updating-net-versions/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 04:25:19 +0000</pubDate>
		<dc:creator>mbanzon</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://www.southbound.dk/?p=9</guid>
		<description><![CDATA[When Microsoft release new versions of their .NET Framework there is no doubt that there will be some nifty new features that we can all benefit from. Lately the releases has contained data and presentation oriented additions to the framework which would allow us to save many lines of code if used properly. The only [...]]]></description>
			<content:encoded><![CDATA[<p>When Microsoft release new versions of their .NET Framework there is no doubt that there will be some nifty new features that we can all benefit from.</p>
<p>Lately the releases has contained data and presentation oriented additions to the framework which would allow us to save many lines of code if used properly. The only problem is &#8211; our users need the framework!</p>
<p>It is safe to say that 95% of our users have .NET version 1.0 and 1.1 installed. When it comes to version 2.0 (which our program is linked upon) the number drops to about 85-90% and framework versions 3.0 and 3.5 is installed on under 5% of the user systems. The 10-15% of our users that lack the required framework version 2.0 is bad enough! For various reasons I won&#8217;t go into detail with here &#8211; we can&#8217;t use the usual approach and bundle the installer in an MSI-pack that automatically installs the needed framework &#8211; we have to do this manually! This means that two developers spent most of a day writing some script for our installation script that checked for the proper .NET version and downloads + installs version 2.0 if needed.</p>
<p>I really think that Microsoft could help us out a lot on this by simply making all the versions of the .NET Framework mandatory updates through Windows Update. This would help the installation rate among our users to around 95% or even higher &#8211; they simply <em>do as told</em>.</p>
<p>This problem is actually one of the main reasons that the Java platform was discarded during the planning phase of the project. With Java the install base drops below the 5% marker which means that every install would have a bundled framework install. The impact on the users would be enormous. They would see a 150+ MB disk space used and have highly increased download times. Not acceptable.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelbanzon.com/2008/08/12/updating-net-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

