PhpMyAdmin error 504

From Kolmisoft Wiki
Revision as of 12:25, 25 March 2024 by Edvardas (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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