Axel Scheel wrote:
> The mod_jk was at the end of the LoadModule section. I tried around a
> little with the order and finaly it works if the mod_jk is located
> beween the mod_alias and the mod_rewrite. So the end of the load modules
> list looks like:
>
> LoadModule alias_module       modules/mod_alias.so
> LoadModule jk_module          extramodules/mod_jk.so
> LoadModule rewrite_module     modules/mod_rewrite.so
>
> Thanks for the hint with the order

Ah, that's right, it needs to before mod_rewrite, I got mixed up.  ;-)

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to