Sorry for this late answer but my company was moving.

 I think you have now the answer.
 As far as I remember DSO modules are modules that are loaded dynamically. This
allows to add or remove a module without stopping
apache.
 mod_jk is a DSO module.

 To compile apache with DSO I am using

./configure \
     --prefix=/usr/local/apache \
     --enable-rule=SHARED_CORE \
     --enable-module=so

make
make install

Gérard,

Martin Mauri wrote:

> Dear Gerard,
>
> I'm sorry, but I'm afraid I didn't know anything about DSO, what does DSO
> mean?
>
> How can I recompile Apache  with the DSO support option?
>
> thanks in advance!!
>
> Martin
>
> > Hum,
> >   Well I do not remember exactly the error message, but I remember that if
> you
> > do not compile Apache to support DSO an error like this  one may occur:
> Apache
> > does not recognize the module as an apache module. So the solution is to
> compile
> > Apache with DSO support.
> >
> >   I hope this helps,
> >
> > Gérard
> >
> > Martin Mauri wrote:
> >
> > > Hi!
> > >
> > > I'm trying to configure Apache with Tomcat using mod_jk as the adapter,
> and
> > > then I write it in the httpd.conf but when I install the mod_jk.so and
> start
> > > Apache, I get the following error:
> > >
> > > API module structure 'jk_module' in file /etc/httpd/modules/mod_jk.so is
> > > garbled
> > > - perhaps this is not an Apache module?
> > >
> > > please if anyone have some information, I'll be very happy!! :)
> > >
> > > regards.
> > >
> > > Lic. Martin O. Mauri
> > > Profesion + Auge A.F.J.P
> > > Parana 666 - Cap. Federal
> > > TE: (011) - 43737786/7
> > > [EMAIL PROTECTED]
> > > www.profesi.com.ar
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, email: [EMAIL PROTECTED]

Reply via email to