chcw
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by chcw-
chcw created a post,
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
-
chcw commented,
Thank you. After changing pm to dynamic, I get the following warning in the log: [25-Feb-2025 05:30:24] WARNING: [pool xxx_com] seems busy (you may need to increase pm.start_servers, or pm.min/max_...
-
chcw created a post,
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...
-
chcw commented,
Thank you. How to know which extension cause the issue?
-
chcw commented,
Yes, in Apache Error Log, I see the following: [Wed Jul 19 09:40:46.504648 2023] [proxy_fcgi:error] [pid 5914:tid 47200906626816] [remote 79.107.70.235:1854] AH01067: Failed to read FastCGI header...
-
chcw commented,
Thank you very much.
-
chcw created a post,
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...
-
chcw created a post,
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...
-
chcw commented,
Thank you. The total count 1 + 124 = 125 is a multiple of 25
-
chcw commented,
Hi, cPRex, Sorry that I have found the button, it only appears after I click the "Save" button. Now my question is after I change the MaxRequestWorkers to 250, then rebuilt and restart Apache, I ...