Re: [Koha] Editing koha-sites.conf to allow for multiple instances

2020-06-23 Thread Quỳnh Vũ Đỗ
Hello,
I think that you should attribute two different ports to your intranet
(Staff login) and your OPAC. Something like:

> INTRAPORT="8000"
> INTRAPREFIX=""
> INTRASUFFIX="-admin"
> OPACPORT="80"
> OPACPREFIX="opac"
> OPACSUFFIX=""
In this situation the port "80" is the default one for the web server
Apache to 'listen" and will display the OPAC interface (if it is public).
To log in the intranet (Staff login) to administer Koha and the library
database, then you would need to add ":8000" to the end of your URL like "
https://your_domain:8000/;.

In the case of two Koha instances running on the same server. I think that
you would have a koha-conf.xml for each instance (under
/etc/koha/sites/instance_name/) and you should have, in my opinion, two
different sets of ports like ports 8000 and 8080 for one instance and ports
9000 and 9090 for the second instance. The port numbers I would choose are
such that you can remember which instance you want to access on the server,
and then which one is the OPAC and which one is for staff login.

You would also need to indicate the ports to which the (Apache) web server
should be listening in the file /etc/apache2/ports.conf, which for the
example above would be inserting the following lines in that file:

LISTEN 8000
LISTEN 8080
LISTEN 9000
LISTEN 9090

As I'm not a specialist, especially for running two instances of Koha, I
hope other contributors will correct me if I've been wrong somewhere.
Best regards
Quynh
=
M. Vũ Đỗ Quỳnh (Ph.D)
Trường Đại học Thăng Long - Université de Thang Long - Thang Long
University (Hanoi, Vietnam)
Phó Hiệu Trưởng, phụ trách HTQT - Vice-recteur chargé de la coopération
internationale - Vice-Rector in charge of International Cooperation
Web: http://thanglong.edu.vn/


Vào Th 4, 24 thg 6, 2020 vào lúc 03:13 Sterling Jenson <
sterlingjen...@gmail.com> đã viết:

> Greetings all,
>
> I am experimenting with setting up a second instance of Koha on my server.
> While I have the second one up running, including SSL, I cannot figure out
> how to edit the koha-sites.conf file so that I can access the staff page
> using https://[library1]-admin.[domain].org and
> https://[library2]-admin.[domain].org
> instead of https://www.[domain].org:[portnumber].  I have already tried to
> copy and paste this block:
>
> DOMAIN="[domain]"
> > INTRAPORT="80"
> > INTRAPREFIX=""
> > INTRASUFFIX="-admin"
> > OPACPORT="80"
> > OPACPREFIX="opac"
> > OPACSUFFIX=""
> >
>
> and change the ports that were used, but, alas, no luck.  Thoughts on what
> step I am missing?  Or did I overlook the information in the Wiki?  Thanks
> in advance.
>
> Best,
>
> Sterling
> ___
>
> 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


[Koha] MARC modification templates question

2020-06-23 Thread Carlos Lopez
Hi all

We're about to batch change several thousand records because we're modifying 
the URL used to access our proxy server. To do this should we do the following?

Add a new MARC modification template
Add a new action to it: Copy and Replace > Every > 856 > u > to field > 856 > u 
> regex > s/[portion of URL to be changed]/[replacement string for new URL]/g > 
if > field > 856 > u > matches > m/[portion of URL to be changed]/ >regex

Does that look right?

Also, with escaping the strings to find/replace, would the regex look like this 
(assuming that we're looking for 'http://proxy.dml.vic.edu.au:2048/' and 
replacing it with 'https://proxy.dml.vic.edu.au/')?

s/http\:\/\/proxy.dml.vic.edu.au\:2048\//https\:\/\/proxy.dml.vic.edu.au\//g

With kind regards from the Dalton McCaughey Library Team

Carlos Lopez

Dalton McCaughey Library | 29 College Crescent, Parkville, VICTORIA 3052
Ph: 03 9340  ext.1 | libr...@dml.vic.edu.au 
| library.dmlibrary.org.au

