Httpd RHEL Compilation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:


<pre>
<pre>
wget http://download.nextag.com/apache//httpd/httpd-2.2.17.tar.gz
wget http://httpd.apache.org/download.cgi#apache24
</pre>
</pre>



Revision as of 22:43, 1 January 2017

External

Internal

Overview

This is the Apache httpd compilation/installation procedure. It implies that httpd is compiled from source. If you plan to install httpd with yum, go directly to yum installation.

Procedure

Download

Download from http://httpd.apache.org/download.cgi and optionally place in the local archive directory.

wget http://httpd.apache.org/download.cgi#apache24

For older releases they may not be on mirrors, so you can download them directly from the apache web site:

{{{

   wget http://archive.apache.org/dist/httpd/httpd-2.2.17.tar.gz

}}}

yum Installation