18 June 2010

"PassengerEnabled off" not working

We needed to disable a Rails site for a little bit and figured PassengerEnabled off and a little bit of apache mod_rewrite would do the trick in the least painful way ... but Passenger refused to turn itself off and kept serving our (slightly broken) rails app!

After some hours of bewildered searching and starting to doubt our sanity, we found the culprit: PassengerHighPerformance on - cut that line and PassengerEnabled off works as advertised.

This is not even slightly Phusion's fault, btw - PassengerHighPerformance is clearly marked as experimental and flaky in their excellent docs. What we need to do, in the general case, is figure out a foolproof way of advertising the presence of a potentially buggy option in our config files (whatever the software product is) so it's easy for any team member to eliminate likely causes of incorrect behaviour when the bug-hunt is on.

This article is a start, I guess :)

6 comments:

  1. this post has just saved my life!! thank you!! :))))

    ReplyDelete
  2. This was exactly what I needed, thanks!

    ReplyDelete
  3. Thank you, great help this end!

    ReplyDelete
  4. Still an issue in 2013 apparently.

    ReplyDelete
  5. Yes, still an issue and this was the first thing I found that fixed it - thanks for posting.

    ReplyDelete

Note: Only a member of this blog may post a comment.