Hi,

I have the most peculiar problem (at least in my point of view) with forwarding with jkmount. JkMount has always worked on my server, but suddenly, without changing anything but the mod_jk settings (adding a new jkmount and some rewriterules), JkMount suddenly only works if I connect to my server from localhost and not from any other location. I can't post the entire configuration of the server here, only the section of mod_jk which you can find below.

Is there anybody that could give me a hint on where I might start looking for the problem? What I suspect myself is that there might be some virtualhost or directory that eats the incoming external request so that I never get to the mod_jk section. And that it doesn't do this when I connect from localhost. But it beats me why it would do that.

The error that I get from the apache logs is :
[Mon Jan 14 15:30:06 2008] [error] [client 10.33.132.252] File does not exist: /volume1/www/htdocs/esat/jsp-examples which makes me thing that the section in the configuration that is 'eating' my requests has a document base of /volume1/www/htdocs/esat/, but I am not sure if that is a right presumption.

Greetings,
Edwin

<IfModule jk_module>
       JkWorkersFile           conf/extra/workers.properties
       JkLogFile               /volume1/www/logs/mod_jk.log
       JkLogLevel              info
       JkLogStampFormat        "[%a %d %b %Y %H:%M:%S] "
       JkShmFile               /volume1/www/logs/mod_jk-runtime-status
       JkMount                 /jsp-examples/* tomcat

       RewriteEngine           On
       JkMount                 /bench_* cartagen
</IfModule>

<Location /jkmanager/>
JkMount jkstatus
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>


Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to