[MBT] new ticket for pkg apache "Nie dziala autoryzacja BASIC i DIGEST"
bugs at pld.org.pl
bugs at pld.org.pl
Sun Dec 15 22:06:22 CET 2002
Date: 2002-12-15 22:06:21+01 Author: Marek Ciesielski (ciesiel) <marekc at simplusnet.pl>
Title: Nie dziala autoryzacja BASIC i DIGEST
Ticket ID: #502
Ticket URL: http://bugs.pld.org.pl/?bug=502
Package: apache-1.3.27-3
Distribution: PLD-1.0.devel.main PLD-1.0.devel.test PLD-1.0.devel.supported
Category: doesn't work as it should
Current state: opened
Text:
Nie dziala autoryzacja typu BASIC i DIGEST.
Przy pierwszym typie (BASIC) w logach pojawia sie:
- Accounting: Could'n setup the database link!
po czym pojawiaja sie SIG 11 dla child Apache
Przy drugim typie (Digest) wyswietla: Configuration error: Could'n check user - no user file?
Na stronie wyswietla sie jeden raz pytanie o usera i haslo, po czy po podaniu danych wyswietla albo ze dokument nie zawiera nic do wyswietlenia albo 500 Internal error
System PLD 1.0 min-iso - aktualizowany Poldkiem.
- Zmiany w pliku httpd.conf: Allowoverride All
- tworzenie hasla basic: htpasswd /etc/httpd/basic -c user
- tworzenie hasla digest: htdigest /etc/httpd/digest -c user username
plik ./htaccess w katalogu strony WWW:
AuthType Digest (albo Basic)
AuthName "MC secure"
AuthDigestFile /etc/httpd/digest (albo /etc/httpd/basic)
Require valid-user
More information about the pld-bugs
mailing list