Questions tagged as 'fastcgi'

1
answer

MaxRequestLen error while uploading files

I'm working on PHP and doing upload of files, trying to make a upload of 60M I get the following error:    mod_fcgid: HTTP request length 16784592 (so far) exceeds MaxRequestLen   (16777216) I have my configuration file /etc/apache2...
asked by 04.06.2014 / 17:22
1
answer

Load specific "php.ini" into a sub-domain

To load a custom php.ini for a sub-domain, I applied the following code to .htaccess in the root of the sub-domain in question: AddHandler php5-fastcgi .php Action php5-fastcgi /cgi-bin/php.fcgi The file only has these two li...
asked by 17.02.2014 / 17:02
0
answers

FastCGI with C ++ and NGINX

I'm trying to make a small server to 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 request, and if I write some callback it generates err...
asked by 09.01.2017 / 02:46
0
answers

PHP to work without explanation in IIS with FastCGI

Recently I updated a site that was written in classic ASP in Windows 2008 Server IIS, I changed the programming of the site to PHP and kept running in IIS via FastCGI, while the site was in homologation I had no problem, but when putting in (at...
asked by 20.01.2016 / 18:16