This worked. I changed it to this: SetEnvIfNoCase Cookie "logged_out=0" logged_out_env Order Allow,Deny Allow from env=logged_out_env
Instead of: SetEnvIfNoCase Cookie "logged_out=1" logged_out_env Order Allow,Deny Deny from env=logged_out_env Thanks. Michele -----Original Message----- From: Eric Covener [mailto:cove...@gmail.com] Sent: Sunday, April 05, 2009 1:39 PM To: modules-dev@httpd.apache.org Subject: Re: Safari - Why? On Sun, Apr 5, 2009 at 1:33 PM, Michele Waldman <mmwald...@nyc.rr.com> wrote: > The server can't set the server environment without the headers I don't > believe. So, the header must be set. As suggested, I'll try spaces but I > don't see them in the header. Is php stripping out spaces in phpinfo()? > > Does phpinfo() show exactly as sent from the browser or does it scrub them? I'd suggest adding the input headers you're interested in via LogFormat, then testing your regex via "pcretest" -- Eric Covener cove...@gmail.com