I Inma Regular Pleskian Jun 29, 2023 #1 We need this to be on the server: SSH2 PECL extension it is debia 11 with plesk any suggestions? Thanks
We need this to be on the server: SSH2 PECL extension it is debia 11 with plesk any suggestions? Thanks
Martin Dias QA Engineer Staff member Jun 29, 2023 #2 You can normally install it on your own for the PHP handler you need: php_handler: PHP Handlers The php_handler utility is used to manage PHP versions, SAPI, and php.ini availiable for hosting users (PHP handlers)... docs.plesk.com As an example, for PHP 8.1: Code: plesk bin php_handler --extension-install ssh2 -id plesk-php81-fpm Or manually: https://support.plesk.com/hc/en-us/articles/12377140315671
You can normally install it on your own for the PHP handler you need: php_handler: PHP Handlers The php_handler utility is used to manage PHP versions, SAPI, and php.ini availiable for hosting users (PHP handlers)... docs.plesk.com As an example, for PHP 8.1: Code: plesk bin php_handler --extension-install ssh2 -id plesk-php81-fpm Or manually: https://support.plesk.com/hc/en-us/articles/12377140315671
I Inma Regular Pleskian Jun 29, 2023 #3 Hola, 7.3.33 Fastcgi ¿?¿? what would be the command to use? Thank you ---- this comand ? plesk bin php_handler --extension-install ssh2 -id plesk-php7333-fatscgi
Hola, 7.3.33 Fastcgi ¿?¿? what would be the command to use? Thank you ---- this comand ? plesk bin php_handler --extension-install ssh2 -id plesk-php7333-fatscgi
Martin Dias QA Engineer Staff member Jun 29, 2023 #4 It will install it for all handlers on the same version as they share the modules, but you can find the exact names with: Code: plesk bin php_handler --list
It will install it for all handlers on the same version as they share the modules, but you can find the exact names with: Code: plesk bin php_handler --list
I Inma Regular Pleskian Jun 29, 2023 #5 That's it, I want to install it for the server. Use the entire php that you use, is it possible?
Martin Dias QA Engineer Staff member Jun 29, 2023 #6 You would need to run it for each PHP versions (7.4, 8.0, etc.) not each sub handler
I Inma Regular Pleskian Jun 29, 2023 #7 ok, pra el php que tiene.. adjunto captura.. sera este controlador --- plesk bin php_handler --extension-install ssh2 -id plesk-php73-fastcgi Attachments Captura de pantalla 2023-06-29 172104.png 126.7 KB · Views: 8
ok, pra el php que tiene.. adjunto captura.. sera este controlador --- plesk bin php_handler --extension-install ssh2 -id plesk-php73-fastcgi