Tag: CPanel

How to fix ConfigServer Mail Manage Internal Server Error after cPanel upgrade?

I was upgrading my cPanel to v11.24.4-R32603 – WHM 11.24.2 – X 3.9 and I noticed that ConfigServer Mail Manage is broken after the upgrade. Below is the error message I got while accecssing ConfigServer Mail Manage (http://[IP_Address]:2087/cgi/addon_cmm.cgi) Internal Server Error Premature end of script headers: /usr/local/cpanel/whostmgr/docroot/cgi/addon_cmm.cgi:Please check / usr / local / cpanel / logs / error_log for the…

Read More »

How to change WHM VPS Optimized logo to WHM logo

This is a simple guide on how to change WHM VPS Optimized logo to WHM logo or other logo. This guide is using root access, please be careful with anything you do. Steps: [list] [*] Login via SSH to your VPS as root. [*] Goto “x” themes [code] cd /usr/local/cpanel/whostmgr/docroot/themes/x [/code] [*] Backup current logo [code] cp logo_vps.jpg logo_vps.jpg.backup [/code]…

Read More »

How to enable iconv on CPanel server?

The iconv API is the standard programming interface for converting character strings from one character encoding to another in Unix-like operating systems. All recent Linux distributions contain a free implementation of iconv() as part of the GNU C Library which is the C library for current Linux systems. To use it, the GNU glibc locales need to be installed, which…

Read More »

How to compile GD graphics library with CPanel server

GD is an open source code library for the dynamic creation of images by programmers. GD is written in C, and “wrappers” are available for Perl, PHP and other languages. GD creates PNG, JPEG and GIF images, among other formats. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. While not restricted to…

Read More »