第一次使用NGINX採了個雷 筆記一下

nginx 報錯  502 Bad Gateway

No connection could be made because the target machine actively refused it

error log:

image

step1:
    php-cgi.exe 存在

        檢查php.exe資料夾裡有沒有php-cgi.exe

step2:
    PHP和Nginx連動。
        在php.ini中找到cgi.fix_pathinfo,取消註解

step3:
    cmd配合nginx.conf fastcgi_pass設定值跟自己的php路徑 把php-cgi run 起來
        C:\php\php5/php-cgi.exe -b 127.0.0.1:9001 -c C:\php\php5/php.ini

arrow
arrow
    文章標籤
    nginx bad gateway debug
    全站熱搜
    創作者介紹
    創作者 MonkeyJ 的頭像
    MonkeyJ

    程式猴

    MonkeyJ 發表在 痞客邦 留言(0) 人氣()