- 2025年05月13日
- 星期二
我刚刚安装了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