Open main menu

CDOT Wiki β

Changes

OPS705 Lab 4 (2211)

4 bytes added, 13:20, 4 February 2021
m
Part 1: Installing the Apache Package
# Install the Apache package with the following command: <code>yum install httpd</code>
# When prompted for confirmation, answer: <code>Y</code>
# To confirm it has installed properly, run the following: <code>yum info httpd</code> The output should include an entry with '''Repo Repository : installed@System'''. If it doesn't say installed, repeat Step 2 or as for assistance.
== Part 2: Managing the httpd (Apache) Service ==