Linux에 nginx 설치:
1. gcc / g++ 설치
# apt- get install build-essential
설치된 항목 무시
2. openssl 설치:
# apt-get install openssl
# apt-get install libssl-dev
3. pcre 설치
소스 코드 다운로드: http://download.csdn.net/detail/wei_xiaox126/8304511
압축 해제: tar xvf ....
# ./configure
# make && make install
4. 공식 웹사이트(http://nginx.org)에서 nginx 소스 코드 패키지를 다운로드합니다. /
nginx-1.6.1 로컬 다운로드: http://download.csdn.net/detail/wei_xiaox126/8304547
5. nginx 설치
# tar xvf ...
# ./configure -- prefix='경로'
# make && make install
6.
# cd '경로/sbin'
# ./nginx
웹 페이지를 열고 192.168.1.111(내 IP)을 입력하세요.
Welcom to nginx가 표시됩니다! 위 내용은 Linux nginx 경량 서버 - 설치 장을 소개하고 관련 내용을 포함하여 PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.