• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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