Httpd Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
* [[httpd#Subjects|httpd Subjects]]
* [[httpd#Subjects|httpd Subjects]]


=RHEL Installation=
=RHEL=
 
==Installation==


<pre>
<pre>
Line 9: Line 11:
</pre>
</pre>


==Post-Installation==
===Adjust Ownership and Permissions===


To start at boot:
===Start at Boot===


<pre>
<pre>
systemctl enable httpd
systemctl enable httpd
</pre>
</pre>

Revision as of 21:45, 8 January 2016

Internal

RHEL

Installation

yum install httpd

Post-Installation

Adjust Ownership and Permissions

Start at Boot

systemctl enable httpd