"No input file specified."
I installed Wordpress with the Web platform installer.We occasionally get an error when going to any web page that says "No input file specified." or a 404 error. IF the user hits 'refresh' the web...
View ArticleWhy are exec and proc_open running under different user on IIS?
Reposting from here as we couldn't get an answer on StackOverflow.I'm running my site on Windows Server 2012 R2 and IIS 8.5 and I encountered a problem.When I run exec('whoami'), it returns nt...
View ArticlePHP Connection stops everything
<html> <head> <title>Array Functions</title> </head> <body> <?php $array1 = array(4,8,15,16,23,42); ?> Count: <?php echo...
View ArticlePHP Soap Problem
<div>Hi all,i've a strange problem. I've a php code. it works on apache but no luck with iis.I think there is a setting about this, which i cannot find.My code is so$client...
View ArticleHow to use FastCGI on a website
I'm using Windows 10, enabled IIS, enabled fastcgi, installed php and mysql.I installed a Wordpress site, but when I try to remove a plugin, it is asking for a user/pass. FashCGI should eliminate...
View ArticleImplement fastcgi_finish_request()
I'm reviving this from this thread:https://forums.iis.net/t/1228655.aspx?No+way+to+end+connection+with+UserOriginal message:Please, get in touch with the MS-PHP Core contributors and implement...
View ArticleError Flask/IIS "%" Could not be imported (solved!)
Hi there.I'm trying to replicate a IIS/Flask configuration/app on another laptop, but a problem is displayed when i try to call the website.For example i did this app test...
View Articlegetting and error CGI process is shutting down unexpectedly - Please help
Hi All,Configured the cgi-bin and geting the error HTTP Error 502.2 - Bad Gateway The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are...
View ArticleThe FastCGI process exited unexpectedly on windows 8 with php 7.0.5
Hi i know this is an old issue. I have installed php 7.0.5 on a windows 8 laptop and enabled the IIS for this os. I have enabled CGI in the sever and installed all the possible C++ redistributables...
View Articleinstall "apache (xampp)" as "website application"
i work in compony thay use windows server 2008 it a internal server and i dont have permission to connect that to internet touse web platform installer and config php as cgi or ....our forum and...
View ArticlePHP require_once fails from time to time
We have the problems with our WordPress site on IIS 8.5 server with PHP 7.0.4 64-bit.From the WordPress debug log:[30-May-2016 16:53:23 UTC] PHP Warning: require_once(C:\inetp): failed to open stream:...
View ArticlePHP4.x in IIS7 Windows server 2008 Standard SP1 64 bits
Hi all,I have a web application is runing PHP 4.4.6 on server Win 2008 Std SP1 IIS7 64 bits. One day, it's crash, I have to re-install verything.... I try to do step by step as...
View ArticleProblem with PHP, SendMail and IIS?
Hello, I will really appreciate everybody's input on this.I have a server running Windows Server 2012 R2 with IIS 8.5.96 and PHP 5.6.I have a PHP website running on this server, for which I setup...
View ArticleForm posts comes back empty in PHP on IIS8
Hi! I am moving some of my companies old websites from Win 2008 webserver SP2 64-bit with IIS 7 to Win 2012 R2 64-bit with IIS 8. Everything seemed to be going smoothly until I tried a form page. GET...
View ArticleErrors accessing php codes
I have MS Server 2012 R2 with IIS 8 and PHP 7.0.10 installed (all 64-bit). I set this up a couple months ago and it was working fine. I have been working with the files on another PC for this project...
View ArticleHow often does the FastCGI pool release unused threads?
How often does the FastCGI pool release unused threads? Can anyone provide some insight into that? Thank you in advance; It is greatly appreciated!
View ArticleFastCGI Return Real Error Code
How do I configure IIS to return the real error code of a interpreter running via FastCGI?Currently, I have Perl and PHP configured via FastCGI.If I request a page that is not found (404), it will...
View ArticleMultiple CGI/ FastCGI instances
Hi - We have a wordpress site which was running under PHP version 5.3. We are using windows 2012 - IIS 8. (VPS )- We upgraded PHP version from 5.3 to 5.6 few days back.- After...
View ArticleMultiple CGI/ FastCGI instances
HiAs my previous thread (as referred in below link) in this subject was closed and the issue is still existing, I am staring a new...
View ArticleThe FastCGI process exited unexpectedly / IIS7.5, PHP 5.2.17
Hi!On my IIS 7.5 webserver some requests are not processed by the handler, IIS throws a 500 - Internal Server Error.The case is the following:With approx. 400 POST parameters the request is handled...
View Article