• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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