Httpd on Mac: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
       ├── Cellar
       ├── Cellar
       │
       │
       └── opt
       ├── etc
             └── httpd
      │    └── httpd
                 └──  bin
      │        └── httpd.conf
      │
      │
      ├── opt
      │    └── httpd
      │        └──  bin
      │              └──  httpd
      └── var
             └── homebrew
                 └──  linked
                      └──  httpd

Revision as of 03:13, 25 December 2023

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
           └── homebrew
                └──  linked
                      └──  httpd