Questions tagged [zope]

15 questions
2
votes
2 answers

Allow all users of a group to start and stop zope using supervisorctl

I'm just making some changes to the way we run Zope following a recent security advisory. In the advisory it says: “Make sure that the Zope/Plone service is running with with minimum privileges. Ideally, the Zope and ZEO services should be able…
scarba05
  • 333
  • 6
  • 15
2
votes
1 answer

Plone ERROR ZServer uncaptured python exception

Afternoon, I'm running Plone 2.5.3 on SLES 10. With a separate Apache server (192.168.6.80) using mod rewrite to access Plone. Recently been experiencing slow performance loading pages. When I checked the ZOPE events.log there are lots…
Nathan Friend
  • 419
  • 1
  • 6
  • 12
1
vote
1 answer

Best practices to increase performance of Plone sites behind Apache

I have a small number of Plone sites running in virtual hosts of an Apache 2.4 server. I have the strong feeling that the performance could be much better. Let's assume a pretty basic setup for a Plone site: ServerAdmin…
Tobias
  • 165
  • 1
  • 9
1
vote
0 answers

How to safely upgrade the version of libxml2 on our server

We currently libxml2 2.7.7 installed on our servers. This is a dependency of lxml which we use on two difference clusters of Zope instances runing our 2 Plone CMS applications. We'd like to upgrade to libxml2 2.7.8 but I'm unclear of what steps…
scarba05
  • 333
  • 6
  • 15
1
vote
3 answers

Extracting zope data.fs

I had a zope/plone site where I stored pictures and videos from several users, but I want to move the content to another site now. What is the easiest way to extract content of Zope's data.fs? I heard there were python modules for this but I want to…
Atilla Filiz
  • 235
  • 4
  • 11
1
vote
0 answers

Number of established connections between Apache and Plone keeps increasing

We're running Plone 4.1, Zope 2.13 behind Apache with mod_proxy_balancer. We have 2 zope instances running 2 threads each. We're seeing a number of connections between Zope and Apache being ESTABLISHED but never released (or at least they're…
scarba05
  • 333
  • 6
  • 15
0
votes
1 answer

How to divert request from apache to multiple servers ports (Zope 8080, Tomcat 8081 etc.)?

Hi I am running multiple applications on the same machine like Plone which is using ZOPE application server that is running on port 8080 and Tomcat which is hosting multiple web applications and running on port 8081. I want to redirect all my…
Akshat
  • 1
  • 1
0
votes
1 answer

Have Apache serve static content instead of forwarding it to Plone (++resource++)

I have a Plone-based site, running behind Apache 2.4, which could perform a little better. One idea is to have Apache serve the static parts of the contents, preventing them from being rewritten for the Plone process, as is commonly…
Tobias
  • 165
  • 1
  • 9
0
votes
1 answer

Trouble after converting standalone Plone instance to ZEO -- only one client starts

I'm trying to convert a standalone Plone instance to a ZEO cluster. I have the ZEO server and three clients on the same machine. I modified the buildout, cleared the buildout cache, and reran bin/buildout. Everything seemed to work. In fact,…
Casey
  • 101
  • 2
0
votes
1 answer

How do I properly end the 'fg' command of the instance?

I keep running into this issue when I need to temporarily end a Zope server in order to do something. If I run the script ./bin/zopectrl fg or ./bin/isntance fg It launches zope's server gets the ports it needs and starts serving. The only way I…
Mallow
  • 144
  • 2
  • 9
0
votes
1 answer

How to create an Apache error page for redirected Zope

I have some virtual hosts which are redirections to Zope server processes: RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/%{HTTP_HOST}:80/theroot/VirtualHostRoot/$1 [L,P] Of course, if the Zope process is not running, the redirection…
Tobias
  • 165
  • 1
  • 9
0
votes
1 answer

Zenoss - Performance issues with captured events

The problem I'm manually inserting events into Zenoss through the zensendevent command line tool. The events are successfully inserted into Zenoss. The problem is that I can just insert about 8 events per second. I have also experimented with…
Tiago Alves
  • 101
  • 2
0
votes
1 answer

How can I install Zope on Ubuntu 10.04 with Python 2.6.5?

I tried to install Zope on Ubuntu server 10.04: mnk@srv:~/zope-plone/Zope-3.4.0$ ./configure --prefix=/opt/zope-3.4.0 Configuring Zope installation Testing for an acceptable Python interpreter... Python version 2.6.5 found at…
MNK_real
  • 31
  • 6
0
votes
1 answer

Apache reverser proxy fails when submitting an HTML form

I folks, I want to build this scenario: one public server (openSuSE + Apache2 + Zope/Plone) and other private server with web applications (openSuSE + Apache2 + Zope/Plone). I want users think they are working only with one server (SSO is already…
osanchezmon
  • 103
  • 4
0
votes
1 answer

Plone site randomly serving wrong content

I have a Plone site that has begun to randomly serve up the wrong content. Any given content suddenly shows something else. Sometimes a JPEG loads a stylesheet instead or a stylesheet loads as a page or a page as an image. The images move around,…
Chris Miller