• 돌아가기
  • 아래로
  • 위로
  • 목록
  • 댓글
질문

nginx + php-fpm 연동 질문 드립니다

ffnne 323

0

4

윈도우 환경입니다.

크롬 주소창에 localhost/phpinfo.php로 접속하면 제대로 phpinfo 화면이 나오는데요.

127.0.0.1:9000/phpinfo.php 주소로 접속하면 제대로 접속이 되지 않습니다. 사이트에 연결할 수 없음 이라고 나오네요.

왜 루프백 아이피를 이용하면 페이지 접속이 안 되는지 모르겠습니다.

 

 

아래는 nginx.conf 설정입니다.

 

#user  nobody;
worker_processes  1;

#error_log  logs/error.log;
#error_log  logs/error.log  notice;
#error_log  logs/error.log  info;

#pid        logs/nginx.pid;


events {
    worker_connections  1024;
}


http {
    include       mime.types;
    default_type  application/octet-stream;

    #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
    #                  '$status $body_bytes_sent "$http_referer" '
    #                  '"$http_user_agent" "$http_x_forwarded_for"';

    #access_log  logs/access.log  main;

    sendfile        on;
    #tcp_nopush     on;

    #keepalive_timeout  0;
    keepalive_timeout  65;

    #gzip  on;

    server {
        listen       80;
        server_name  localhost;

        #charset koi8-r;

        #access_log  logs/host.access.log  main;

        location / {
            root   html;
            index  index.html index.htm index.php;
        }

        #error_page  404              /404.html;

        # redirect server error pages to the static page /50x.html
        #
        error_page   500 502 503 504  /50x.html;
        location = /50x.html {
            root   html;
        }

        # proxy the PHP scripts to Apache listening on 127.0.0.1:80
        #
        #location ~ \.php$ {
        #    proxy_pass   http://127.0.0.1;
        #}

        # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
        #
        location ~ \.php$ {
            root           html;
            fastcgi_pass   127.0.0.1:9000;
            fastcgi_index  index.php;
            fastcgi_param  SCRIPT_FILENAME  (PHP설치경로)$fastcgi_script_name;
            include        fastcgi.conf;
        }

        # deny access to .htaccess files, if Apache's document root
        # concurs with nginx's one
        #
        #location ~ /\.ht {
        #    deny  all;
        #}
    }


    # another virtual host using mix of IP-, name-, and port-based configuration
    #
    #server {
    #    listen       8000;
    #    listen       somename:8080;
    #    server_name  somename  alias  another.alias;

    #    location / {
    #        root   html;
    #        index  index.html index.htm;
    #    }
    #}


    # HTTPS server
    #
    #server {
    #    listen       443 ssl;
    #    server_name  localhost;

    #    ssl_certificate      cert.pem;
    #    ssl_certificate_key  cert.key;

    #    ssl_session_cache    shared:SSL:1m;
    #    ssl_session_timeout  5m;

    #    ssl_ciphers  HIGH:!aNULL:!MD5;
    #    ssl_prefer_server_ciphers  on;

    #    location / {
    #        root   html;
    #        index  index.html index.htm;
    #    }
    #}

}
 

신고공유스크랩
4
1등
콜라 2022.08.30. 06:38

서버네임에 localhost라고 되어있네요.

127.0.0.1에 대해서 이 설정파일과 같게 하나 더 만들어주거나 서버 네임 _;로 해서 모든 주소에 대해 저 설정이 사용되도록 할수 있습니다

profile image 2등
달소 2022.08.30. 09:09

+ 접근 방식이 다르시네요.

크롬 주소창에 localhost/phpinfo.php로 접속하면 제대로 phpinfo 화면이 나오는데요.

 

127.0.0.1:9000/phpinfo.php 주소로 접속하면 제대로 접속이 되지 않습니다.

 

nginx rewrite 옵션에 php는 9000으로 proxy pass한다고하는데 그걸 직접 포트로 입력하시면안됩니다.

확장자가 php인것은 자동으로 rewrite 되기때문에 127.0.0.1/phpinfo.php 이렇게 접속하셔야합니ㅏ

ffnne 글쓴이 2022.08.30. 20:02
달소

그렇네요. 포트 생략하고 입력하니 제대로 접속되네요. 감사합니다

댓글 쓰기 권한이 없습니다. 로그인

취소 댓글 등록

cmt alert

신고

"님의 댓글"

이 댓글을 신고하시겠습니까?

댓글 삭제

"님의 댓글"

삭제하시겠습니까?


목록

공유

facebooktwitterpinterestbandkakao story
번호 분류 제목 글쓴이 날짜 조회 추천
질문 적용 방법을 모르겠습니다?? 11 초보나스 1일 전08:05 228 +1
잡담 php가 벌써 8.36까지 나왔습니다. 5 달소 3일 전23:39 197 +2
질문 proxmox ssd 인식이 갑자기 안됩니다 고장인걸까요? 3 kmw_ 5일 전09:37 192 +1
3854 질문
normal
서버구축하자 18시간 전13:09 314 0
3853 질문
image
미스터빈 1일 전20:09 177 0
3852 질문
image
초보나스 1일 전08:05 228 +1
3851 질문
normal
웹서버구축관심 3일 전02:22 300 0
3850 잡담
normal
달소 3일 전23:39 197 +2
3849 질문
normal
게르노 4일 전03:11 183 0
3848 질문
image
감자칩 4일 전20:04 280 0
3847 질문
normal
ljr10 4일 전19:45 196 0
3846 질문
image
TANG 4일 전11:33 224 0
3845 질문
normal
감자칩 5일 전18:55 148 0
3844 질문
normal
숲형 5일 전11:21 276 0
3843 질문
image
kmw_ 5일 전09:37 192 +1
3842 질문
normal
bass9030 6일 전00:43 138 +1
3841 잡담
normal
칼룬 6일 전18:12 277 +1
3840 질문
normal
늘맑음 6일 전15:10 243 +1
3839 질문
image
게르노 6일 전12:26 89 0
3838 잡담
normal
bong90a 6일 전10:50 442 0
3837 후기
image
추주비 6일 전10:33 330 +1
3836 질문
normal
angrynerd 24.04.17.14:11 510 0
3835 오픈소스
image
달소 24.04.15.23:00 463 0