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
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
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
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
Login to SSH
/scripts/makecpphp
/etc/rc.d/init.d/cpanel restart
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