今天配置开启Apache虚拟主机时,

然后日志报错提示:

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

Apache报错信息之Invalid command 'Order', perhaps misspelled or defined by a module not included in the se...

解决方法:

 

#LoadModule access_compat_module modules/mod_access_compat.so

前面改成:

LoadModule access_compat_module modules/mod_access_compat.so

 

参考官方地址是这样描述滴:

 

http://httpd.apache.org/docs/2.4/upgrading.html

Apache报错信息之Invalid command 'Order', perhaps misspelled or defined by a module not included in the se...

 

相关文章:

  • 2022-12-23
  • 2021-04-03
  • 2021-11-26
  • 2021-05-03
  • 2022-12-23
  • 2021-10-30
  • 2022-03-04
  • 2022-12-23
猜你喜欢
  • 2021-08-03
  • 2021-12-13
  • 2021-05-16
  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2021-07-27
相关资源
相似解决方案