kérdés a http.confban ezt ki kell tölteni??
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
#
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
#
# Order allow,deny
# Allow from all
#
#
# Order deny,allow
# Deny from all
#
#
Nekem mûxik a dolog. A httpd.conf-ban a fentieket nem kell kitölteni. Csak az AllowOverride bejegyzést kell All vagy AuthConfigra állítani. A .htaccess fájlban kell lennie pl:
AuthType Basic
AuthName „Analyze”
AuthUserFile /etc/apache/pwdfile
require user valaki
A valaki usert a htpasswd-dal kell összehozni. Egy apró kérdésem nekem is lenne. A digest authentikáció nem akar mûködni. Miért ?
legutóbbi hsz