Coldfusion 2018 with Apache 2.4 on CentOS 7.6 - External Apache server connection fails
My ColdFusion 2018 is installed successfully. I can access its Admin page with no problem. My Apache 2.4 is also running ok to access html files. My OS is CentOS 7.6.
I used the following command to installed the external Apache connector:
/opt/coldfusion2018/cfusion/runtime/bin/wsconfig \
-ws apache -bin /usr/local/apache2/bin/httpd -script /usr/local/apache2/bin/apachectl -dir \
/usr/local/apache2/conf -v
The command seems completed successful. The following two entries are put into my httpd.conf file.
Include "/usr/local/apache2/conf/mod_jk.conf"
Include "/opt/coldfusion2018/config/wsconfig/1/mod_jk_vhost.conf"
I also restarted Apache and ColdFusion servers.
Then the access for any html files are still OK. However, if I test any .cfm file, I got the following error message:
503 Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
I checked the Apache log files and ColdFusion logs under <CF_Install>/cfusion/logs, I do not see any related errors as well. What could be the root cause and how to debug it?
Thank you very much.
Qi
Thank you very much.
Qi
