I compiled a fresh install of httpd on a new linux box, added a virtual hosts entry for an https site, but when I try to start apache I get the error:
Code:
Invalid command 'SSLEngine', perhaps misspelled or defined by a
module not included in the server configuration
Is this because I don't have mod_ssl compiled in?
And if so how would I go about install that?
TIA