Update Apache 2 installation instructions

Based on a patch provided by Bill Mitchell.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345819 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-10-15 14:03:34 +00:00
parent 144e8ab5f1
commit 8358db82c0

View file

@ -29,11 +29,12 @@
</para>
<para>
There are currently two versions of Apache 2.x - there's 2.0 and 2.2.
While there are various reasons for choosing each, 2.2 is the current
There are currently two versions of Apache 2.x - there's 2.4 and 2.2.
While there are various reasons for choosing each, 2.4 is the current
latest version, and the one that is recommended, if that option is
available to you. However, the instructions here will work for either
2.0 or 2.2.
2.4 or 2.2. Note that Apache httpd 2.2 is officially End Of Life,
and no new development or patches are being issued for it.
</para>
<orderedlist>
@ -44,8 +45,7 @@
<informalexample>
<screen>
<![CDATA[
gzip -d httpd-2_x_NN.tar.gz
tar -xf httpd-2_x_NN.tar
tar -xzf httpd-2.x.NN.tar.gz
]]>
</screen>
</informalexample>
@ -57,8 +57,7 @@ tar -xf httpd-2_x_NN.tar
<informalexample>
<screen>
<![CDATA[
gunzip php-NN.tar.gz
tar -xf php-NN.tar
tar -xzf php-NN.tar.gz
]]>
</screen>
</informalexample>