Re: [Koha-devel] Plack only

2018-03-20 Thread Fridolin SOMERS
0595 -Original Message- From: koha-devel-boun...@lists.koha-community.org [mailto:koha-devel-boun...@lists.koha-community.org] On Behalf Of Fridolin SOMERS Sent: Saturday, 10 February 2018 2:40 AM To: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] Plack only Our tests

Re: [Koha-devel] Plack only

2018-02-11 Thread David Cook
y.org [mailto:koha-devel-boun...@lists.koha-community.org] On Behalf Of Fridolin SOMERS Sent: Saturday, 10 February 2018 2:40 AM To: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] Plack only Our tests when installing Plack shows a RAM use of around 200Mo, that's cool. We added

Re: [Koha-devel] Plack only

2018-02-09 Thread Fridolin SOMERS
<mailto:koha-devel-boun...@lists.koha-community.org> ] On Behalf Of Julian Maurice Sent: Thursday, 8 February 2018 3:50 AM To: Tomas Cohen Arazi mailto:tomasco...@gmail.com> > Cc: koha-devel@lists.koha-community.org <mailto:koha-devel@lists.koha-community.org> Subject: Re: [Koha-de

Re: [Koha-devel] Plack only

2018-02-08 Thread David Cook
February 2018 12:31 AM To: David Cook Cc: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] Plack only David, I cannot imagine Koha without Plack, it must be so slow... unless you run very old versions. The wiki page is there since years and the psgi in our codebase as well (the

Re: [Koha-devel] Plack only

2018-02-08 Thread Jonathan Druart
oha-devel-boun...@lists.koha-community.org] On Behalf Of Julian Maurice > Sent: Thursday, 8 February 2018 3:50 AM > To: Tomas Cohen Arazi > Cc: koha-devel@lists.koha-community.org > Subject: Re: [Koha-devel] Plack only > > Are they really in sync ? They look very different (

Re: [Koha-devel] Plack only

2018-02-08 Thread Fridolin SOMERS
: 02 9212 0899 Direct: 02 8005 0595 -Original Message- From: koha-devel-boun...@lists.koha-community.org [mailto:koha-devel-boun...@lists.koha-community.org] On Behalf Of Julian Maurice Sent: Thursday, 8 February 2018 3:50 AM To: Tomas Cohen Arazi Cc: koha-devel@lists.koha-community.org Subjec

Re: [Koha-devel] Plack only

2018-02-08 Thread Fridolin SOMERS
+1 All our Koha are in plack since more than a year. Since we use Nginx, all pages are in Plack. With Apache there are still some pages using CGI only because of background jobs. I think this is the major problem. See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17240 Regards,

Re: [Koha-devel] Plack only

2018-02-07 Thread David Cook
: Tomas Cohen Arazi Cc: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] Plack only Are they really in sync ? They look very different (I cannot use the rest api with misc/plack/koha.psgi for instance). IMO a good starting point would be to move debian/templates/plack.psgi outside of debi

Re: [Koha-devel] Plack only

