Search

Blogroll

Meta:

Install GD without recompiling Apache

March 28th, 2010 by vicky

If you need to enable GD to your php installation and do not want to recompile whole Apache then there is easy solution.

You just execute command  /scripts/installgd  as root on your cPanel server and you are set.

Posted in Cpanel/WHM | No Comments »

Enable PhpMyAdmin import zip files

January 19th, 2010 by admin

To enable phpmyadmin at cpanel server to import zipped mysql dumps you need to reconfigure internal cpanel php installation..

Edit /var/cpanel/easy/apache/profile/makecpphp.profile.yaml
Change: Cpanel::Easy::PHP5::Zip: 0=0
To: Cpanel::Easy::PHP5::Zip: 1
Save the file
Run `/scripts/makecpphp`

before running the last command make sure the file /var/cpanel/easy/apache/profile/makecpphp.profile.yaml is chattr +i.

Posted in Cpanel/WHM | 3 Comments »