Live data from Hacker News

Ask HN: Does anyone here use OS X as a webserver?

news.ycombinator.com

21–30 of 34 posts

Re: Ask HN: Does anyone here use OS X as a webserver?

#21

The only reason why I would personally do that is to run some continuous integration for OSX software. Otherwise I can't think of any reason why one would run a OSX server,which implies owning a Macintosh. Some legacy frameworks like web objects might run better on OSX. At a previous job, we used a server on a mac mini that ran a proprietary software which did 3GP video encoding with DRM. We had to buy a mac mini for…

> run some continuous integration for OSX software

I can confirm this (I work at MacStadium). We've got 1. a large number of CI SaaS companies that run their OS X/iOS builds on our hardware and 2. at least several hundred companies that run their own custom build tools or Jenkins on individual or clusters of Mac minis, Xserves, and Mac Pros in our data centers.

Re: Ask HN: Does anyone here use OS X as a webserver?

#22
The only webservice I've run on OSX was a Jenkins webserver to provide an HTTP dashboard for an automated ios app build system running on the same machine. And it was not a pleasant experience at all. I do not recommend using OSX as a webserver unless you absolutely have to (for example to run Xcode builds).

Re: Ask HN: Does anyone here use OS X as a webserver?

#25
post #8
post #3

There is an image CDN (EDIT: imgix, as tristanj linked below) which runs OS X for their image processing servers and I've seen pictures of rack holders for Mac Minis for build servers, but in general OS X isn't a very interesting choice. Running it on non-Apple hardware is legally questionable at best (the EULA forbids it, if this part of the EULA is applicable in your country is a question for a lawyer), Apple doesn…

You're correct in that Apple doesn't manufacture server hardware like the Xserve anymore, but OS X, Server edition is still available and it will manage Apache for you (albeit in a terrible way, I don't like the excessive configuration they apply) Many of Apple's own web sites run Apple hardware for outward facing, large scale serving (I used to work there). At the end of the day, Unix is Unix. I run nginx on OS X on…

>Many of Apple's own web sites run Apple hardware for outward facing, large scale serving (I used to work there).

Does that mean Mac Mini? Or Custom Hardware like Xserve.

Re: Ask HN: Does anyone here use OS X as a webserver?

#26
post #18

Earlier quoted context omitted.

Please name one cloud hosting provider who offers Mac OS X.

http://xcloud.me http://www.macminivault.com https://www.macstadium.com There are plenty more choices, those were just the first few I found.

Nothing says stuck with a Mac mini like "Mac Mini" Vault :P

Re: Ask HN: Does anyone here use OS X as a webserver?

#27

Earlier quoted context omitted.

http://xcloud.me http://www.macminivault.com https://www.macstadium.com There are plenty more choices, those were just the first few I found.

Nothing says stuck with a Mac mini like "Mac Mini" Vault :P

Before the last refresh, they could actually be quite powerful little servers with the i7 option.

I think a lot of people over-estimate the resources they will require (and either end up paying huge amounts for an over-provisioned service, OR end up locking themselves into an 'infinitely scalable' cloud provider that they never end up scaling.

Re: Ask HN: Does anyone here use OS X as a webserver?

#29
I did serve a company internal tool written in PHP/mysql from a white macbook. It was served to all our retail locations (under 100 DAUs). It was a "but it works on my machine" - "back up your email, your machine is going into production" situation. It ended up taking almost two years to migrate the application away because it just worked. Picture of said server macbook https://flic.kr/p/DY4k1U
Post reply on HN