Re: Nextcloud upload restricted to 2MB

2017-11-22 Thread Florian Sievert
Hi there, thanks for all your answers, it was very helpful and actually what is going wrong. I wasn't aware of the fpm change. I switched back to preforking as described in point 6 and everything is working again like expected. Will have over the weekend a closer look at the mpm and try to configu

Re: Nextcloud upload restricted to 2MB

2017-11-22 Thread James Hogarth
I'm looking at the owncloud and nextcloud packages this week to update them. Apologies for this but it was an unexpected result of changes to httpd. The default httpd MPM changed from prefork to event, which disabled mod_php as it's not thread safe. For the incoming update once I've ironed out u

Re: Nextcloud upload restricted to 2MB

2017-11-21 Thread Bill Shirley
I ran into this on Fedora 25. https://www.spinics.net/linux/fedora/fedora-users/msg479030.html I'm not running php-fpm.service. Bill On 11/21/2017 7:24 PM, Rick Stevens wrote: On 11/21/2017 03:27 PM, Samuel Sieb wrote: On 11/21/2017 02:59 PM, Florian Sievert wrote: If I remember correctly, t

Re: Nextcloud upload restricted to 2MB

2017-11-21 Thread Rick Stevens
On 11/21/2017 03:27 PM, Samuel Sieb wrote: > On 11/21/2017 02:59 PM, Florian Sievert wrote: >> If I remember correctly, this was the default upload size set by PHP. >> However, I set in F26 already in /etc/php.in the option and restarted >> apache. >> >> upload_max_filesize = 16G > >> Any idea wha

Re: Nextcloud upload restricted to 2MB

2017-11-21 Thread Samuel Sieb
On 11/21/2017 02:59 PM, Florian Sievert wrote: If I remember correctly, this was the default upload size set by PHP. However, I set in F26 already in /etc/php.in the option and restarted apache. upload_max_filesize = 16G Any idea what this might be/? /Anyone who can confirm that nextcloud is