hi,
thanks but now i cant' enter to my page.It looks like bad user or password:
my conf:
auth.backend = "htpasswd"
auth.backend.htpasswd.userfile = "/opt/share" //path to htpasswd???
#auth.backend.plain.groupfile = "lighttpd.group"
#auth.backend.ldap.hostname = "localhost"
#auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
#auth.backend.ldap.filter = "(uid=$)"
auth.require = ( "/graf" => //path to my dir which a want to lock
(
"method" => "basic",
"realm" => "


", //dont'know
"require" => "green" //user
)
)
after i created htpasswd to /opt/share - my htpasswd from promt looks :
green:anyhash;)
but i can't login to page:(
where is bug please??
thx