问题
I'm using Bika Lab System which uses Plone, running on Ubuntu 14.04 (on a virtual machine) and NGINX 1.4.6. Plone is setup as a cluster, not an instance.
I'm trying to terminate Plone using the command line
./bin/plonectl stop
but even though the terminal says that Plone is not running, the website still works normally.
What am I doing wrong?
回答1:
Is it possible that you started your components in foreground mode and that they are running in other (or disconnected) console sessions?
If that's not it, you may have multiple Plone installations on the machine.
Use a process monitor like ps
or top
to check for running instances.
来源:https://stackoverflow.com/questions/25333774/why-are-command-line-instructions-not-affecting-my-plone-site