chcw
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by chcw-
How to set maxsparethreads and minsparethreads?
Hi, I am using event MPM in Apache. How to set the values for maxsparethreads and minsparethreads? https://httpd.apache.org/docs/2.4/mod/mpm_common.html#minsparethreads
-
How to find the pm (Process Manager) setting in my PHP FPM?
Hi, In WHM, there is no such a setting in MultiPHP Manager. Then I try to use the following command: less /var/cpanel/ApachePHPFPM/system_pool_defaults.yaml But the result also do not have such a s...
-
Cannot Enable JIT for PHP 8.1
Hi, I try to follow the instructions in PHP 8.0: JIT opcache.enable_cli=1 After that, I restart PHP FPM service. Then I check jit buffer size is 256MB. And then I check , I will get " 503 Servi...
-
How to Change OPCache Settings?
Hi, I want to change the OPCache settings. And find there are multiple ways to do so: 1. This article suggests to use MultiPHP INI Editor, which seems to be specific to PHP version and I need to...
-
How to remove extra PHP section from .htaccess
Hi, In my .htaccess file, there is already a section of PHP, as below: # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of this file may result in unexpected behavior. # ...
-
How to rebuild Apache configuration file?
Hi, When I change Apache global configuration at WHM Home / Service Configuration / Apache Configuration / Global Configuration I see there is a statement saying "Changes to thes...
-
Apache MaxRequestWorkers and PHP FPM Max Children
Hi, I read the following article to try to understand Apache MaxRequestWorkers and PHP FPM Max Children: mpm_common - Apache HTTP Server Version 2.4, MaxRequestWorkers is the max number of proce...