Thanks Rainer... I've added the JK debugging and this has helped identify a problem... the response that Apache gets (and doesn't forward to the client) is that "No host matches server name myserver.com".

I'm not seeing any output at all in the RewriteLog (btw, it's RewriteLog not RewriteLogFile). I'm using Apache 2.2.5.

Apache httpd is running several virtual domains, so this is a reasonable response. However, JkMount worked fine despite this so it's a little puzzling. I don't have a clue how to fix it! Any ideas?

Should I be concerned that the the JK log is completely full up of lines like this

"Attempting to map URI '/unrelated/page/on/my/site' from 2 maps"

every time I get an access request on my server... even though the pages have nothing to do with the JkMount points?

On 4 Nov 2007, at 15:41, Rainer Jung wrote:
Now we go into debugging mod_rewrite and mod_jk.

RewriteLogFile logs/rewrite.log
RewriteLogLevel 9

will give you information, what mod_rewrite does with your URL.

JkLogFile logs/mod_jk.log
JkLogLevel debug

will give us a lot of information, which URL gets passed to mod_jk, and
what it does with it.

---------------------------------------------------------------------
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