2018-02-07 Thread Julian Maurice
Are they really in sync ? They look very different (I cannot use the rest api with misc/plack/koha.psgi for instance). IMO a good starting point would be to move debian/templates/plack.psgi outside of debian/ and make it the .psgi reference file for all types of install (and remove misc/plack in t

Re: [Koha-devel] Plack only

2018-02-07 Thread Tomas Cohen Arazi
Good point, Julian. You are right. Basically, we ship misc/plack/* which we keep in sync with debian/templates/plack.psgi. I would love to spend some time de-debianizing hte multi-tenant management tools, but its been hard to find sponsorship or time for it. Most people are comfortable with Debia

Re: [Koha-devel] Plack only

2018-02-07 Thread Julian Maurice
What about people that do not use Debian ? It seems that there is no "standard" way to use Plack outside of the Debian world, and it looks like 90% of https://wiki.koha-community.org/wiki/Plack is outdated. If we abandon CGI support, I think we should first provide a clear setup documentation. I wo

Re: [Koha-devel] Plack only

2018-02-06 Thread David Cook
n Behalf Of Tomas Cohen Arazi Sent: Wednesday, 7 February 2018 5:51 AM To: koha-devel@lists.koha-community.org <mailto:koha-devel@lists.koha-community.org> Subject: Re: [Koha-devel] Plack only For running in Plack-mode, people needs to: sudo koha-plack --enable sudo koha-plack --sta

Re: [Koha-devel] Plack only

2018-02-06 Thread Tomas Cohen Arazi
007+Australia+%C2%A0+Office:+02&entry=gmail&source=g> > 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* koha-devel-boun...@lists.koha-community.org [mailto: > koha-devel-boun...@lists.koha-community.org] *On Behalf Of *Tomas Cohen > Arazi > *Sent:* Wed

Re: [Koha-devel] Plack only

2018-02-06 Thread Chris Cormack
ce: 02 9212 0899 > > Direct: 02 8005 0595 > >   > > *From:*koha-devel-boun...@lists.koha-community.org > [mailto:koha-devel-boun...@lists.koha-community.org] *On Behalf Of > *Tomas Cohen Arazi > *Sent:* Wednesday, 7 February 2018 5:51 AM > *To:* koha-devel@lists.koha-co

Re: [Koha-devel] Plack only

2018-02-06 Thread David Cook
-devel] Plack only For running in Plack-mode, people needs to: sudo koha-plack --enable sudo koha-plack --start sudo systemctl restart apache2 after creating the . What I meant is that we should have people avoid the need for those commands. And people with specific needs that

Re: [Koha-devel] Plack only

2018-02-06 Thread Tomas Cohen Arazi
El mar., 6 feb. 2018 a las 10:58, Francesco Rivetti () escribió: > Correct me if I'm wrong, but I thought some auth integrations don't work > with plack > I think you're talking about bug 17776 (Shibboleth auth broken in Plack). I

Re: [Koha-devel] Plack only

2018-02-06 Thread Tomas Cohen Arazi
For running in Plack-mode, people needs to: sudo koha-plack --enable sudo koha-plack --start sudo systemctl restart apache2 after creating the . What I meant is that we should have people avoid the need for those commands. And people with specific needs that require non-Plack setups can do it.

Re: [Koha-devel] Plack only

2018-02-06 Thread Julian Maurice
What does that mean to "make Plack the default" exactly ? Le 06/02/2018 à 14:31, Tomas Cohen Arazi a écrit : > I would like to know if you think there's any reason to keep the CGI > mode as default in Koha deployments. I think we should make Plack the > default. There are some issues, tough. > >

Re: [Koha-devel] Plack only

2018-02-06 Thread Francesco Rivetti
Correct me if I'm wrong, but I thought some auth integrations don't work with plack F On 06. feb. 2018 14:31, Tomas Cohen Arazi wrote: I would like to know if you think there's any reason to keep the CGI mode as default in Koha deployments. I think we should make Plack the default. There are

Re: [Koha-devel] Plack only

2018-02-06 Thread Tomas Cohen Arazi
y we came there > -- > *Van:* koha-devel-boun...@lists.koha-community.org < > koha-devel-boun...@lists.koha-community.org> namens Tomas Cohen Arazi < > tomasco...@gmail.com> > *Verzonden:* dinsdag 6 februari 2018 14:31:47 > *Aan:* koha-devel > *Onderwerp:*

Re: [Koha-devel] Plack only

2018-02-06 Thread Jonathan Druart
IMO It should already be the default for the last 2 releases. On Tue, 6 Feb 2018 at 10:31 Tomas Cohen Arazi wrote: > I would like to know if you think there's any reason to keep the CGI mode > as default in Koha deployments. I think we should make Plack the default. > There are some issues, toug

Re: [Koha-devel] Plack only

2018-02-06 Thread Marcel de Rooy
+1 Implicitly we came there Van: koha-devel-boun...@lists.koha-community.org namens Tomas Cohen Arazi Verzonden: dinsdag 6 februari 2018 14:31:47 Aan: koha-devel Onderwerp: [Koha-devel] Plack only I would like to know if you think there's any reason to

[Koha-devel] Plack only

2018-02-06 Thread Tomas Cohen Arazi
I would like to know if you think there's any reason to keep the CGI mode as default in Koha deployments. I think we should make Plack the default. There are some issues, tough. But if we set that goal, we could focus on fixing them. What do you think? -- Tomás Cohen Arazi Theke Solutions (https