Httpd Installation: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
==Post-Installation== | ==Post-Installation== | ||
=== | ===Configure httpd to Start at Boot=== | ||
<pre> | <pre> |
Revision as of 21:59, 8 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.