Results 1 to 3 of 3
Hello to everybody.
i've a little problem yet with apache 2.0.52 under Linux Fedora Core 3 (SELinux)....
pratically, when I create a directory that should have a protected access with ...
- 06-06-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 6
HTDIGEST and APACHE doesn't work ?
Hello to everybody.
i've a little problem yet with apache 2.0.52 under Linux Fedora Core 3 (SELinux)....
pratically, when I create a directory that should have a protected access with password, using AuthType Basic, works, BUT using AuthType Digest doesn't work.
I report here below the two directories: one with BASIC and one with DIGEST that I've in httpd.conf
<Location "/admin/">
AuthType Basic
AuthName "Super Restricted Area"
AuthUserFile "/var/www/html/admin/.htpasswd"
Require valid-user
</Location>
And I create /var/www/html/admin/.htpasswd with:
htpasswd -c .htpasswd pippo
New password: pippacchio
Re-type new password: pippacchio
Adding password for user pippo
and It's working. But the followings not:
<Location "/test/">
AuthType Digest
AuthName "Test"
AuthDigestDomain /test/ http://www.mydomain.be/test/
AuthDigestFile /var/www/html/test/.htpasswd
Require valid-user
Options Indexes Includes FollowSymlinks
</Location>
htdigest -c /var/www/html/test/.htpasswd pippo pippo
Adding password for pippo in realm pippo.
New password: pippacchio
Re-type new password: pippacchio
At this point connecting the site, the request of password appears, but it doesn't let you go in !!!...
Is there some mistake ?
To soon and best reagards
Tiziano
- 06-18-2005 #2Just Joined!
- Join Date
- Jun 2005
- Posts
- 2
Did you get a resolution?
Hi, I am having the same problem...
were you able to fix it?
-chris
- 06-18-2005 #3Just Joined!
- Join Date
- Jun 2005
- Posts
- 6
I still to have the problem, I'm not able to solve it...
Furthemore, I've big problems with programs like the guestbooks...seems that they are not able to write anymore in their files.


Reply With Quote