DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21549>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21549

mod_jk2 interference with other mods needs to be resolved

           Summary: mod_jk2 interference with other mods needs to be
                    resolved
           Product: Tomcat 4
           Version: 4.1.18
          Platform: Other
               URL: http://nagoya.apache.org/eyebrowse/ReadMsg?listName=tomc
                    [EMAIL PROTECTED]&msgId=697376
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


The URL references an entire discussion on the topic, which I have read end to 
end.  Last message was a couple of months ago.  I checked the CVS and did not 
see any change.

See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21546 for an example of 
mod_jk2 conflicting with mod_dav.  Another example follows for mod_jk2 and 
mod_rewrite:

If I have:

  RewriteRule    ^/oldpathpart(.*)$         /newpath/   [NC,L,R=permanent]
  JkSet uri:<domain>/*.jsp.group ajp13:worker

then /path1111/ goes to /newpath/ with no trouble.  BUT ...

  /path1111/foo.html - works
  /path1111/foo.jsp  - gets an error because of mod_jk2 takes precedence.

This whole module precedence area seemingly needs to be work out with the 
httpd team, since administrative control was removed in Apache 2.  But it 
sounded from the tail end of the thread that Mladen had verified that it 
should work now.

I have VirtualHosts using mod_rewrite and mod_dav wit mod_jk2, and am willing 
to test if changes are made.  I'll reinstall both httpd and tomcat so that I 
build from source.

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

Reply via email to