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 is what I could make of the documentation?
So, that while starting apache with the following configured in the
httpd.conf:
-------------------------------------------------------------------------------
LoadModule jk_module libexec/mod_jk.so
JkWorkersFile /usr/local/apache1.3/conf/workers.properties
JkLogFile /usr/local/apache1.3/logs/mod_jk.log
JkLogLevel debug
-------------------------------------------------------------------------------
there should be no error like 'Invalid command 'LoadModule', perhaps
mis-spelled or defined by a module not included in the server
configuration'.
I hope, my question is clear.
Please, help in solving the doubt.
regards
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]