Page 1 of 1

Invalid command 'Order', perhaps misspelled or defined by a module not included in the server config

PostPosted: Tue Jan 12, 2010 2:25 pm
by debuser
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: Select all
LoadModule authz_host_module modules/mod_authz_host.so


Restart apache and the error will be gone.