Question

How to resolve [proxy_fcgi:error] (104)Connection reset by peer: [client IP:38260] AH01075: Error dispatching request to

We are using PHP-Laravel with LAMP stack environment on ubuntu 20.04 and using mobile app for uploading images and videos as functionality of the web app. Normally web portal works fine but in case when we start uploading such media over mobile application then application starts endless loading both, mobile and web portal side and above error displays in apache error logs. I have tried many methods for configuration files but still issue persists.


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
June 27, 2022

Hi there,

It sounds like it might be a configuration problem, would you mind sharing your Apache Vhost here?

Besides that, I could also suggest following the steps here on how to troubleshoot common Apache problems:

https://www.digitalocean.com/community/questions/how-to-troubleshoot-common-apache-issues-on-linux-server

Best,

Bobby