On 23.06.2009 14:57, zvince wrote:
> I found an error in my Apache configuration :
>
> is wrong.
> is correct.
> is what we need to load the module. The "!" means that
> the directives will be executed if the module is not in the modules list.
> so, if I am right,
>
> LoadModule jk_mod
I found an error in my Apache configuration :
is wrong.
is correct.
is what we need to load the module. The "!" means that
the directives will be executed if the module is not in the modules list.
so, if I am right,
LoadModule jk_module /usr/local/apache/modules/mod_jk.so
AddM