OooLong
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
Comments
Recent activity by OooLong-
Nvm I solved this. Have to remove all the line and retype it. Also remove this two line: --- _is_present: 1
-
I re-edit with: pm_start_servers: 3 pm_min_spare_servers: 1 pm_max_spare_servers: 5 request_terminate_timeout: 120s I think that was the probable way, still doesn't update the conf file. Need help...
-
I just add this in /var/cpanel/userdata/site1/site1.com.php-fpm.yaml pm_start_servers = 3 pm_min_spare_servers = 2 pm_max_spare_servers = 5 request_terminate_timeout = 120s then rebuild /scripts...
-
For the yaml file, which do I use? key or name for all config? For ex: pm_min_spare_servers or pm.min_spare_servers
-
Also why say to use WHM user Interface to edit php-fpm config if the only way to edit is to edit the .yaml file and rebuild? ;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; cPanel FPM Configuration ; ;;;;;;;;;;;;;...
-
Michael, I'm still hazy on the document. Is it saying the only way to make change to php-fpm.conf is to edit the .yaml file and then rebuild? is that right?
-
Michael, I did what you said, yum update and then reinstall. Those files are still missing in php70, yet they are there in php55 and php56. Do you think just copying those files over to php70 make...
-
Michael, I already have ea-php70-php-mysqlnd installed in Easyapache 4. These files are not on found in /opt/cpanel/ea-php70/root/usr/lib64/php/modules: mysqlnd_mysqli.so, mysqlnd_mysql.so, pdo_my...
-
I think I found the problem: [root@ade-423 public_html]# ls /opt/cpanel/ea-php70/root/usr/lib64/php/modules bcmath.so calendar.so ctype.so curl.so dom.so ftp.so gd.so imap.so json.so mbst...
-
Actually since i'm using php-fpm the handlers didn't matter. As long as I switch to php56 then I no longer get that error.