Python REST API Status 201 Create - IIS Adds HTML
I'm using IIS with wfastcgi to serve up a flask python application. Things were going well up until the point where I tried to create new data. The JSON Rest server I'm using sends a 201 - Created...
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 ArticleGetting Error FastCGI
<br> I am getting the following error: &quot;The spcified excutable does not exist on the server&quot; while mapping php in IIS. I have followed the instruction given By iis.net...
View ArticleFastCGI error on multiple sites on Multiple Servers
Hi I have quite a few PHP sites running on Multiple Plesk servers.Since the last 2 days, the sites have randomly started throwing the error pasted below. This is happening on multiple servers suddenly....
View ArticleHow to get FastCGI NamedPipe handle in C
HiI try to connect my application in C with IIS via NamedPipe but I cannot get a pipe handle. CreateFile function always return ERROR_PIPE_BUSY value. What is correct way to get this handle? This is my...
View Articlesqlsrv_connect issue
I am getting the "Call to undefined function sqlsrv_connect()" error using the new drivers. I have read many, many posts on other sites about this problem, but still cannot get it resolved.PHP...
View ArticleError 500, nothing on Logs
Hello,I'm running an PHP forum application. On a specific page I just get an error 500.The PHP error log is enabled but there's no error about that page. There are other errors (i have disabled notices...
View ArticleD:\Program Files (x86)\PHP\v7.0\php-cgi.exe - The FastCGI process exited...
I have php website on azure in free tier.Everything works well except sqlite3 which requires the sqlite3 dll. I downloaded the dll and did what is said...
View Articlephp-cgi.exe crash on facebook callback
Hi, we have a domain with php 7 (no matter cgi or fastcgi) on windows 2012 IIS8 that cause the crash of php-cgi.exe sistematically only when the facebook callback was thrown, we have updated the php to...
View ArticleIIS8.5: PHP/Wordpress rights to write files
Hello IIS Community I am running a Windows Server 2012 R2 Server, which is Hosting several ASP.NET site and two wordpress sites. The PHP Version is 5.6.20 When we are trying to install a plugin or an...
View ArticleWho to contact for FastCGI support?
I recently opened a support ticket with Microsoft Product Support Services for an issue with slow WordPress sites. The only thing that they told us was that the slowness arises somewhere in the...
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 ArticleContent-Length Error when IIS returns response with STATUS 302
I have small FastCGI application on Python+Flask. Server 2012 R2, IIS 8.5.When I return from handler redirect( url_for(...), 302) in Python code, Flask returns response with some html about "You will...
View ArticlePHP process recycled when reach 2 go ram
my configuration : dedicated server windows server 2012 32 go Ram iis 8PHP process is killed when it reach 2 go ram i have configured the instanceMaxRequests , PHP_FCGI_MAX_REQUESTS.
View ArticleFastCGI problems make PHP-sites crash running in IIS 10
Hello expert,As I have ASPX-sites as well as PHP-websites, I run both flavours on my webserver IIS 10 on Windows 10 prof 32bit, latest update.That seems to give no problems, but the last few months I...
View ArticleOutput buffering in PHP in IIS 8.5
We would like to output progress updates during a long process in PHP but everything we've tried so far for output buffering does not seem to work with IIS 8.5.We've tried the suggestions outlines in...
View ArticlePHP WinCahce extension fails to load with PHP 7.2
OS: windows 10E x64 1709IIS: 10PHP Version 7.2.1 NTSSince installing PHP NTS 7.2 The WinCache extension fails to load with the following error:```PHP Warning: PHP Startup: wincache: Unable to...
View ArticleIIS7.5 + FastCGI issues
Greetings,I've made a thread a few weeks on another subforum, I'm not opening this one here as spam but because I think it's better suited to the subforum and also because I have more information that...
View Articlefastcgi error
can someone tell me how to get this erro fixed.. tried all recommended fixes but not workingDetailed Error Information:<div id="details-left" style="background-color: transparent; color: #000000;...
View ArticlePHP ignored
<div>Hi</div>I'm developing an IOT project where a client will run on a micro-controller and will be configured and fed data via a backend web server and database. I'm a newbie when it...
View Article