error
cpanel is showing diskusage full
solution
#find / -user username -ls >> used to find the files that are owned by that user
#find / -user uid -ls >> used to find the files that are owned by the user by looking the uid. The uid can ge get from/etc/passwd
error
whm is not showing correct disk space
/scripts/upcp --force
/scripts/fixquotas
/usr/local/cpanel/cpkeyclt --sync
load
vi /var/cpanel/cpanel.config
/usr/local/cpanel/startup
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
error
cant get cpanel or whm by giving ............./cpanel
it will redirect to https and not getting the cpanel
solution
whm/tweak settings
disable the option "Always redirect users to the ssl/tls ports when visiting /cpanel, /webmail, etc."
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
following entries in httpd.conf for redirecting while /cpanel or /webmail or /whm
ScriptAliasMatch ^/cpanel/(.*) /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /cpanel /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /whm /usr/local/cpanel/cgi-sys/whmredirect.cgi
ScriptAlias /securewhm /usr/local/cpanel/cgi-sys/swhmredirect.cgi
ScriptAlias /webmail /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAliasMatch ^/webmail/(.*) /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAliasMatch ^/kpanel/(.*) /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /controlpanel /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /securecontrolpanel /usr/local/cpanel/cgi-sys/sredirect.cgi
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&7
http://www.webmasterstop.com/109.html
error while trying to install through addon scripts or through scripts library.
no install button but it need CpAddon moderation email
solution
whm >> Manage cPAddon Scripts
uncheck all under cPAddon Moderation Configuration
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&