AH00526:Wamp 服务器启动错误
AH00526:Wamp server starting error
我全新安装了 wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64bit 。但是当我点击 wampserver 时它变成橙色并且未能 start.I 检查我的日志,我所有的 apache,php 和 mysql 日志似乎 empty.Browsing 互联网,我发现 运行 以下命令 C:\wamp\bin\apache\apache2.4.9\bin>httpd.exe -e debug 我得到以下错误日志。
AH00526: Syntax error on line 16 of C:/wamp/bin/apache/apache2.4.9/conf/extra/httpd-autoindex.conf:Invalid command 'IndexOptions', perhaps misspelled or defined by a module not included in the server configuration
谁能帮我解决这个问题?
您是否设法关闭了 httpd.conf
中的 autoindex_module
像这样使用 wampmanager 菜单检查:
start WAMPServer
left click wampmanager -> Apache -> Apache modules
菜单中应该有一行显示为 autoindex_module
,它旁边应该有一个勾号。
如果没有打勾,只需单击菜单项 autoindex_module
,它将激活模块并为您重新启动 Apache。激活模块需要几秒钟,但 wampmanager 图标应该会变绿,除非你有其他问题
PS。如果 MySQL 或 APache 未启动且日志文件为空,请在 Windows 事件查看器中查找来自 Apache
或 MYSQL
.
的消息
正在启动 Windows 事件查看器
- Windows 键 + R 启动 运行 对话框然后输入 eventvwr.exe 并按确定按钮
- 在 windows 的左侧单击 'Windows Logs -> Applications'
- 在源列中查找第一列中有错误符号的名称 'Apache Service' 或 'MySQL'。
我全新安装了 wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64bit 。但是当我点击 wampserver 时它变成橙色并且未能 start.I 检查我的日志,我所有的 apache,php 和 mysql 日志似乎 empty.Browsing 互联网,我发现 运行 以下命令 C:\wamp\bin\apache\apache2.4.9\bin>httpd.exe -e debug 我得到以下错误日志。
AH00526: Syntax error on line 16 of C:/wamp/bin/apache/apache2.4.9/conf/extra/httpd-autoindex.conf:Invalid command 'IndexOptions', perhaps misspelled or defined by a module not included in the server configuration
谁能帮我解决这个问题?
您是否设法关闭了 httpd.conf
autoindex_module
像这样使用 wampmanager 菜单检查:
start WAMPServer
left click wampmanager -> Apache -> Apache modules
菜单中应该有一行显示为 autoindex_module
,它旁边应该有一个勾号。
如果没有打勾,只需单击菜单项 autoindex_module
,它将激活模块并为您重新启动 Apache。激活模块需要几秒钟,但 wampmanager 图标应该会变绿,除非你有其他问题
PS。如果 MySQL 或 APache 未启动且日志文件为空,请在 Windows 事件查看器中查找来自 Apache
或 MYSQL
.
正在启动 Windows 事件查看器
- Windows 键 + R 启动 运行 对话框然后输入 eventvwr.exe 并按确定按钮
- 在 windows 的左侧单击 'Windows Logs -> Applications'
- 在源列中查找第一列中有错误符号的名称 'Apache Service' 或 'MySQL'。