Statistik |
Beiträge: 145.561 (Täglich: 18,39 )
Themen: 16.848
Mitglieder: 13.221
Neuestes Mitglied: Hugo100.
Ausl. d. letzten Minute: 135%
Ausl. d. letzten 5 Minuten: 119%
Ausl. d. letzten 15 Minuten: 122%
Aktulle Uhrzeit: 20:36
Freier Webspace: 4.15 TB
PHP-Version: 7.4.33
|
|
|
|
 |
PHP 7.0 Installieren in Plesk |
Shorty1968
Haudegen
  
Dabei seit: 10.10.2017
Beiträge: 696
0 Filebase-Einträge
wBB-Version: wBB2.3 PHP-Version: 5.6,7.4 MySQL-Version: Maria DB Wo bist du gehostet?: Eigener vServer by Prepaid Hoster
Bewertung:
Level: 40 [?]
Erfahrungspunkte: 1.911.402
Nächster Level: 2.111.327
 |
|
PHP 7.0 Installieren in Plesk |
 |
Hallo,
ich möchte mit dem Code unten PHP 7.0 Installieren aber es Funktioniert nicht, PHP 5.6 konnte ich damit Installieren.
apt-get update && apt-get install ca-certificates
apt install apt-transport-https lsb-release ca-certificates -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 update
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-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"
Was ist für 7.0 an dem Code falsch?
|
|
01.04.2025 16:07 |
|
|
Viktor
Administrator
    

Zeige Viktor auf Karte
Dabei seit: 15.08.2003
Beiträge: 31.912
363 Filebase-Einträge
Alter: 67 Jahre
Herkunft: NRW wBB-Version: wBB2.3 PHP-Version: 7.4.33 MySQL-Version: 10.11.6-MariaDB Wo bist du gehostet?: eigener Server
Bewertung:
Level: 71 [?]
Erfahrungspunkte: 252.617.131
Nächster Level: 266.777.854
 |
|
|
01.04.2025 21:00 |
|
|
Shorty1968
Haudegen
  
Dabei seit: 10.10.2017
Beiträge: 696
0 Filebase-Einträge
wBB-Version: wBB2.3 PHP-Version: 5.6,7.4 MySQL-Version: Maria DB Wo bist du gehostet?: Eigener vServer by Prepaid Hoster
Bewertung:
Level: 40 [?]
Erfahrungspunkte: 1.911.402
Nächster Level: 2.111.327
Themenstarter
 |
|
Hallo,
das hatte ich auch gefunden und getestet hat leider nicht Funktioniert.
|
|
01.04.2025 21:04 |
|
|
|
|
 |
|