PM
To: Leo Papadopoulos
Cc: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Help with Digest Authentication
On Wed, Nov 02, 2005 at 11:33:32AM -0500, Leo Papadopoulos wrote:
> Dear httpd-users and Joshua:
>
> Here is the information Joshua asked for.
>
> The httpd.conf file is
>
> -Original Message-
> From: Joshua Slive [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 02, 2005 10:49 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Help with Digest Authentication
>
> On 11/1/05, Leo Papadopoulos <[EMAIL PROTEC
On 11/2/05, Joshua Kogut <[EMAIL PROTECTED]> wrote:
> Also, I think that the location could be the full path like
> /full/path/to/web/root/private/ the authname should be the http address of
> the private folder, as should the domain, etc. Hope this helps!
No, that is not correct.
> > is your
Oops, forgot about this...
AuthType Digest
AuthName http://sip.telecomcto.com/
AuthDigestDomain /private/ http://sip.telecomcto.com/
AuthDigestFile /etc/httpd/conf/htdigusersRequire valid-user
Also, I think that the location could be the full path like
/full/path/to/web/root/private/ the authna
Ok, this:
leo:http://sip.telecomcto.com/:23496e7646ea444ff7930fbd325d32f
is your username:domain:password (I think) The part that says http://sip.telecomcto.com/
should be the folder that you wish to be private, so methinks that the full entry should be:
leo:http://sip.telecomcto.com/private/:
the error message,
but I don't know why.
Leo P.
-Original Message-
From: Joshua Slive [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 02, 2005 10:49 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Help with Digest Authentication
On 11/1/05, Leo Papadopoulos &l
On 11/1/05, Leo Papadopoulos <[EMAIL PROTECTED]> wrote:
> When I access http://sip.telecomcto.com/private Firefox brings up the
> username password box, but when I type it in it does not accept the username
> and password and just brings up the dialog box again..
Anything interesting in the apach
Dear HTTPD users,
I am fairly new to Apache, but my server is running and I am successfully
serving up html and php.
Now I want to add DIGEST authentication when a user tries to access the
/private directory off of my WebRoot directory. My webroot directory is
/var/www/html and is configured as s