How to hide port number when accessing koha staff client in the browser.
Good day! Can someone help me on how we hide port number when our user access KOHA staff client in the internet. for security purposes. sample OPAC: opac.com.ph staff client: opac.com.ph:10001 I want to hide the 1001 i just saw someone answer to use 2 different IP addresses, https://lists.katipo.co.nz/public/koha/2014-April/039152.html how can i do that?
Hi zen, you need to use different URLs for the staff interface and the OPAC. They can be either different by using different ports or by using different subdomains. You cannot hide a port number if you are using ports outside of 443/80 in the browser. You might want to change your configuration to use something like opac.com.ph and staff.com.ph instead. Hope this helps, Katrin On 08.02.24 09:41, zen zenitram wrote:
Good day!
Can someone help me on how we hide port number when our user access KOHA staff client in the internet. for security purposes. sample OPAC: opac.com.ph staff client: opac.com.ph:10001
I want to hide the 1001
i just saw someone answer to use 2 different IP addresses,
https://lists.katipo.co.nz/public/koha/2014-April/039152.html
how can i do that? _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi, You can create different hosts names for each opac.library.com.ph for opac admin.library.com.ph for admin and configure apache to do the mapping to the right port. Regards, Alvaro |----------------------------------------------------------------------------------------| Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire Le jeu. 8 févr. 2024 à 03:48, Katrin Fischer <katrin.fischer.83@web.de> a écrit :
Hi zen,
you need to use different URLs for the staff interface and the OPAC.
They can be either different by using different ports or by using different subdomains.
You cannot hide a port number if you are using ports outside of 443/80 in the browser.
You might want to change your configuration to use something like opac.com.ph and staff.com.ph instead.
Hope this helps,
Katrin
On 08.02.24 09:41, zen zenitram wrote:
Good day!
Can someone help me on how we hide port number when our user access KOHA staff client in the internet. for security purposes. sample OPAC: opac.com.ph staff client: opac.com.ph:10001
I want to hide the 1001
i just saw someone answer to use 2 different IP addresses,
https://lists.katipo.co.nz/public/koha/2014-April/039152.html
how can i do that? _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Zen, I just want to point out that the port scanners being run by malicious entities on the internet are going to detect your open ports whether your Koha URLs use/display them or not. In fact, the port scanners are possibly unaware of your URLs or domain name; they're not needed. The important thing is to secure your internet-facing servers and services so that there is nothing that potential attackers can use to invade or break your system. David Liddle System Administrator david.liddle@wycliff.de (but not for this list) Wycliff e.V., https://wycliff.de Seminar für Sprache und Kultur, https://spracheundkultur.org Internationales Tagungszentrum Karimu, https://karimu.de On Thu, Feb 8, 2024 at 9:41 AM zen zenitram <quickfire28@gmail.com> wrote:
Good day!
Can someone help me on how we hide port number when our user access KOHA staff client in the internet. for security purposes. sample OPAC: opac.com.ph staff client: opac.com.ph:10001
I want to hide the 1001
i just saw someone answer to use 2 different IP addresses,
https://lists.katipo.co.nz/public/koha/2014-April/039152.html
how can i do that? _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (4)
-
Alvaro Cornejo -
David Liddle -
Katrin Fischer -
zen zenitram