Posts

Showing posts from January, 2010

Production Plone HAProxy and Pound Buildout

After much trial and error, I finally got a great setup. I end up ditching Pound because of an IE6 bug. I officially have extended load balancing experience. buildout.cfg # ref: http://myriadicity.com/Sundry/PloneBlobs#as-we-did-with-the-standalone-instance # production [buildout] parts = poundbuild configpound plone zope2 zeoserver client1 client2 client3 client4 instance productdistros find-links = http://dist.plone.org http://download.zope.org/ppix/ http://download.zope.org/distribution/ http://effbot.org/downloads eggs = elementtree Products.DocFinderTab Products.RichDocument Products.PloneFormGen Products.Clouseau collective.contentleadimage stxnext.pdb plone.reload Products.RedirectionTool Products.FCKeditor Products.LinguaPlone<=2.4 myproj.theme myproj.productcatalog myproj.portlet.loginform myproj.pas.auth myproj.portlet.statictext Products.CacheSet