> After the HUP, there are two additional file descriptors open.
> Another HUP will open up two more, and so forth.  USR1 (aka apachectl
> graceful) seems to produce similar results.

It sounds like mod_jk doesn't handle the "restart" notification from Apache very well. It's also possible that mod_jk doesn't attempt to close any open streams when the log file name is changed (which is likely to happen when Apache reloads its config). The name will be the same, but there's still a message sent to the module that some configuration changed. I suppose this is the same thing as "not handling restart notification properly".

Have you tried jk2? Everyone on this list seems to indicate that moving to jk2 is a good idea in general.

-chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to