Copy link to clipboard
Copied
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
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.
Copy link to clipboard
Copied
Any Ideas?
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Hi ShapeShifme,
Thanks for this. I wish I seen this 3 hours ago.