• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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