I'd like to setup a customlog to display the user name, time of request and file requested.
I added this line to my httpd.conf file just above the other CustomLog entries. I then restarted apache.
CustomLog /usr/local/apache/logs/login_log "%u %t %f"
When I open my browser and access a .htaccess protected directory, I log in successfully. I then check my login_log file. The file has been created and has 775 permission. However, nothing is being written to the file.
Any idea why not ? Should I have set it up differently ? All suggestions welcome.
Thanks
Bonnie
I added this line to my httpd.conf file just above the other CustomLog entries. I then restarted apache.
CustomLog /usr/local/apache/logs/login_log "%u %t %f"
When I open my browser and access a .htaccess protected directory, I log in successfully. I then check my login_log file. The file has been created and has 775 permission. However, nothing is being written to the file.
Any idea why not ? Should I have set it up differently ? All suggestions welcome.
Thanks
Bonnie