Saturday, November 24, 2012

Apache: SSLEngine not allowed here


Error

Syntax error on line 51 of /etc/apache2/sites-enabled/000-default-ssl:
SSLEngine not allowed here


Solution

Move "SSLEngine on" outside the "<Directory />" tag in the Apache VirtualHost file

No comments:

Post a Comment