I've been reading everything I can get my browser pointed at and I must say, there is 
an extreme lack of documentation on Apache2 & Tomcat..  (or google can not find it)

I've done every step in any doc I found, I startup (startup.sh) TomCat and then start 
apache2..  My log shows:

[Fri Aug 30 22:55:22 2002] [notice] Apache/2.0.40 (Unix) mod_perl/1.99_05-dev 
Perl/v5.6.0 PHP/4.3.0-dev mod_jk2/2.0.0 configured -- resuming normal operations
[Fri Aug 30 22:55:22 2002] [notice] workerEnv.init() ok 
/var/lib/apache2/conf/workers2.properties
[Fri Aug 30 22:55:22 2002] [notice] mod_jk child init 1 -1

Any time I try a mod_jk directive  (JkMount, JkLogLevel, etc..) I get an "Invalid 
Command" trying to start apache..  None of the mod_jk directives are available but 
yet, the logs show everything is fine..   I've tried everything I could think of or 
find...  This mail list is my last resort..

Does anyone have any ideas where my problem is?

Running Apache 2.0.40 

This was my last Apache configure line:

./configure --prefix=/var/lib/apache2 \
--enable-module=most \
--enable-shared=max \
--enable-so \
--with-mpm=prefork \
--enable-module=include \
--enable-info \
--enable-rewrite \
--enable-suexec

Clueless - Dennis

Reply via email to