Httpd Installation: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[httpd#Subjects|httpd | * [[httpd#Subjects|httpd]] | ||
=RHEL= | =RHEL= |
Revision as of 21:44, 9 January 2016
Internal
RHEL
Installation
yum install httpd
Post-Installation
Configure httpd to Start at Boot
systemctl enable httpd
Start and Smoke
Start the instance and make sure it starts fine with the default configuration.