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

Directory Index Forbidden Error !!

If you get below in error in error_log========================================[Thu  Sept 13  02:09:32 2012] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /home/domainusername/public_html/[Thu  Sept 13  02:09:32 20129] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /home/domainusername/public_html/==================================================Then you need to add below code in .htaccess file.==================================DirectoryIndex index.htmlorDirectoryIndex index.php==================================and then check your site.

See More