Webalizer - Knowledge Base Archives - Hivelocity Hosting https://www.hivelocity.net/kb/tag/webalizer/ Dedicated Servers, Private Cloud & Colocation Mon, 18 Dec 2023 14:16:45 +0000 en-US hourly 1 https://wordpress.org/?v=6.6 Using Webalizer in Hsphere https://www.hivelocity.net/kb/learn-how-to-use-webalizer-hsphere/ https://www.hivelocity.net/kb/learn-how-to-use-webalizer-hsphere/#respond Sun, 05 Dec 2010 06:57:30 +0000 https://kb.hivelocity.net/?p=3136 Watch this tutorial to learn how to use Webalizer in Hsphere.

The post Using Webalizer in Hsphere appeared first on Hivelocity Hosting.

]]>
Watch this tutorial to learn how to use Webalizer in Hsphere.

The post Using Webalizer in Hsphere appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/learn-how-to-use-webalizer-hsphere/feed/ 0
Make diskuage, bandwidth and webalizer stats update more frequently https://www.hivelocity.net/kb/how-do-i-make-diskuage-bandwidth-and-webalizer-stats-update-more-frequently-2/ https://www.hivelocity.net/kb/how-do-i-make-diskuage-bandwidth-and-webalizer-stats-update-more-frequently-2/#respond Sun, 14 Nov 2010 09:43:48 +0000 https://kb.hivelocity.net/?p=2286 Cron is the tool used to control the update frequency of the stats. You can easily change the frequency by modifying the cron job. Cron file for RedHat: /etc/cron.d/directadmin_cron Cron file for FreeBSD: /etc/crontab Edit the cron file and locate the line that looks like the following: 10 0 * * * root echo ‘action=tally&value=all’ …

Make diskuage, bandwidth and webalizer stats update more frequently Read More »

The post Make diskuage, bandwidth and webalizer stats update more frequently appeared first on Hivelocity Hosting.

]]>
Cron is the tool used to control the update frequency of the stats. You can easily change the frequency by modifying the cron job.

Cron file for RedHat: /etc/cron.d/directadmin_cron
Cron file for FreeBSD: /etc/crontab

Edit the cron file and locate the line that looks like the following:

10 0 * * * root echo ‘action=tally&value=all’ >> /usr/local/directadmin/data/task.queue
That means that the tally will be run 10 minutes after midnight every day.

If you’d like to (for example) run the tally every 4 hours, you’d change it to:

10 */4 * * * root echo ‘action=tally&value=all’ >> /usr/local/directadmin/data/task.queue

One important thing to remember is that for very large servers, with upwards of 1000 domains, the tally can take a significantly long time to run (up to 2 hours), so if you run a large server, you may not want to run the tally too often.

Once you’ve set the value you want, save the file and reload the cron daemon by runnin the command:

killall -HUP crond

The post Make diskuage, bandwidth and webalizer stats update more frequently appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-do-i-make-diskuage-bandwidth-and-webalizer-stats-update-more-frequently-2/feed/ 0
Common cPanel /Scripts https://www.hivelocity.net/kb/common-cpanel-scripts/ https://www.hivelocity.net/kb/common-cpanel-scripts/#respond Sat, 13 Nov 2010 22:47:15 +0000 https://kb.hivelocity.net/?p=1907 Solution Hello Guys! Here you can find some common cPanel scripts which are useful for the task given below. Common cPanel /Scripts Install Zend Optimizer /scripts/installzendopt Hostname A Entry Missing! /scripts/fixndc then restart bind and apache Install Cron on New Server /scripts/installrpm anacron vixie-cron ; /etc/rc.d/init.d/crond start Bandwidth issues /scripts/cleanbw /scripts/fixwebalizer (To fix problem in …

Common cPanel /Scripts Read More »

The post Common cPanel /Scripts appeared first on Hivelocity Hosting.

]]>
Solution

Hello Guys!
Here you can find some common cPanel scripts which are useful for the task given below.

Common cPanel /Scripts

