Replace Apache with a different web server

apache

I have often wondered why Apache is installed on my Macbook. I have been working with web development for several years and often wondered; why does Apple install Apache on a Macbook.

Recently I have run into several issues with setting up an Apache based local development environment, and I would like to know if I can replace Apache entirely, or is my Macbook Pro relying on it being installed?

Best Answer

You can install other web server software like, for example, nginx using brew.

Personally I would just turn Apache off, I wouldn't try to remove it. Off the top of my head I can't think of any places where the OS depends on it being there, but given that it is installed as part of the OS, if you remove it there is a good chance that a future software update will just reinstate it.