Apache gateway timeout error

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Apache gateway timeout error

Roshan
Hello Erman,

hope you are fine.

We were getting gateway timeout similar to the link below

https://www.ozzu.com/questions/609716/how-to-fix-proxy-fcgierror-70007the-timeout-specified-has-expired

after increasing MaxKeepAliveRequests from 100 to 500, the application was stable for 3 days. later issue appeared again.

Please advise.

Regards,

Roshan
Reply | Threaded
Open this post in threaded view
|

Re: Apache gateway timeout error

ErmanArslansOracleBlog
Administrator
1)Please send me the screenshot of the actual error.
2)Is this issue common to all the pages or specific to one(or two) web page(s)? And if it specific to one web page, what is that web page for? (may there be a query going to the database and lasts forever.. -- these things may be due to these kind of stuff as well )  -> some ref from Oracle EBS world -> EBS: Error 504 Gateway Time-out While Trying to Approve Workflow Notification (Doc ID 2972720.1)
Reply | Threaded
Open this post in threaded view
|

Re: Apache gateway timeout error

Roshan
GATEWAYTIMEOUT.png

Error from logs:
01075: Error dispatching request to : (polling), referer: https://10.101.1/appointment/index.php/user/login
[Tue Dec 10 20:35:16.491594 2024] [proxy_fcgi:error] [pid 15793:tid 139764359272192] (70007)The timeout specified has expired: [client 10.102.2:57116] AH01075: Error dispatching request to : (polling), referer: https://bookmcb/appointment/index.php/user/login
[Tue Dec 10 20:36:52.488911 2024] [proxy_fcgi:error] [pid 15793:tid 139764476770048] (70007)The timeout specified has expired: [client 10.102.2.:57105] AH01075: Error dispatching request to : (polling), referer: https://10.101.1/appointment/index.php/user/login
[Tue Dec 10 20:37:14.218991 2024] [proxy_fcgi:error] [pid 15793:tid 139764543911680] (70007)The timeout specified has expired: [client 10.102.2:57151] AH01075: Error dispatching request to : (polling), referer: https://10.101.1/appointment/index.php/user/login
[Tue Dec 10 20:39:02.325610 2024] [proxy_fcgi:error] [pid 15793:tid 139764443199232]

2)Is this issue common to all the pages or specific to one(or two) web page(s)? And if it specific to one web page, what is that web page for? (may there be a query going to the database and lasts forever.. -- these things may be due to these kind of stuff as well )
I will check and update you
Reply | Threaded
Open this post in threaded view
|

Re: Apache gateway timeout error

ErmanArslansOracleBlog
Administrator
This is a custom thing and it seems it is related with Apache and php..

It seems your php code takes long time to execute..

Check the following thread and trying to find your way on your context -> https://stackoverflow.com/questions/33375823/apache-proxfy-fcgi-error-dispatching-request-to
Reply | Threaded
Open this post in threaded view
|

Re: Apache gateway timeout error

Roshan
thanks for the update.