Install Zend Optimizer /scripts/installzendopt
Hostname A Entry Missing! /scripts/fixndc then restart bind and apache
Install Cron on New Server /scripts/installrpm anacron vixie-cron ; /etc/rc.d/init.d/crond start
Bandwidth issues /scripts/cleanbw
/scripts/fixwebalizer (To fix problem in webalizer that stop updating stats)
/scripts/fixcommonproblems
/scripts/fixeverything
Fixing Mail List MailMan /usr/local/cpanel/bin/convertmailman2
Reinstall MailMan /scripts/reinstallmailman
Fix Permissions on accounts: /scripts/fixhome
Edit mySQL conf file: pico /etc/my.cnf
Edit php.ini: pico /usr/local/lib/php.ini
Edit Apache Conf: pico /etc/httpd/conf/httpd.conf
Checking Real Time Top Processes Login to SSH and run: top
Run cpanel backup /scripts/cpbackup
To try and fix domain controller: /scripts/fixndc

Quotas /scripts/initquotas – takes a while to run
/scripts/resetquotas
/scripts/fixquotas – takes a while to run

/scripts/adddns Add a Dns Entry
/scripts/addfpmail Install Frontpage Mail Exts
/scripts/addservlets Add JavaServlets to an account (jsp plugin required)
/scripts/adduser Add a User
/scripts/admin Run WHM Lite
/scripts/apachelimits Add Rlimits (cpu and mem limits) to apache.
/scripts/dnstransfer Resync with a master DNS Server
/scripts/editquota Edit A User’s Quota
/scripts/finddev Search For Trojans in /dev
/scripts/findtrojans Locate Trojan Horses
Suggest Usage
/scripts/findtrojans > /var/log/trojans
/scripts/fixtrojans /var/log/trojans
/scripts/fixcartwithsuexec Make Interchange work with suexec
/scripts/fixinterchange Fix Most Problems with Interchange
/scripts/fixtrojans Run on a trojans horse file created by findtrojans t

The post Common cPanel /Scripts appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/common-cpanel-scripts/feed/ 0
Awstats and Webalizer weblogs not working on cPanel server https://www.hivelocity.net/kb/awstats-and-webalizer-weblogs-not-working-on-cpanel-server/ https://www.hivelocity.net/kb/awstats-and-webalizer-weblogs-not-working-on-cpanel-server/#respond Sat, 13 Nov 2010 22:29:40 +0000 https://kb.hivelocity.net/?p=1895 Solution Perform the following: 1) SSH to server as root and run the following commands: echo "" > /scripts/runweblogs /scripts/fixwebalizer Or issue the following commands; It will update the stats of all users, and can be time consuming: root# cd /var/cpanel/users root# for i in * ; do /scripts/runweblogs $i ; done

The post Awstats and Webalizer weblogs not working on cPanel server appeared first on Hivelocity Hosting.

]]>
Solution

Perform the following:

1) SSH to server as root and run the following commands:

echo "" >
/scripts/runweblogs
/scripts/fixwebalizer

Or issue the following commands; It will update the stats of all users, and can be time consuming:

root# cd /var/cpanel/users
root# for i in * ; do /scripts/runweblogs $i ; done

The post Awstats and Webalizer weblogs not working on cPanel server appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/awstats-and-webalizer-weblogs-not-working-on-cpanel-server/feed/ 0
How do I obtain my website statistics? https://www.hivelocity.net/kb/how-do-i-obtain-my-website-statistics/ https://www.hivelocity.net/kb/how-do-i-obtain-my-website-statistics/#respond Sat, 13 Nov 2010 21:31:17 +0000 https://kb.hivelocity.net/?p=1816 Solution It can be found by logging into your control panel (www.yourdomain.com/cpanel) . We offer a variety of popular web site statistics programs to give you a comprehensive overview of your web site traffic & visitors. web stats : analog : webalizer : awstats  

The post How do I obtain my website statistics? appeared first on Hivelocity Hosting.

]]>
Solution

It can be found by logging into your control panel (www.yourdomain.com/cpanel) . We offer a variety of popular web site statistics programs to give you a comprehensive overview of your web site traffic & visitors.

web stats : analog : webalizer : awstats

 

