Httpd on Mac: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
       ├── Cellar
       ├── Cellar
       │    └── httpd
       │    └── httpd
       │           └── 2.4.58
       │         └── 2.4.58
       │               └── bin
       │               └── bin
       │                     └── httpd
       │                   └── httpd
       ├── etc
       ├── etc
       │    └── httpd
       │    └── httpd

Revision as of 03:16, 25 December 2023

Internal

Installation

Httpd Installation on Mac

Start at Boot

sudo brew services start httpd

Directory Layout

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