This directive needs the authz_host_module module to be loaded into apache. If you compiled apache with shared modules, then look for the following line in httpd.conf and uncomment it:
- Code: Select all
LoadModule authz_host_module modules/mod_authz_host.so
Restart apache and the error will be gone.

News