Answered
CF8 Install on Mac OS x
I installed v8 as a single standard web server, pointed it to
my existing Apache web server (installed by MAMP). Apache is
working fine serving up php and html.
The Apache server was running on port 80, but somehow the CF install reported it was port 8888 at the end and could not set up its connectors to the Apache server.
When I changed the port in httpd.conf to 8888, cfm pages are found but do not run. The Coldfusion service IS running when I check with "ps -eaf | grep coldfusion8ps" and I'm able to stop & resart the service using
/Applications/ColdFusion8/bin/coldfusion start | stop in terminal
so that's all working.
The apache httpd.conf file does have the following:
DirectoryIndex index.cfm index.html index.php
but is there anything else that needs adjusting in the file so it tuns over cfm pages to Coldfusion to render?
I'm a total Mac and unix newbie but having been usng CF in Windows for many years.
Or might it be as simple as a CF configuration file with conflicting ports?
I could really use some help, I'm pretty much at sea here...
Thanks.
The Apache server was running on port 80, but somehow the CF install reported it was port 8888 at the end and could not set up its connectors to the Apache server.
When I changed the port in httpd.conf to 8888, cfm pages are found but do not run. The Coldfusion service IS running when I check with "ps -eaf | grep coldfusion8ps" and I'm able to stop & resart the service using
/Applications/ColdFusion8/bin/coldfusion start | stop in terminal
so that's all working.
The apache httpd.conf file does have the following:
DirectoryIndex index.cfm index.html index.php
but is there anything else that needs adjusting in the file so it tuns over cfm pages to Coldfusion to render?
I'm a total Mac and unix newbie but having been usng CF in Windows for many years.
Or might it be as simple as a CF configuration file with conflicting ports?
I could really use some help, I'm pretty much at sea here...
Thanks.
