Getting it working
@@ -203,7 +196,7 @@ module from each group.
# (Following line optional)
AuthBasicProvider file
AuthUserFile /usr/local/apache/passwd/passwords
-Require user rbowen
+ Require user rbowen
Let's examine each of those directives individually. The mod_auth_digest and is much more secure. Most recent
browsers support Digest authentication.
- The AuthName directive sets
+
The AuthName directive sets
the Realm to be used in the authentication. The realm serves
two major functions. First, the client often presents this information to
the user as part of the password dialog box. Second, it is used by the
@@ -258,7 +251,7 @@ Require user rbowen
href="http://modules.apache.org/">Apache Modules
Database.
- Finally, the Require
+
Finally, the Require
directive provides the authorization part of the process by
setting the user that is allowed to access this region of the
server. In the next section, we discuss various ways to use the
@@ -341,7 +334,7 @@ person in
AuthBasicProvider file
AuthUserFile /usr/local/apache/passwd/passwords
AuthGroupFile /usr/local/apache/passwd/groups
-Require group GroupName
+ Require group GroupName
Now, anyone that is listed in the group GroupName
,