• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved php-fpm tries to start a service from a deleted sub domain

Quinten

Regular Pleskian
Server operating system version
Ubuntu 18.04.5 LTS
Plesk version and microupdate number
18.0.46
Hello,

Anyone have any idea how i could troubleshoot this?
This sub domain has been deleted for a few months now yet today in my logs i saw it kept trying to launch it.

How do i stop this?
 

Attachments

  • php.png
    php.png
    7.9 KB · Views: 18
This is still happening.
I see a request about every 10 seconds come in as warning in my system log
 
This is still happening and i have not found anything new on this.
Does anyone know more?
 
@Quinten Have you tried this? --> You can try to stop and start the PHP-FPM daemon that is associated with that domain, e.g.
1) # service plesk-php81-fpm stop
2) Check the Linux process list and make sure that no PHP-FPM processes that are associated with your PHP version (8.1 in this example) are still active. If there are any, "kill" them.
3) After there are no remaining PHP-FPM processes of the version in question (8.1 in this example): # service plesk-php81-fpm start
Does this help?
 
@Quinten Have you tried this? --> You can try to stop and start the PHP-FPM daemon that is associated with that domain, e.g.
1) # service plesk-php81-fpm stop
2) Check the Linux process list and make sure that no PHP-FPM processes that are associated with your PHP version (8.1 in this example) are still active. If there are any, "kill" them.
3) After there are no remaining PHP-FPM processes of the version in question (8.1 in this example): # service plesk-php81-fpm start
Does this help?
This did the trick, thank you!
 
I find in directory
Code:
/opt/plesk/php/8.2/etc/php-fpm.d/
a config file with the name of deleted domain. Delete it solved the issue for me
 
I find in directory
Code:
/opt/plesk/php/8.2/etc/php-fpm.d/
a config file with the name of deleted domain. Delete it solved the issue for me
That is a known issue. Sometimes when a domain or subscription is removed, for unknown reasons the corresponding PHP configuration file is not removed. It then refers to non-existent directories which can lead to start failures of PHP-FPM.
 
Back
Top