Can anyone tell me how to discern whether Webalizer has been added to my computer? Can it be loaded on without me detecting it? Thanks...
2419
Tony Miller
miccio
Jan 5, 2004 1:44 pm
Sorry, forgot a subject line, can anyone tell how to know if webalizer has been secretly put on my computer/ How would I detect it? Thanks...
2420
dknykitty7
Jan 5, 2004 3:40 pm
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...
2421
Andrea Classen
andrea_classen
Jan 7, 2004 9:04 am
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...
2422
miles_waller
Jan 8, 2004 2:10 pm
Hi, I have a site where none of the filenames have extensions. However, all 'images39; can be worked out from the URL as they are all in an '/images/'...
2423
Tony Miller
miccio
Jan 9, 2004 1:43 pm
I'm still waiting for any input from the group on how to detect if Webalizer has been secretly installed on a computer? Thanks....
2424
waldo kitty
wkitty42
Jan 9, 2004 3:19 pm
... what would make you ask such a question? -- _\/ (@@) Waldo Kitty, Waldo's Place USA __ooO_( )_Ooo_____________________...
2425
Bradford L. Barrett
brad@...
Jan 9, 2004 3:34 pm
The program must be physically downloaded(*) and installed. If you permit activity that allows people to 'secretly39; install software, then of course anything...
2426
Ackerman Family
ron_and_melanie
Jan 9, 2004 3:35 pm
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....
2427
Davi Vieira
ecstasys_usa
Jan 9, 2004 3:53 pm
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...
2428
jlyandco
Jan 10, 2004 9:58 am
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...
2429
Bradford L. Barrett
brad@...
Jan 10, 2004 8:10 pm
1) Set your web server to use 'combined39; log format [httpd.conf] 2) Enable hostname lookups on your web server. [httpd.conf] 3) HideURL /cpanel...
2430
jlyandco
Jan 11, 2004 1:51 am
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...
2431
jlyandco
Jan 12, 2004 5:47 am
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...
2432
Linux-Guru
torlamuende
Jan 12, 2004 8:48 am
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...
2433
Gary Hall
garyhallsr
Jan 12, 2004 1:04 pm
Not sure exactely what you are trying to do, but this works! Gary - - - - - - - - - - - - - - - - (BEGINING) # /etc/webalizer/your-domain.com (substitute your...
2434
Bradford L. Barrett
brad@...
Jan 12, 2004 2:42 pm
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...
2435
Bradford L. Barrett
brad@...
Jan 12, 2004 2:44 pm
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...
2436
Ackerman Family
ron_and_melanie
Jan 12, 2004 2:48 pm
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...
2437
Bradford L. Barrett
brad@...
Jan 12, 2004 2:51 pm
... No. Please see the README.FIRST document supplied with the distribution for important upgrade information. -- Bradford L. Barrett...
2438
Linux-Guru
torlamuende
Jan 12, 2004 3:34 pm
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...
2439
Weidong Wang
weidong
Jan 12, 2004 4:38 pm
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...
2440
blane_warrene
Jan 12, 2004 5:11 pm
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...
2441
blane_warrene
Jan 12, 2004 5:14 pm
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...
2442
blane_warrene
Jan 12, 2004 5:22 pm
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...
2443
Joe
jbrennsk
Jan 12, 2004 6:13 pm
We've installed webalizer several times and get it working correctly. We need to have the top 100 URLs listed instead of the default 30. We modify...
2444
blane_warrene
Jan 12, 2004 9:11 pm
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....
2445
Bradford L. Barrett
brad@...
Jan 12, 2004 9:22 pm
... [...] ... 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...
2446
Weidong Wang
weidong
Jan 13, 2004 10:19 pm
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...
2447
Bradford L. Barrett
brad@...
Jan 13, 2004 10:25 pm
... 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...