You configure the Apache software by modifying text configuration files.
These files contain instructions.
These instructions are created in a format known as "directives".
Directives typically look like this:
ServerRoot /usr/local/lib/apache
or this:
<Directory /usr/local/lib/apache/htdocs/Dir/Java>
Order allow,deny
Allow from all
Deny from badusers.com
</Directory>