DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42491>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42491 Summary: mod_jk binary is not working well Product: Tomcat 5 Version: 5.5.20 Platform: Other OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Connector:AJP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have installed Apache HTTP server (version 2.2.4) that is using mod_jk to forward the requests to the Tomcat server (version 5.5.20) and also use mod_rewrite to make URL rewriting before the request is forwarded to Tomcat. I have the following configuration in the httpd.conf file: LoadModule rewrite_module modules/mod_rewrite.so LoadModule jk_module modules/mod_jk.so JkWorkersFile conf/workers.properties JkLogFile logs/mod_jk.log JkLogLevel debug JkMount /portal/* testWorker RewriteEngine on RewriteRule ^/A/B /portal/?param1=A¶m2=B [PT,L] This combination of mod_jk and mod_rewrite worked fine until I downloaded the latest mod_jk binary file available at the following location: http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.23/ I downloaded the following file:mod_jk-apache-2.2.4.so , renamed it to mod_jk.so and placed into the modules folder instead of the older one and the url rewriting stopped to work properly. Then I returned back the older mod_jk.so file and it worked fine as before. I compared the size of those two package files, they are the same size: 192,610 bytes, but when I compared them in hex there are some changes. The latest package file was last modified on 18 May 2007. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
