如:
Invalid command 'Order', perhaps misspelled or defined by a module not included
in the server configuration
是因为模块 authz_host_module 没有加载,或者出错的原因
解决办法,加载,或者找一个正确的覆盖
LoadModule authz_host_module modules/mod_authz_host.so
本文介绍了解决Apache服务器中出现的Invalid command 'Order'错误的方法。该错误通常由于缺少authz_host_module模块引起。解决方式包括确保正确加载了mod_authz_host.so模块。
如:
Invalid command 'Order', perhaps misspelled or defined by a module not included
in the server configuration
是因为模块 authz_host_module 没有加载,或者出错的原因
解决办法,加载,或者找一个正确的覆盖
LoadModule authz_host_module modules/mod_authz_host.so
4448
419
