• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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