Creating custom log files

Hi there, is there a way to track visitors, creating custom log files in a way and being able to display them on your web browser? I was thinking about having a file to require username and pass then once inside the user can view these custom log files right from the browser, could it be done with just using apache? thanks for any help i really appreciate it.

j,

Because it looks like you need something very separate from Apache’s standard log files, I think you’d be best to use a request handler file (like WP uses index.php to serve EVERYTHING) and have that file log your requests then serve the requested content.

Regards,

DK