Hi ! I'm using Apache 2.0.49 with mod_jk 2.0.4 on Windows. Every thing works fine if i write all jk2 configuration in workers2.properties. But know, I would like to write some of it in httpd.conf, and something doesn't work.
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 !! Apache seems to ignore any other configuration about "/root" after the definition of the alias. So, how can I do ? Thanks Damien Lecan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
