From: Nilgun Belma Buguner
bin
directory
of wherever you installed Apache. If you have installed Apache from
a third-party package, it may be in your execution path.
-
+
To create the file, type:
all
or any
. By default, it is assumed that the value is all
. This means that if several
criteria are specified, then all of them must be met in order for someone to get in.
-However, if set to any
, then several criteria may be specified, but if
+However, if set to any
, then several criteria may be specified, but if
the user satisfies any of these, then they will be granted entrance.
-An example of this is using access control to assure that, although a resource +
An example of this is using access control to assure that, although a resource is password protected from outside your network, all hosts inside the network will be given unauthenticated access to the resource. This would be accomplished by using the Satisfy directive, as shown below.
The various ciphers supported by Apache for authentication data are explained in Password Encryptions.
- +And you may want to look at the Access Control howto, which discusses a number of related topics.