Thank you for your reply.
Now, it's working. After adding timeout variable as you suggested, and adding the directives in Additional nginx directives (in Apache & nginx Settings), it works as it should, finally.
Thank you!
Hello,
thank you for your reply.
I did exactly as you suggested: I created timeout.conf file in /etc/httpd/conf.d/ and added just:
Timeout 300
Afterward, I run the command:
apachectl configtest && apachectl graceful
But, after 60 seconds, I got "504 Gateway Time-out nginx" error.
From the logs...
I am pretty sure. They are standard functions of different versions of Prestashop. It happens for different functions like I said: generating all the variations of products, generating long sitemaps when I want to check also for images. It always stops after exactly 60s.
Going back to the...
Hello,
thank you for your reply.
Since I am a newby in plesk, where do I set TimeOut for Apache.
In the meantime, I've checked the logs and now I get Server Error 503 Service Temporarily Unavailable:
2019-04-05 07:57:20 - Error - (70007)The timeout specified has expired: AH01075: Error...
Hello,
I have some Prestashop 1.6 online shops and when I have to run some long scripts like creating products with many combinations or generating sitemap I get a "504 Gateway Time-out."
I have increased max_execution_time to 300 and set some nginx variables in Additional nginx directives as...