Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


SSLEngine error
by admin
 at 2019-03-06 04:29:00.

if you add the text 'SSLEngine on' to apache it may give you an error like this:
service apache2 restart
Syntax error on line 75 of /etc/apache2/sites-enabled/000-default:
Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
failed!
to fix it you should enable the ssl and the restart the apache.
a2enmod ssl
service apache2 restart