During installation of koha on Ubuntu 12.04 LTS, I have found 1 error message.... when I have given command.... "sudo a2ensite library" I got a error "ERROR: Site library does not exist! Now problem is that I am able to run both Koha staff client and OPAC from the host computer i.e from my computer but i can't access my koha staff client from any other computer on my LAN network although I am able to access my koha OPAC using the ip address of my LAN network. Please help and solve the issue.
Nilratan Bhattacharjee schreef op wo 12-11-2014 om 08:42 [+0530]:
when I have given command.... "sudo a2ensite library"
I got a error "ERROR: Site library does not exist!
What instructions are you following? What's in /etc/apache2/sites-available and /etc/apache2/sites-enabled?
Now problem is that I am able to run both Koha staff client and OPAC from the host computer i.e from my computer but i can't access my koha staff client from any other computer on my LAN network although I am able to access my koha OPAC using the ip address of my LAN network.
How have you installed Koha? How have you configured Apache regarding how you access the OPAC and the staff client? What do you do to access the staff client when it: a) works b) doesn't work What happens when it doesn't work? -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
Greetings, Nilratan Bhattacharjee wrote:
During installation of koha on Ubuntu 12.04 LTS, I have found 1 error message....
when I have given command.... "sudo a2ensite library"
I got a error "ERROR: Site library does not exist!
The problem is covered tangentially in the troubleshooting section. http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages#Appendix_B:_Tr... "Under Ubuntu 14.04, while creating your instance, you may discover that only /etc/apache2/sites-available/{SITENAME} file was created. If you rename it to /etc/apache2/sites-available/{SITENAME}.conf this will solve potential issues when you try to enable the site later in the instructions. " Since we are attempting to move forward to the latest Apache 2, you may wish to attempt: $ sudo a2ensite library.conf Nilratan Bhattacharjee wrote:
Now problem is that I am able to run both Koha staff client and OPAC from the host computer i.e from my computer but i can't access my koha staff client from any other computer on my LAN network although I am able to access my koha OPAC using the ip address of my LAN network.
This is a networking issue. Set up your DNS correctly, or fix the hosts files on all the computers that need access. You've likely installed a name-based installation. If you don't want a name-based installation, then you should read http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages#Appendix_A:_Na... Though, it is strongly encouraged to get the DNS done right and use a name-based install. Hope this helps, Mark Tompsett
participants (3)
-
Mark Tompsett -
Nilratan Bhattacharjee -
Robin Sheat