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.