Install Apache on Fedora

From Wiki-UX.info
Jump to: navigation, search


Abstract

This article shows how to install Apache on Fedora 20., Redhat, CentOS. The author fully acknowledges that this work is mostly based on the previously published work of NIX CRAFT, on http://www.cyberciti.biz.

Install Software

1. Install software

# yum install httpd

2. Register server

# systemctl enable sshd.service

3. Start service

# systemctl start httpd.service

Reference

Authors