After upgrading to 3.16 only get Apache "It Works" page
Running on Debian Wheezy it all worked fine until I upgraded. I did have the same issue before with the previous release but I cannot remember how I solved it or find the link that solved it anymore. Any help would be appreciated, but just a link to the solution will do fine, thanks! Marty
Are the correct koha sites enabled? (Instancename.conf in /etc/apache2/sites-available should be symlinked in /etc/apache2/sites-enabled or wherever your apache config files are). If they aren't there run Sudo a2ensite instancename Sudo /etc/init.d/apache2 reload And see if that works. Good Luck //Riley Riley Childs Senior Charlotte United Christian Academy IT Services Admin Library Services Admin web: rileychilds.net twitter: @RowdyChildren Checkout our new library catalog: catalog.cucawarriors.com -----Original Message----- From: Koha [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Marty Sent: Sunday, August 10, 2014 10:47 AM To: koha koha Subject: [Koha] After upgrading to 3.16 only get Apache "It Works" page Running on Debian Wheezy it all worked fine until I upgraded. I did have the same issue before with the previous release but I cannot remember how I solved it or find the link that solved it anymore. Any help would be appreciated, but just a link to the solution will do fine, thanks! Marty _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi Marty, This probably has something to do with your Apache config. First, just because it might work do "sudo apache2ctl restart" . That will restart the apache server and load all the configs. If that doesn't fix it, then look at /etc/apache2/sites-enabled . You should have a symlink pointing to all the sites that you have enabled . If the only one in there is 000-default then you haven't enabled any of your apache sites. The Debian site has this info about that: http://www.debian-administration.org/article/207/Maintaining_apache2_sites_a... . If you originally did a package install, then this wiki page might help, it also has info about enabling the sites: http://wiki.koha-community.org/wiki/Koha_3.x_on_Debian_Squeeze . Also, how are you connecting to your server. Using an IP address or a DNS name? Think about how you are connecting to the server, if DNS name how is that getting resolved? Is it really pointing to the apache site that has Koha on it, or to the default? If you can ascertain which IP address Koha is listening on then try connecting directly to that. Hope that helps. Doug -----Original Message----- From: Koha [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Marty Sent: Sunday, August 10, 2014 8:47 AM To: koha koha Subject: [Koha] After upgrading to 3.16 only get Apache "It Works" page Running on Debian Wheezy it all worked fine until I upgraded. I did have the same issue before with the previous release but I cannot remember how I solved it or find the link that solved it anymore. Any help would be appreciated, but just a link to the solution will do fine, thanks! Marty _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Doug Dearden -
Marty -
Riley Childs