Blog
- Home
- Blog
This article covers AutoSSL not working on cPanel / WHM.
To fix it, just try to assign 755 permissions and the correct owner to your public_html directory:
$ chmod 755 /home/user/public_html -v
$ chown user.user /home/user/public_html/ -R
Make sure you change user.user with your real cPanel user for that website.
This article covers how to troubleshoot Kubernetes error with linode.
This article covers method to resolve SolusVM error "Connection Failed Debug Data: ERROR:4".
This article covers methods to resolve the error, "CRITICAL:yum.cli: Config Error: Error accessing file for config file:///etc/yum.conf" occurs while performing certain actions with yum.
The replacement of the source-compiled version of curl is to use the rpms instead, eg:
$ yum install libcurl-devel
As the libcurl and curl rpms should already be there by default, as yum needs them.
This article covers methods to resolve HTTP error 403 which happens as a result of issues with files in repos.d, permissions or SELinux.
To fix this error:
Grant read permission for other users inside CentOS/RHEL/OL 6 latest channel directory on local yum server.
This article covers methods to fix "error memcached support requires libmemcached" for our customers in both plesk and cPanel.
To fix this error, install the libmemcached-devel package:
$ apt-get install libmemcached-dev