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

解决思路

首先查看 modules 目录下是否有 mod_access_compat.so、mod_authz_host.so。

然后在 httpd.conf 下添加:

LoadModule access_compat_module modules/mod_access_compat.so
LoadModule authz_host_module modules/mod_authz_host.so