• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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