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

Apache Optimization

httpd.conf is configuration file of apache server and all important options are stored there. httpd.conf is located at /usr/local/apache/conf/httpd.conf.vi /usr/local/apache/conf/httpd.confMaxClients (Total number of concurrent connections.)It should be set reasonable value because if set high value then there is chance a complete server hang in case of a DOS attack. It can set value as per […]

See More