dapurhosting.com Blog for Tech

October 28, 2011

login webmail Internal Server Error User is over quota

Filed under: Uncategorized — dh @ 3:19 am

cPanel show this message:

login webmail Internal Server Error User is over quota

but disk space is not full

cd /var/cpanel/overquota/
ls cpusername

if found, delete it

October 20, 2011

Share IP Not Showing Default Website

Filed under: cPanel/WHM,Server — dh @ 3:19 am

When browse to IP, browser not showing default website but other website (client)

login to ssh

pico /usr/local/apache/conf/httpd.conf

find
Copy …..
Paste on top and change IP address to touble IP


ServerName x.x.com
DocumentRoot /usr/local/apache/htdocs
ServerAdmin x.x@x.com

suPHP_UserGroup nobody nobody

UserDir disable

jalankan command ini supaya httpd.conf yang baru diganti menjadi default apache (konfigurasi tidak hilang)

/usr/local/cpanel/bin/apache_conf_distiller –update

Fantastico Error

Filed under: Fantastico — dh @ 3:09 am

Login to SSH
/scripts/makecpphp
/etc/rc.d/init.d/cpanel restart

October 14, 2011

Fatal error: Maximum execution time of 300 seconds exceeded

Filed under: cPanel/WHM,MySql — dh @ 5:06 am

http://www.helpdesksys.com/joomla-articles/27-maximum-execution-time-of-300-seconds.html

Fatal error: Maximum execution time of 300 seconds exceeded

PHPMyAdmin will not work for uploading large mysql databases. If you attempt to upload a large mysql dataset you will often get this error

Here is the Fix

If you get this error you will need edit config.default.php inside phpmyadmin folder and look for this line

$cfg[’ExecTimeLimit’] = 300;

and replace with 0 or any larger value

$cfg[’ExecTimeLimit’] = 3600;

Normally it is located at “/usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/config.default.php”,

Ref: http://24x7servermanagement.com/blog/?p=517

Powered by WordPress