• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

Question Constant issues when deleting subscriptions

andyxyz

Basic Pleskian
Hi all,

We are constantly having problems with deleting subscriptions. At a guess I would say for every 5 we delete 1 does not complete correctly leaving orphaned entries in
./apache2/plesk.conf.d/vhosts/
and
./nginx/plesk.conf.d/vhosts/

so..

are we the only ones that see this (across dozens of servers)?
is there a way to prevent this?

Typically the 1st you know of it is when apache / nignx refuse to restart as there are additional config files with no corresponding root folders.
 
I can confirm that we experience the same issue, too. It is a bug, maybe worth a bug report in the reports section of the forum?
No, there is no way to prevent this. The only thing we are doing here is to monitor the Apache and Nginx syntax by
# apachectl -t
# nginx -t
at least once a minute to detect the error and being able to fix it before an automated restarted stops the services.
 
Back
Top