Life and Times

April 29, 2006

Plone 2.5

Filed under: Zope/Plone — jmac @ 1:03 am

Well, it works.

Got a lot of sites transfered off of the old zope servers too.

April 28, 2006

RewriteRule instead of ProxyPass

Filed under: Uncategorized — jmac @ 11:24 pm

Figured I’d document what I was doing in case anyone cared

What we had:
ProxyPass / http://localhost:9080/VirtualHostBase/http/www.wdogmedia.com:80/wdm/VirtualHostRoot/
ProxyPassReverse / http://localhost:9080/VirtualHostBase/http/www.wdogmedia.com:80/wdm/VirtualHostRoot

What it becomes:
RewriteEngine On
RewriteRule ^/(.*) http://localhost:9080/VirtualHostBase/http/www.wdogmedia.com:80/wdm/VirtualHostRoot/$1 [L,P]

Fairly minor change, advantage is we don’t have to keep the proxy setup at all once all the sites are changed over and we are using mod_rewrite more and more for other tasks anyway.

Oh Well

Filed under: Uncategorized — jmac @ 4:14 am

Just get a nice happy new blog up and stuff happens.

I really should write a lot more about it, but we’ve been having some sql issues and since it’s well behind time to get a testing version of Plone 2.5 going… WDM is now running 5 variations of Zope/Plone. zope.wdogmedia.com (old, runs LMO, DMLLC still) zope2 (this site, sillc [as of today, bit of an accident...], asherons, etc) are the old ones to be phased out. stable.wdogmedia.com for production sites, development.wdogmedia.com to tinker with new stuff, testing.wdogmedia.com to run the 2.5 beta which will include jmaclabs.com which will be incremented to version 5.0 for appearance sake.

Some other new WDM sites, and if you look today you can see a couple of the WDM things being played with in the navigation box including switching from Collector to Poi for bugtracking and throwing about the idea of adding a piece of software to track upcoming projects in a more flexible manner.

April 27, 2006

First Entry

Filed under: Uncategorized — jmac @ 3:51 am

Well, here’s yet another new blog, and yet another time that I can’t sleep.

I’m hoping to import old entries from COREblog to this COREblog2 but it doesn’t seem compatible at first glance.

Powered by WordPress