I have a virtual private server currently running about 20 sites. In September, the stats for 2 of my sites stopped working but the other 18 sites are just...
Thanks for the answer, sorry for the long delay, I was on holidays. But I had not missed this paragraph of the README when I sent my question. I also know how...
Hi, I have a site where none of the filenames have extensions. However, all 'images' can be worked out from the URL as they are all in an '/images/'...
The program must be physically downloaded(*) and installed. If you permit activity that allows people to 'secretly' install software, then of course anything...
Bradford L. Barrett
brad@...
Jan 9, 2004 3:34 pm
2426
Why would you believe that Webalizer has been secretly installed. Do you have people useing your computer besides you? Webalizer is a Website Statistics tool....
Hello everyone! I would like to know if its possible to generate reports by IP or machine name with the URLīs access and kbytes downloaded and everything else...
I'm pretty rusty and I could use some help... I reinstalled Webalizer for a "virtual host" customer, and we're back to basic logs (not displaying what I KNOW...
1) Set your web server to use 'combined' log format [httpd.conf] 2) Enable hostname lookups on your web server. [httpd.conf] 3) HideURL /cpanel...
Bradford L. Barrett
brad@...
Jan 10, 2004 8:10 pm
2430
Brad, You are absolutely awesome! I love your attitude... it is obvious that you have a servant's heart in the way that you so willingly provide help to all of...
I still cannot get any of the search strings, referrers, and agents to display... and I am at a loss. I think I have everything set correctly, but nothing...
Hi all, we are running webalizer on six Linux-servers with each about 400 virtual domains. Until now there were no problems. Since about 2 months, on some...
Not sure exactely what you are trying to do, but this works! Gary - - - - - - - - - - - - - - - - (BEGINING) # /etc/webalizer/your-domain.com (substitute your...
The program only reports on what it's given.. the most common cause of what you describe is due to improper operations on the server, where logs are not...
Bradford L. Barrett
brad@...
Jan 12, 2004 2:42 pm
2435
If you changed the log format for apache, you need to restart apache for the changes to take effect. The program won't show you referrers and user agents if...
Bradford L. Barrett
brad@...
Jan 12, 2004 2:44 pm
2436
I am currently running ver 2.0, is upgrading to 2.01 a matter of downloading ver 2.01 and replacing my exe. Thanks, Ron...
... No. Please see the README.FIRST document supplied with the distribution for important upgrade information. -- Bradford L. Barrett...
Bradford L. Barrett
brad@...
Jan 12, 2004 2:51 pm
2438
Hi, thanks for this fast answer. I had an explicit look on the config and trying to find out if this could be the reason and, if yes, how to solve it. Current...
Hi, I am using Webalizer 2.01. On my site, there are quite some links like the following that use a script (perl program) to do certain custimization on the...
Double check your httpd.conf (this is of course assuming you are using apache. You can add the directive to the CustomLog format to log the query string in...
You should not if you follow their instructions for log rotation and incremental processing. One of my servers rotates logs and I have not experienced any...
Your apache config looks right for combined logs - you could add %q to the logformat (I believe) to capture query strings as well.. If you have multiple...
Have you tried setting the config options in the webalizer.conf file - or if for multiple virtual domains - tried setting them in individual conf files: i.e....
... [...] ... Sure.. fix the permissions on your server. This has nothing to do with the webalizer. The user you are running the cron job under does not have...
Bradford L. Barrett
brad@...
Jan 12, 2004 9:22 pm
2446
Does it matter where I put %q? Here is what I have for LogFormat: LogFormat "%h %l %u %t \"%r\" %>s %b %q \"%{Referer}i\" \"%{User- Agent}i\"" combined But in...
... The above format is invalid and what you will wind up with is query strings being processed as referrers, and referrers being processed as user agents. Get...