CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Apache configuration (http://www.codingforums.com/forumdisplay.php?f=69)
-   -   Apache serving up raw CF code, not dynamic content (http://www.codingforums.com/showthread.php?t=286023)

WolfShade 01-18-2013 04:38 PM

Apache serving up raw CF code, not dynamic content
 
Hello, everyone.

I'm asking this question because someone in another forum has asked and no one is responding; so I'm hoping to help this person.

I do not have all the details. I don't even know if this is a *nix installation, or a Windows install.

I'm just asking in a general scope: What could cause an Apache server to pass raw ColdFusion code to the browser instead of processing the code and delivering dynamic content?

Thank you,

Fou-Lu 01-18-2013 04:51 PM

Same thing that stops it from processing PHP or perl code. If it cannot find a handler for it, then it has no choice but to serve it raw or throw an error.
Check the httpd error logs, they should indicate the problem. Don't know how CF is installed with Apache, but you'll either see errors on startup, on request, or both.

WolfShade 01-18-2013 05:16 PM

Thanks, Fou-Lu. I'll pass that along and hope it helps.

Have a great weekend.


All times are GMT +1. The time now is 04:59 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.