Before setting up the CodeIT repository, you need to enable the EPEL. It satisfies some dependencies required by the CodeIT repo.
sudo yum install -y epel-release
cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el`rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release)`.repo
Then verify the Apache package version again, and you should see something like that.
yum info httpd
Now you should have everything set up to install the latest Apache package.
yum install httpd
systemctl start httpd
Finally, tell systemd to start the Apache service automatically at boot.
systemctl enable httpd
That’s all if you have any troubles, please feel free to leave comments below.
Hope it is useful to you 🙂Revisions
- January 2, 2018 @ 18:46:18 [Current Revision] by Sharing Solution
- January 2, 2018 @ 18:45:12 by Sharing Solution
- January 2, 2018 @ 18:44:05 [Autosave] by Sharing Solution
- January 2, 2018 @ 18:36:57 by Sharing Solution
- October 24, 2017 @ 18:41:01 by Sharing Solution
Revision Differences
There are no differences between the January 2, 2018 @ 18:45:12 revision and the current revision. (Maybe only post meta information was changed.)
No comments yet.