The order in which the modules are loaded is not significant from version 2.0 on. It is the module developer who determines when the different hooks should be executed, and whether some other modules should be executed before or after. This happens during hook registration. If you take a look at the source code you will find calls to functions prefixed with ap_hook_. Those are the functions that register the hooks.
-ascs -----Original Message----- From: Kaushal Shriyan [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 1:12 PM To: [email protected] Subject: [EMAIL PROTECTED] mod_jk and mod_rsp Hi All I have a query here is that mod_jk module is picking it up first before mod_rsp. Will the order in which you load modules in httpd.conf matter? I did some reading on this and they say the most important module should be the last one in httpd.conf. So if you want VL to get the request first, we should load the rsp module last and we can let mod_jk (tomcat) be second last? I tried that but it didn't do the trick. I want that mod_rsp should be loaded first and then mod_jk should be loaded next Its not happening Any clue Awaiting your earnest reply Regards Kaushal --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
