Server error: Connection reset by peer | End of script output before headers


 

I managed to solved this by adding FcgidBusyTimeout . Just in case if anyone have similar issue with me.

Here is my settings on my apache.conf:

<VirtualHost *:80>
.......
<IfModule mod_fcgid.c>
FcgidBusyTimeout 3600
</IfModule>
</VirtualHost>



Ref:
https://stackoverflow.com/questions/46069590/server-error-connection-reset-by-peer-end-of-script-output-before-headers



Article ID: 108
Created On: Mon, Feb 28, 2022 at 12:58 AM
Last Updated On: Mon, Feb 28, 2022 at 12:58 AM
Authored by: Saeed Nobakht [[email protected]]

Online URL: https://www.navel.ir/article/server-error-connection-reset-by-peer-end-of-script-output-before-headers-108.html