Fix This can be fixed by using yum install apr-util-devel
Day: August 6, 2018
SSH login getting delayed for minutes even though server is stable
Fix Check whether UseDNS parameter is enabled in ssh config file sshd_config. UseDNS no Restart the ssh service
To enable slow query log in MySQL
Create the file mysql-slow.log in /var/log/ directory. Add the following entries in /etc/my.cnf log-slow-queries = /var/log/mysql-slow.log long_query_time = 1 restart mysql service.
-bash: host: command not found
Fix This can be fixed by yum install bind-utils jwhois