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.
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!
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.
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