Notifications
Clear all
General Questions
2
Posts
2
Users
0
Reactions
787
Views
Mar 22, 2022 10:10 pm
Hi
Im using latest SolidCP with PHP 8
I have made all the usual website PHP.ini optimisations for timeout settings, but I am getting a timeout I cant seem to solve where I am using PHP app to upload a Excel spreadsheet into a MySQL database - after 6000 rows of data it throws a
504 Gateway Time-out
But the data does get uploaded despite the error (This happens at around 31 seconds from starting the upload so i think its relating to a setting ive missed)
Is there any settings I could have missed?
In PHP.ini I have changed these
max_execution_time=300 |
Seen as the timeout happens at 31 seconds I dont think its related to that.
Thanks
1 Reply
Apr 27, 2022 1:01 pm
Hello,
Are you running the web server via a reverse proxy? The error suggests that may have timed out.
Regards,
Trevor