Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

webalizer · Support newsgroup for webalizer

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1332
  • Category: Software
  • Founded: Jul 26, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 3353 - 3383 of 3841   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3353 slide_o_magic Send Email Oct 4, 2005
10:25 am
It seems that the percentage values of the referrers are calculated the wrong way. The percentage is calculated against the total number of hits and not the...
3354 thejibberspassport
thejibberspa... Send Email
Oct 4, 2005
7:09 pm
What would cause a few of my URL hyperlinks in the Webalizer stats to start off red in color? They have not been visited yet(purple)... Much thanks...
3355 Bradford L. Barrett
brad@... Send Email
Oct 4, 2005
7:17 pm
... <body BGCOLOR="#E8E8E8" TEXT="#000000" LINK="#0000FF" VLINK="#FF0000"> (visited link=#FF0000, ie: RED) -- Bradford L. Barrett...
3356 Enric Naval
enventa2000 Send Email
Oct 5, 2005
6:44 am
The Referrers Total doesn't add to 100% because the referrers from your own site are not being shown. Maybe it would be better if the percentage was calculated...
3357 vahagn_ave Send Email Oct 7, 2005
6:58 am
Hi! I moved our site to a new provider and now I can get the webalizer to run anymore. I have tried with the forum for the provider, but have been able to get...
3358 Enric Naval
enventa2000 Send Email
Oct 7, 2005
12:33 pm
... In the very first line, you should write: #!/bin/bash It's not necessary, but still you should always indicate the code interpreter (in this case ...
3359 Vahagn Avedian
vahagn_ave Send Email
Oct 8, 2005
9:54 am
Thanks for the help! It needed some further modifications, among others I had to change /bin/bash to /bin/sh and change the .conf file a bit but it works now...
3361 yuedhjas Send Email Oct 10, 2005
7:08 am
Hi, is any way to stop webalizer ignoring chars like "?","=" and "&" in order not truncating the rest of the URL string? Thanks...
3362 Enric Naval
enventa2000 Send Email
Oct 10, 2005
2:20 pm
It was answered here: http://groups.yahoo.com/group/webalizer/message/3033 You can find more answers by searching "isurlchar&quot; in: ...
3363 yuedhjas Send Email Oct 10, 2005
2:27 pm
Thank you!...
3364 Ben Helps
benhelps Send Email
Oct 10, 2005
10:57 pm
Hey. List newbie here. Just a question on getting DNS resolution happening. An old issue I'm sure, but not one I could find an answer to in the archives. My...
3365 vahagn_ave Send Email Oct 14, 2005
8:39 am
Hi! Our log access file is joint for three different sites, and eventhough I have configured the parameters in webalizer.conf to pick out the proper domain...
3366 Enric Naval
enventa2000 Send Email
Oct 14, 2005
8:58 am
You should have a different access_log for each virtual domain, or you will keep running into the same problem. By default, apache doesn't save the virtual...
3367 Vahagn Avedian
vahagn_ave Send Email
Oct 14, 2005
9:15 am
Thanks! But as client I can't do much about the access_log than just use the provied solution by the host provider. I guess I have to write a CGI to first...
3368 Lisa Casey
elisabethkc Send Email
Oct 14, 2005
1:41 pm
Hi, I've been running webalizer on about 6 virtual domains for a couple of weeks now. I run it from a cron job and it seems to be doing OK (I get graphs that...
3369 Edward Chase
echase3rd Send Email
Oct 14, 2005
4:32 pm
Lisa, I don't know specifically why, but I see it all the time... I suspect its not considered abnormal. If I was to make a stab, I would say that your site...
3370 Bradford L. Barrett
brad@... Send Email
Oct 14, 2005
7:20 pm
... Oversized request fields, typically generated by malicious code in an attempt to exploit one of the zillions of holes on windoze servers (IIS and friends)....
3371 Southerland, Adam
micah_death_jr Send Email
Oct 14, 2005
7:24 pm
I get this a lot too... sometimes; the data is just larger than Webalizer can handle... Especially with User Clients and Referral URLs for us... Some are...
3372 William L. Thomson Jr.
obsidianstud... Send Email
Oct 14, 2005
7:34 pm
... This is something I brought up some time back. Seems no one is paying attention to a new trend I first saw on eBay. eBay URLs no longer containg ? and...
3373 Bradford L. Barrett
brad@... Send Email
Oct 14, 2005
7:38 pm
The internal buffer size for a single log entry is 4K (4096 bytes). For a typical text screen with a width of 80 characters, this would represent a log entry...
3374 William L. Thomson Jr.
obsidianstud... Send Email
Oct 14, 2005
7:50 pm
... I think that size is ok, it's the sizes of the other buffers that should be increased. From webalizer.h, I mis-posted saying the stuff was in webalizer.c,...
3375 Enric Naval
enventa2000 Send Email
Oct 15, 2005
8:56 am
I have the exact same problem. Actually, I would prefer being able to set the buffer sizes from webalizer.conf. This way, I could use a minimal webalizer.conf...
3376 Marek Simon
pletiplot Send Email
Oct 26, 2005
11:12 am
Read the documentation or FAQ on webalizer page. They say it is normal and you can patch it with changing the source. Marek...
3377 Marek Simon
pletiplot Send Email
Oct 26, 2005
11:19 am
I have czech webalizer and I want to see my webalizer stats in czech. The webalizer does it, but there are questionmarks instead the czech letters. Including...
3378 Enric Naval
enventa2000 Send Email
Oct 26, 2005
2:12 pm
You should first attempt to change the encoding type that gets declared in the HTML code. You have to change the HTMLHead keyword of webalizer.conf. Change the...
3379 icelandbjork
xiaojinghope... Send Email
Oct 29, 2005
3:33 am
when I type "make",there are lots of errers : _____________________________________________________________________________ [root@localhost webalizer-2.01-10]#...
3380 Enric Naval
enventa2000 Send Email
Oct 30, 2005
12:33 am
These are only informative warnings from the compiler. Your program has been compiled successfully. You can execute it by doing this in the program directory: ...
3381 icelandbjork
xiaojinghope... Send Email
Oct 30, 2005
1:26 am
Thank you ! Although It could successfully executed,there are also some mistakes: -rw-r--r-- 1 root root 2.3K Oct 30 09:14 ctry_usage_200510.png -rw-r--r-- 1...
3382 Enric Naval
enventa2000 Send Email
Oct 30, 2005
1:49 am
No, the output of the compiler says that output.c has compiled successfully. Those files have not changed because in webalizer.conf you haven't told webalizer...
3383 isra_book Send Email Nov 2, 2005
1:51 pm
The people managing our website don't seem to know what to do to correct this problem. Can someone tell me what needs to be done so that the webalizer will...
Messages 3353 - 3383 of 3841   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help