printf "zhangsan:$(openssl passwd -crypt 123456) " >> htpasswd
auth_basic "Restricted"; auth_basic_user_file htpasswd;