Skip to main content
Participant
August 12, 2009
Question

Still not getting CFM to parse on Apache

  • August 12, 2009
  • 2 replies
  • 908 views

Ok....

I've ran everything I could think of.....

I have:

   Fedora Core 11 64-bit

   CF8 64-Bit

   Apache 2.2.11

Everything is installed... BUT    When I browse to any .cfm file it does not parse... I am asked to download it

httpd.conf  has the  addhanlder

i wrote a small php script to show me all the modules loaded and jrun22 is one of them.

Any thoughts?

This topic has been closed for replies.

2 replies

Participating Frequently
August 13, 2009

Enable verbose logging for the mod_jrun module and see if there's

something interesting/strange in the Apache error logs when it

processes a request for a .cfm.

Mack

Inspiring
August 12, 2009

Go look at the Apache system log files.  When your URL was presented to the server, the logs will document how Apache responded to the request.

Also be mindful that sometimes Apache must be "gracefully restarted" after an important configuration change.  This is a signal to the server process that it should reload its configuration.  (The Apache docs are meticulous as to how one does this, including verifying that the configuration files are "good.")

You really can't "guess" what's wrong here.  But Apache will tell you.