Re: Apache and Application driven Basic Auth

2004-12-24 Thread Geoffrey Young
ok, it just hit me that my last response was probably too academic for your needs. this part escaped me... > Apache does all that but only against its files, not against application > generated requests. > Anyway if I do this inside of my tag: > All requests are going through and my Auth requ

Re: Apache and Application driven Basic Auth

2004-12-24 Thread Geoffrey Young
> I'm trying to understand whether Apache even supports application driven > Basic Authentication. it does, but our ideas of "application" are very different. more on that later... > It seems odd that this should be difficult to do - > I've worked with a fair number of Web Servers over the yae

RE: Apache and Application driven Basic Auth

2004-12-23 Thread Rick Strahl
ased permissions... TIA, +++ Rick --- Rick Strahl West Wind Technologies http://www.west-wind.com/ http://www.west-wind.com/wwThreads -- Making waves on the Web > -Original Message----- > From: Geoffrey Young [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 2

Re: Apache and Application driven Basic Auth

2004-12-23 Thread Geoffrey Young
Rick Strahl wrote: > Thanks Geoff, > > >>I think you need a Require directive > > > Yes I do ... but as soon as I put a Require in there it tries to validate > every request into the directory. yes it does :) > This is not what's requried. > > I need conditional authentication that's gener

RE: Apache and Application driven Basic Auth

2004-12-23 Thread Rick Strahl
- Making waves on the Web > -Original Message- > From: Geoffrey Young [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 23, 2004 4:28 AM > To: dev@httpd.apache.org > Subject: Re: Apache and Application driven Basic Auth > > > > AuthType Basic &g

Re: Apache and Application driven Basic Auth

2004-12-23 Thread Geoffrey Young
> AuthType Basic > AuthUserFile d:\server\users\passwords.txt > Is there anything I'm missing here? I think you need a Require directive http://httpd.apache.org/docs/mod/core.html#require HTH --Geoff

Apache and Application driven Basic Auth

2004-12-22 Thread Rick Strahl
Hi all, I'm trying to integrate with Apache for an application server interface that works with ISAPI. The application server is responsible for generating the full server response including headers. I'm dong this using the mod-ISAPI module at this point in testing for compatibility with Apache.