JkUnMount is unknown to apache

2005-07-13 Thread Chris. Grobmeier
Hi all, i am using tomcat 4.1.30, jk1.x and apache 1.3.x. In my vhost i have JkMount /* api13 JkUnMount /forum/* api13 Goal is not to forward domain.de/forum to tomcat. Problem is that apachectl configtest tells me that JkUnMount directive is unknown. I can't start Apache with this. Does

Re: JkUnMount is unknown to apache

2005-07-13 Thread Joost de Heer
Goal is not to forward domain.de/forum to tomcat. Problem is that apachectl configtest tells me that JkUnMount directive is unknown. I can't start Apache with this. Does somebody know what i made wrong? JkMount works as expected and i used JkUnMount like described in the documentation.

Re: JkUnMount is unknown to apache

2005-07-13 Thread Chris. Grobmeier
Which jk version are you using? Hi, dpkg --list | grep apache tells me: libapache-mod- 3.3a-4woody1 Apache connector for Tomcat servlet engine I have Version 3.3a- is this possible? I am really confused now. Regards, Chris

Re: JkUnMount is unknown to apache

2005-07-13 Thread Joost de Heer
Chris. Grobmeier said: Which jk version are you using? Hi, dpkg --list | grep apache tells me: libapache-mod- 3.3a-4woody1 Apache connector for Tomcat servlet engine I think this is mod-webapp, and not mod-jk. Try to find libapache-mod-jk-[version] for Debian. Joost

Re: JkUnMount is unknown to apache

2005-07-13 Thread Chris. Grobmeier
I think this is mod-webapp, and not mod-jk. Try to find libapache-mod-jk-[version] for Debian. I tried this and finally i did dpkg --list and searched manually. all i could get is this information again: libapache-mod-jk 3.3a-4woody1 Apache connector for Tomcat servlet engine Any

Re: JkUnMount is unknown to apache

2005-07-13 Thread Colby . Meyer
is unknown to apache I think this is mod-webapp, and not mod-jk. Try to find libapache-mod-jk-[version] for Debian. I tried this and finally i did dpkg --list and searched manually. all i could get is this information again: libapache-mod-jk 3.3a-4woody1 Apache connector

Re: JkUnMount is unknown to apache

2005-07-13 Thread Chris. Grobmeier
hope this is useful, this info is based on a Tomcat 5.5.9, Apache 2.0.5 on Solaris 9 thank this is useful. I have grep'ed the logfiles, i have version: mod_jk/1.1.0 This is quite bad i guess :-) have to upgrade Cheers Chris