Difference between revisions of "PhpMyAdmin error 504"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with "Query time is limited to 60 seconds using PhpMyAdmin. Apache timeout value by default is 60s. The following error may occur:<br> File:Phpmyadmin504.png <br> If you want to increase request timeout to 200 seconds, just add the following line to your Apache configuration file. Edit file: /etc/httpd/conf/httpd.conf Add: Timeout 200 Save file ant restart Apache: systemctl restart httpd")
 
(No difference)

Latest revision as of 12:25, 25 March 2024

Query time is limited to 60 seconds using PhpMyAdmin.

Apache timeout value by default is 60s.

The following error may occur:
Phpmyadmin504.png

If you want to increase request timeout to 200 seconds, just add the following line to your Apache configuration file.

Edit file:

/etc/httpd/conf/httpd.conf

Add:

Timeout 200

Save file ant restart Apache:

systemctl restart httpd