[Koha] After upgrading to 3.16 only get Apache "It Works" page

Marty ontariowolf64 at yahoo.com
Mon Aug 18 14:32:24 NZST 2014


Thanks Riley, Doug and Arun. It turned out to be a missing symbolic link, the sites-enabled folder was empty, so that was a very simple solution, but I would have had a hard time finding it without your help!


On Wednesday, August 13, 2014 1:21:13 AM, Arun Kumar <arun.aimit.2010 at gmail.com> wrote:
 


You need to add OPAC to Apache for opening it on port 80

you'll find it in:

/etc/apache2/sites-enabled

open the configuration file koha.conf with editor that you are comfortable
vim koha.conf

add the following line under opac virtual host port 80

# OPAC
<VirtualHost *:80>
   Include /etc/koha/apache-shared.conf
#  Include /etc/koha/apache-shared-disable.conf
   Include /etc/koha/apache-shared-opac.conf

   ServerName <your server name comes here>
   ScriptAlias /cgi-bin/koha/ "/usr/share/koha/opac/cgi-bin/opac/" <------
ADD THIS LINE IN koha.conf file


after fixing that, restart apache with :

/etc/init.d/apache2 restart

And there you go folks it works just fine, Hope this works

Regards

Arunkumar
Project Assistant
National Institute of Oceanography
Dona-Paula Goa, India
_______________________________________________
Koha mailing list  http://koha-community.org
Koha at lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


More information about the Koha mailing list