On 9/11/07, Ali Nebi <[EMAIL PROTECTED]> wrote:

> i want to check all requests for the authentication users, in the
> example above the user is hpenagos.
>
> and all requests from these specify users to be logged in different
> places.

This could probably be done by using a RewriteCond %{LA-U:REMOTE_USER}
and then a RewriteRule with the E flag to set an env variable.

But I highly recommend forgetting all that and simply post-processing
your logs to extract what you want. By keeping the logging as simple
as possible and putting any complications off-line, you'll have a more
efficient and more reliable server.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to