Images not loading for websites.

If you find that images are not loading in linux  server then you should disable php functions.php.ini is configuration file of PHP.Find exact path of php.ini# php -i | grep php.iniOr you can use the another command like# php.iniConfiguration File (php.ini) Path => /usr/local/libLoaded Configuration File => /usr/local/lib/php.inithen search disabled disable_function in that file and […]

See More

How to view webalizer stats without login to cpanel .

Just follow below steps. ================== ============================ cd /home/username/www ln -s ../tmp/webalizer   webalizer chown username.username  webalizer cd ../tmp chmod 755 ./ chmod 755 ./webalizer ================== ============================ It will allow domain.com/webalizer/ for viewing stats without logging in to cPanel

See More

How to update webalizer.

Some times , weblizer doesn’t update automatically. You  have to update manually update it. Follow the below steps to update manually update webalizer. =============================================================/usr/local/cPanel/3rdparty/bin/english/webalizer  -N  10  -D/home/username/tmp/webalizer/dns_cache.db -R 250 -p -n domain.com -o/home/username/tmp/webalizer/usr/local/apache/domlogs/domain.com=============================================================== Replace username and domain name of your hosting account.

See More