Skip to main content
November 17, 2009
Question

Problem in installing Coldfusion 8 in Redhat Enterprise

  • November 17, 2009
  • 2 replies
  • 615 views

I'm trying to install coldfusion 8 (64bit) into my Linux Redhat Enterprise version 5. I can setup everything successfully if using CF default web server.

But when i trying to install CF8 with apache webserver, CF unable to point to the conf file which are exist.

I had downloaded the latest version of apache server 2.2.14 -  httpd-2.2.14.tar.gz , and i had make install it.

By default, the location after i installed, i suppose to point it to /usr/local/apache2 , but CF8 unable to locate my conf file.

Any expert can help? I'm really very new to LiNux, stuck this for very long already.

Thanks....

    This topic has been closed for replies.

    2 replies

    November 19, 2009

    the problem has been solved. My mistake....

    I keyed in /usr/local/apache2 only, the /conf is missing. thats why it can't found my conf file.

    Thanks everyone.

    Inspiring
    November 17, 2009
    By default, the location after i installed, i suppose to point it to /usr/local/apache2 , but CF8 unable to locate my conf file.

    Hi,

    I hope you can find it under this location "/etc/httpd/conf".

    Inspiring
    November 18, 2009

    Did you look to see if the conf file is actually at /usr/local/apache2/conf/httpd.conf? If not, then you need to find it.

    As Daverms stated, it is most of the time on RH/CENTOS located in /etc/httpd/conf/ folder.

    hth