Error:
Failure of server APACHE bridge:
No backend server available for connection: timed out after 10 seconds or idempotent set to OFF.
Build date/time: Apr 20 2009 15:29:34
Change Number: 1253617
Solution:
If its Linux server.
+ Stop the apache server
/usr/sbin/apachectl stop
+Check SELINUX parameter
[root@TZ-IBWB-PRD-01 ~]# getenforce
Enforcing
+set the value to Permissive as below
[root@TZ-IBWB-PRD-01 ~]# setenforce 0
[root@TZ-IBWB-PRD-01 ~]# getenforce
Permissive
+Start the apache
/usr/sbin/apachectl start
Check the URL.
+To make perment solution
Failure of server APACHE bridge:
No backend server available for connection: timed out after 10 seconds or idempotent set to OFF.
Build date/time: Apr 20 2009 15:29:34
Change Number: 1253617
Solution:
If its Linux server.
+ Stop the apache server
/usr/sbin/apachectl stop
+Check SELINUX parameter
[root@TZ-IBWB-PRD-01 ~]# getenforce
Enforcing
+set the value to Permissive as below
[root@TZ-IBWB-PRD-01 ~]# setenforce 0
[root@TZ-IBWB-PRD-01 ~]# getenforce
Permissive
+Start the apache
/usr/sbin/apachectl start
Check the URL.
+To make perment solution