<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Access CFIDE with Apache</title>
	<atom:link href="http://www.ghidinelli.com/2008/11/05/access-cfide-with-apache/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2008/11/05/access-cfide-with-apache</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin Parker</title>
		<link>http://www.ghidinelli.com/2008/11/05/access-cfide-with-apache/comment-page-1#comment-53590</link>
		<dc:creator>Kevin Parker</dc:creator>
		<pubDate>Fri, 16 Jan 2009 09:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=281#comment-53590</guid>
		<description>Sorry, I see that I forgot to htmlmanualencode my brackets.  The question was about &lt;Location&gt; and &lt;Directory&gt;

Then I only had to read a little further (the next sentence in fact) in the documentation to answer the question I posed:

&lt;blockquote&gt;When to use &lt;Location&gt;

Use &lt;Location&gt; to apply directives to content that lives outside the filesystem. For content that lives in the filesystem, use &lt;Directory&gt; and &lt;Files&gt;. An exception is &lt;Location /&gt;, which is an easy way to apply a configuration to the entire server.&lt;/blockquote&gt;

Like I said, I&#039;m new to Apache. Thanks again for sharing the tip.

I got /CFIDE/administrator working, but I had to do it BEFORE I setup vhosts and aliases.  Even then, I now can access the administrator and run my coldfusion apps, but I cannot seem to get there unless I remove your &quot;Limit GET POST&quot; statement:

&lt;blockquote&gt;    Alias /CFIDE /Library/WebServer/Documents/CFIDE
    Alias /cfide /Library/WebServer/Documents/CFIDE
	&lt;Location /CFIDE/administrator&gt;
		Options +FollowSymLinks
		Order deny,allow
		Allow from all
		AuthUserFile /Library/WebServer/Documents/CFIDE/.htpasswd
		AuthName &quot;Administrators&quot;
		AuthType Basic
#		&lt;Limit GET POST&gt;
#			require valid-user
#		&lt;/Limit&gt;
	&lt;/Location&gt;
&lt;/blockquote&gt;

