Skip to main content
Inspiring
April 10, 2013
Question

How to Connection CF10 to Apache on Separate Linux boxes

  • April 10, 2013
  • 1 reply
  • 782 views

Is there documentation on this? We have CF10 installed on one Linux server and would like to connect it to Apache installed on a second Linux box.

This topic has been closed for replies.

1 reply

Priyank Shrivastava.
Inspiring
April 11, 2013

Hi,

I have done this in Windows and Linux both for CF 9, but you can follow the same for ColdFusion 10. The place where we have to enter the IP address, put in the IP address of Remote server where you have installed ColdFusion 10.

In Web Server machine create the Identical directory as /opt/ColdFusion10/config/wsconfig and then place all the files,

Manual Connector for Apache: http://helpx.adobe.com/coldfusion/kb/coldfusion10-apache-manual-connector-configuration.html

In ColdFusion server machine, you don't have to create this connector directory.

Please check this article, this is for CF 9.

http://helpx.adobe.com/coldfusion/kb/manually-configure-web-server-connector.html

Hope this helps.

Regards,

Priyank

Thanks, Priyank Shrivastava
retrocaneAuthor
Inspiring
April 15, 2013

Thank you.