Httpd on Mac: Difference between revisions
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 at Boot= | |||
<syntaxhighlight lang='bash'> | |||
sudo brew services start httpd | |||
</syntaxhighlight> | |||
=Directory Layout= | |||
<font size=-2> | |||
/opt | |||
└── brew | |||
├── Cellar | |||
│ | |||
└── opt | |||
└── httpd | |||
└── bin |
Revision as of 03:05, 25 December 2023
Internal
Installation
Start at Boot
sudo brew services start httpd
Directory Layout
/opt └── brew ├── Cellar │ └── opt └── httpd └── bin