the php-cgi terminated after requesting on php 7.x via fastcgi in iis 7.5
I run php 7.1.16 (7.0.29) via fastcgi in iis 7.5, sometimes get 502 errors, i found the php-cgi terminated after requesting in resources monitor.running environment: windows 2008 r2 + iis 7.5 + php...
View ArticleError: FastCGI is not a recognized native module....
Win10.I am trying to install PHP on my IIS and it is all going well until I get to here where I'm supposed to be adding a Module Mapping.The instructions are to enter Request path: *.php Module:...
View ArticlescriptProcessor could not be found in application configuration
I keep getting this message whenever I try to test localhost/phpinfo.php on my IIS 7.5 on Windows 7, SP1. I have already configured PHP with IIS. Please let me know what else I could test to get rid...
View Articlemigration from apache to IIS cause error "Allowed memory size exhausted"
Hello, I made an little application on Apache and it works well. I have set the memory_conf at 256M in php.ini. Today i tried to migrate from apache to IIS, and i got this error "Allowed memory size...
View ArticlePHP 7.2
I have IIS 7.5 configured to use php 5.3.9 Works great no problems, however, any newer version like php 7.2 returns an error. The command line returns the same error cgi /fastcgi has stopped working....
View ArticleFastCGI / CGI - php-cgi.exe - Memory usage
HiWe are running IIS 8 on a MS Server 2012 machine with FastCGI PHP (5.6).As the website is being used (it is an intranet site using PHP / MySQL) multiple new Fast CGI/CGI processes are invoked...
View ArticleOld PHP 5.3.9 FastCGI process exited unexpectedly on typo3
Hello,i need to install an old version of typo3 (4.5.7) in my system. So i installed an iis 10 on Win Server 2016 with FastCGI and PHP 5.3.9. The Visual C++ 2008 9.0.30729 and 9.0.30729.6161 did i...
View ArticleIIS 8.5 PHP can't change session.save_path
I can't change session.save_path in php.ini, value is ignored. I changed it to:session.save_path = "c:\PHP\Sessions"In php manager I can see correct value, but phpinfo() always shows...
View ArticlePython(django) + PyRFC Connection() - HTTP Error 500.0 - Internal Server Error
Hi Everyone I have issue with PyRFC connection to SAP by host on IIS 7before I use PyRFC my application work fine and after I import PyRFC and Connect to Bapi Server IIS will show detail as below HTTP...
View ArticleMoving from CGI to FastCGI
Hey all,Have what will hopefully be an easy question. Running an old website right now on IIS 8.5 that uses Python. The site has a script map configured for the python scripts, and it just passes them...
View ArticleInstall PHP 7.3 32-bit on Win Sever 2016 with IIS 10
My employer needs to install the 32-bit version of PHP on a Windows Server 2016 running IIs 10.0. The OS and IIS are 64-bit apps. We are using FastCGI with PHP 7.3.10/. Using the cmd prompt PHP is...
View ArticleUpgrade php from 7.2.7 to 7.2.24
Sorry if im in the wrong thread. I am completely new to php- no experience with it and i need to upgrade from 7.2.7 to 7.2.24. I cannot find any helpful instructions or How-To's on how to do this. I...
View ArticleIIS Application Memory Limits with FastCGI
I am trying to set a memory limit on my application pool so that a user cannot exceed that set amount. If I set the application pool Private Memory Limit to 0 for example (unlimited) and set Max....
View ArticleThe FastCGI Process Exited Unexpectedly
Hi,I have a Windows Server 2016 running under Azure and have installed PHP 7.1 in c:\php with php.ini running therein. I created a PHP_FastCGI Handler mapping to c:\php\php-cgi.exe and am now at the...
View ArticleIs site level fastcgi configuration possible?
Hi friends. I was able to get my Python application working by configuring <fastCGI> at the system.webServer applicationHost.config level. However, if I remove the fastCGi configuration from the...
View Articledownload of larger static file stops using wfastcgi and Flask on IIS10 and...
After a day of trying all kinds of hints from the web I am out of ideas with this one: I have the simplest Flask app serving a static 600MB file to download. After about 1,5-2 minutes or about 80-280MB...
View ArticleURL rewrite with IIS and FastCGI
We want to address a Python application (MapProxy) in an IIS 8.5 using FastCGI.On the Python page, wfastcgi.py is used.This scenario works in principle, even with its own "MapProxy" site in IIS.Our...
View Articlewincache on iss
Hello we are looking to install wincache on our servers but we are finding some conflicting information, I am looking for a version that runs on php 7.2 or above. in the offical documentation here from...
View ArticleThe element configuration levels
The documentation states:You can configure the <fastCgi> element at the server level in the ApplicationHost.config file or at the site level, at the application level, or at the directory level...
View ArticleHTTP Error 500.0 - Internal Server Error - The FastCGI process exited...
Hi,After switching a php app from php7.3 to php7.4 on Azure App Service I get the following error message:HTTP Error 500.0 - Internal Server ErrorD:\Program Files (x86)\PHP\v7.4\php-cgi.exe - The...
View Article