Forum Moderators: DixonJones
The primary site I work with is running on Apache 1.3. Does Apache have built in methods for collecting this data or do I need cookies(which I'd like to avoid) or a cgi script to collect this info? Where do I start?
I try to avoid anything that slows down a page at all, so we rely on raw logs, analysed locally by such things as Analog and/or (believe it or not!) in a spreadsheet if we want to do real unique or power analysis type stuff!
OK..
1. open the log file as a space-delimited text file in say Excell. The columns are your variables such as time accessed, keywords, page accessed etc, and the rows your hits. (Of course,, i hear you say!)
2. then you can do anything to the limits of your program and in our case our knowledge of the program.. eg: delete all graphic hits, select only certain refereers or keywords, or pages, or search engines, sort by whatever you like using whatever levels of sorting you like, sort by IP and time to see straight away a users path through the site (my favourite - i dont know any program that does this satisfactorily), write formulaes and create a template to automatically run these analysis to a report page for later reports!
We used to do this all the time as it was far more flexible, and far faster, than any log analysis programs 3 years ago. (Heh, we also found a useful role for our accountant as he had precious little revenue to add up.)
Then we found Analog, (made the acoountant/spreadsheet guy redundant - (still no revenue to add up)) and as long as you know Analog it can "almost" do anything that a spreadsheet can do! And more than other later log analysers, many of which we have tested.
Guess you knew that already, and were looking for something smart and useful from me? Heh, I thought you knew me!