independant web stats code

  • Thread starter Thread starter jona
  • Start date Start date
J

jona

I'm looking for some code to set up a webpage hit log
that just sits there and gathers info so that I can access
it (the log file) whenever I need to. Or a freeware applet.
Or .....

TIA
Jona
 
jona said:
I'm looking for some code to set up a webpage hit log
that just sits there and gathers info so that I can access
it (the log file) whenever I need to. Or a freeware applet.
Or .....

.... a CGI application?

I'm currently using AWStats for analyzing the Apache logs of my
website, it gives a nice stats summary and is customizable with a
bunch of plugins. If you install it on your webserver you can view
the stats anytime you want to.

http://awstats.sourceforge.net/

Regards,
wald
 
wald said:
... a CGI application?

I'm currently using AWStats for analyzing the Apache logs of my
website, it gives a nice stats summary and is customizable with a
bunch of plugins. If you install it on your webserver you can view
the stats anytime you want to.

http://awstats.sourceforge.net/

Thanks for the pointer. I'll have to familiarise myself with cgi,
but it certainly looks like what I'm looking for.
 
Back
Top