OpenSSL 错误阻止 Apache2.2 在 win32 上启动

发布于 2024-08-06 20:47:22 字数 509 浏览 6 评论 0原文

因此,我从命令行使用“-k start -e debug”启动使用 mod_ssl 的 Apache2.2 服务。它显示所有模块正在加载,等待一两秒,然后返回到命令提示符,没有错误。但是,该服务不再运行。在错误日志中,有这样的文本:

Starting the Apache2.2-ssl service
The Apache2.2-ssl service is running.
zed OpenSSL library

如果我取消“-e debug”,最后一行不会写入日志,并且在引用时也会在 Google 上返回零命中。

在事件查看器应用程序日志中,有这样的内容:

应用程序 httpd.exe 出现故障, 版本2.2.13.0,故障模块 ssleay32.dll,版本 0.9.8.11,故障 地址0x0001a177。

这是在 Windows Server 2003 Standard SP2 上。有什么线索吗?

So I go to start my Apache2.2 service, which uses mod_ssl, from the command line with "-k start -e debug". It shows all the modules loading, waits a second or two, then returns me to the command prompt without error. The service, however, is no longer running. In the error log, there's this text:

Starting the Apache2.2-ssl service
The Apache2.2-ssl service is running.
zed OpenSSL library

That last line is not written to the log if I take off the "-e debug", and also returns zero hits on Google when quoted.

In the Event Viewer app log, there's this:

Faulting application httpd.exe,
version 2.2.13.0, faulting module
ssleay32.dll, version 0.9.8.11, fault
address 0x0001a177.

This is on Windows Server 2003 Standard SP2. Any clues?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吲‖鸣 2024-08-13 20:47:23

事实证明它与配置有关。我一直在中的“push @PerlConfig”中 LoadModule-ing mod_ssl 。部分。虽然这适用于其他模块(其中包括 auth_digest、authn_file 和 authz_user),但显然不适用于 mod_ssl。

事实上,在 CentOS 6.4 上尝试在这样的部分中 LoadModule 也会引起问题。启动时,您会收到 2717 Segmentation failure 错误。

Turns out it was configuration related. I had been LoadModule-ing mod_ssl in a "push @PerlConfig" in a <Perl> section. While this works for other modules--auth_digest, authn_file, and authz_user among them--apparently it doesn't for mod_ssl.

In fact, trying to LoadModule in such a section also causes trouble on CentOS 6.4. On startup you'll get a 2717 Segmentation fault error.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文