먼저 기본적인 질문을 설명하겠습니다.
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.5 (Santiago)
# yum --enablerepo=remi,remi-php55 install httpd
Loaded plugins: product-id, security, subscription-manager
Proxy connection failed: 407
Setting up Install Process
No package httpd available.
Error: Nothing to do
# yum install httpd
Loaded plugins: product-id, security, subscription-manager
Proxy connection failed: 407
Setting up Install Process
No package httpd available.
Error: Nothing to do
내 프록시 구성에는 아무런 문제가 없다고 생각합니다. 407 오류가 확실하지 않습니다. yum이 성공적으로 실행되고 list packages
다운로드를 수행할 수 있습니다.
나는 remi repo 사용에 대한 이 웹 사이트의 제안을 포함하여 많은 것을 시도했습니다. https://gist.github.com/mikestecker/9279520
다른 유사한 질문이 있다는 것을 알고 있지만 내 상황은 다르다고 생각합니다.
설치 ISO에 액세스할 수 없으므로 내가 아는 한 최선의 방법은 설치할 적절한 저장소를 추가하는 것입니다.