Ian's Blog

Avatar

A RESTful Blog/Homepage.

Articles tagged with 'mongrel'

running mongrel now

I've upgraded my blog to use "mongrel":http://mongrel.rubyforge.org/ instead of fastcgi. pretty painless.. just needed to write a startup script to make it come up on reboot, and change the apache config to proxypass / http://127.0.0.1:3000 proxypassrevese / http://127.0.0.1:3000 no messing ton's of rewrite lines, or configuring stuff.