试图缓解Apache 2.2.16上的Logjam
我试图按照位于这里的说明缓解logjam漏洞,但是我一直从appache得到以下错误: Syntax error on line 18 of /etc/apache2/sites-enabled/000-default: Invalid command 'SSLOpenSSLConfCmd', perhaps misspelled or defined by a module not included in the server configuration Action 'configtest' failed. 当我添加下面的行到configuration: SSLOpenSSLConfCmd DHParameters /etc/ssl/certs/dhparams.pem 我的appache细节是: Server version: Apache/2.2.16 (Debian) Server built: Oct 16 2014 10:27:58 Server's Module Magic Number: 20051115:24 Server loaded: APR 1.4.2, APR-Util 1.3.9 Compiled using: […]