Well, a few hours of net searching and I found the following posted back in February...
----- It is my (and others) experience that mod_jk has to be loaded BEFORE mod_rewrite for it to act responsibly. In your case the mod_rewrite is linked statically, i.e., loaded before mod_jk. I would suggest to make both mod_jk and mod_rewrite DSO, and load/add module mod_jk before mod_rewrite. Remember to comment out the # LoadModule jk_module libexec/mod_jk.so in mod_jk.conf Jan ----- Well, I don't know who Jan is but THANKS, this worked for me. --Rainer > -----Original Message----- > From: Rainer Mager [mailto:[EMAIL PROTECTED]] > Hi all, > > We have a system that has recently been converted from > JServ to Tomcat and [...] > The thing is that when we have the JkMount in the config file then, > despite the log saying "go-ahead with...", the > "/usr/local/apache/cgi-bin/passthroughparams.cgi" file is not running. It > appears that Apache passes control to Tomcat before actually running the > file. We have debugging code in the cgi file that is not running > at all. If > we take out the JkMounts and leave everthing else the same then > things work > fine. > BTW, don't let the fact that the script is in the CGI-bin directory > confuse you. It is just a Perl script, its location is not imortant. > > So, is there anyway to make sure the script is run before > the hand off to > Tomcat? > > > > Thanks, > > --Rainer >
