Anyone want to add this to the docco? I am swamped..
--
#ken P-)}
Ken Coar <http://Golux.Com/coar/>
Apache Software Foundation <http://www.apache.org/>
"Apache Server for Dummies" <http://Apache-Server.Com/>
"Apache Server Unleashed" <http://ApacheUnleashed.Com/>
--- Begin Message ---
I found my answer to this after browsing Allaire's site for an hour.
Apparently when CF Server is installed, there's a .DLL file in the bin
folder. That file needs to be copied to the Modules folder under Apache,
then the LoadModule line [Load Module coldfusion_module
modules/ApacheColdFusionModule.dll] needs to be typed into the httpd.conf
file. Simple as that.
So, if anyone else asks, here's the link they will need.
http://www.allaire.com/Handlers/index.cfm?ID=3882&Method=Full
Thanks for your response!
-----Original Message-----
From: Rodent of Unusual Size [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 20, 2001 3:53 PM
To: Engle, Allan
Subject: Re: Question for your Apache FAQ
"Engle, Allan" wrote:
>
> What mime type or special software am I missing to allow ColdFusion
> Server to interface with Apache? I can view .cfm docs, until
> information is passed to them. Then Apache doesn't translate the
> document properly and you get a browser full of CFML garbage.
That sounds as though either the output has not been properly
tagged, or else the ColdFusion module is not being correctly
invoked. I do not know anything about ColdFusion, but it
surely sounds as though this is a configuration problem, and
the module is not being given a chance to process the output
before it is sent to the client.
--
#ken P-)}
Ken Coar <http://Golux.Com/coar/>
Apache Software Foundation <http://www.apache.org/>
"Apache Server for Dummies" <http://Apache-Server.Com/>
"Apache Server Unleashed" <http://ApacheUnleashed.Com/>
--- End Message ---