Httpd on Mac

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Installation

Httpd Installation on Mac

Start at Boot

sudo brew services start httpd

Directory Layout

/opt
 └── brew
      ├── Cellar
      │
      ├── etc
      │    └── httpd
      │         └──  httpd.conf
      ├── opt
      │    └── httpd
      │        └──  bin
      │              └──  httpd
      └── var
           ├── www
           │    └──  index.html
           │ 
           └── homebrew
                └──  linked
                      └──  httpd