Copy link to clipboard
Copied
I have installed CF8 on my Fedora Unix server and am having trouble
getting it connected to Apache.
I can access the administrator using
http://[my ip]:8500/cfide/administrator
Even though coldfusion is successfully installed, the problem persists.
Any ideas?
Copy link to clipboard
Copied
What about if you use http://[my ip]:8500/CFIDE/administrator ? IE: CFIDE instead of cfide. The dir is actually CFIDE... usualy the installer makes a symlink to it as cfide as well, but I have seen this go AWOL sometimes.
--
Adam
Copy link to clipboard
Copied
What about if you use http://[my ip]:8500/CFIDE/administrator ? (CFIDE not cfide). The dir is CFIDE. The installer should create a symlink for cfide too, but I have seen it not work sometimes.
--
Adam
Copy link to clipboard
Copied
Ok we have coldfusion installed on our Fedora Code server. The problem is that coldfusion will not connect to APACHE. I am
supposed to use the wsconfig command to create a connection to apache however it gives me a cannot connector to server error.
The command I used to TRY and install the connector is as follows:
./wsconfig -server apache -ws Apache -dir /etc/httpd/conf -bin /usr/sbin/httpd -script /usr/sbin/apachectl -coldfusion -v
From the above you can see my apache dir, bin and script files. Still a no go.... please help! How can I get this connection to work?
FYI:
[root@warne-brothers sbin]# netstat -antp | grep "coldfusion8"
tcp 0 0 :::51011 :::* LISTEN 8456/coldfusion8
tcp 0 0 :::6085 :::* LISTEN 8456/coldfusion8
tcp 0 0 :::60234 :::* LISTEN 8456/coldfusion8
tcp 0 0 :::2930 :::* LISTEN 8456/coldfusion8
tcp 0 0 :::2522 :::* LISTEN 8456/coldfusion8
tcp 0 0 :::7999 :::* LISTEN 8456/coldfusion8
[root@warne-brothers sbin]# more /etc/hosts
127.0.0.1 localhost.localdomain localhost
208.115.34.75 warne-brothers.com warne-brothers
[root@warne-brothers sbin]#
Todd
Copy link to clipboard
Copied
Toadsteraz,
Can you please check and print the contents of your /etc/hosts file here?
It should have an entry like,
[(Your_IP_Address) (Host_Name) (Alias)]
For eg.,
127.0.0.1 MyPC localhost
HTH
Copy link to clipboard
Copied
127.0.0.1 localhost.localdomain localhost
208.115.34.75 warne-brothers.com warne-brothers
Copy link to clipboard
Copied
Thanks Toadsteraz.
Now just comment the first line of it, and add another entry of it (with a slight modification).
It should look like this,
#127.0.0.1 localhost.localdomain localhost
127.0.0.1 localhost.localdomain localhost
208.115.34.75 warne-brothers.com warne-brothers