I'm running Apache 2.0.52, Tomcat 5.5.9 and mod_jk 1.2.10 on FC3
Everything is installed and running well, locally.
Locally, I can browse localhost, localhost:8080, localhost:8080/jsp-examples and localhost/jsp-examples, showing that mod_jk is working correctly.
However, also locally, I can browse by ip, ip:8080, ip:8080/jsp-examples, but I CANNOT browse ip/jsp-examples. I get The requested URL /jsp-examples/ was not found on this server.
Remotely I get the same results. What would be prevening mod_jk from working remotely/by ip?
Thanks