AndyX
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 41
Comments
Recent activity by AndyX-
Thank you, Michael. So far so good, I ran the script and my server is still running. 44663 Now I will need to make the changes to the .yaml /var/cpanel/ApachePHPFPM/system_pool_defaults.yaml ...
-
After making those changes to the YAML file on a specific domain name, run the following command: How come when I try to run the command I get "command not found" message? 44659
-
@sparek-3 In the code you posted, you have --- on the fist line, is by accident or is it needed?
-
I found the link which explains the php_admin_value_disable_functions. Configurations Values of PHP-FPM - Documentation - cPanel Documentation However I'm not able to make this work.
-
I believe it should be: --- php_admin_value_disable_functions = { present_ifdefault: 0 } Keep in mind though, this is going to enable all functions for every account that uses PHP-FPM Sorry, th...
-
I tried creating the file as I outlined in post #3, but that caused problems, when I switched to PHP-FPM is would no longer show my domain at the bottom of the page.
-
Found the documentaion: PHP-FPM and EasyApache 4 - Version 60 Documentation - cPanel Documentation and
-
cPanel's PHP-FPM is adding those disabled functions by default. You can adjust this, system-wide by modifying/creating the file at: /var/cpanel/ApachePHPFPM/system_pool_defaults.yaml Hi sparek-3...
-
Problem solved! I just updated ea-php71 by making sure all the PHP Extensions were the same as in ea-php56 and now the forum attachments work perfectly using ea-php71. I was also able to enable PH...
-
Thank you, Infopro. Your above instructions worked perfectly. I used the MySQL password as it is also changed when you change the cPanel password through WHM for the cPanel account.