Httpd Installation on Mac: Difference between revisions
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
As non-root: | |||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
brew install httpd | brew install httpd | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=httpd on Mac= | |||
{{Internal|Httpd on Mac#Overview|httpd on Mac}} | |||
Latest revision as of 23:34, 29 December 2023
Internal
Overview
As non-root:
brew install httpd