OPAC and Intranet not accessible via Internet
Hi, I have difficulties to make library Opac accessible via Internet. Opac is working properly on the local host. I changed "localhost" with IP number but without success (http://localhost/cgi-bin/koha/opac-main.pl <http://xxxxxxx/cgi-bin/koha/opac-main.pl> ). The same problem is with the "Intranet." Can anybody advise me how to fix the problem? MySQl and Apache are installed according to the instructions (as far as I can see). I use Win XP pro, Koha v.2.2.9; Apache v.2.2.9, My SQL v.4.1, ActivePerl 5.8.9, YAZ toolkit. I'm connected via LAN. Sincerely,
This is an apache configuration problem, not a Koha problem. To connect via the internet, you have to have (1) a publicly available IP and optionally (2) a DNS name that resolves to your IP. Then you configure Apache to listen either for request on that IP or for given ServerName requests. A name like "localhost" should never resolve from a different system. On your LAN you might be able to force a name like "OPAC" to resolve to your server, but you probably should do a fully qualified domain name. Talk to you network administrator about your options. --Joe 2009/4/6 AD <viktor02@passagen.se>
Hi,
I have difficulties to make library Opac accessible via Internet. Opac is working properly on the local host. I changed “localhost” with IP number but without success (http://localhost/cgi-bin/koha/opac-main.pl<http://xxxxxxx/cgi-bin/koha/opac-main.pl>). The same problem is with the “Intranet.”
Can anybody advise me how to fix the problem?
MySQl and Apache are installed according to the instructions (as far as I can see).
I use Win XP pro, Koha v.2.2.9; Apache v.2.2.9, My SQL v.4.1, ActivePerl5.8.9, YAZ toolkit.
I’m connected via LAN.
2009/4/6 AD <viktor02@passagen.se>:
Hi,
I have difficulties to make library Opac accessible via Internet. Opac is working properly on the local host. I changed “localhost” with IP number but without success (http://localhost/cgi-bin/koha/opac-main.pl). The same problem is with the “Intranet.”
Can anybody advise me how to fix the problem?
MySQl and Apache are installed according to the instructions (as far as I can see).
I use Win XP pro, Koha v.2.2.9; Apache v.2.2.9, My SQL v.4.1, ActivePerl 5.8.9, YAZ toolkit.
I’m connected via LAN.
Sincerely,
Follow what Joe has said. You need to add virtual host. -- With Regards Abhishek Amberkar Learn to appreciate a beauty within...
Please find the link for step by step guide to setup Koha on your LAN (Win 32) http://lisolutions.org/content/learning-and-enhancing-koha Ata http://www.lisolutions.org/ 2009/4/7 Abhishek Amberkar [अभिषेक] <abhishek.amberkar@gmail.com>
2009/4/6 AD <viktor02@passagen.se>:
Hi,
I have difficulties to make library Opac accessible via Internet. Opac is working properly on the local host. I changed “localhost” with IP number but without success (http://localhost/cgi-bin/koha/opac-main.pl). The same problem is with the “Intranet.”
Can anybody advise me how to fix the problem?
MySQl and Apache are installed according to the instructions (as far as I can see).
I use Win XP pro, Koha v.2.2.9; Apache v.2.2.9, My SQL v.4.1, ActivePerl 5.8.9, YAZ toolkit.
I’m connected via LAN.
Sincerely,
Follow what Joe has said. You need to add virtual host.
-- With Regards Abhishek Amberkar
Learn to appreciate a beauty within... _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (4)
-
Abhishek Amberkar [अभिषेक] -
AD -
Ata ur Rehman -
Joe Atzberger