ich bezahle für meinen VServer 2,50 € im Monat. Ich kann das ja auch voll und ganz nachvollziehen und die 32 € sind mit sicherheit gerechtfertigt.
Das soll und war ja auch nicht irgendwie negativ gemeint.
also, in der /etc/imscp/php/php.data steht folgendes
- ##
- #### PHP common parameters
- ##
- PHP_CONFIG_LEVEL = per_site
- PHP_CONF_DIR_PATH = /etc/php/5.6
- PHP_PEAR_DIR = /usr/share/php
- PHP_VERSION = 5.6
- ##
- ### PHP opcode cache parameters (OPcache, APC)
- ### Note: Only relevant if you use PHP as Apache2 module (ITK), or through PHP-FPM
- ##
- PHP_OPCODE_CACHE_ENABLED = 1
- PHP_OPCODE_CACHE_MAX_MEMORY = 128
- ##
- #### PHP CLI specific
- ##
- PHP_CLI_BIN_PATH = /usr/bin/php5.6
- ##
- #### PHP FCGI specific
- ##
- PHP_FCGI_BIN_PATH = /usr/bin/php-cgi5.6
- PHP_FCGI_CHILDREN = 0
- PHP_FCGI_MAX_REQUESTS = 1000
- PHP_FCGI_STARTER_DIR = /var/www/fcgi
- ##
- #### PHP FPM specific
- ##
- PHP_FPM_BIN_PATH = /usr/sbin/php-fpm5.6
- PHP_FPM_POOL_DIR_PATH = /etc/php/5.6/fpm/pool.d
- #
- ## FPM global parameters
- #
- PHP_FPM_LOG_LEVEL = error
- PHP_FPM_EMERGENCY_RESTART_THRESHOLD = 10
- PHP_FPM_EMERGENCY_RESTART_INTERVAL = 1m
- PHP_FPM_PROCESS_CONTROL_TIMEOUT = 60s
- PHP_FPM_PROCESS_MAX = 0
- PHP_FPM_RLIMIT_FILES = 4096
- #
- ## PHP-FPM pool parameters
- #
- # Listen mode (FPM FastCGI addresse type):
- # Available modes:
- # - 'tcp' (e.g. 192.168.1.136:9001)
- # - 'uds' (e.g. /run/php/php<version>-fpm-domain.tld.sock)
- PHP_FPM_LISTEN_MODE = tcp
- # Starting port for TCP/IP FastCGI address type
- PHP_FPM_LISTEN_PORT_START = 9000
- # Process manager mode
- # Either: 'static', 'dynamic' or 'ondemand'
- PHP_FPM_PROCESS_MANAGER_MODE = ondemand
- # Depending on the process manager mode:
- # - Number of child processes to be created (static mode)
- # - Maximum of child processes to be created (dynamic or ondemand modes)
- PHP_FPM_MAX_CHILDREN = 6
- # The number of child processes created on startup.
- # Note: Used only when process manager mode is set to 'dynamic'
- PHP_FPM_START_SERVERS = 1
- # The desired minimum number of idle server processes.
- # Note: Used only when pm is set to 'dynamic'
- # Note: Mandatory when pm is set to 'dynamic'
- PHP_FPM_MIN_SPARE_SERVERS = 1
- # The desired maximum number of idle server processes.
- # Note: Used only when pm is set to 'dynamic'
- # Note: Mandatory when pm is set to 'dynamic'
- PHP_FPM_MAX_SPARE_SERVERS = 2
- # The number of seconds after which an idle process will be killed.
- # Note: Used only when process manager mode is set to 'ondemand'
- PHP_FPM_PROCESS_IDLE_TIMEOUT = 60s
- # The number of request each child process should execute before respawning.
- PHP_FPM_MAX_REQUESTS = 1000
Display More
und in der /etc/imscp/imscp.con
muss ich jetzt in der php.data alles ändern?
bei meinem glück ist dann alles kaputt xD
Grüße
//edit
ich hab alles auf php7.2 geändert und meine Homepage sagt immernoch 5.6
PHP Version | 5.6.40-13+0~20191026.23+debian9~1.gbp37e45b
//edit2
Was ich vielleicht auch noch erwähnen kann, das eine php Datei mit dem Inhalt zur ausgabe der PHP Version nicht funktioniert.
ich bekomme hier einfach eine leere Seite angezeigt
http://rofl-copter.de/test.php