Re: [EMAIL PROTECTED] Prevent logging based on username

2007-04-13 Thread Miha Vitorovic
[EMAIL PROTECTED] wrote on 12.04.2007 21:08:24: > HTTP Basic/Digest auth user? If so, you would need to do some funky > stuff because SetEnvIf can't access REMOTE_USER: > > RewriteEngine On > RewiteCond %{LA-U:REMOTE_USER} ^theuser$ > RewriteRule .* - [E=theuser:1] > CustomLog ... env=!theuser >

Re: [EMAIL PROTECTED] Prevent logging based on username

2007-04-12 Thread Miha Vitorovic
> > > > I tried that, but I wanted to achieve this based on username. I never > > thought about IP address. Thanks. So, is there no way to do it based on > > username? > > Username can mean any number of things. What specifically do you mean? > HTTP Basic/Digest auth user? If so, you would need t

Re: [EMAIL PROTECTED] Prevent logging based on username

2007-04-12 Thread Joshua Slive
On 4/12/07, Miha Vitorovic <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote on 12.04.2007 19:49:38: > On 4/12/07, Miha Vitorovic <[EMAIL PROTECTED]> wrote: > > > > I have httpd 2.0.58 on Windows, and I like to exclude a user from the > > access log. I tried every module looking half useful fro

Re: [EMAIL PROTECTED] Prevent logging based on username

2007-04-12 Thread Miha Vitorovic
[EMAIL PROTECTED] wrote on 12.04.2007 19:49:38: > On 4/12/07, Miha Vitorovic <[EMAIL PROTECTED]> wrote: > > > > I have httpd 2.0.58 on Windows, and I like to exclude a user from the > > access log. I tried every module looking half useful from the task, but > > nothing worked. > > > > > > If the

Re: [EMAIL PROTECTED] Prevent logging based on username

2007-04-12 Thread Joshua Slive
On 4/12/07, Miha Vitorovic <[EMAIL PROTECTED]> wrote: Hi all, I can say that I googled for this for quite a while before coming here, so you are my last resort. I have httpd 2.0.58 on Windows, and I like to exclude a user from the access log. I tried every module looking half useful from the ta

[EMAIL PROTECTED] Prevent logging based on username

2007-04-12 Thread Miha Vitorovic
Hi all, I can say that I googled for this for quite a while before coming here, so you are my last resort. I have httpd 2.0.58 on Windows, and I like to exclude a user from the access log. I tried every module looking half useful from the task, but nothing worked. Why? Well I use httpd to ser