#load auth module server.modules += ( "mod_auth" ) #auth settings auth.debug = 2 auth.backend = "htpasswd" auth.backend.htpasswd.userfile = "/etc/vsftpd.passwd" #generate auth blocks for each ftp account include_shell "/etc/lighttpd/ftpshare.sh"