Httpd Installation on Mac: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * httpd Installation =Overview= <pre> brew install ? </pre> Also see {{Internal|Httpd_Compilation_on_Mac|Compilation on Mac}} =Troub...") |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[httpd on Mac]] | |||
* [[httpd Installation#Mac|httpd Installation]] | * [[httpd Installation#Mac|httpd Installation]] | ||
=Overview= | =Overview= | ||
As non-root: | |||
<syntaxhighlight lang='bash'> | |||
brew install httpd | |||
</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