fastcgi_pass unix:/tmp/php-cgi.sock;
那有那麼複雜 ...
1. 目錄 需有 Options ExecCGI
2. CGI 程式需具可執行狀態
3. 需 AddHandler cgi-script .cgi
4. CGI 程式需自行產生 Content-Type 相關訊息
5. command mode 上先確認 CGI 程式不會有執行上的錯誤
fastcgi_pass unix:/tmp/php-cgi.sock;
那有那麼複雜 ...
1. 目錄 需有 Options ExecCGI
2. CGI 程式需具可執行狀態
3. 需 AddHandler cgi-script .cgi
4. CGI 程式需自行產生 Content-Type 相關訊息
5. command mode 上先確認 CGI 程式不會有執行上的錯誤