___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha 19.05.12 released

2020-06-23 Thread Victor Grousset/tuxayo
Hello!

The Koha Community is happy to announce the release of Koha 19.05.12

This is a maintenance release.

The full release notes can be found at:
https://koha-community.org/koha-19-05-12-released/

Debian packages will be available shortly.

Thanks to everyone involved.
This is my first release! Everything is hopefully okay 爛 Feedback very
welcome!


Cheers,

-- 
Victor Grousset/tuxayo
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Editing koha-sites.conf to allow for multiple instances

2020-06-23 Thread Sterling Jenson
Greetings all,

I am experimenting with setting up a second instance of Koha on my server.
While I have the second one up running, including SSL, I cannot figure out
how to edit the koha-sites.conf file so that I can access the staff page
using https://[library1]-admin.[domain].org and
https://[library2]-admin.[domain].org
instead of https://www.[domain].org:[portnumber].  I have already tried to
copy and paste this block:

DOMAIN="[domain]"
> INTRAPORT="80"
> INTRAPREFIX=""
> INTRASUFFIX="-admin"
> OPACPORT="80"
> OPACPREFIX="opac"
> OPACSUFFIX=""
>

and change the ports that were used, but, alas, no luck.  Thoughts on what
step I am missing?  Or did I overlook the information in the Wiki?  Thanks
in advance.

Best,

Sterling
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Internal Server Error after upgrading to Koha 20.05

2020-06-23 Thread Victor Grousset/tuxayo
On 20-06-06 10:19, Fadhili Ngalawa wrote:
> This morning I upgraded our office Koha production server from Koha
19.11.6
> to the newly released version Koha 20.05.

Thanks to you and Quỳnh for trying the new release. Having early
adopters helps a lot everyone.
Though throwing it in production is very courageous.

Any more feedback since then?

Note that version 20.05.01 has been released.
See the email "Koha 20.05.01 released"


Cheers,

-- 
Victor Grousset/tuxayo
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] 18.05 to 20.05 login error

2020-06-23 Thread Monica Benavides
Hello,

Our IT team has updated our Koha from 18.05 to 20.05 and we are getting
login errors for some of the superuser librarians on our team. Some are
able to log in while others, including myself, are not. I can access the
login page to type in my credentials, but after I submit it, I receive the
following error.
Software error:

{UNKNOWN}: Configuration not defined at
/usr/share/perl5/Log/Log4perl/Config.pm line 579. at
/usr/share/koha/lib/Koha/Patron.pm line 345

For help, please send mail to the webmaster ([no address given]), giving
this error message and the time and date of the error.
Has anyone experienced this? If so, what did you do to resolve it?

-- 


*Monica Benavides*

*Library Assistant/Testing Center Coordinator*



*Rocky Mountain University of Health Professions*

122 East 1700 South, Building 3, Provo, Utah 84606

Direct: 385.375.8772  *|*  Campus: 801.375.5125



*Stay connected, learn more!*

Blog  | Facebook
 | Twitter  |
YouTube  | rm.edu
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Installer - can't get default settings to import

2020-06-23 Thread David Schaller
Hello,

I have set up a server with Koha 20.05 and made it as far as the first several 
screens of the web installer, but on the "Web installer › Selecting default 
settings" screen after making my selections and pressing the "Import" button, I 
wait for awhile and then get the following error:

Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request
Reason: Error reading from remote server
Apache/2.4.41 (Ubuntu) Server at 192.168.1.71 Port 8080

Is apache server timing out before koha is finished? How long should it take to 
import that initial data?

Thanks,
David
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha 20.05.01 released

2020-06-23 Thread Jonathan Druart
Hello everybody,

The Koha Community is proud to announce the release of Koha 20.05.01

This is a maintenance release.

The full release notes can be found at:
https://koha-community.org/koha-20-05-01-released/

Debian packages will be available shortly.

Thanks to everyone involved,

Jonathan (on behalf of Lucas)
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha