This is common Apache VirtualHost debugging:<br><ul><li>Figure out if your apache uses NameVirtualHost.</li><ul><li>If so, your VirtualHost definitions need to contain the exact same host[:port] and ServerName or ServerAlias lines need to match the incoming request.<br>
</li><li>If not, then your VirtualHost definitions need to be on distinct interfaces (IPs) and/or ports.<br></li></ul><li>Need a "listen" for the port number used, if any.</li><li>If using name (not IP) then DNS, ServerName/ServerAlias lines and/or system hosts file should be updated.<br>
</li></ul>Nothing special would be expected in the Koha or Apache error logs since no error occurs (from the server point of view) in delivering you the default VirtualHost page. <br><br>A cheap hack (that doesn't *really* solve the problem, but makes it go away until you try to add other sites) is to disable the default site like: sudo a2dissite default<br>
<br>--Joe<br><br><div class="gmail_quote">On Mon, Nov 17, 2008 at 12:07 PM, Barry Cannon <span dir="ltr"><<a href="mailto:bc@interleaf.ie">bc@interleaf.ie</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-IE">
<div>
<p>I have been trying to do a test DEB install of Koha 3.0 and
I keep running in to the same issue. I get through the INSTALL doc fine, with
no issues, but once I try to launch the web setup I keep getting redirected to
the default apache site. Symbolic link is good as is the koha-httpd.conf file
but I just can't figure out why it's not redirecting correctly. No help in
either Apache log or Koha log.</p>
<p>Any suggestion would be great.<br></p>
<p>Thanks</p>
<p>Barry</p>
</div></div></blockquote></div><br>