Re: [users@httpd] Implementing mpm_event with php-fpm has broken my codeigniter app

2021-11-12 Thread Paul Claridge
On 12/11/2021 20:58, Eric Covener wrote: # the following is for rewritting under FastCGI RewriteRule ^(.*)$ index.php?/$1 [L] I don't know what this is supposed to do, but it doesn't pass the request to php-fpm. There's no information about where php-fpm is listening there. I suggest a

Re: [users@httpd] Implementing mpm_event with php-fpm has broken my codeigniter app

2021-11-12 Thread Eric Covener
> # the following is for rewritting under FastCGI > > RewriteRule ^(.*)$ index.php?/$1 [L] > I don't know what this is supposed to do, but it doesn't pass the request to php-fpm. There's no information about where php-fpm is listening there. I suggest a different guide. Since you are

[users@httpd] Implementing mpm_event with php-fpm has broken my codeigniter app

2021-11-12 Thread Paul Claridge
Hi Team, My software: ubuntu 20.04, apache 2.4.41, php 7.4, codeigniter 3.1.16 I have an app which works fine with mpm_prefork and mod_php7.4. However, in anticipation of a lot of concurrent sessions I have just looked at improving performance and using memory more efficiently by changing to