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

Coldfusion Installation On (k)Ubuntu 12.10

Explorer ,
Oct 25, 2012 Oct 25, 2012

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

3.5K
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

correct answers 1 Correct answer

Explorer , Oct 30, 2012 Oct 30, 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.

Translate
Explorer ,
Oct 30, 2012 Oct 30, 2012

Any Ideas?

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 ,
Oct 30, 2012 Oct 30, 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

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 ,
Oct 30, 2012 Oct 30, 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.

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 ,
Nov 18, 2012 Nov 18, 2012
LATEST

Hi ShapeShifme,

Thanks for this.  I wish I seen this 3 hours ago.

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