<rss version="2.0"><channel><title>RSS feed for InstantSpot site Dave Shuck&apos;s InstantSpot</title><link>http://daveshuck.instantspot.com</link><language>en-us</language><copyright>This work is Copyright &#xA9; 2008 by Dave Shuck&apos;s InstantSpot</copyright><generator>RSSVille ColdFusion FeedMaker, version 1.0</generator><pubDate>Fri, 25 Jul 2008 09:12:04 GMT</pubDate><item><title>Aaron West&apos;s entry on SES URLs with Apache mod_rewrite</title><link>http://daveshuck.instantspot.com/blog/2008/01/17/Aaron-Wests-entry-on-SES-URLs-with-Apache-modrewrite</link><description>&lt;p&gt;Somehow I totally missed this entry when &lt;a href=&quot;http://www.trajiklyhip.com&quot; id=&quot;Aaron West&apos;s main blog page&quot;&gt;Aaron&lt;/a&gt; posted it until he mentioned it on the &lt;a href=&quot;http://groups.google.com/group/mach-ii-for-coldfusion&quot; id=&quot;Mach-II Email List&quot;&gt;Mach-II email list&lt;/a&gt; today.  He has written a really nice and very detailed blog entry on how to configure your application to use SES URLs with by using mod_rewrite in Apache, and then goes on to show how the flow continues to his &lt;a href=&quot;http://www.mach-ii.com&quot; id=&quot;Mach-II for ColdFusion&quot;&gt;Mach-II&lt;/a&gt; application.  We took some similar approaches with the URLs you see here on InstantSpot.&lt;/p&gt;
&lt;p&gt;For those wondering how all these pieces fit togther, I strongly recommend you check out his blog entry entitled: &lt;a href=&quot;http://www.trajiklyhip.com/blog/index.cfm/2007/12/3/Using-Apaches-modrewrite-SES-URLs-and-More&quot;&gt;Using Apache&apos;s mod_rewrite: SES URL&apos;s and More&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Thu, 17 Jan 2008 16:54:00 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2008/01/17/Aaron-Wests-entry-on-SES-URLs-with-Apache-modrewrite</guid><category>ColdFusion,Servers</category></item><item><title>Creating the equivalent of IIS Virtual Directories in Apache</title><link>http://daveshuck.instantspot.com/blog/2007/12/08/Creating-the-equivalent-of-IIS-Virtual-Directories-in-Apache</link><description>&lt;p&gt;
I have to admit that I used to be guilty of laziness on one aspect when I began using Linux/Apache a couple of years ago as a convert from Windows.  I didn&amp;#39;t immediately understand how to create the equivalent of virtual directories in Apache that are available in IIS.  I soon found that I could just do symbolic links at the file level that would effectively give me the same effect at the broswer request level.  However, one big negative is that there is a linked directory sitting there in the parent directory, which is a pain in the tail when it things like source control such as subversion comes into play.   When I browse to a directory in a terminal or my IDE, I don&amp;#39;t necessarily want to see it either.   The answer is to use the &amp;quot;Alias&amp;quot; directive in Apache.
&lt;/p&gt;
&lt;p&gt;
Example:
&lt;/p&gt;
&lt;p&gt;
As a ColdFusion developer, I like to have a CFIDE directory available in my webroot as I develop so that I can access the ColdFusion administrator.  I keep my CFIDE directory in /usr/local/apache2/htdocs/CFIDE.
&lt;/p&gt;
&lt;p&gt;
To make that available as a virtual directoy, I need to add the following to my Apache virtual host definition:
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Alias /CFIDE /usr/local/apache2/htdocs/CFIDE&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Directory /usr/local/apache2/htdocs/CFIDE&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Order allow,deny&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Allow from all&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;
Just remember to remove that one before you put it in production! 
&lt;/p&gt;
</description><pubDate>Sun, 09 Dec 2007 01:36:20 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2007/12/08/Creating-the-equivalent-of-IIS-Virtual-Directories-in-Apache</guid><category>Servers</category></item><item><title>Problem installing VMWare Tools</title><link>http://daveshuck.instantspot.com/blog/2007/01/04/Problem-installing-VMWare-Tools</link><description>&lt;p&gt;
In the past year I have &amp;quot;discovered&amp;quot; how cool VMWare is.&amp;nbsp; This virtual machine software allows you to run a huge variety of operating systems as guests under your host operating system.&amp;nbsp; On my laptop, I have run ... errrr.... I mean I know someone who as run Mac OSX, a handful of different Linux distributions and even Windows.&amp;nbsp; For most supported operating systems, VMWare recommends that you click a menu option to install the VMWare tools on the guest operating system.&amp;nbsp; I have tried this repetitively but I always have the same result.&amp;nbsp; It acts like it is going to start doing some type of installation but just never advances.&amp;nbsp; If you look in the menu the option changes from &amp;quot;Install VMWare tools&amp;quot; to &amp;quot;Cancel Installation of VMWare Toos&amp;quot; so it thinks it is doing something.&amp;nbsp; Inevitably after 10 minutes or so, I give up and cancel. &amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Tonight, however, I was a bit more curious.&amp;nbsp; I noticed that when I began the install the CD icon on the task bar flashed a bit.&amp;nbsp; After logging into the guest Windows operating system, I saw that the virtual CD was labeled VMWare.&amp;nbsp; When I clicked into it, I found the setup program for&amp;nbsp; VMWare tools.&amp;nbsp; It ran it without issue!
&lt;/p&gt;
&lt;p&gt;
I just thought I better document this in case anyone ran across the same situation. &lt;br /&gt;
&lt;/p&gt;
</description><pubDate>Fri, 05 Jan 2007 04:07:02 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2007/01/04/Problem-installing-VMWare-Tools</guid><category>Servers</category></item><item><title>We have landed</title><link>http://daveshuck.instantspot.com/blog/2005/07/10/We-have-landed</link><description>&lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;Well, I have installed my blogging software.&amp;nbsp; Time to play. :)&lt;br/&gt;
&lt;/font&gt;</description><pubDate>Sun, 10 Jul 2005 05:00:00 GMT</pubDate><guid>http://daveshuck.instantspot.com/blog/2005/07/10/We-have-landed</guid><category>ColdFusion</category></item></channel></rss>