-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Randir,
randhir.si...@elitecore.com wrote:
> As, I have understood to make a mod_jk Load module, the steps are:-
>
>
> $ ./configure --prefix=/path/to/install
> --enable-shared=foo
> $
Rhandir,
after you've downloaded the source of mod_jk and extracting them,
you'll find a file there "BUILD.txt".
= [ extract ] ===
For the impatient Apache admins:
$> cd native
$> ./configure --with-apxs=/usr/sbin/apxs (or where ever the apxs/apxs2 is)
$> make
$> su -c 'make install'
As, I have understood to make a mod_jk Load module, the steps are:-
$ ./configure --prefix=/path/to/install
--enable-shared=foo
$ make install
Are, the steps correct as this i