Apache: Invalid command ‘SSLEngine’, perhaps misspelled or defined by a module not included in the server configuration
It turned out I did enabled ssl module but i had to do it again and it works, here is the command: sudo a2enmod ssl Now restart apache like so service apache2 restart no more error, FIXED!