Httpd RHEL Compilation: Difference between revisions

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


<pre>
<pre>
wget http://httpd.apache.org/download.cgi#apache24
wget http://mirror.cogentco.com/pub/apache//httpd/httpd-2.4.25.tar.gz
</pre>
</pre>


For older releases they may not be on mirrors, so you can download them directly from the apache web site:
Older releases may not be on mirrors, but they can be downloaded directly from the apache web site: http://archive.apache.org/dist/httpd.
 
{{{
 
    wget http://archive.apache.org/dist/httpd/httpd-2.2.17.tar.gz
 
}}}


==yum Installation==
==yum Installation==

Revision as of 22:44, 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://mirror.cogentco.com/pub/apache//httpd/httpd-2.4.25.tar.gz

Older releases may not be on mirrors, but they can be downloaded directly from the apache web site: http://archive.apache.org/dist/httpd.

yum Installation