Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Coldfusion 10 how to manually config Apache 2.2

New Here ,
Jun 13, 2012 Jun 13, 2012

I have installed cf10 using WAR setup cfusion.war file

How to manually config Apache 2.2 httpd.conf file to map cfm pages

Thank you

ChuckInAtl

2.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jun 13, 2012 Jun 13, 2012

You can copy wsconfig.exe to the server hosting Apache and run it there.  The wsconfig.exe can run independently and doesn't even require being on the same server as ColdFusion itself (A "distributed configuration" is typically configured by copying wsconfig to the webserver on a remote machine and using the tool there to connect to CF on a different machine). 

To get wsconfig.exe, you could do a temporary install of CF on a "dummy" or test machine, grab the wsconfig.exe, then copy it to the server with Apache.

See:

Running Macromedia ColdFusion MX in distributed mode

http://www.adobe.com/support/coldfusion/administration/cfmx_in_distributed_mode/

Some details have been changed since this article, but the gist still applies.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 15, 2012 Jun 15, 2012

Hello Steven,

Did just that, thanks

Chuck

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 08, 2013 May 08, 2013

Hey I installed Coldfusion 10 on Ubuntu 13.04 running Apache but the coldfusion installer keeps asking for the directory where HTTPD.Conf file is located but there is none, infact there is no httpd.conf file what I have is a conf.d directory and an apache2.conf file. So after I install and start the CF server Apache does not recognize the .CFM pages. How can I fix this issue? Any help is appreciated.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 08, 2013 May 08, 2013

You might want to create a symbolic link for httpd.conf to point to the apache2.conf

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 09, 2013 May 09, 2013
LATEST

I struggled with this too, until finally abandoning 13.04 (for other reasons) and going back to 12.10.  But I'll be filing this tidbit for future releases!

Incidentally, I made a "dummy" (i.e. empty) httpd.conf file, which allowed me to install CF10, but I never got around to seeing if it actually worked.  I think Pete's solution is probably a better one.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources