I'm sure by now everyone has seen the issues with the latest OpenSSL bug.
I am trying to implement the sites recommended fix for Apache. Which is generate a 2048 dhparams.pem and add the following to the virtual host
SSLOpenSSLConfCmd DHParameters "/etc/ssl/dhparams.pem"
The .pem gets generated fine, and I add the SSLOpenSSLConfCmd
line but on reloading apache I get the following error
# service apache2 restart * Restarting web server apache2 ...fail! * The apache2 configtest failed. Output of config test was: AH00526: Syntax error on line 74 of /etc/apache2/sites-enabled/mysite.conf: Invalid command 'SSLOpenSSLConfCmd', perhaps misspelled or defined by a module not included in the server configuration Action 'configtest' failed. The Apache error log may have more information.
Am I missing something or is this not supported on Ubuntu 14.04 with Apache 2.4.7.
[link][4 comments]