Live data from Hacker News

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

news.ycombinator.com

11–20 of 34 posts

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

#11
Ten years ago when Xserves were a thing we ran web servers on OS X, but primarily because we needed OS X for some other server software and it was cheaper to also run a web server on those boxes than stand up a Linux box.

We've since abandoned this practice as there is no Apple hardware suitable for it. We still run some Mac mini servers for things that do not run on any other OS, but definitely not web sites/apps.

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

#14
I ran part of a website on OS X. We needed to generate screen captures of URLs back before lots of tools existed to solve that problem, so we had a Mac Mini generating captures and thumbnails. For a very long time they were all generated, stored locally, and served by Apache. Recently (after I stopped working on the project) serving was migrated to S3, I believe just due to disk space issues.

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

#16
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 that single purpose (+ the cost of the software license).

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

#17

I doubt you will fine anyone who does this today for reasons other than a needing to support legacy software that only runs on OS X for some reason. All modern web application stacks run as well on Linux as they would on OS X, if not better, so there is no advantage to running OS X and lots of downsides. You need to run OS X on Apple hardware, and they haven't made a blade server for several years, so you'd be stuck…

> Also, if you ever wanted to move your infrastructure to the cloud you'd need to move to Linux anyway.

Not true, there are several Mac based hosting companies, offering a mix of physical and virtual servers.

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

#18

I doubt you will fine anyone who does this today for reasons other than a needing to support legacy software that only runs on OS X for some reason. All modern web application stacks run as well on Linux as they would on OS X, if not better, so there is no advantage to running OS X and lots of downsides. You need to run OS X on Apple hardware, and they haven't made a blade server for several years, so you'd be stuck…

> Also, if you ever wanted to move your infrastructure to the cloud you'd need to move to Linux anyway. Not true, there are several Mac based hosting companies, offering a mix of physical and virtual servers.

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

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

#19
post #18

Earlier quoted context omitted.

> Also, if you ever wanted to move your infrastructure to the cloud you'd need to move to Linux anyway. Not true, there are several Mac based hosting companies, offering a mix of physical and virtual servers.

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.

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

#20

Edit: Offtopic but interesting. I definitely don't have millions of users, but there are hosting companies that do mac only. You can ask them if they have large clients. (My needs are a node.js based site on virtualmacosx. I had written something locally on Mac, and it depended on things that OSX did different than Linux, and decided I didn't have the time or inclination to fix it, so went with VMOSX.)

Hosting company that does Mac only[0] here (I work at MacStadium[1]).

We've got customers of all sizes. It started out with just individual developers and small teams using our solutions so they didn't have to spend capital and IT resources on their own Mac hardware. Many are still here with Mac minis rented or colocated.

Now though, we've got fortune 500 customers, many enterprise tech companies, and a growing number of unicorns joining the service since they can't do internally what we can do at scale in data centers with the Mac Pro. A lot of these customers are using us to test iOS apps with large clusters of dedicated Mac Pros connected to SAN.

[0]: We mostly serve customers that need Mac hardware for app development and CI/CD. We also have HP bladeservers, though, as a few companies have moved their entire infrastructure to our data centers or have migrated from Mac hardware to generic Linux systems and don't want to leave due to certain features we can offer.

[1]: https://macstadium.com

Post reply on HN