Tag Archives: apache

undefined method `load_yaml’ for Gem:Module

If you get this error: undefined method `load_yaml’ for Gem:Module just restart Apache.

How To Deploy Rails Using mod_rails On Apache

I’ve just spent my afternoon evaluating mod_rails. I must say I am very, very impressed so far. The install is fairly simple. Here’s how I did mine: First I installed the “passenger” gem: gem install passenger Next, I used passenger to build a mod_rails module for Apache: passenger-install-apache2-module At the end of the mod_rails build process, [...]

Django Apache vhost

I thought someone else may need a complete working example, all in one chunk of code: