FW: Koha Apache2 Issues?
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. Any suggestion would be great. Thanks Barry
This is common Apache VirtualHost debugging: - Figure out if your apache uses NameVirtualHost. - If so, your VirtualHost definitions need to contain the exact same host[:port] and ServerName or ServerAlias lines need to match the incoming request. - If not, then your VirtualHost definitions need to be on distinct interfaces (IPs) and/or ports. - Need a "listen" for the port number used, if any. - If using name (not IP) then DNS, ServerName/ServerAlias lines and/or system hosts file should be updated. 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. 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 --Joe On Mon, Nov 17, 2008 at 12:07 PM, Barry Cannon <bc@interleaf.ie> wrote:
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.
Any suggestion would be great.
Thanks
Barry
participants (2)
-
Barry Cannon -
Joe Atzberger