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
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
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
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
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