Tag Archives: phusion_passenger

mod_rails (Phusion Passenger) Second Impressions

After my initial setup problems with mod_rails, I never really paid much attention to the thing. It should be noted first and foremost that all of my problems setting up Passenger appear to indeed be my own fault. So why … Continue reading

Posted in Opinions, Programming, Ruby on Rails | Tagged , , | 2 Comments

Phusion Passenger – first impressions

Okay, as I recently mentioned, I’m tired of Mongrel for my Rails apps, so I’m going with Phusion Passenger. The install was actually tremendously more difficult than they claimed, but I attribute that to my own lack of smarts. I … Continue reading

Posted in Programming, Ruby on Rails | Tagged , | 3 Comments

I’m sick of Mongrel

I’ve been running my Rails apps (this blog as well as Bloodsport Colosseum) via mod_proxy and mongrel. Run a mongrel server at a given port, tell Apache to redirect a given virtual host to said port. Takes a lot more … Continue reading

Posted in Opinions, Ruby on Rails | Tagged , , | Leave a comment