nonnorm
nonnorm
Sorry for forgetting about this, but my PBP runs Fedora now. I might install TwisterOS on a microSD card to test later, though.
1. The PR currently uses bcrypt, because it is a dedicated password hashing algorithm and it is clear that it's a hash (begins with `$2y$` or `$2a$`). It could, however,...
To compute it you can use the `htpassword` command from `apache-utils`, though it's not installed on most systems by default: ``` htpasswd -bnBC 10 "" password | tr -d ':\n'...
@green-codes, yes, but can't you only have one vhost? Doesn't that mean that all of the proxies would go to the same port?