Plone is a very powerfull and easy to use CMS built on top of Python and Zope.
1
vote
1answer
38 views
I am confused by two plone instances on one linux server
I have one plone instance in directory A. Then I copied the instance to directory B.
Today I find that the running plone located in B even I run "sudo ./bin/plonectl start" in A.
I have two problem ...
0
votes
1answer
21 views
Plone installation can't connnect <ipaddress>:8080 Ubuntu
I just installed Plone using the Unified Installer. I jumped onto my browser and entered :8080 and it says it can't connect. Did the same for :8080/manage and there is nothing there either. Last ...
0
votes
0answers
51 views
Plone Active Directory group filter
I am currently trying to configure the Plone LDAP plugin for Active directory. Thus far all is good and I’m getting users and groups through.
The usage is for Cyn.In
However the problem I’m facing is ...
0
votes
0answers
40 views
Restart a crashed Plone wsgi instance behind apache on Ubuntu [closed]
I had a working Plone instance running via apache + mod_wsgi on Ubuntu Server 12.04. I was trying to add an extra named virtual host, and in the ensuing violence of frustrated apache restarts, I've ...
0
votes
0answers
66 views
How to wrap Plone authentication around a third-party servlet?
We're using Plone to serve up some third-party middle-ware.
Unfortunately the middle-ware has a particular servlet that gets invoked from a Java applet and doesn't do any kind of authentication. I ...
1
vote
2answers
200 views
What's the optimal setting for haproxy maxconn for a zope instance with 2 threads when health checks are enabled? [closed]
We've recently started running HAProxy load balancer in front of our Zope servers. We have 2 Zope servers with two threads each and currently have HAProxy configured as follows
server cms_instance1 ...
1
vote
0answers
64 views
Better filesystem for ZODB and Plone.app.blob [closed]
I am interested to know which Linux file system is best for hosting Zope's Object Database (Data.fs) and Plone.app.blob (blobstorage). Various reviews from the Internet suggests that XFS is good for ...
0
votes
0answers
115 views
Proxy Error in Plone site when uploading an image
I am getting Proxy error in a site on Plone 2.5.5 /Zope 2.9.3 CMS (on Apache server) when uploading image through its url. But when I upload it through IP:port it works fine. Following is the error:
...
1
vote
0answers
80 views
Error running Solr
I'm trying to install Apache Solr for Plone, via collective.solr.
I've followed the instructions above, and extended my buildout with:
[buildout]
extends =
buildout.cfg
...
-1
votes
1answer
106 views
Does Plone 3.3.6 have all the recent security hot fixes included?
We recently upgraded to Plone 3.3.6 from 3.3.5. Being paranoid I have left in the 3 recent hot fixes
Products.PloneHotfix20110720, Products.PloneHotfix20110531 and Products.Zope_Hotfix_20110622 in ...
1
vote
0answers
135 views
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 ...
1
vote
1answer
461 views
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
...
7
votes
2answers
937 views
Apache cache serving partial content 206 responses to requests for the full content
We're running Plone 3.3.6 behind Apache 2.2.19 with mod_cache. We've recently noticed that Apache is caching the 206 response to a range request and then serving that partial response when a request ...
0
votes
3answers
838 views
Varnish: cached and non-cached subdomains
We havie Plone site coming through Varnish front end cache. We'd like to give two different subdomains www.site.com and editors.site.com for this site. The latter would always be serving non-cached ...
0
votes
1answer
73 views
Email from Plone on Windows Server 2008 64bit
I installed Plone 4.0.7 on Windows Server 2008 64bit, and tried to add a new user. However, when I checked "Send a confirmation mail with a link to set the password", the new user was not created. ...
2
votes
1answer
139 views
Plone / Zope / ZEO on SSD - Recommendations
I'm evaluating a new server for our Plone / Zope Installation (3.2GB Data.fs and 7.4GB blobstorage). The installation serves mostly authenticated requests and has lots of edits (Intranet and eLearning ...
2
votes
1answer
203 views
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 ...
0
votes
2answers
1k views
Installing Plone on Centos fails: Unable to find libssl or openssl/ssl.h
My dedicated Server has CentOS 5.5. I tried to install Plone, so I basically did:
wget launchpad.net/plone/4.0/4.0.2/+download/Plone-4.0.2-UnifiedInstaller.tgz
tar xzf ...
0
votes
1answer
93 views
All-on-one-page print view in Plone
We have a Plone 4 document that is in a hierarchy. At each node there's either a document, or a folder. Folders then have more documents and folders. We want to be able to print the entire ...
0
votes
2answers
89 views
Plone e-mail silently fails
I'm new to Linux and Plone. I installed Plone 4.0.2 on CentOS 5.5 and while everything else seems to work well enough (I got repozo working for backups today, for instance) Plone doesn't seem to be ...
0
votes
2answers
217 views
Deleting a locked page in Plone
I'm a Plone newbie. Just installed Plone 4 and the Iterate plugin as it suggested on my first login. Logged in as admin, I created a folder, then created two pages within it. Well, I meant one of ...
0
votes
1answer
176 views
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 ...
0
votes
1answer
354 views
Plone with Apache Proxy
I have a plone zinstance set up through Apache Proxy on OS X Server 10.5. The server is set up with a single vhost on port 80, with Proxy & Proxypass directives to the Plone zinstance:
...
0
votes
3answers
1k views
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 ...
1
vote
1answer
165 views
moving plone or recovering data
I had a simple plone site running on my Ubuntu 8.10 box, setup by following instructions on https://help.ubuntu.com/community/forum/server/Plone
Now the computer got an Ubuntu 9.04 install from ...
0
votes
3answers
398 views
Cheap Plone hosting? [closed]
Do you know of any cheap Plone hosting where I could import a file exported from a Plone running on my machine?
1
vote
0answers
477 views
Can't log in on Plone instance (after trying to retrieve the password of a user that is in Zope, not Plone)
I've tried to retrieve the password of a user that is in Zope, not Plone, from the Plone instance. I'm not sure if that caused the problem, but now when I try to log in with that user with the ...