安装启动apache2.4后报Invalid command 'order', perhaps misspelled or defined by a module not includ
Posted Leon
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装启动apache2.4后报Invalid command 'order', perhaps misspelled or defined by a module not includ相关的知识,希望对你有一定的参考价值。
httpd.conf中修改
重启Apache
报错。
在网上搜索了一下,大多是说mod_authz_host.so模块没有加载,但检查后发现httpd.conf中:
该模块并未被注释掉,那原因究竟出在哪里?
说来也巧,既然网上有提到这种错误的出现是因为某模块未被加载,于是笔者索性随手取消掉了第一行的模块注释,通过Apache Service Moniter重启服务……
!!竟然没再报错,那问题就出在这个模块上了:
搜索 mod_access_compat.so这个模块,发现如下文章:
原来在Apache2.4版本中,提供了由mod_authz_host支持的新的访问控制配置语法。而2.2版本中的Order、Allow等命令在新版本中也可以得到兼容,实现这个兼容功能的模块就是mod_access_compat。所以Load这个模块后,apache2.4就能识别这些语句了。
以上是关于安装启动apache2.4后报Invalid command 'order', perhaps misspelled or defined by a module not includ的主要内容,如果未能解决你的问题,请参考以下文章
Nginx——nginx修改配置文件重新加载后报错nginx: [error] invalid PID number ““ in “/run/nginx.pid“
Invalid command 'RewriteLog' - apache2.4版本配置方法变了
cas-client登录后报INVALID_PROXY_CALLBACK