Httpd on Mac: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:
=Installation=
=Installation=
{{Internal|Httpd Installation on Mac|Httpd Installation on Mac}}
{{Internal|Httpd Installation on Mac|Httpd Installation on Mac}}
=Start=
=Start at Boot=
=Start at Boot=
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>

Revision as of 02:25, 29 December 2023

Internal

Installation

Httpd Installation on Mac

Start

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