|
From: | Rob Weir |
Subject: | Re: [Koha-win32] new install |
Date: | Tue, 27 Jun 2006 20:54:16 -0400 |
User-agent: | Mozilla Thunderbird 1.0.6 (Windows/20050716) |
Hi Laurie: The typical windows install uses Apache virtual hosts to route requests to the two interfaces. The Opac interface is set as the default, so you can reach it using just the server's IP address or domain name. However to reach the administrative interface, you need to associate the alias "intranet" with the IP address of the server. If you have a DNS server on your network, you can ask your IT manager to add an A record that links "intranet" with the IP address of your server. The other option is to add a couple entries to the hosts file on your local workstation for each of the interfaces. For example, if your server's IP address is 192.168.1.25, the entries would look like: 192.168.1.25 opac # Koha Library Software OPAC 192.168.1.25 intranet # Koha Library Software INTRANETIf you do this, apache will take the incoming requests and route them to the correct interface. There is a little additional information on this on the Koha wiki at http://wiki.koha.org/doku.php?id=kohawintroubleshoot If you aren't familiar with the hosts file and need more help with that, write again. Rob Laurie Selwyn wrote: We recently downloaded KOHA to our server which is located two floors away from the library and my office machine. Currently, I can only access what will be the public interface from my office PC however, I can get into the Administrative interface if I get directly on the server by physically entering the server room and entering the parameters directly into the server from there. My problem: How do I gain access to the Administrative interface from my office PC since that computer will be the machine responsible for all KOHA interactions (circ, cataloging, etc)? Has anyone else run into this problem? The server is a WIN 2000 server and my office system is a WIN 2000 machine. Thank you. Laurie Selwyn Law Librarian Grayson County Law Library 100 W. Houston St., Suite 27 Sherman, TX 75090 (903) 813-4320 Fax (903) 892-4085 address@hidden DISCLAIMER: This email contains information that may be legally privileged and confidential and is intended only for the use of the individual or entity named above.If the reader of this message is not the intended recipient,you are hereby notified that any dissemination, distribution, or copy of this communication is strictly prohibited. If you receive this communication in error, please notify the sender by return email and then delete it immediately from your system. Please note that this is not a substitute for professional legal advice. |
[Prev in Thread] | Current Thread | [Next in Thread] |