Forum Moderators: phranque
I started by using Apache::DBILogger to write all of my access logs to my mysql database. I then wrote some scripts to dig stuff out of there daily and make some tables, charts, pictures, and stuff. That stuff is described here: [mooresystems.com...]
That wasn't enough, so I wrote a mod_perl module to dig stuff out of my database on the fly. You can see the last few hits and then filter them based on remote IP address, user-agent, and all kinds of things. That's here: [gotany.com...]
I really don't host much, I just write this stuff to set up on other people's machines, so there's not much to my stats.
If you just want to know when someone hits your page, though, a good thing to do is to make that page a CGI script that sends a mail to your pager. Simple enough.
Hope it helps.
-Andy
If you are using an NT or Win2K server, within the Management Console there is an option (whose name eludes me right now!) where you can track the number of http users, ftp users etc. This would also give you a live indication of number.
HTH