I'm using a php script that authenticates users against a database. If remote_user isn't set, I would like to have the username included in the access log in it's place. Is this possible? I saw one method for logging extra stuff using apache_note(), but it involved modifying httpd.conf, which I don't have access to.