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...
Show off your group to the world. Share a photo of your group with us.

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 3262 - 3291 of 3748   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3262
Something happened on my server which caused Webalizer to lose 10 months of previous stats. However, I was able to recover the html, png files associated with ...
oxyribose
Offline Send Email
Jun 5, 2005
5:34 am
3263
If I am trying to get a rough idea of how many unique visitors I am receiving (which doesn't include the search engine robots) do I look at the Total Unique...
janesalkeld
Offline Send Email
Jun 6, 2005
6:41 am
3264
... I have made a list using IgnoreAgent. This should ignore most robots. You only need to copy&paste into your webalizer.conf file. ...
Enric Naval
enventa2000
Offline Send Email
Jun 7, 2005
4:08 pm
3265
DNS Lookup (5): 21 addresses in 2.98 seconds, 7/sec DNS Lookup (5): 111 addresses in 35.64 seconds, 3/sec Is this normal performace? If I set up the child...
richmondsearain
Offline Send Email
Jun 14, 2005
4:55 pm
3266
x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90 \x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90\x90 ...
richmondsearain
Offline Send Email
Jun 14, 2005
5:00 pm
3267
This depends on the speed of the DNS server your server is using. If you are using some public DNS server outside of your local network like, for example, your...
Enric Naval
enventa2000
Offline Send Email
Jun 15, 2005
3:29 pm
3268
Sorry, that was a very long and confusing message... Just get hold of the IPs of some public DNS servers, ping them, and configure your web server to use the ...
Enric Naval
enventa2000
Offline Send Email
Jun 15, 2005
3:52 pm
3269
... Thanks! But how to tell the webzolver to pick up the certain DNS server to run? I didn't find the option for webzolver command to specify which DNS server...
richmondsearain
Offline Send Email
Jun 16, 2005
2:07 am
3270
... The webalizer just does standard gethostbyaddr() system calls, so it uses whatever DNS servers your system is setup to use. It's different for various...
Bradford L. Barrett
brad@...
Send Email
Jun 16, 2005
6:03 am
3271
Hi, I'm helping develop a site that has two different interfaces - a parents and a kids. The site is essentially identical in both interfaces, except for some...
neobot85
Offline Send Email
Jun 20, 2005
3:00 am
3272
I suggest that you use the ReWriteEngine in the apache server (I'm not sure whether you have to use "\." or "." ) RewriteEngine On RewriteRule...
Enric Naval
enventa2000
Offline Send Email
Jun 20, 2005
5:12 am
3273
Sorry, this didn't do exactly what you were asking for, and the apache code was wrong, because I didn't match correctly the query string :( I hope this time ...
Enric Naval
enventa2000
Offline Send Email
Jun 20, 2005
8:12 am
3274
The last one, I promise. RewriteEngine On RewriteCond %{QUERY_STRING} type=([^&]+)&(.*) RewriteRule ^/viewactivity/(.+)\.jsp /%1/viewactivity.jsp?eid=$1%2 [L] ...
Enric Naval
enventa2000
Offline Send Email
Jun 20, 2005
9:19 am
3275
Thank you Enric! It worked exactly as I wanted. =) I appreciate your help....
neobot85
Offline Send Email
Jun 20, 2005
12:44 pm
3276
Hello, we are hosting about 80 sites on a redhat server. Apache creates individual log files for each of the sites and webalizer is setup to read them. It only...
mtsu_charlie
Offline Send Email
Jul 2, 2005
4:58 am
3277
Hi, excuse my ignorance but I have very little knowledge of how Webalizer works. I have a website which has been set up for me by a friend. I have a copy of...
Gary Lee
splundo
Offline Send Email
Jul 2, 2005
6:59 am
3278
Hello: I suggest you copy&paste the first ten lines of one of the logfiles that works and the first ten lines of a logfile that does NOT work, and then post...
Enric Naval
enventa2000
Offline Send Email
Jul 2, 2005
3:06 pm
3279
You have probable deleted or altered the webalizer.hist file, where the historic information is saved by webalizer. You'll have to ask your friend to repair...
Enric Naval
enventa2000
Offline Send Email
Jul 2, 2005
4:01 pm
3280
Thanks for your help! Here is the first few lines of an access_log that works: 82.148.97.67 - - [26/Jun/2005:04:02:33 -0500] "GET / HTTP/1.1" 200 3342 ...
mtsu_charlie
Offline Send Email
Jul 2, 2005
6:30 pm
3281
Hello: The logs seem to be OK. However, they lack both the referrer and the user agent. Look at this line: 216-155-90-241.bk2-dsl.surnet.cl - - ...
Enric Naval
enventa2000
Offline Send Email
Jul 2, 2005
7:59 pm
3282
Hello; That was a great idea to help get to the root of the problem. The problem is not the log files because if I replace a working one with a nonworking one,...
mtsu_charlie
Offline Send Email
Jul 2, 2005
8:58 pm
3283
There are realy only 3 reasons why you get 'no valid records found'; 1) Trying to process an invalid log file. Caused by specifing the wrong filename for the...
Bradford L. Barrett
brad@...
Send Email
Jul 3, 2005
1:35 am
3284
Then there are two options, mainly: 1- the names are not correct in the configuration, instead of "ilovewink" maybe you have put accidently "llovewink" or...
Enric Naval
enventa2000
Offline Send Email
Jul 4, 2005
8:42 pm
3285
... [...] ... [...] Both of those would result in the program producing the error: "Error: Can't open log file <name>" And terminating immediately. It would...
Bradford L. Barrett
brad@...
Send Email
Jul 5, 2005
12:54 am
3286
Thanks for the help everyone! It looks like the problem is with Webmin, not Webalizer. We were able to run Webalizer directly from the command line and get ...
mtsu_charlie
Offline Send Email
Jul 5, 2005
5:02 pm
3287
This may be the wrong place for this question since it's really more about linux, operating systems, etc. Still, maybe somone here will know... I always...
guy_merritt
Offline Send Email
Jul 11, 2005
2:59 pm
3288
My web access log is saved like this /weblogs/www.mysite.com/www.mysite.com-access_log-2005-06-01 /weblogs/www.mysite.com/www.mysite.com-access_log-2005-06-02 ...
richmondsearain
Offline Send Email
Jul 12, 2005
7:01 pm
3289
I'm getting a compile error that I've not found the answer to for enabling DNS Support. This is what I get when I enter 'make' at the command line. These are ...
colonel_angel2004
colonel_ange...
Online Now Send Email
Jul 23, 2005
8:48 pm
3290
Ok I have a growing problem. One of the sites I host has allot of eBay auctions. I am starting to see urls like this in the logs ...
William L. Thomson Jr.
obsidianstud...
Online Now Send Email
Jul 28, 2005
5:00 am
3291
... where are you seeing these?? in the referrer field?? ... TTBOMK, there's really only so much of the referrer field that webalizer uses... however, there...
waldo kitty
wkitty42
Offline Send Email
Jul 29, 2005
2:18 am
Messages 3262 - 3291 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