You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by jean-frederic clere <jf...@fujitsu-siemens.com> on 2002/09/10 15:10:13 UTC

Adding a module to httpd-2.0

Hi,

I am adding mod_jk (from Jakarta Tomcat) to the httpd-2.0 sources in order to 
build an httpd excutable with mod_jk linked staticly to it.

But I have to make a buildconf to integrate the config.m4 in the configure.

Is there a better way to get it?
Like: --activate-module=src/modules/jk/libjk.a --disable-shared=jk we are using 
with Apache-1.3

I have in modules/jk:
config.m4
lib_jk.a
lib_jk.la
But I think I have to add mod_jk.c and some include to compile it.

Cheers

Jean-frederic