The post How do I obtain my website statistics? appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-do-i-obtain-my-website-statistics/feed/ 0
Webalizer is giving errors https://www.hivelocity.net/kb/webalizer-is-giving-errors/ https://www.hivelocity.net/kb/webalizer-is-giving-errors/#respond Sat, 13 Nov 2010 14:23:50 +0000 https://kb.hivelocity.net/?p=1627 Webalizer produces: error while loading shared libraries: libgd.so.2 When you run the following, you get: [root@server]# webalizer webalizer: error while loading shared libraries: libgd.so.2: cannot open shared object file: No such file or directory That means that the program is unable to find the gd library required to run it. You should already have the …

Webalizer is giving errors Read More »

The post Webalizer is giving errors appeared first on Hivelocity Hosting.

]]>
Webalizer produces: error while loading shared libraries: libgd.so.2
When you run the following, you get:

[root@server]# webalizer

webalizer: error while loading shared libraries: libgd.so.2: cannot open shared object file: No such file or directory
That means that the program is unable to find the gd library required to run it. You should already have the library, so you just have to tell the binary linker where to find it.

Type the following:

echo "/usr/local/lib" >> /etc/ld.so.conf
ldconfig

And then try running webalizer again. The error should be gone.

If webalizer is functioning correctly, you should see something similar to:

[root@server]# webalizer
Webalizer V2.01-10 (Linux 2.4.21-9.0.1.EL) English
Using logfile STDIN (clf)

Creating output in current directory
Hostname for reports is ‘es.jbmc-software.com’
History file not found…

If all of that fails, then you can just download a static binary from our files server:
https://files.directadmin.com/services/7.2/webalizer
https://files.directadmin.com/services/7.3/webalizer
https://files.directadmin.com/services/8.0/webalizer
https://files.directadmin.com/services/9.0/webalizer
https://files.directadmin.com/services/fedora_1/webalizer
https://files.directadmin.com/services/fedora_2/webalizer
https://files.directadmin.com/services/fedora_3/webalizer
https://files.directadmin.com/services/es_3.0/webalizer
https://files.directadmin.com/services/freebsd4.8/webalizer
https://files.directadmin.com/services/freebsd5.1/webalizer
https://files.directadmin.com/services/debian_3.0/webalizer
https://files.directadmin.com/services/debian_3.1/webalizer

The post Webalizer is giving errors appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/webalizer-is-giving-errors/feed/ 0
fixing the webalizer stats under Hsphere: https://www.hivelocity.net/kb/fixing-the-webalizer-stats-under-hsphere/ https://www.hivelocity.net/kb/fixing-the-webalizer-stats-under-hsphere/#respond Sat, 13 Nov 2010 14:01:02 +0000 https://kb.hivelocity.net/?p=1582 For fixing the webalizer stats under Hsphere: Webalizer for windows: Following are the steps to be followed when webalizer not working for windows : 1)In the IIS , select the domain name for which webalizer is not working. 2)Goto properties and change the log format to NCSA “Combined log format” 3)Goto the corresponding log folder …

fixing the webalizer stats under Hsphere: Read More »

The post fixing the webalizer stats under Hsphere: appeared first on Hivelocity Hosting.

]]>
For fixing the webalizer stats under Hsphere:
Webalizer for windows:

Following are the steps to be followed when webalizer not working for windows :

1)In the IIS , select the domain name for which webalizer is not working.
2)Goto properties and change the log format to NCSA “Combined log format”
3)Goto the corresponding log folder of the domain in the ” hslogfiles ” folder
and delete all the previous log files that were generated.
visit the site twice, a new log file will be generated.

4)Now on the command line , change directory to c://webalizer
at c://webalizer > , fire the following command ,

webalizer -n domainame -o E://hshome/username/domainname/webalizer E://hslogfiles/logfile name

* -n — domainanme for which webalizer is not working.
* -o — path to the directory where the webalizer output should be generated
* name of the log file which should be used to generate the website statistics.
It is the name of the file generated in step 3

The post fixing the webalizer stats under Hsphere: appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/fixing-the-webalizer-stats-under-hsphere/feed/ 0