Re: mod_jk and Apache httpd 2.2 [RESOLVED ; still have questions]

2007-09-19 Thread Rainer Jung
Christopher Schultz wrote: Rainer Jung wrote: 2. Is is okay to have connection_pool_size=1 for my workers? The docs suggest to me that it /must be/ set to 1 if I'm using prefork MPM. OK, I see, that our wording is still not clear. What we try to tell the users: I think I get it. Basically,

Re: mod_jk and Apache httpd 2.2 [RESOLVED ; still have questions]

2007-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, Rainer Jung wrote: >> I still have a few questions, though: >> >> 1. I still get the JkShmFile error (didn't specify such a directive; >>should I? If I don't need it, can I disable the feature to avoid >>the error message?) > > I'm af

Re: mod_jk and Apache httpd 2.2 [RESOLVED ; still have questions]

2007-09-18 Thread Rainer Jung
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, So, I dumped my configuration entirely and tried to get something served from somewhere other than the default virtual host. It turns out that the default virtual host does not set a ServerName, which apparently r

Re: mod_jk and Apache httpd 2.2 [UPDATE]

2007-09-18 Thread Rainer Jung
Going to infinity+1: I would guess: the redundant log lines come from virtual servers. Okay. I don't believe I have more than one virtual server, so I would have expected maybe a maximum of two "initialized" messages. See below. All of my JkMounts are in a single VirtualHost, and they are

Re: mod_jk and Apache httpd 2.2 [RESOLVED ; still have questions]

2007-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, So, I dumped my configuration entirely and tried to get something served from somewhere other than the default virtual host. It turns out that the default virtual host does not set a ServerName, which apparently really confuses Apache httpd 2

Re: mod_jk and Apache httpd 2.2 [UPDATE]

2007-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, Thanks for the reply. Rainer Jung wrote: > I would guess: the redundant log lines come from virtual servers. Okay. I don't believe I have more than one virtual server, so I would have expected maybe a maximum of two "initialized" messages.

Re: mod_jk and Apache httpd 2.2 [UPDATE]

2007-09-18 Thread Rainer Jung
Hi Chris, Christopher Schultz wrote: Strange... it looks like mod_jk is initializing itself more than once. I even tried the binary available online for Apache httpd 2.2.4 (2.2.6 wasn't available), and it appears to be giving me the same results. I would guess: the redundant log lines come fro

Re: mod_jk and Apache httpd 2.2 [UPDATE]

2007-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I changed my JkLogLevel to debug and here's the output I get when I request a URL that should be mapped to a Tomcat instance: [Tue Sep 18 10:52:36.989 2007] [4317:3080799920] [debug] map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to ma

mod_jk and Apache httpd 2.2

2007-09-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All (especially mod_jk folks), I recently upgraded one of my servers to Apache httpd 2.2 and (predictably) my existing hand-built mod_jk.so library was "garbled", requiring me to re-compile. After a re-build (and upgrade from 1.2.23 to 1.2.25), it app