【发布时间】:2017-09-26 12:56:07
【问题描述】:
我正在尝试让 SSL 与 WampServer 一起工作。我正在关注this answer,并进入该部分:Now test your Apache installation by calling httpd -t。
此时 Apache 不会重新启动。 Windows 错误日志有一个条目:
The Apache service named reported the following error:
>>> Invalid command 'SSLCipherSuite', perhaps misspelled or defined by a module not included in the server configuration .
我可以注释掉SSLCipherSuite in:
- C:\wamp\bin\apache\apache2.4.23\conf\extra\httpd-ssl.conf
- C:\wamp\bin\apache\apache2.4.23\conf\original\extra\httpd-ssl.conf
但随后下一个命令在 Windows 错误报告中报告为无效命令。
任何指针?
【问题讨论】:
-
是否启用了 mod_ssl(使用 LoadModule)?
-
Stack Overflow 是一个编程和开发问题的网站。这个问题似乎离题了,因为它与编程或开发无关。请参阅帮助中心的What topics can I ask about here。也许Super User 或Unix & Linux Stack Exchange 会是一个更好的提问地方。另见Where do I post questions about Dev Ops?
-
LoadModule ssl_module libexec/apache2/mod_ssl.soinhttpd.conf
标签: openssl wampserver