-
at your suggestion I rechecked my LogFormat string, and I was forgetting to account for the unquoted 'HTTP 1.1' part of the log. So, I'm good, and it's all my fault. Huzzah!
Two questions about LogFormat
1. Is there a '%prot' indication? Or should I just use '%other'?
2. Is there a '%uanoquot' indication? My log file doesn't have quotes or anything around the user agent string, which...
2009-07-04 17:10:31 UTC in AWStats
-
here's what 1.5 million qualified records gets me in the general section of my database file for June
BEGIN_GENERAL 8
LastLine 20090630235957 3740883 969183036 0
FirstTime
LastTime
LastUpdate 20090701174123 3740883 2 1565725 6 2175150
TotalVisits 0
TotalUnique 0
MonthHostsKnown 0
MonthHostsUnknown 0...
2009-07-04 10:47:58 UTC in AWStats
-
ah, I do hate to be a bother, but that's not it. I've been using AWStats to make shiny reports for over a year now, and since I make monthly reports for the previous month, I always have to include the month and year in the second command. Let me just reiterate what my real issue seems to be
1. I download a month's worth of log files from production.
2. The logs have an odd format, which I...
2009-07-03 17:49:23 UTC in AWStats
-
actually, I think my problem is a little different than I thought it was. I tried to run the logs for June through AWStats, where the LogFormat was a single format for the whole month. The system was able to read the log files just fine, and it parsed them just fine, but at the end, when I called awstats_buildstaticpages, it gave me back a bunch of 0s. You know, 0 visits, 0 hits, that kind of...
2009-07-02 21:51:11 UTC in AWStats
-
nope, changing the LogFile param instead of moving the files around didn't do anything.
Is there any way to specify multiple LogFormat parameters, instead of just 1? That way I could run my files all at the same time, and I wouldn't have to worry about AWStats failing to update the .txt file.
2009-07-01 21:27:42 UTC in AWStats
-
um, right. that doesn't work
1. I use logresolvemerge to smoosh my daily logs together
2. I have cut the days where my log format diverges, so I have basically 3 folders to logresolvemerge
3. For each runthrough of AWStats, I change which set of logs is in the 'resolvemerge this' folder (which is where LogFile is pointed), and I change the LogFormat parameter.
Observed Behavior
1...
2009-07-01 21:18:10 UTC in AWStats
-
Hi there.
I am having extreme difficulty dealing with the following scenario
1. I have one website, on one server.
2. A few weeks ago, I fiddled around with the apache log format a few times, and now I have 3 chunks of log files, all in the same month.
Please take a crack at one of the following:
a) If I run awstats.pl to read the logs as normal, the internal DB file...
2009-07-01 20:39:01 UTC in AWStats