• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Coldfusion

Z

zondo

Guest
hi I am runing a "fresh" install of Plesk (7.5.3-rhel3.build75050506.13 ) on rhel3. Does anyone have a Howto on installing and getting Coldfsion to work. I have installed it fine and it starts, stops fine, apache does the same. But niether will serve up webpages. Any ideas.

thanks
 
90% there with Coldfusion

hey all,
I think that i have fixed the coldfusion issue.
I noticed that in the httpd.conf file the paths given for the JRUN are LoadModule jrun_module /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so

If you look in the httpd.include its pointing to
LoadModule jrun_module /opt/coldfusionmx/runtime/lib/wsconfig/psa/mod_jrun20.so

I have changed it so that both conf files are point to the same mod_jrun20.so.
there will be an error when you restart apache complains the module is alread loaded.
Now to try the vhosts, see if they can run CF. I have test a hello world cfm page and it worked...phew..:D
 
Back
Top