Error- 404 - The requested URL / was not found on this server.
Hi, I was using koha 3.14.00.00 (installed via packages) on Ubuntu 12.04.4 LTS (GNU/Linux 3.5.0-49-generic i686) - on a Desktop System. and successfully upgraded koha to 3.16.00 yesterday (23-05-2014). After upgrade I was able to use koha staff client and opac without any problem. (while upgrading, it asked for - Rename the Apache Virtual hosts for koha Instance, the default was -"Yes", and I chose the same) But, when I try to open staff client/opac today, suddenly I get the error: 404 - The requested URL / was not found on this server. I tried clearing the cache/browsing history. then, re-started apache, it did not work. any other solutions could you recommend for understanding the problem? With Thanks Satish MV Librarian Govt. Engineering College, Hassan, Karnataka. India. --
Satish, The upgrade to upgraded the applications to including apache and your original koha (library or any name you called it) site was saved as libraryName.save. 1. Step 1 - Go to the Apache's sites-available directory [/etc/apache2/sites-available/] 2. Step 2 - Copy the old libraryName.save to rename it to libraryName to revert to your old site. 3. Step 3 - Enable the libraryName site using command sudo a2ensite libraryName 4. Restart Apache using command: sudo service apache2 restart Here is my screenshot: http://www.evernote.com/shard/s72/sh/51d2f948-9515-429b-96ec-51a16e9a2a28/8d... EVAN NJOROGE *•*+254721375981 *•*+254721375981 *•*about.me/uhusiano *•* * "Facilitating access to African digital content" * On Sat, May 24, 2014 at 8:36 AM, SATISH <lis4satish@gmail.com> wrote:
Hi,
I was using koha 3.14.00.00 (installed via packages) on Ubuntu 12.04.4 LTS (GNU/Linux 3.5.0-49-generic i686) - on a Desktop System. and successfully upgraded koha to 3.16.00 yesterday (23-05-2014). After upgrade I was able to use koha staff client and opac without any problem. (while upgrading, it asked for - Rename the Apache Virtual hosts for koha Instance, the default was -"Yes", and I chose the same)
But, when I try to open staff client/opac today, suddenly I get the error: 404 - The requested URL / was not found on this server. I tried clearing the cache/browsing history. then, re-started apache, it did not work. any other solutions could you recommend for understanding the problem?
With Thanks Satish MV Librarian Govt. Engineering College, Hassan, Karnataka. India.
-- _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
SATISH schreef op za 24-05-2014 om 11:06 [+0530]:
I was using koha 3.14.00.00 (installed via packages) on Ubuntu 12.04.4 LTS (GNU/Linux 3.5.0-49-generic i686) - on a Desktop System. and successfully upgraded koha to 3.16.00 yesterday (23-05-2014). After upgrade I was able to use koha staff client and opac without any problem. (while upgrading, it asked for - Rename the Apache Virtual hosts for koha Instance, the default was -"Yes", and I chose the same)
It's a bug in the 3.16 packages when running under apache 2.2. All it causes to happen is that it fails to re-enable the site after the change. You can fix this by running: sudo a2ensite library.conf (where library is your instance name.) Then: sudo service apache2 restart -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
Robin Sheat schreef op ma 26-05-2014 om 12:01 [+1200]:
It's a bug in the 3.16 packages when running under apache 2.2. All it causes to happen is that it fails to re-enable the site after the change.
You can fix this by running:
sudo a2ensite library.conf
A fix for this has been uploaded, so it shouldn't happen any more. This won't fix it retroactively, but a simple a2ensite library.conf should sort it out. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
participants (3)
-
Evan Mungai Njoroge -
Robin Sheat -
SATISH