By Alfred Tuinman
- One minute read - 31 wordsI was surprised that apache didn’t work out of the box. Thanks to DoomDeathMetal (what a name!) this was easily solved:
rm -rf /etc/httpd yum -y reinstall httpd systemctl start httpd.service
By Alfred Tuinman
- One minute read - 31 wordsI was surprised that apache didn’t work out of the box. Thanks to DoomDeathMetal (what a name!) this was easily solved:
rm -rf /etc/httpd yum -y reinstall httpd systemctl start httpd.service