Linux:Apache无法启动无效命令" SSLEngine"

时间:2020-02-23 14:44:19  来源:igfitidea点击:

尝试启动Apache时得到此错误消息?

Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration

通过在配置文件(例如httpd.conf,ssl.conf,vhost.conf)中使用此语句,确保您正在加载mod_SSL:

LoadModule ssl_module modules/mod_ssl.so