ubuntu 10.04 새 버 전의 nginx 를 설치 하 는 방법 (http 에이전트 가 있 음)

ubuntu 10.04 자체 설치 패 키 지 는 비교적 낡 았 습 니 다. 현재 최신 ngxin 은 1.2.0 입 니 다. 최신 버 전 으로 업그레이드 하기 위해 서 는 자체 적 으로 설치 원 을 설정 해 야 합 니 다.
    방법 은 다음 과 같다.
         1. sudo apt-get install python-software-properties            2. sudo add-apt-repository ppa:nginx/stable
         3. sudo apt-get update
         4. sudo apt-get install nginx
   
    설치 할 때 발생 하 는 문 제 는 기계 가 http 프 록 시 에 있 으 면 원 격 서버 에서 찾 을 수 없 는 오류 가 발생 한 다 는 것 입 니 다.
    해결 방법 1:
        1. sudoer 파일 열기: sudo vim / etc / sudoers        2. 파일 마지막 에 다음 줄 추가: Defaults envkeep = "http_proxy https_proxy ftp_proxy"         3. 저장 후 종료 하고 명령 행 에서 다음 세 가지 명령 을 수행 합 니 다.
        4. sudo bash            export https_proxy=http://[username:password@]proxyserver:portnumber/            add-apt-repository ppa: nginx/stable
            해결 방법 2: (안 해 봤 어)
        export https_proxy=http://[username:password@]proxyserver:portnumber/                        sudo -E add-apt-repository ppa:nginx/stable

좋은 웹페이지 즐겨찾기