• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

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