YUM을 사용하여 아파치를 설치했습니다. 설치된 아파치 버전은 2.2.3입니다.
보안 담당자는 2.2.21 아파치를 사용하기를 원합니다.
yum 업데이트 'httpd'를 시도해도 아무 일도 일어나지 않습니다-업데이트로 표시된 패키지가 없습니다
패치와 관련하여 Apache 홈페이지 ( http://www.apache.org/dist/httpd/patches/ )를 확인했습니다 . 그들의 서면 지시에 따라 2.2.4 패치를 설치하려고합니다 ( http://www.apache.org/dist/httpd/patches/apply_to_2.2.4/ )
patch -s < /usr/local/src/hack-msvc8-httpd-2.2.4.patch
그리고 나는 그런 메시지를 받았다.
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:
내가 뭘 잘못하고 있니? Apatche를 2.2.21 버전으로 업데이트 할 수없는 이유는 무엇입니까?