I successfully setup Apache Web Server, mod_ssl and mod_jk so that Apache acts
as the load balancer for a cluster of Tomcat(based) servers - using self-signed
certificates. This means that I created Apache's certificates with openssl and
Tomcat's with Java's keytool.
Two of my applications com
I am completely new to the Apache Web Server. I had no problems installing and
running HTTP. The problems started when enabling HTTPS.
I could not find instructions in the documentation but I noticed that
httpd.conf has two commented sections:
LoadModule ssl_module modules/mod_ssl.so
Include