Any ideas?  Thanks again, you have saved me a lot of time already!  I look forward to going through your other posts.</description>
		<content:encoded><![CDATA[<p>Sorry, I see that I forgot to htmlmanualencode my brackets.  The question was about &lt;Location&gt; and &lt;Directory&gt;</p>
<p>Then I only had to read a little further (the next sentence in fact) in the documentation to answer the question I posed:</p>
<blockquote><p>When to use &lt;Location&gt;</p>
<p>Use &lt;Location&gt; to apply directives to content that lives outside the filesystem. For content that lives in the filesystem, use &lt;Directory&gt; and &lt;Files&gt;. An exception is &lt;Location /&gt;, which is an easy way to apply a configuration to the entire server.</p></blockquote>
<p>Like I said, I&#8217;m new to Apache. Thanks again for sharing the tip.</p>
<p>I got /CFIDE/administrator working, but I had to do it BEFORE I setup vhosts and aliases.  Even then, I now can access the administrator and run my coldfusion apps, but I cannot seem to get there unless I remove your &#8220;Limit GET POST&#8221; statement:</p>
<blockquote><p>    Alias /CFIDE /Library/WebServer/Documents/CFIDE<br />
    Alias /cfide /Library/WebServer/Documents/CFIDE<br />
	&lt;Location /CFIDE/administrator&gt;<br />
		Options +FollowSymLinks<br />
		Order deny,allow<br />
		Allow from all<br />
		AuthUserFile /Library/WebServer/Documents/CFIDE/.htpasswd<br />
		AuthName &#8220;Administrators&#8221;<br />
		AuthType Basic<br />
#		&lt;Limit GET POST&gt;<br />
#			require valid-user<br />
#		&lt;/Limit&gt;<br />
	&lt;/Location&gt;
</p></blockquote>
<p>Any ideas?  Thanks again, you have saved me a lot of time already!  I look forward to going through your other posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Parker</title>
		<link>http://www.ghidinelli.com/2008/11/05/access-cfide-with-apache/comment-page-1#comment-53587</link>
		<dc:creator>Kevin Parker</dc:creator>
		<pubDate>Fri, 16 Jan 2009 01:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=281#comment-53587</guid>
		<description>I&#039;m game for more tips!

I humbly ask (as a brand new admin to Apache): Why did you use &quot;&quot; instead of &quot;&quot; since it appears your CFIDE folder resides on the same file system?  Sorry if I missed something--like I said, I&#039;m new to Apache.

I&#039;ve been struggling with Apache and CF8 for weeks now. More specifically, 

&gt; Leopard Server 10.5.x (64-bit)
&gt; Apache 2.x (64-bit tuned down to 32-bit)
&gt; ColdFusion 8.0.1 (32-bit because Enterprise is beyond our needs and budget, and hence the 32-bit Apache2)

Previously I only administered Windows Servers with IIS which from a CF setup standpoint is pretty painless.  However, getting CF8 on Leopard (client or server) seems to be a regular pain the OSX+CF community.  After weeks of carefully piecing together others&#039; solutions, I FINALLY have it all working and have a comprehensive install guide. But I got stuck at aliasing the CFIDE folder correctly.

I worked kung fu enough to get multiple websites served by Apache + ColdFusion (using vhosts.conf on my development macbook pro), and each site happily serves up it&#039;s index.cfm, correctly showing me their host names via my test #CGI.HOST_HTTP# code. And I can get to http://mywebsite/CFIDE/install.cfm (which seems to do nothing in my case other than look like a reject page from CF 6.x).

But I can&#039;t get to http://mywebsite/CFIDE/administrator/index.cfm.  I get the CF error: &quot;File not found: /CFIDE/administrator/index.cfm&quot;.

I am starting to know and love Apache, and was glad to stumble upon your post to help me with CFIDE. So please, do share more!  :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m game for more tips!</p>
<p>I humbly ask (as a brand new admin to Apache): Why did you use &#8220;&#8221; instead of &#8220;&#8221; since it appears your CFIDE folder resides on the same file system?  Sorry if I missed something&#8211;like I said, I&#8217;m new to Apache.</p>
<p>I&#8217;ve been struggling with Apache and CF8 for weeks now. More specifically, </p>
<p>&gt; Leopard Server 10.5.x (64-bit)<br />
&gt; Apache 2.x (64-bit tuned down to 32-bit)<br />
&gt; ColdFusion 8.0.1 (32-bit because Enterprise is beyond our needs and budget, and hence the 32-bit Apache2)</p>
<p>Previously I only administered Windows Servers with IIS which from a CF setup standpoint is pretty painless.  However, getting CF8 on Leopard (client or server) seems to be a regular pain the OSX+CF community.  After weeks of carefully piecing together others&#8217; solutions, I FINALLY have it all working and have a comprehensive install guide. But I got stuck at aliasing the CFIDE folder correctly.</p>
<p>I worked kung fu enough to get multiple websites served by Apache + ColdFusion (using vhosts.conf on my development macbook pro), and each site happily serves up it&#8217;s index.cfm, correctly showing me their host names via my test #CGI.HOST_HTTP# code. And I can get to <a href="http://mywebsite/CFIDE/install.cfm" rel="nofollow">http://mywebsite/CFIDE/install.cfm</a> (which seems to do nothing in my case other than look like a reject page from CF 6.x).</p>
<p>But I can&#8217;t get to <a href="http://mywebsite/CFIDE/administrator/index.cfm" rel="nofollow">http://mywebsite/CFIDE/administrator/index.cfm</a>.  I get the CF error: &#8220;File not found: /CFIDE/administrator/index.cfm&#8221;.</p>
<p>I am starting to know and love Apache, and was glad to stumble upon your post to help me with CFIDE. So please, do share more!  <img src='http://www.ghidinelli.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
