|
|
查 /var/log/nginx/error.log 有下列錯誤:: g+ k; X4 W! V# t+ ]& r
2015/09/30 20:06:49 [error] 32693#0: *420 FastCGI sent in stderr: "PHP message: PHP Warning: Unknown: open(/var/lib/php/session/sess_lpa5v8dftintrtmn450fsfrl41, O_RDWR) failed: Permission denied (13) in Unknown on line 0" while reading response header from upstream, client: 192.168.1.1, server: temp.52av.tv, request: "GET /forum.php?mod=post&action=newthread&fid=67 HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm_av4u.sock:", host: "temp.av4u.info", referrer: "http://temp.av4u.info/forum.php?mod=forumdisplay&fid=67"* v( u9 f8 a" q5 _9 J" C
及
' b: ?: M( Y# {, Z- c) F4 fPHP message: PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0" while reading upstream, client: 192.168.1.1, server: temp.52av.tv, request: "GET /misc.php?css=1_wysiwyg&qDm HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm_av4u.sock:", host: "temp.av4u.info", referrer: "http://temp.av4u.info/forum.php?mod=post&action=newthread&fid=67"& j& i6 x$ R) D; K0 n b% u
# f7 ]$ w( V* w是因為目錄 /var/lib/php/session 權限問題.
. k6 O/ u2 U, F6 V9 u1 W- [Sol: chmod 777 /var/lib/php/session
1 K z8 Y) J9 v) ]" ] |
|
|