Already tried to disable the opcache PHP extension?
# sudo phpdismod opcache
It should be your problem.
Also, it seems you are on prefork, please try to set MaxConnectionsPerChild to
something near 1 when you are using mod_php or big modules like this to
avoid any memory leak building slowly
Ivan,
Keep the replies in the ML for everyone to see.
See the fpm wiki page at:
https://cwiki.apache.org/confluence/display/HTTPD/PHP-FPM
On Wed, 9 Mar 2022 at 11:13, Frank Gingras wrote:
> Hello,
>
> A mod_php segfault is most likely linked to a php extension.
>
> You have two options here:
Hi, I want to configure an apache server to support a high load site. Are
these settings correct?
/etc/apache2/mods-enabled/mpm_event.conf
StartServers 2
MinSpareThreads 75
MaxSpareThreads 250
ThreadLimit
Hello,
A mod_php segfault is most likely linked to a php extension.
You have two options here:
1) Unload each php extension until you find the culprit
2) Switch to php-fpm, and configure httpd to use the event mpm via
proxy_fcgi to pass the requests to php-fpm
On Wed, 9 Mar 2022 at 08:15, Ivan
My apache2 version:
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2020-08-12T21:35:50
My php version:
PHP 7.3.7-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: Jul 10 2019
06:54:26) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.7, Copyright (c) 1998-2018 Zend Technologies
Iām presuming the To column means traffic send to the specific worker url and
the From column means traffic send back from that worker url, but some
confirmation would be nice š
Thx,
L
From: Lars Van Casteren
Date: Tuesday, 8 March 2022 at 22:04
To: "users@httpd.apache.org"
Subject: Balancer