Skip to main content
Inspiring
October 25, 2012
Answered

Coldfusion Installation On (k)Ubuntu 12.10

  • October 25, 2012
  • 1 reply
  • 3548 views

Good day,

Im trying to install coldfusion 10,(also tryied 9) on kubunu 12.10.

I have installed many times on 12.04 and before.

When installing when i try to add apache web config and i get to this question.

Which directory contains your Apache configuration file (httpd.conf)? (For

   example, on Red Hat Linux it could be located in the /etc/httpd/conf

   directory if you installed from an rpm, or for SuSe Linux, it could be in

   /etc/apache2)

  

   Directory: /etc/apache2

  

   Invalid path to configuration directory (the path does not exist or does not

   contain the configuration file).

   Which directory contains your Apache configuration file (httpd.conf)? (For

   example, on Red Hat Linux it could be located in the /etc/httpd/conf

   directory if you installed from an rpm, or for SuSe Linux, it could be in

   /etc/apache2)

However the problem is that  /etc/apache2 is the correct directory

When i go view the directory and run ls

there is no httpd.conf file.

However if i browse to my machine in forefox, i get IT WORKS so i know apache is working

Has 12.10 done away with httpd.conf and if so how do i install coldfusion

if it helps im running 64 bit

Regards

This topic has been closed for replies.
Correct answer ShapeShifme

OK figured it out.

Hope this helps someone.

Before installing coldfusion run

touch /etc/apache2/httpd.conf

then

nano /etc/apache2/apache2.conf

{

#add the following line under

Include mods-enabled/*.conf

 

Include httpd.conf

}

then /etc/init.d/apache2 restart

then install coldfusion as per normal.

1 reply

Inspiring
October 31, 2012

Any Ideas?

Inspiring
October 31, 2012

Ok found this link.

http://ubuntuforums.org/showthread.php?t=2077488

It says that since 12.10 httpd was removed. how do i thien confiqure apache 2 with coldfusion manually.

Regards

ShapeShifmeAuthorCorrect answer
Inspiring
October 31, 2012

OK figured it out.

Hope this helps someone.

Before installing coldfusion run

touch /etc/apache2/httpd.conf

then

nano /etc/apache2/apache2.conf

{

#add the following line under

Include mods-enabled/*.conf

 

Include httpd.conf

}

then /etc/init.d/apache2 restart

then install coldfusion as per normal.