Hello,

Try pointing your browser at http://library.koha.shelf.books without any port 
number.  That should bring up the same page as with port number 80 .  Port 80 
is the default for http .

For your staff client you can create a different IP address, then change your 
apache configuration file so it is only listening on that address and on the 
default port 80.  For instance, you might have something like:

# OPAC
<VirtualHost 10.0.0.20:80>
...

# Intranet
<VirtualHost 10.0.0.21:80>
...

Substituting the correct IP addresses for your network in the above statements.

You would also need to add entries to your ports.conf or similar file to 
reflect the changes.
 
You then have to configure DNS settings to point the names to the different IP 
addresses.  For instance:
opac.library.koha.shelf.books 10.0.0.20
intranet.library.koha.shelf.books 10.0.0.21

Restart apache, and you should be able to access the OPAC and staff client 
using the form http://opac.library.koha.shelf.books and 
http://intranet.library.koha.shelf.books 

Hope that helps.

Doug

-----Original Message-----
From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Chrispin 
Simasiku Sitali
Sent: Wednesday, April 02, 2014 10:22 AM
To: koha-user
Subject: [Koha] Access Koha without port number

Greetings to all,

I need help on how I can set up Koha without port number. Normally I access
my Koha installation using: xxx.xxx.xxx.xxx:80 or
library.koha.shelf.books:80 or :81 for staff client or opac

I future I dont want to use port numbers after  ip addresses or fqdn

Please help

Sitali Chrispin Simasku



-- 
Charles Lwanga College of Education,
P. O. Box 660193,
Monze,
ZAMBIA.

Mobile: +26 0979 869471
            +26 0966 869471
SKYPE: Libsitali
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to