running mongrel now
Posted by Ian Holsman
I’ve upgraded my blog to use mongrel 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.