Linux

Apps, Howto, Linux

Installing ImageMagick on a cPanel Server

This post is obsolete as of cPanel 11.36. To install ImageMagick:  yum -y install ImageMagick-devel ImageMagick-c++-devel For PHP: /usr/bin/pecl install imagick For Perl: yum -y install ImageMagick-perl (You may need to temporarily remove “perl*” from /etc/yum.conf) LEGACY VERSION INSTALLATION: Some time in earlier 2009 cPanel added a new script to their repository to allow cPanel

Installing ImageMagick on a cPanel Server Read Post »

Fixes, Linux

aquota.user: Permission denied

This error has been bugging me for over a year now: touch: cannot touch `/aquota.user’: Permission denied This generally occurs when performing any function where the quota system is being modified, such as changing an account’s quota, suspending/unsuspended an account, or running one of cPanel’s quota scripts. First, check the permissions of /aquota.user (or the

aquota.user: Permission denied Read Post »

Apps, Linux, Security

10 Free Monitoring Solutions to Consider

Server and network monitoring can be crucial to a host’s success. I mean, how embarrassing is it when your customers are aware of downtime before you are? You don’t have to pay big bucks or spend loads of time setting up monitoring for your server. We’ve compiled a list of free monitoring solutions you can use to guarantee minimal downtime for your users, and show customers how reliable your service is!

10 Free Monitoring Solutions to Consider Read Post »

Fixes, Linux, Troubleshooting

cPanel Out of Memory Errors

I’ve seen several features of cPanel appear to malfunction, and upon reviewing /usr/local/cpanel/logs/error_log, I’d see something similar to this: Out of memory during request for 2180 bytes, total sbrk() is 130234368 bytes! Common places this has been known to occur: In Webmail (Horde and Roundcube) when opening large attachments Using cPanel’s perl module installer You

cPanel Out of Memory Errors Read Post »

Scroll to Top