
如何在nginx错误日志中获取perl脚本错误(Nginx with FCGIwrap)
我刚刚安装了fcgiwrap和spawn-fcgi,以便能够在nginx中使用perl脚本.我在我的网站配置中添加了这样的内容:location ~ .pl${ gzip off; fastcgi_pass unix:/var/run/fcgiwrap.socket; include fastcgi_params; fast
我刚刚安装了fcgiwrap和spawn-fcgi,以便能够在nginx中使用perl脚本.我在我的网站配置中添加了这样的内容:location ~ .pl${ gzip off; fastcgi_pass unix:/var/run/fcgiwrap.socket; include fastcgi_params; fast