RE: Location of Apache Modules

2009-04-22 Thread Michele Waldman
I'm looking in modules/http/http_request.c. Is this even in the right ballpark? I'm hoping there's one if statement this call is failing causing the new environment not to be set. I would think it would be like a check to see if a user is already logged in. But, I not familiar with http terms.

RE: Location of Apache Modules

2009-04-22 Thread Houser, Rick
Folks I've talked to just don't try to get htaccess to work with ajax for the most part. They rely on php security. That's probably because on the backend, they still need to handle authorization. Unless all users to your backend should have equal access to all associated data, you're

RE: Location of Apache Modules

2009-04-22 Thread Michele Waldman
I don't think a checking to see if the logged in user name is different from the credentials user is that much additional overhead. M* -Original Message- From: Houser, Rick [mailto:houser.r...@aoins.com] Sent: Wednesday, April 22, 2009 1:49 PM To: modules-dev@httpd.apache.org