Most voted "fastcgi" questions
The Fastcgi protocol defines how information is passed between the Web server and an external Fastcgi application. When a request is sent, the Web server starts a Fastcgi application to process it and generate dynamic responses that will be sent back to the client. If the doubt is not about "Fastcgi", do not use this tag, even if you are using "Fastcgi" in your project.
Learn more…8 questions
Sort by count of
-
25
votes1
answer19287
viewsHow does PHP-FPM work?
Guys, I have a question related to the concept of PHP-FPM. From what I understand from the documentation, it is a module of PHP that manages requests to the server to avoid high loads, or am I…
-
14
votes1
answer8177
viewsWhat’s the difference of using PHP as a module of Apache, CGI, Fastcgi and command line?
I wanted to know what difference there is between the various "versions" or "ways" to use PHP, as it has the module of Apache, CGI, Fastcgi and command line. So I wonder if there is any difference…
-
3
votes1
answer47
viewsMaxrequestlen error while uploading files
I’m working in PHP and doing upload files, when trying to make a upload of 60M get the following error: mod_fcgid: HTTP request length 16784592 (so far) Exceeds Maxrequestlen (16777216) I have my…
-
2
votes1
answer1682
viewsError 404 Not Found (Nginx)
I have a blog and for a few days it started to give the following error in some pages. 404 Not Found nginx/1.6.2 (Ubuntu) The error log is returning: 2016/02/02 10:44:12 [error] 612#0: *553172…
-
2
votes1
answer1088
views"Primary script Unknown" while Reading Response header from upstream - NGINX
Hello, I am trying to run my Wordpress site on the Host that has this setting: Ubuntu LTS 16.04, Nginx, Apache, Mysql, PHP, Webmin While trying to enter the home page, the error that is displayed in…
-
1
votes1
answer373
viewsLoad "php.ini" specific for a sub-domain
To carry a php.ini customized for a sub-domain, I applied to .htaccess at the root of the sub-domain concerned the following code: AddHandler php5-fastcgi .php Action php5-fastcgi /cgi-bin/php.fcgi…
-
1
votes0
answers168
viewsFastcgi with C++ and NGINX
I am trying to make a small server for study using fastCGI with C++ without using any library. My problem is that via socket NGINX even connects but does not give me any information about the…
-
0
votes0
answers113
viewsPHP stops working unexplained on IIS with Fastcgi
I recently updated a site that was written in classic ASP on the IIS of Windows 2008 Server, I changed the programming of the site to PHP and kept running on IIS via Fastcgi, while the site was in…