Mit YUM habe ich Apache installiert. Die installierte Apache-Version ist 2.2.3
Unser Sicherheitsmann möchte, dass wir 2.2.21 Apache verwenden
Wenn ich das Update 'httpd' versuche, passiert nichts - Keine Pakete für Update markiert
Ich habe die Apache-Homepage ( http://www.apache.org/dist/httpd/patches/ ) auf Patches überprüft . Aufgrund ihrer schriftlichen Anweisung versuche ich, den 2.2.4-Patch zu installieren ( http://www.apache.org/dist/httpd/patches/apply_to_2.2.4/ ).
patch -s < /usr/local/src/hack-msvc8-httpd-2.2.4.patch
Und ich habe eine solche Nachricht erhalten:
The text leading up to this was:
|###
|### A trivial hack to copy the .manifest files along with the binaries
|### when building from the command line on Visual Studio 2005
|###
|### Courtesy of Gustavo Lopes
|### Posted to dev@httpd.apache.org,
|### Message-ID: <006901c731ae$97bec180$0201a8c0@cataphract>
|###
|--- Makefile.win.orig 2006-12-07 11:09:37.000000000 -0600
|+++ Makefile.win 2007-01-08 23:55:56.000000000 -0600
File to patch:
Was mache ich falsch? Warum kann ich Apatche nicht auf die Version 2.2.21 aktualisieren?