Hi all I appreciate the advice accorded, so far as newbie in ubuntu/koha now I have both koha 3.8.2 im running it on an ubuntu VM, my current problem is i am giving my machine an IP address, 192.168.100.2 successfully since its even browsing the internet and I can ping it from our LAN but when I try to access koha I have to access it using 127.0.1.1:8080 how do I change this to have it run at my ip address or rather I want to access this koha application from the network. I used a godsent link liveCD Regards -- Dennis K. Njuguna
Dennis, perhaps it has to do with the apache configuration on the VM. Look at the file /etc/koha/koha-httpd.conf, on the lines with <VirtualHost 127.0.0.1:80/8080> you must put <VirtualHost *:80/8080> or your IP address instead of "*", then restart apache (sudo apache2ctl restart) Hope that helps Bernardo -- Bernardo Gonzalez Kriegel bgkriegel@gmail.com On Tue, Sep 4, 2012 at 10:20 AM, Dennis Njuguna <cknjuguna@gmail.com> wrote:
Hi all
I appreciate the advice accorded, so far as newbie in ubuntu/koha now I have both koha 3.8.2 im running it on an ubuntu VM, my current problem is i am giving my machine an IP address, 192.168.100.2 successfully since its even browsing the internet and I can ping it from our LAN but when I try to access koha I have to access it using 127.0.1.1:8080 how do I change this to have it run at my ip address or rather I want to access this koha application from the network.
I used a godsent link liveCD
Regards
--
Dennis K. Njuguna _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Thanks it works On Tue, Sep 4, 2012 at 4:34 PM, Bernardo Gonzalez Kriegel < bgkriegel@gmail.com> wrote:
Dennis, perhaps it has to do with the apache configuration on the VM. Look at the file /etc/koha/koha-httpd.conf, on the lines with <VirtualHost 127.0.0.1:80/8080> you must put <VirtualHost *:80/8080> or your IP address instead of "*", then restart apache (sudo apache2ctl restart)
Hope that helps
Bernardo -- Bernardo Gonzalez Kriegel bgkriegel@gmail.com
On Tue, Sep 4, 2012 at 10:20 AM, Dennis Njuguna <cknjuguna@gmail.com>wrote:
Hi all
I appreciate the advice accorded, so far as newbie in ubuntu/koha now I have both koha 3.8.2 im running it on an ubuntu VM, my current problem is i am giving my machine an IP address, 192.168.100.2 successfully since its even browsing the internet and I can ping it from our LAN but when I try to access koha I have to access it using 127.0.1.1:8080 how do I change this to have it run at my ip address or rather I want to access this koha application from the network.
I used a godsent link liveCD
Regards
--
Dennis K. Njuguna _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Dennis K. Njuguna
Dear Colleagues I have managed to install KOHA but I failing to write anything on 100 tag personal author, there is a lock, please help, where I am I going wrong. Fiskani On Tue, Sep 4, 2012 at 3:20 PM, Dennis Njuguna <cknjuguna@gmail.com> wrote:
Hi all
I appreciate the advice accorded, so far as newbie in ubuntu/koha now I have both koha 3.8.2 im running it on an ubuntu VM, my current problem is i am giving my machine an IP address, 192.168.100.2 successfully since its even browsing the internet and I can ping it from our LAN but when I try to access koha I have to access it using 127.0.1.1:8080 how do I change this to have it run at my ip address or rather I want to access this koha application from the network.
I used a godsent link liveCD
Regards
--
Dennis K. Njuguna _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
I have managed to install KOHA but I failing to write anything on 100 tag personal author, there is a lock, please help, where I am I going wrong.
From the FAQ entry under Cataloging, "Why can’t I edit 1xx, 6xx, or 7xx fields in my catalog record?"
"These fields are authority controlled and you probably have the BiblioAddsAuthorities set to ‘allow’. When it is set to ‘don’t allow’ these fields will be locked and require you to search for an existing authority record." http://koha-community.org/documentation/faq/ -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
participants (4)
-
Bernardo Gonzalez Kriegel -
Dennis Njuguna -
Fiskani Ngwira -
Owen Leonard