Explore Our Latest Updates
Stay informed and inspired with our blogs to navigate and resolve any technical challenges that you may encounter.
Clamscan high CPU usage – 3 steps to make it right
Clamscan high CPU usage is affecting my server performance and user experience. Is there something that we can do? That was a recent request in our Server Management Services HelpDesk. Clamscan is a tool that scans files and folders in the server for viruses. However,...
How to install UFW on Ubuntu 18.04? – An Uncomplicated Firewall
Looking for a guide on how to install UFW on a Ubuntu 18.04 server? We can help you. Uncomplicated Firewall or UFW provides an interface to manage the iptables firewall easily. A firewall protects the server and the interconnected network from the dangers that exist...
413 request entity too large error – Nail it easily!
Is your website showing a 413 request entity too large error? We are here to help you. The 413 error simply means that the browser request was too large for the webserver to process. Again, the fix for 413 request entity too large error involves modifying the size of...
Laravel vendor folder is missing – Easy way to regenerate it
Oops! your Laravel project is not loading as the vendor folder is missing. We can help you to regenerate it. Usually, this situation occurs due to a corrupted or outdated Composer installation. As a result, the Laravel project can not create the autoload.php and...
Magento: Leverage browser caching to improve site speed
Need to improve the page loading speed of your Magento store? We can do it by leveraging browser cache. Browser caching helps to store the website data in the user's local machine. So that the site loads faster when the user visits the same website again. That is why...
How we enable gzip compression through htaccess?
Looking for a way to speed up your Apache-based web server? One option is to enable gzip compression through the .htaccess file. Gzip compressions reduce file size that in-turn increases website speed. That is why our Support Engineers enable gzip compression in all...
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
phpMyAdmin ini_set error solved
Are you stuck with 'phpMyAdmin ini_set error'? Often disabling certain PHP functions like ini_get, ini_set, etc. results in phpMyAdmin error. And, when users upload databases via phpMyAdmin, it fails. At Bobcares, we often get requests from our customers to fix...
DigitalOcean power off Droplet – Top 2 ways
Are you confused about how to power off the Droplet in the DigitalOcean server? We can help you with it. DigitalOcean users may need to turn off the Droplets while taking Snapshots or when the server is not in use. At Bobcares, we often receive requests regarding...
CWP 502 Bad Gateway Error – Let’s fix it
Are you stuck with CWP 502 Bad Gateway error? We can help you fix it. The CentOS Web Panel uses PHP-FPM to serve PHP pages quickly. Often, when PHP-FPM goes down, it throws Bad Gateway errors. At Bobcares, we help our server owners to fix the CentOS WebPanel errors as...
Let’s Encrypt bug in CAA – How do we tackle this?
Oops!! Let’s Encrypt is revoking 3 Million Certificates due to a bug in CAA check! On February 29, 2020, the free SSL provider had to do this due to a bug in their certificate generating process. At Bobcares, we frequently deal with Let's Encrypt queries, as a part of...
Update PHP version in Plesk panel – How we do it safely?
Looking for the steps to update the PHP version in Plesk panel? We can help you. The latest version of PHP protects the website against vulnerabilities identified in the previous version. However, a bad update can make all your PHP based websites down. At Bobcares,...
Logrotate delaycompress – Smart option to manage server logs
Trouble finding app failure details from rotated logs? That's where the Logrotate Delaycompress option helps. Logrotate saves disk space by compressing logs. The option Delaycompress can bring in a time delay in compression. Today, let’s see how our Support Engineers...