Httpd Installation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
<pre> | <pre> | ||
yum install httpd | yum install httpd | ||
</pre> | |||
To start at boot: | |||
<pre> | |||
systemctl enable httpd | |||
</pre> | </pre> |
Revision as of 04:51, 7 January 2016
Internal
RHEL Installation
yum install httpd
To start at boot:
systemctl enable httpd