데 비 안 아래 Nginx 노트 설치

1345 단어
준비 작업
에서 설명 한 예비 설치 패키지:
gcc gcc-c++ pcre pcre-devel zlib zlib-devel openssl openssl-devel

데 비 안 실제 설치:
sudo apt-get update 
sudo apt-get install libpcre3 libpcre3-dev openssl libssl-dev libperl-dev

Nginx 설치
Nginx 설치 절차:
    :http://nginx.org/en/download.html

  

./configure

make 

sudo make install

설치 보기:
ls /usr/local/nginx

시작 과 정지
시작 Nginx:
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

Nginx 프로 세 스 보기:
ps -ef | grep nginx

kill 프로 세 스 제거
killall -9 nginx

인증 설치
브 라 우 저 를 통 해 localhost 페이지 를 보면 다음 과 같은 내용 을 볼 수 있 습 니 다.
Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. Further configuration is required.

For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.

Thank you for using nginx.

설치 성공 을 증명 하 는 것 이다.
문제 와 해결
403 Forbidden 403 Forbidden 에 부 딪 혔 을 때 권한 문제 일 수 있 습 니 다. nginx. conf 머리 에 한 줄 을 추가 합 니 다.
user  root;

그리고 nginx 를 다시 시작 하면 됩 니 다.
원문 읽 기 | 작성 자 홈 페이지 | 공중 번호 | Feed | 구독 | 개인 편지 보 내기

좋은 웹페이지 즐겨찾기