server updates 1
comments | Posted in simplelog on Wednesday, August 08 2007 05:32:00 GMT
This website is now running using the following technology apache mongrel_cluster (3 doggies) * rails
I had been previously using only mongrel up until 5 minutes ago. I had some difficulty compiling Apache from scratch but ultimately I just needed to pass a switch to configure to --with-included-apr. That allowed me to compile Apache 2.2.4 onto my server box.
Mongrel was fairly easy to setup and ultimately for future reference the following guides were incredibly useful: Rusty Razor Blade Slicehost Wiki Page
To fix an Apache configuration discrepancy in the Slicehost Wiki the Proxy block in this tutorial was helpful: * blog.codahale.com article
Baring any hiccups over the next week one should also note:
mongrel_rails start -d -p 4000 -e production
To load up your doggies! I'm looking forward to getting this site under the supervision of God.