Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有几个网站托管在简单的 http 协议下。我需要将 https 放入其中之一,但是当我尝试启用 ssl 时:
# a2enmod ssl
我所有的 http 托管网站都停止工作。没有额外的配置,只有禁用模块,一切才能重新开始工作。
启用模块后,当我尝试时:
# apache2ctl restart
我得到:httpd not running, trying to start
httpd not running, trying to start
你们有什么想法吗?
检查<IfModule mod_ssl.c>or中<IfModule ssl_module>的部分的配置:这些部分中几乎肯定存在配置错误。
<IfModule mod_ssl.c>
<IfModule ssl_module>