The Problem I have just installed LAMP on my CentOS machine and while trying to access phpMyadmin thorugh cPanel, get below error: Existing configuration file (./config.inc.php) is not readable. The Solution The above error is due to the misconfiguration of permissions of the phpMyAdmin configuration file – /usr/local/cpanel/base/3rdparty/phpMyAdmin. Follow the steps outlined below in order […]
Apache
How to Increase the File Download Size Limit in Apache
The Problem You may encounter a request to increase the file download size limit in Apache server. Attempting to call a URL to upload a file, the following error occurs in Browser: ERROR Request entity too large. Request exceeds the capacity limit Apache error_log has the following error: Request content-length of 294135 is larger than […]