Entry
I am getting an error like "Syntax erro on line 329 of /etc/httpd/conf/httpd.conf: Invalid command 'Order' , perhaps mis-spelled or defined and so on"
May 1st, 2003 15:40
Adam White, Kenneth Kron, Anthony Boyd, Kumar Deepak, http://httpd.apache.org/docs/mod/mod_access.html#order
The order directive is part of mod_access. See the above URL for
further details.
This happened to me recently whe I upgraded to Apache 2.0.45, the
answer turned out to be a problem with the .configure
Previously the statement
.configure ....... –enable-access=shared seemded to work fine,
changing it to
.configure ....... –enable-access solved the problem