我刚刚在我的开发机器上安装了最新版本的 WAMP,但我无法让它工作。得到这个奇怪的错误。
C:\wamp\bin\apache\Apache2.4.4\bin>httpd.exe
AH00526: Syntax error on line 224 of C:/wamp/bin/apache/Apache2.4.4/conf/httpd.conf:
Invalid command 'Require', perhaps misspelled or defined by a module not included in the server configuration
C:\wamp\bin\apache\Apache2.4.4\bin>httpd.exe -v
Server version: Apache/2.4.4 (Win64)
Server built: Feb 22 2013 22:08:37
这是第 224 行的配置:
222: <Directory />
223: AllowOverride none
224: Require all granted
225: </Directory>
知道我做错了什么吗?