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
3 comments:
Thanks a Lot Dear ....
Perfect Solution !!!
It save my a lot of time.
Regards,
Pawan Soni
Given your configuration - did you already have SElinux installed & needed to reconfigure to get past this error?
I ask because we are also getting this same error, however we have SElinux disabled in the kernel.
It is therefore applicable?
Thank you,
Gregor
Failure of Web Server bridge:
No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent.
Still i am facing this issue ..ebs R12.2 login page is coming after restarting but after sometime again same error coming.
Post a Comment