• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Question PHP interpreter has no PHP 7.0

Sie können php 7.0 Ihr eigenes. sury-Pakete unter debian 12 verwenden oder es selbst kompilieren. keine Notwendigkeit für immunify addon.
Das habe ich mir auch gedacht und mit folgendem probiert, aber auch das hat nicht geklappt.

Apt-get-Update und Apt-get-Installation von Ca-Zertifikaten

apt install apt-transport-https lsb-release ca-zertifikate -y
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/$lsb_release -sc( main" ) /etc/apt/sources.list.d/php.list

apt-get-aktualisierung
Apt-get install php7.0 php7.0-fpm php7.0-cgi php7.0-mysql php7.0-xsl php7.0-xml php7.0-tidy php7.0-recode php7.0-mcrypt php7.0-mbstring php7.0-intl php7.0-gd php7.0-curl php7.0-json php7.0-imagick php7.0-bcmath php7.0-bcmath php7.0-readline php7.0-sqlite3

plesk bin php_handler --add -displayname "7.0 by sury.org" - path /usr/bin/php-cgi7.0 -clipath /usr/bin/php7.0 -phpini /etc/php/7.0/cgi/etc/php.ini -type cgi -id "php56-cgi"
plesk bin php_handler --add -displayname "7.0 by sury.org" - path /usr/bin/php-cgi7.0 -clipath /usr/bin/php7.0 -phpini /etc/php/7.0/cgi/etc/php.ini -type fastcgi -id "php56-fastcgi"
plesk bin php_handler --add -displayname "7.0 by sury.org" - path /usr/sbin/php-fpm7.0 - clipath /usr/bin/php7.0 -phpini /etc/php/7.0/fpm/etc/php.ini - type fpm - service php7.0-fpm - poold /etc/php/7.0/fpm/pool.d -id "php56-fpm"
 
Back
Top