Hello,
I'm sorry if this is slightly off-topic, but I'm having trouble
finding this kind of information.
I have been running Apache on a computer on my home network. I want
to make it public and only accept SSL connections. I know how to do
this, but I have no idea of how much load my computer
Hello,
Joshua Slive <[EMAIL PROTECTED]> wrote:
> The password formats are described in detail here:
> http://httpd.apache.org/docs/2.2/misc/password_encryptions.html
Thanks, that explains a lot. But why are Crypt and MD5 hashes
salted, and SHA is not?
Joshua Slive <[EMAIL PROTECTED]> wrote:
> c
Hello,
I've got some questions about htpasswd. From the man page:
-m Use MD5 encryption for passwords. On Windows, Netware and TPF,
this is the default.
-d Use crypt() encryption for passwords. The default on all plat
Hello,
AuthName directive: "This directive sets the name of the
authorization realm for a directory. This realm is given to the
client so that the user knows which username and password to send."
I know how AuthName works in practise, but can someone please
explain what an "authorization realm