You have more than one virtualhost trying to answer your request on that address/port. Apparently the unexpected "other" one is responding first. This error message gives you the best clue:<br><br><div class="gmail_quote">
On Thu, May 22, 2008 at 11:08 AM, gsl <<a href="mailto:gsl@rollinghills.lib.mo.us">gsl@rollinghills.lib.mo.us</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
[Thu May 22 09:57:57 2008] [warn] VirtualHost <a href="http://127.0.0.2:8080" target="_blank">127.0.0.2:8080</a> overlaps with<br>
VirtualHost <a href="http://127.0.0.2:8080" target="_blank">127.0.0.2:8080</a>, the first has precedence, perhaps you need a<br>
NameVirtualHost directive<br></blockquote><div><br> So you can do one of the following:<br><ul><li>locate and disable the "other" virtualhost on <a href="http://127.0.0.2:8080">127.0.0.2:8080</a></li><li>Move your Koha virtualhosts to a different unused IP/port.<br>
</li><li>Setup DNS and use NameVirtualHost (see apache docs for more details). <br></li></ul>--Joe Atzberger,<br>Systems Administrator, LibLime<br></div></div>