Search the web
Sign In
New User? Sign Up
webalizer · Support newsgroup for webalizer
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3427 - 3456 of 3748   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3427
I would like to download the README file from www.mrunix.net/webalizer/. When I try, it hangs up the browser. When I ftp from the command prompt and log in as...
Mardi Rollow
merphoenix
Offline Send Email
Dec 27, 2005
5:48 pm
3428
Looks like the FTP server is temporaly down. It will probably get mended in a few days, when the server admin comes back from holiday :) Here you have a...
Enric Naval
enventa2000
Offline Send Email
Dec 27, 2005
6:25 pm
3429
Enric, Thank you for the file! Mardi ... Enric, Thank you for the file! Mardi Enric Naval wrote: Looks like the FTP server is temporarily down. It will...
Mardi Rollow
merphoenix
Offline Send Email
Dec 27, 2005
6:39 pm
3430
i am wondering if there is a way to get the full list of countries visiting my site, instead of just the top 10 or 20. (its important for me to see who is...
phillipsbenjamin
phillipsbenj...
Offline Send Email
Dec 27, 2005
7:03 pm
3431
You can edit the 'webalizer.conf' file (if it is a Linux based system. Not sure about Windows?) You can set the setting to 100 if you choose to. There is...
Colonel Angel
colonel_ange...
Offline Send Email
Dec 27, 2005
7:15 pm
3432
... Might be a problem since the files are on the ftp server, not the web.. ... Don't use MSIE.. it's very, very broken and unable to follow RFC standards. ......
Bradford L. Barrett
brad@...
Send Email
Dec 27, 2005
7:18 pm
3433
... Just bump the TopCountries value in your config file to 252 (total number of countries defined in country-codes.txt). However, it doesn't mean that you...
Bradford L. Barrett
brad@...
Send Email
Dec 27, 2005
7:21 pm
3434
I have been asked to configure Webalizer to monitor activity for three specific pages, one at the site root and the other two in a subdirectory. I will create...
Mardi Rollow
merphoenix
Offline Send Email
Dec 28, 2005
6:49 pm
3435
Just grep the records you want to process into a seperate file and process that file. -- ... -- Bradford L. Barrett brad@... A free...
Bradford L. Barrett
brad@...
Send Email
Dec 28, 2005
6:54 pm
3436
I don't get how I process the file with the records (pages?); I looked at all the webalizer command options in the README file, and none of them seem to apply....
Mardi Rollow
merphoenix
Offline Send Email
Dec 28, 2005
7:02 pm
3437
In webalizer.conf: IgnoreURL * IncludeURL aipo IncludeURL text.html IncludeURL /documents/exams/* This process only all URLs containig the word "aipo", all...
Enric Naval
enventa2000
Offline Send Email
Dec 29, 2005
1:29 am
3438
Thank you; this is very helpful. I'm assuming that when you say the logfile line will get included, you mean that Webalizer does it automatically. Thanks...
Mardi Rollow
merphoenix
Offline Send Email
Dec 29, 2005
4:24 pm
3439
Hello Everyone, Can one help me on how to configure Webalizer with iis extended logs formats. If any one has a alternate patch request you to kindly send me ...
anil202000
Offline Send Email
Jan 3, 2006
2:25 pm
3440
Hi all, I seem to be unable to get webalizer to run. I downloaded both the sources and a compiled version and both gve me errors. Version 2.01.10 gives me...
Tim De Grande
beetlekevertje
Offline Send Email
Jan 3, 2006
4:50 pm
3441
... The above seems to indicate that you are using a version of the GD graphics library that doesn't have PNG image support (old version of GD maybe?). ... ...
Bradford L. Barrett
brad@...
Send Email
Jan 4, 2006
9:00 am
3442
... It may be also that he hasn't got the correct version of libpng. He could make a symbolic link to the version in his system and see if it works. I had to...
Enric Naval
enventa2000
Offline Send Email
Jan 4, 2006
7:46 pm
3443
Hi, I get search requests such as: http://www.google.com.au/search?q=d%26d+modules&hl=en&lr=&start=60&sa=N however, in listing the search terms, webalizer cuts...
Robin
eythian
Offline Send Email
Jan 6, 2006
12:19 pm
3444
%26 unescapes to an ampersand ('&'), which is a cgi field separator. -- ... -- Bradford L. Barrett brad@... A free electron in a...
Bradford L. Barrett
brad@...
Send Email
Jan 6, 2006
7:18 pm
3445
... I know that '&' is a field separator, but I don't think that %26 is supposed to be treated as such. Otherwise there would be no way to represent the '&'...
Robin
eythian
Offline Send Email
Jan 6, 2006
10:19 pm
3446
How do I edit my webalizer.conf when I'm using incremental mode so that the changes happen?...
John
jnojr
Offline Send Email
Jan 10, 2006
4:04 am
3447
... From the README file (under 'incremental processing'): "If you need to change configuration options, do it at the end of the month after normal processing...
Bradford L. Barrett
brad@...
Send Email
Jan 10, 2006
4:13 am
3448
I'm wondering if I can stop the automatic consolidation of index.*? I have dynamic pages with ColdFusion, so pages are index.cfm? blahblahblah. They are all...
Katie
clarkk12
Offline Send Email
Jan 12, 2006
8:02 pm
3449
... I ... except ... I got it figured out. Went back into the webalizer.c and commented out the /* add_nlist("index.",&index_alias);*/ line. Seems to be...
Katie
clarkk12
Offline Send Email
Jan 12, 2006
9:02 pm
3450
Here is the LogFormat we want to use: LogFormat "%t %m %U %H %s %D %B %X \"%{User-Agent}i\"" combined How come Webalizer keeps giving me the error message...
mscongdon
Offline Send Email
Jan 12, 2006
9:24 pm
3451
... Nope.. the above is not the 'combined' format as defined by apache and others (ie: CLF + referrer + user agent). The 'combined' format is: "%h %l %u %t...
Bradford L. Barrett
brad@...
Send Email
Jan 12, 2006
9:46 pm
3452
Does Webalize even support custom LogFormat formats? If not, can you recommend a freeware solution that does? Thanks again, Michael ... below? Is ... and...
mscongdon
Offline Send Email
Jan 13, 2006
8:26 pm
3453
AWStats does not have Yahoo on their list of compatable hosts, is Webalizer? TIA webalizer@yahoogroups.com wrote: There is 1 message in this issue. Topics in...
Billy
billy_at_the...
Offline Send Email
Jan 14, 2006
1:40 pm
3454
Hi, Can anyone tell me how I can get webalizer to display error pages so that I can find out which pages are generating errors, pages not found etc. Also, I...
marcholmes
Offline Send Email
Jan 23, 2006
11:21 am
3455
In my humble opinition, I believe that doing this would require extensive changes to the webalizer code. If you really, really need webalizer to do this, you...
Enric Naval
enventa2000
Offline Send Email
Jan 23, 2006
1:49 pm
3456
Thanks for your reply. I'm surprised that webalizer doesn't allow you to do this easily. I think this sort of information is fairly standard for web stats...
Mark Holmes
marcholmes
Offline Send Email
Jan 23, 2006
8:12 pm
Messages 3427 - 3456 of 3748   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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