Why are command line instructions not affecting my Plone site?

孤人 提交于 2019-12-12 01:44:42

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!