Page 1 of 1

How to create a log file from htaccess

Posted: Mon Mar 22, 2010 10:25 pm
by Henri_IV
hello developpers!

I created .htaccess and .htpasswd to allow some users to connect to my website. It works perfectly:)
I would like to create a log file into my folder that contains my two others files (I don't have the rights to check the Apache's logs from the roots).
I would like to know the users, the time, the date and if possible IPs when they connect to my website.
I searched a lot, but found a big donut...

Is there a code that exist that would be able to do that ?

I have a Linux server that runs Apache.

Thank you