perl - Forward fastcgi STDERR to nginx error log -


i'm using nginx fastcgi-wrapper http://nginxlibrary.com/perl-fastcgi/ execute perl files on ubuntu 14.04. problem whenever error occurs in perl file, nginx error log contains no descriptive insides (unlike apache). there generic error "upstream prematurely closed fastcgi stdout while reading response header upstream".

i assume stderr not forwarded couldn't find hint how configure wrapper in order working desired. has ideas me?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -