RE: [EMAIL PROTECTED] Help with Digest Authentication - PROBLEM SOLVED!

2005-11-02 Thread Leo Papadopoulos
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

Re: [EMAIL PROTECTED] Help with Digest Authentication

2005-11-02 Thread Joe Orton
> > -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

Re: [EMAIL PROTECTED] Help with Digest Authentication

2005-11-02 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Help with Digest Authentication

2005-11-02 Thread Joshua Kogut
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

Re: [EMAIL PROTECTED] Help with Digest Authentication

2005-11-02 Thread Joshua Kogut
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/:

RE: [EMAIL PROTECTED] Help with Digest Authentication

2005-11-02 Thread Leo Papadopoulos
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

Re: [EMAIL PROTECTED] Help with Digest Authentication

2005-11-02 Thread Joshua Slive
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

[EMAIL PROTECTED] Help with Digest Authentication

2005-11-01 Thread Leo Papadopoulos
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