I'm moving this thread previous adressed to stackoverflow. (Original Thread)

We use FreeBSD 8.2, Rails 3.0.7, postgresql 8.3, passenger and nginx for our production servers. (More Infos)

We seems to have a odd configuration because no one seems to have something like ours. I feel a little alone. ;-)

Nevertheless, this configuration is quite easy to setup, it performs well and it's very stable.

Is there a particular reason why Rails programmers seems to avoid FreeBSD as a production server ?

link|improve this question
1  
People use whatever platform they're most comfortable with. For various reasons there are more "Linux" people in the Ruby world than BSD people. For what it's worth I run FreeBSD/Postgres/Passenger/Apache as a major part of my company's production web stack. – voretaq7 May 23 '11 at 15:18
feedback

closed as not constructive by jscott, voretaq7, Hyppy, Holocryptic, sysadmin1138 May 24 '11 at 2:40

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

Lots and lots and LOTS of people use FreeBSD in Prod for their rails apps. Linux is also very popular because it's a little easier to get a fully-featured system up-and-running, especially if you aren't a Unix expert. BSD isn't that much harder, but it's hard enough to turn a lot of people off of the idea.

The advantages of FreeBSD are that it's a bit more stable and more secure fundamentally.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.