How do you htdigest 400 user accounts?
问题 How do you generate user accounts for 400 users to do a load testing? Htdigest forces you to type in a password each time, I have tried dos pipes like echo password > htdigest -c realm username%1 htdigest -c realm username%1 < password.txt but it is not working... 回答1: You can also check out the python script that trac distributes on their website for htdigest passwords, you can then automate it: Generating htdigest passwords without Apache They also suggest something along these lines will