• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the current Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Question services

kulli

New Pleskian
Server operating system version
Debian 10.13
Plesk version and microupdate number
Plesk Obsidian Version 18.0.51 Update #1
Under my plesk obsidian the services for php handlers are still "nicht koonfiguriert" not configured
The handlers are working fine....
 
Could you please be more precise in the description of the situation and also ask a question what you would like to know? "services" as a headline also probably won't help much to understand what the situation is, what you did and expected as an outcome and what actually happened.
 
This is expected behavior. It means that none of the domains on a server uses the PHP handler in question.
To fix it, assign the PHP version to a domain and recheck the status.
 
Last edited:
Your first post wasn't so elaborate that we can derive what the actual question is. So the question seems to be that you have Plesk PHP installed, it shows as "not configured" on the services page, but in reality it is active. Why does it show as "not configured" on the services page?

Could you please run
plesk bin php_handler --list
on the command line and show the output here? This is to see what handlers are installed, if these are original Plesk handlers or if there are custom PHP handlers. Also: Did you click on "Refresh" ("Aktualisieren") on the services page so that it reflects the latest status? And something you can also do is to run
service plesk-php81-fpm status
service plesk-php82-fpm status
to see what the service status of the authentic Plesk PHP services is.
 
plesk bin php_handler --list

id: display name: full version: version: type: cgi-bin: php-cli: php.ini: custom: status:
plesk-php81-cgi 8.1.17 8.1.17 8.1 cgi /opt/plesk/php/8.1/bin/php-cgi /opt/plesk/php/8.1/bin/php /opt/plesk/php/8.1/etc/php.ini true disabled
plesk-php81-fastcgi 8.1.17 8.1.17 8.1 fastcgi /opt/plesk/php/8.1/bin/php-cgi /opt/plesk/php/8.1/bin/php /opt/plesk/php/8.1/etc/php.ini true disabled
plesk-php81-fpm 8.1.17 8.1.17 8.1 fpm /opt/plesk/php/8.1/sbin/php-fpm /opt/plesk/php/8.1/bin/php /opt/plesk/php/8.1/etc/php.ini true disabled
plesk-php81-fpm-dedicated 8.1.17 8.1.17 8.1 fpm /opt/plesk/php/8.1/sbin/php-fpm /opt/plesk/php/8.1/bin/php /opt/plesk/php/8.1/etc/php.ini true disabled
plesk-php82-cgi 8.2.4 8.2.4 8.2 cgi /opt/plesk/php/8.2/bin/php-cgi /opt/plesk/php/8.2/bin/php /opt/plesk/php/8.2/etc/php.ini true enabled
plesk-php82-fastcgi 8.2.4 8.2.4 8.2 fastcgi /opt/plesk/php/8.2/bin/php-cgi /opt/plesk/php/8.2/bin/php /opt/plesk/php/8.2/etc/php.ini true enabled
plesk-php82-fpm 8.2.4 8.2.4 8.2 fpm /opt/plesk/php/8.2/sbin/php-fpm /opt/plesk/php/8.2/bin/php /opt/plesk/php/8.2/etc/php.ini true enabled
plesk-php82-fpm-dedicated 8.2.4 8.2.4 8.2 fpm /opt/plesk/php/8.2/sbin/php-fpm /opt/plesk/php/8.2/bin/php /opt/plesk/php/8.2/etc/php.ini true enabled

No Domain works currently with 8.1 ! Domains only with 8.2 !

service plesk-php81-fpm status
● plesk-php81-fpm.service - The PHP 8.1.17 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/plesk-php81-fpm.service; disabled; vendor
Drop-In: /lib/systemd/system/plesk-php81-fpm.service.d
└─limit_nofile.conf
Active: inactive (dead)

service plesk-php82-fpm status
● plesk-php82-fpm.service - The PHP 8.2.4 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/plesk-php82-fpm.service; disabled; vendor
Drop-In: /lib/systemd/system/plesk-php82-fpm.service.d
└─limit_nofile.conf
Active: inactive (dead)
 
According to the list, none of the 8.1 handlers are in use, but 8.2 handlers are basically enabled. Now the question is which handler is selected on your PHP page of the subscription?
 
Back
Top