• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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