Re: [users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-17 Thread David Mehler
Hello, I've tried all the PHP ports in the 8.x series all are exhibiting the behavior where the pool starts, waits and dies. Can anyone send me four files: 1. There Apache php-fpm.conf file to pass php scripts to fcgi 2. there php-fpm.conf file which controls the php-fpm process itself 3. there w

Re: [users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-15 Thread David Mehler
Hello, The php-fpm has a user and group of www and the document root is owned and viewable by that user and group. The apache configuration block for the document root is: Options FollowSymLinks SSLRequireSSL AllowOverride None SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI "\.(?:gif|jpe?g

Re: [users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-15 Thread Deepak Goel
can you please check if that folder is accessible to php? Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Gr

Re: [users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-15 Thread Frank Gingras
I think you may have much better luck with the php-fpm pool issues on a php mailing list, or even #php on the libera chat IRC network. On Fri, 15 Jul 2022 at 06:51, David Mehler wrote: > Hello, > > The info.php file is in my documentroot. > > Thanks. > Dave. > > > On 7/15/22, Deepak Goel wrote:

Re: [users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-15 Thread David Mehler
Hello, The info.php file is in my documentroot. Thanks. Dave. On 7/15/22, Deepak Goel wrote: > where have you stored the file info.php? Directory? > > > Deepak > "The greatness of a nation can be judged by the way its animals are treated > - Mahatma Gandhi" > > +91 73500 12833 > deic...@gmail.

Re: [users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-15 Thread Deepak Goel
where have you stored the file info.php? Directory? Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green"

[users@httpd] Apache 2.4 with event, PHP 8.0 fpm on FreeBSD 13, pool keeps dying

2022-07-14 Thread David Mehler
Hello, I'm trying to run Apache 2.4 with event mpm, PHP 8.0 fpm on a FreeBSD 13 system. To test I've got a PHP info file but when I atempt to load it I'm getting a 5xx file not found message. Checking the PHP fpm and other logs it looks like my pool is dying and restarting very quickly. My configu