Compile Apache 2 with mod_ssl
When configuring Apache 2.0 before compiling (make) and you are enabling mod_ssl you sometimes get an error saying that the OpenSSL headers cannot be found. To fix this make sure to configure using the --with-ssl=<path to OpenSSL installation> parameter.





