• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

The Geek Diary

CONCEPTS | BASICS | HOWTO

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • Linux Services
    • VCS
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
    • Data Guard
  • DevOps
    • Docker
    • Shell Scripting
  • Interview Questions
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

Apache

PHPMyAdmin :: Existing configuration file (./config.inc.php) is not readable

By admin

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 to resolve the issue: 1. Login to the server with root user. 2. View current the permissions … [Read more...] about PHPMyAdmin :: Existing configuration file (./config.inc.php) is not readable

Filed Under: Apache

How to Increase the File Download Size Limit in Apache

By admin

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 the configured limit of 262144 The Solution The file download size limit is controlled by the Apache directive "LimitRequestBody". By default, it … [Read more...] about How to Increase the File Download Size Limit in Apache

Filed Under: Apache, Linux

Primary Sidebar

Recent Posts

  • How to disable ICMP redirects on CentOS/RHEL
  • What are Oracle Key Vault Roles
  • What Is Oracle Key Vault
  • Auditing with Oracle Database Vault Reports
  • Archives
  • Contact Us
  • Copyright

© 2021 · The Geek Diary