structure of your server, in order to know where some files are
kept. This should not be terribly difficult, and I'll try to
make this clear when we come to that point.</p>
<p>You will also need to make sure that the modules
<codeclass="module"><ahref="../mod/mod_authn_core.html">mod_authn_core</a></code> and <codeclass="module"><ahref="../mod/mod_authz_core.html">mod_authz_core</a></code>
have either been built into the httpd binary or loaded by the
httpd.conf configuration file. Both of these modules provide core
directives and functionality that are critical to the configuration
and use of authentication and authorization in the web server.</p>
<h2><aname="gettingitworking"id="gettingitworking">Getting it working</a></h2>
@@ -219,7 +232,7 @@ module from each group.</p>
<code>AuthType Digest</code>. This method is implemented by <codeclass="module"><ahref="../mod/mod_auth_digest.html">mod_auth_digest</a></code> and is much more secure. Most recent