Linux : Apache fail to start Invalid command ‘SSLEngine’

By | November 14, 2013

Get this error message while trying to start Apache?

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

Make sure you are loading mod_SSL by having this statement in your configuration file (such as httpd.conf, ssl.conf, vhost.conf) :

LoadModule ssl_module modules/mod_ssl.so