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
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
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
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 ...
7
votes
2answers
933 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 ...
2
votes
1answer
200 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
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: ...