Top "Fastcgi" questions

FastCGI is an optimized implementation of the CGI interface that aims to reduce the processing overhead for each CGI request on a webserver.

Where can I find the error logs of nginx, using FastCGI and Django?

I'm using Django with FastCGI + nginx. Where are the logs (errors) stored in this case?

django nginx fastcgi error-log
Nginx serves .php files as downloads, instead of executing them

I am installing a website in a droplet (Digital Ocean). I have a issue for install NGINX with PHP properly. …

php wordpress nginx location fastcgi
Prevent nginx 504 Gateway timeout using PHP set_time_limit()

I am getting 504 timeouts message from nginx when my PHP script is running longer than usual. set_time_limit(0) does …

php nginx fastcgi
upstream sent too big header while reading response header from upstream

I am getting these kind of errors: 2014/05/24 11:49:06 [error] 8376#0: *54031 upstream sent too big header while reading response header from upstream, client: 107.21.193.210, …

php wordpress nginx fastcgi nginx-reverse-proxy
How do I prevent a Gateway Timeout with FastCGI on Nginx

I am running Django, FastCGI, and Nginx. I am creating an api of sorts that where someone can send some …

configuration nginx fastcgi
nginx: connect() failed (111: Connection refused) while connecting to upstream

Trying to deploy my first portal . I am getting 502 gateway timeout error in browser when i was sending the request …

php nginx fastcgi mod-fastcgi http-status-code-502
nginx 502 bad gateway

I get a 502 Bad Gateway with nginx when using spawn fcgi to spawn php5-cgi. I use this to span …

php nginx fastcgi
What is the difference between fastcgi and fpm?

I am trying to install php with fpm on macports. I read somewhere that fpm means FastCGI process manager. Does …

php php-7 fastcgi php-7.4 mod-fastcgi
Increasing 504 timeout error

Is there any way I can make the error 504 gateway timeout longer if so how and where is the file …

nginx timeout fastcgi gateway
Error 502 in nginx + php5-fpm

I have some error with subj. Server doesn't high loaded: ~15% CPU, there are several Gb of memory, HDD is not …

nginx fastcgi php