I used to use Apache 1.3 with mod_jk linked up to OFBiz. In fact as long as you have mod_jk installed and configured for Apache then the destination web application server does not really care or know if it is Apache 1.3 or 2 routing the requests.

If you have Apache 1.3 with mod_jk configured I would use Apache to control http and https with the SSL certificate and disable the http and https hosting configurations from OFBiz and just set it to host and accept ajp13 connections with mod_jk. You can then also let Apache host the static image content which it is supposed to be pretty good at doing.

Ray


Iain Mac Donald wrote:
On Thu, 2006-06-29 at 20:26 +0100, Iain Mac Donald wrote:

 as I am using apache 1.3 and wasn't using the
mod_jk method.

Sorry. Brain to fingers problem.
What I meant to type was I am not using the Apache 2 with mod_jk method.
I am using mod_jk with Apache 1.3.

Reply via email to