RE: Location of Apache Modules

2009-04-23 Thread Houser, Rick
At the HTTP layer, there is no such thing as a logged in user (stateless protocol and all), so I assume you must be referring to application specific, session based code. Consider this case: Alice - user in group X, Z Brian - user in group X, Y Assume your server handles the

mod_auth_digest amiss

2009-04-23 Thread Michele Waldman
Maybe, I'm missing something. I was talking about needing to change apache, but I decided to try something else. I've got this: FilesMatch .*[^(login.php|logout.php)] AuthType Digest AuthName account AuthUserFile /home/path/public_html/account/.htpasswd Require user admin

RE: mod_auth_digest amiss correction

2009-04-23 Thread Michele Waldman
Correction: The second time I try to access login.php, I get access. But, not when I try to access the directory that also has the same require. Michele -Original Message- From: Michele Waldman [mailto:mmwald...@nyc.rr.com] Sent: Thursday, April 23, 2009 8:11 PM To:

Re: mod_auth_digest amiss correction

2009-04-23 Thread Eric Covener
Am I mistaken in thinking I should not be logged in as admin?  Or that there is someway to force this to happen? This is just your browser using stored credentials. It doesn't know the significance of your logout user. -- Eric Covener cove...@gmail.com

Safari, Chrome, ..., Apache, ajax htaccess digest

2009-04-23 Thread Michele Waldman
I know I'm not the only person in the world who wants Safari, Chrome and other browsers to work with apache, htaccess digest and ajax. But once out of an account, you can't get back in via these browsers. Is it up to Safari and Browsers to execute some sort of logout like FF IE or for the