更新了 Windows 10,现在 Bitnami Wamp Apache 将无法启动
Posted
技术标签:
【中文标题】更新了 Windows 10,现在 Bitnami Wamp Apache 将无法启动【英文标题】:Updated Windows 10, now Bitnami Wamp Apache will not start 【发布时间】:2017-10-14 18:28:52 【问题描述】:今天更新了 Windows 10,现在 apache 服务器不会在 Bitnami WAMP 中启动。
这是我收到的 Windows 错误 httpd.exe: Could not open configuration file C:/Program Files/Bitnami/wampstack-7.1.1-0/apache2/conf/httpd.confN: The system cannot find the file specified.
同样来自 Bitnami 服务器事件:
Starting Apache Web Server...
Exit code: 1
Stdout:
Stderr:
Unknown error starting apache"
文件请求的末尾似乎有一个不应该存在的“N”。我不知道如何解决这个问题,或者还有什么问题。在我今天早上运行系统更新之前,一切正常。
【问题讨论】:
您是否在 Windows 事件查看器中查看过来自 Apache 的消息?它们通常非常有用且内容丰富 【参考方案1】:这里是 Bitnami 开发者,
我建议你检查这个.bat
文件的内容
<installdir>/apache2/scripts/serviceinstall.bat
如果没问题就执行
<installdir>/apache2/scripts/serviceinstall.bat remove
<installdir>/apache2/scripts/serviceinstall.bat install
这将正确地重新安装服务。
【讨论】:
以上是关于更新了 Windows 10,现在 Bitnami Wamp Apache 将无法启动的主要内容,如果未能解决你的问题,请参考以下文章
在Windows Server 2012R2 上安装 Bitnami-redmine 3.4.6-3
如何将 WordPress 子主题上传到 XAMPP + Bitnami + Mac OS?