Basically, when I user is logged out, %{REMOTE_USER} is not defined.  It
seems any rewritecode using an undefined server environment variable always
evaluates to true.  I don't want this.  I want false if not defined.  I'm
going to hack apache, if I have to.

Michele

-----Original Message-----
From: Michele Waldman [mailto:mmwald...@nyc.rr.com] 
Sent: Thursday, February 12, 2009 3:28 PM
To: modules-dev@httpd.apache.org
Subject: RE: Making mod_auth_digest mysql

Lol.  I'm using the proper syntax on the server.  Just checked.

-----Original Message-----
From: Eric Covener [mailto:cove...@gmail.com] 
Sent: Thursday, February 12, 2009 2:49 PM
To: modules-dev@httpd.apache.org
Subject: Re: Making mod_auth_digest mysql

On Thu, Feb 12, 2009 at 2:25 PM, Michele Waldman <mmwald...@nyc.rr.com>
wrote:
> RewriteCond ${REMOTE_USER} . does not seem to work when the REMOTE_USER is
> not defined.  The statement evaluates to true.

What happens when you use the proper syntax,  %{REMOTE_USER}?

-- 
Eric Covener
cove...@gmail.com

Reply via email to