Invalid command 'Order', perhaps misspelled or defined by a module not included in the server config
Apache '
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration' give the above error message when the "Order" directive is used in it's main or vhosts configuration file(s).
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:
LoadModule authz_host_module modules/mod_authz_host.so
Restart apache and the error will be gone.