<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>ColdFusion Linux (CF-Linux) Mailing List RSS Feed</title> 
<link>http://www.houseoffusion.com/groups/cf-linux</link> 
<description>Using ColdFusion on Linux</description> 
<language>en-us</language> 
<copyright>Copyright &#169; 2011, House of Fusion</copyright> 
<lastBuildDate>Sat, 11 Feb 2012 09:55:19 GMT</lastBuildDate> 
<webMaster>Michael Dinowitz (mdinowit@houseoffusion.com)</webMaster> 
<category>Mailing List</category>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
	<title><![CDATA[Need Linux ColdFusion  Help?]]></title> 
	<description><![CDATA[///////////////////////////////////////////////////////////////////////////////<br>
	<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; V V F Solutions Inc - www.vvfsolutions.com<br>
	<br>
	///////////////////////////////////////////////////////////////////////////////<br>
	<br>
	Here at VVF Solutions Inc<BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4572"  title="ColdFusion Linux (CF-Linux): Need Linux CF Help?">more</A>]]]></description> 
	<pubDate>Fri, 24 Jun 2011 01:22:00 GMT</pubDate> 
	<dc:author>Vito Foraci </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4572</guid> 
</item>



<item>
	<title><![CDATA[The Flex Authority Volume 1, Issue 2 is out now]]></title> 
	<description><![CDATA[If you want your Flex skills to be up-to-date then you need the Flex Authority. The current issue is all about Components: The Building Blocks of Your Applications.
	
	Order now]]></description> 
	<guid>http://www.flex-authority.com/issues/components-application-building-blocks/</guid>
	<pubDate>Sat, 11 Feb 2012 09:55:19 GMT</pubDate> 
	<dc:author>Flex Authority</dc:author> 
</item>

<item>
	<title><![CDATA[Odd 500 apache/Jrun/ColdFusion  error]]></title> 
	<description><![CDATA[&gt; Thanks for the explanation, Dave.  It appears on linux at least the JRun pre-filter is detecting *.cfm* as being a CF file, and then somewhere else<br>
	&gt; (perhaps in the post filter?) determining that it's not and throwing an error..<br>
	<br>
	I suspect that the<BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4571"  title="ColdFusion Linux (CF-Linux): Odd 500 apache/Jrun/CF error">more</A>]]]></description> 
	<pubDate>Tue, 17 May 2011 10:11:00 GMT</pubDate> 
	<dc:author>Dave Watts </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4571</guid> 
</item>

<item>
	<title><![CDATA[Odd 500 apache/Jrun/ColdFusion  error]]></title> 
	<description><![CDATA[Thanks for the explanation, Dave.&nbsp;&nbsp;It appears on linux at least the JRun pre-filter is detecting *.cfm* as being a CF file, and then somewhere else (perhaps in the post filter?) determining that it's not and throwing an error..<br>
	<br>
	In the end it doesn't <BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4570"  title="ColdFusion Linux (CF-Linux): Odd 500 apache/Jrun/CF error">more</A>]]]></description> 
	<pubDate>Mon, 16 May 2011 08:19:00 GMT</pubDate> 
	<dc:author>Terry Ford </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4570</guid> 
</item>

<item>
	<title><![CDATA[Can anyone reproduce this bug?]]></title> 
	<description><![CDATA[Looks like I may have stumbled upon a pretty nasty CF9 bug.&nbsp;&nbsp;It affects my brand new Red Hat 64 bit / apache setup in a reproducible manner, and I'd be interested to know if it's a problem with my environment or a more general CF9 bug.<br>
	<br>
	To replicate, <BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4569"  title="ColdFusion Linux (CF-Linux): Can anyone reproduce this bug?">more</A>]]]></description> 
	<pubDate>Sat, 14 May 2011 03:53:00 GMT</pubDate> 
	<dc:author>Terry Ford </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4569</guid> 
</item>

<item>
	<title><![CDATA[Odd 500 apache/Jrun/ColdFusion  error]]></title> 
	<description><![CDATA[&gt; Wow, I never realized that Jrun looked at every HTTP request.  Isn't that the whole point of AddHandler?  To<br>
	&gt; tell Apache what file types to hand off to Jrun?  Do the &quot;AddHandler&quot; statements do anything then?<br>
	<br>
	Well, I'm not entirely sure if they do <BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4568"  title="ColdFusion Linux (CF-Linux): Odd 500 apache/Jrun/CF error">more</A>]]]></description> 
	<pubDate>Sat, 14 May 2011 12:53:00 GMT</pubDate> 
	<dc:author>Dave Watts </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4568</guid> 
</item>

<item>
	<title><![CDATA[Odd 500 apache/Jrun/ColdFusion  error]]></title> 
	<description><![CDATA[Hi Dave,<br>
	<br>
	Wow, I never realized that Jrun looked at every HTTP request.&nbsp;&nbsp;Isn't that the whole point of AddHandler?&nbsp;&nbsp;To tell Apache what file types to hand off to Jrun?&nbsp;&nbsp;Do the &quot;AddHandler&quot; statements do anything then? <br>
	<br>
	I turned Jrun verbose mode on <BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4567"  title="ColdFusion Linux (CF-Linux): Odd 500 apache/Jrun/CF error">more</A>]]]></description> 
	<pubDate>Fri, 13 May 2011 08:12:00 GMT</pubDate> 
	<dc:author>Terry Ford </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4567</guid> 
</item>

<item>
	<title><![CDATA[Odd 500 apache/Jrun/ColdFusion  error]]></title> 
	<description><![CDATA[&gt; If a user calls any URL of the form &quot;*.cfm.*&quot; on my server (existing or not), I get a 500 error.<br>
	&gt;<br>
	&gt; Example:<br>
	&gt;<br>
	&gt; <A HREF="http://my.site.com/index.cfm.html">http://my.site.com/index.cfm.html</A>   ,or<br>
	&gt; <A HREF="http://my.site.com/index.cfm.spaghetti">http://my.site.com/index.cfm.spaghetti</A><br>
	&gt;<br>
	&gt; Error displayed to user is an &quot;Internal Server <BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4566"  title="ColdFusion Linux (CF-Linux): Odd 500 apache/Jrun/CF error">more</A>]]]></description> 
	<pubDate>Fri, 13 May 2011 07:31:00 GMT</pubDate> 
	<dc:author>Dave Watts </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4566</guid> 
</item>

<item>
	<title><![CDATA[Odd 500 apache/Jrun/ColdFusion  error]]></title> 
	<description><![CDATA[Bit of a puzzle here...<br>
	<br>
	If a user calls any URL of the form &quot;*.cfm.*&quot; on my server (existing or not), I get a 500 error.<br>
	<br>
	Example:<br>
	<br>
	<A HREF="http://my.site.com/index.cfm.html">http://my.site.com/index.cfm.html</A>&nbsp;&nbsp;&nbsp;,or <br>
	<A HREF="http://my.site.com/index.cfm.spaghetti">http://my.site.com/index.cfm.spaghetti</A><br>
	<br>
	Error displayed to user is an &quot;<BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4565"  title="ColdFusion Linux (CF-Linux): Odd 500 apache/Jrun/CF error">more</A>]]]></description> 
	<pubDate>Fri, 13 May 2011 07:15:00 GMT</pubDate> 
	<dc:author>Terry Ford </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4565</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion /Apache Configuration Question]]></title> 
	<description><![CDATA[So if I understand correctly, the following procedure should result in a relatively secure setup?<br>
	<br>
	My user account is frank.<br>
	<br>
	So what I should do is:<br>
	<br>
	1. Run HTTPD with user: apache, group: apache<br>
	<br>
	2. Install Coldfusion to /opt/coldfusion8 as <BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4564"  title="ColdFusion Linux (CF-Linux): CF/Apache Configuration Question">more</A>]]]></description> 
	<pubDate>Mon, 09 May 2011 01:29:00 GMT</pubDate> 
	<dc:author>Frank Green </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4564</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion /Apache Configuration Question]]></title> 
	<description><![CDATA[Not only does /home/frank/www need to be readable by apache, all<br>
	parent directories need to be as well.&nbsp;&nbsp;So what you have is a rather<br>
	insecure setup, because the server daemon has access to your home<br>
	directory.&nbsp;&nbsp;More preferable would be to have a <BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4563"  title="ColdFusion Linux (CF-Linux): CF/Apache Configuration Question">more</A>]]]></description> 
	<pubDate>Mon, 09 May 2011 12:14:00 GMT</pubDate> 
	<dc:author>Barney Boisvert </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4563</guid> 
</item>

<item>
	<title><![CDATA[ColdFusion /Apache Configuration Question]]></title> 
	<description><![CDATA[Hello - I am new to linux configuration:<br>
	<br>
	I am trying to install CF8 on linux but am somewhat confused about permissions.<br>
	<br>
	I am running apache under user &quot;apache&quot;, group &quot;apache&quot;.<br>
	<br>
	My web root is /home/frank/www<br>
	All files within that are 644, all <BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4562"  title="ColdFusion Linux (CF-Linux): CF/Apache Configuration Question">more</A>]]]></description> 
	<pubDate>Mon, 09 May 2011 01:05:00 GMT</pubDate> 
	<dc:author>Frank Green </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4562</guid> 
</item>

<item>
	<title><![CDATA[LINUX Engineer in DC - 6 month contract]]></title> 
	<description><![CDATA[6 month contract for a LINUX Engineer in DC. US Citizens ONLY with a SECRET CLEARANCE! Please send attached resume to: zfield@judge.com<br>
	<br>
	Resource to provide LINUX system administration for Oracle-based applications in support of the HR Upgrade. <br>
	 <br>
	Job<BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4561"  title="ColdFusion Linux (CF-Linux): LINUX Engineer in DC - 6 month contract">more</A>]]]></description> 
	<pubDate>Thu, 02 Dec 2010 10:03:00 GMT</pubDate> 
	<dc:author>Zach Field </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4561</guid> 
</item>

<item>
	<title><![CDATA[$B$4MwD:$1$^$7$?$+!)(B]]></title> 
	<description><![CDATA[¨’b??θ?·B<br>
	εwlbg^c±??·B<br>
	<br>
	ζϊ ?½l?Ό?¨±lζ?AͺόB?’ι??v’?·ͺA<br>
	mF?¨???΅?©H<br>
	<br>
	Ό?¨±l? ?½l©η?¨?πS?Ώ?΅?’ιlq?·B<br>
	Ί?²A·΅?????’©ͺ?΅?©B<br>
	<br>
	Ό?¨±lvtB[<br>
	<A HREF="http://www">http://www</A><BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4560"  title="ColdFusion Linux (CF-Linux): $B$4MwD:$1$^$7$?$+!)(B">more</A>]]]></description> 
	<pubDate>Fri, 16 Jul 2010 04:23:00 GMT</pubDate> 
	<dc:author>$B;vL36I(B</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4560</guid> 
</item>

<item>
	<title><![CDATA[$B&lt;L??$b$9$08+$l$kMM$K$7$F$$$^$9(B]]></title> 
	<description><![CDATA[?Ά??΅?B<br>
	εw?B??QB΅Δ1N??θ?·<br>
	Ό?¨±?\΅?·B<br>
	<br>
	Ν32?A²­??εwπ΅?’?·B<br>
	<br>
	‘?εl?Ν4NO?φ€?·¦₯΅?΅½B<br>
	?uu?A?ρ?vB?’½©ͺͺ‘??A<br>
	’??½­?vw?―Ά?Aεl?½Ύ??°A<br>
	??B?΅?’€ξ?’€ΰ??΄Ά?­?B?’?΅<BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4559"  title="ColdFusion Linux (CF-Linux): $B&lt;L??$b$9$08+$l$kMM$K$7$F$$$^$9(B">more</A>]]]></description> 
	<pubDate>Wed, 14 Jul 2010 11:50:00 GMT</pubDate> 
	<dc:author>$BCf@>$J$*$3(B</dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4559</guid> 
</item>

<item>
	<title><![CDATA[verity on Linux?]]></title> 
	<description><![CDATA[&gt; Could you take the serial out, do that, and just put it back ?<br>
	<br>
	Sorry didn't make myself very clear, its on a live server so needs to have standard running, we installed the trial/developer edition whilst we migrated some sites over and did testing<BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4558"  title="ColdFusion Linux (CF-Linux): verity on Linux?">more</A>]]]></description> 
	<pubDate>Thu, 13 May 2010 11:44:00 GMT</pubDate> 
	<dc:author>peter aland </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4558</guid> 
</item>

<item>
	<title><![CDATA[verity on Linux?]]></title> 
	<description><![CDATA[On Thursday 13 May 2010 16:15:12 peter aland wrote:<br>
	&gt; I have the same problem, verity was fine on whilst Coldfusion 9 was in<br>
	&gt;&nbsp;&nbsp;developer edition, as soon as I upgraded to standard the verity features<br>
	&gt;&nbsp;&nbsp;where dropped from the administrator.<br>
	&gt; <br>
	&gt; <BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4557"  title="ColdFusion Linux (CF-Linux): verity on Linux?">more</A>]]]></description> 
	<pubDate>Thu, 13 May 2010 11:37:00 GMT</pubDate> 
	<dc:author>Tom Chiverton </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4557</guid> 
</item>

<item>
	<title><![CDATA[verity on Linux?]]></title> 
	<description><![CDATA[I have the same problem, verity was fine on whilst Coldfusion 9 was in developer edition, as soon as I upgraded to standard the verity features where dropped from the administrator. <br>
	<br>
	When I access the &quot;migrate verity collection&quot; in the administrator I <BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4556"  title="ColdFusion Linux (CF-Linux): verity on Linux?">more</A>]]]></description> 
	<pubDate>Thu, 13 May 2010 11:22:00 GMT</pubDate> 
	<dc:author>peter aland </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4556</guid> 
</item>

<item>
	<title><![CDATA[USB control under ColdFusion ]]></title> 
	<description><![CDATA[&gt;I agree with David --<br>
	&gt;<br>
	&gt;Merely putting a file on USB storage, is just a file and can be read<br>
	&gt;from/written to like any other file.<br>
	&gt;<br>
	&gt;However, the dongles that are spoken of are not typically of the<br>
	&gt;storage variety. This is based on what kind of <BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4555"  title="ColdFusion Linux (CF-Linux): USB control under CF">more</A>]]]></description> 
	<pubDate>Fri, 07 May 2010 04:20:00 GMT</pubDate> 
	<dc:author>Riccardo Cecinati </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4555</guid> 
</item>

<item>
	<title><![CDATA[USB control under ColdFusion ]]></title> 
	<description><![CDATA[On Thursday 06 May 2010 21:21:37 you wrote:<br>
	&gt; I would probably look into C# as serial port communicator and if it<br>
	&gt; works for you, later you just can integrate DLL with CF, so CF will be<br>
	&gt; able request/response via your .NET DLL.<br>
	<br>
	This is the cf-<BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4554"  title="ColdFusion Linux (CF-Linux): USB control under CF">more</A>]]]></description> 
	<pubDate>Fri, 07 May 2010 04:12:00 GMT</pubDate> 
	<dc:author>Tom Chiverton </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4554</guid> 
</item>

<item>
	<title><![CDATA[Best CFML interpreter for Linux]]></title> 
	<description><![CDATA[There are three:<br>
	<br>
	Railo: getrailo.org<br>
	OpenBD: openbluedragon.org<br>
	Smith: smithproject.org (no longer actively developed?)<br>
	<br>
	Warm regards,<br>
	Jordan Michaels<br>
	Vivio Technologies<br>
	<A HREF="http://www.viviotech.net/">http://www.viviotech.net/</A><br>
	Open BlueDragon Steering Committee<br>
	Railo <BR> [<A href="http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4553"  title="ColdFusion Linux (CF-Linux): Best CFML interpreter for Linux">more</A>]]]></description> 
	<pubDate>Thu, 06 May 2010 05:04:00 GMT</pubDate> 
	<dc:author>Jordan Michaels </dc:author> 
	<guid>http://www.houseoffusion.com/groups/cf-linux/message.cfm/messageid:4553</guid> 
</item>

<item>
	<title><![CDATA[The Fusion Authority Quarterly Update Volume 3, Issue 1 is out now]]></title> 
	<description><![CDATA[If you want your ColdFusion skills to be up-to-date then you need the Fusion Authority Quarterly Update. The current issue is all about Data and how to make it work for you. Just what we all need.
	
	Order now]]></description> 
	<guid>http://www.fusionauthority.com/quarterly/data-how-to-make-it-work-for-you/</guid>
	<pubDate>Sat, 11 Feb 2012 09:55:19 GMT</pubDate> 
	<dc:author>Fusion Authority</dc:author> 
</item>


</channel>
</rss>


