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=28823>. 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=28823 [mod_jk2] Alias Apache2 directive and JkUriSet don't work together Summary: [mod_jk2] Alias Apache2 directive and JkUriSet don't work together Product: Tomcat 4 Version: Unknown Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote JK 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Using Apache 2.0.49, mod_jk2 2.0.4 on Windows, this works fine : <Location "/root/test"> JkUriSet worker ajp13:localhost:8009 </Location> A call to http://domain/root/test is redirected to Tomcat as expected. But this : Alias /root "/the/path/you/want" <Location "/root/test"> JkUriSet worker ajp13:localhost:8009 </Location> doesn't work anymore ! I get now 404 error for http://domain/root/test. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]