t: Re: Mod_auth_digest URI Mismatch
* Rob Emanuele wrote:
> When using IE 6.0.2600 or the WinInet API which uses IE to retrieve
> data from a cgi that has params in the get request I get an error:
>
> Digest: uri mismatch - does not match
> request-uri
>
> Is this a bug in
Using Apache 2.0.40... On RH8.0
When using IE 6.0.2600 or the WinInet API which uses IE to retrieve data
from a cgi that has params in the get request I get an error:
Digest: uri mismatch - does not match
request-uri
Is this a bug in the mod_auth_digest or in the way IE6 generates
responses to
Jeff Trawick
Sent: Monday, November 04, 2002 4:22 AM
To: [EMAIL PROTECTED]
Subject: Re: New Module: mod_auth_mysql_digest
Justin Erenkrantz <[EMAIL PROTECTED]> writes:
> --On Friday, November 01, 2002 16:02:45 -0800 Rob Emanuele
> <[EMAIL PROTECTED]> wrote:
>
> > So I t
So I took the mod_auth_digest code and munged it to use mysql for
authentication. Swell. It works great and we're heavily using it.
I'd like to give it back to the open souce community. Right now its
just a patch file for mod_auth_digest.c in Apache 2.0.40. I was
wondering what was the best wa
3 but
there I'm using Basic authentication instead of digest.
Is this a bug I'm seeing?
Thanks,
Rob Emanuele
I can't make apxs generate so's by default. It makes an lo
instead.
If I force it to make an so with the -o option it get many link
errors about the apache API calls.
Ran this:
/usr/sbin/apxs -o mod_access.so -c mod_access.c
Got this:
/etc/httpd/build/libtool --silent --mode=compile
cc -prefer
Does anyone have any answers here? Or am I asking this question
to the wrong list?
Thanks, Rob
-Original Message-
From: Rob Emanuele [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 3:27 PM
To: [EMAIL PROTECTED]
Subject: code sharing in authentication
I'm curious to the
code?
I'd like to use digest authentication against a mysql database.
Will the require me to merge the code of the digest and mysql
module into a completely new module? Or can I make the mysql
module use the functions of the digest module.
Thanks,
Rob Emanuele