Mr.Schultz,

I'm using JkMount in some Virtual Hosts as below.

[httpd.conf]

Listen 8108

<VirtualHost XXX.XXX.19.40:8108>
 :
 JkMount /xxx_api/* worker1
 :
</VirtualHost>

When I tried to set "JkUnmount * worker1", such message printed out and Apache 
was failed to start.

Syntax error on line 425 of /opt/httpd/conf/httpd.conf:
JkUnMount context should start with /

Best regards,

(2010/12/23 2:17), Christopher Schultz wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kikuchi,

On 12/21/2010 11:42 PM, Yu Kikuchi wrote:
I also think it's not good idea to make JkLogLevel ERROR.
I'll consider to use rotatelogs.

You might miss important information if setting to ERROR. Good luck.

BTW, I think it's reasonable for apache to send requests of "OPTIONS *
HTTP/1.0" to kill child processes.

Sure, it's reasonable for Apache httpd to send "OPTIONS *" to it's own
processes, just not to mod_jk.

But it isn't quite convincing that mod_jk makes those request to WARNING.

You really should change your JkMounts so that mod_jk doesn't even see
the request.

I'm going to inform this matter to bugzilla.

I'm sure it will be closed as INVALID unless you do some work to show us
that it's actually necessary. Please post your JkMounts.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0SMrkACgkQ9CaO5/Lv0PByvgCgkp3laovx8GQ3S3GL5Ttvj1nu
v+0AoLmO8UXQ5tBynMS3EgGaDibOCiGj
=5VZu
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to