Installing Apache

From Leechfinger
Revision as of 21:45, 17 May 2024 by Qais (talk | contribs) (Created page with "== Installing apache == We will be installing apache2. <syntaxhighlight lang="bash" line> # apt install -y apache2 apache2-utils </syntaxhighlight> Category:Apache")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Installing apache

We will be installing apache2.

# apt install -y apache2 apache2-utils