今天配置開啟Apache虛擬主機時,
然后日志報錯提示:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server config
解決方法:
把
#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


