All Questions

Filter by
Sorted by
Tagged with
1 vote
0 answers
2k views

Should PHP FastCGI be running multiple instances on windows?

Im running PHP under iis 8.5 on Windows Server 2012. The server runs asp.NET without a hitch. Pages are rendering in well under a second, but PHP is not running so well. It takes upwards of 40 seconds ...
Dan Hastings's user avatar
1 vote
1 answer
44 views

Webserver | IIS | Configuring to not run certain files

I currently have a webserver running Windows Server 2012 which is running IIS as its webserver and using PHP. Lets assume the a user is able to upload a trojan onto my server, either through a ...
Jimmy's user avatar
  • 11
0 votes
1 answer
2k views

IIS | Block execution of files in directory

I am dealing with user uploads via a PHP application. I want to secure the server so no exploits are available to the user, such as uploading a php shell and executing it. I have set it so all ...
Jimmy's user avatar
  • 1
0 votes
1 answer
872 views

HTTP Error 500 Joomla Site in Windows Server 2012 IIS

I am trying to migrate a Joomla 1.5 website from Linux to Windows Server 2012. I tried to use the Web Platform Install. It installed most components, PHP, IIS Url Rewrite, etc except Joomla itself. I ...
John Ng's user avatar
  • 135
5 votes
2 answers
6k views

Webserver issues | PHP manager for IIS

i am using windows server 2012 with IIS 8. I installed PHP 5.5 via web platform installer, all installations were successful apart from "PHP manager for IIS". Any ideas why? below I will insert logs:...
James Lee's user avatar
0 votes
1 answer
1k views

PHP pages display as 404 on iis 8 with windows server 2012

Installed php on windows server 2012 and then went to command line and php -i everything displayed like it should. Then went into iis and created the handler mapping for php via fast cgi at the server ...
kqlambert's user avatar
0 votes
1 answer
1k views

IIS can't find PHP files

I am running Windows Server 2012 with IIS. I have enabled CGI and installed PHP with IIS FastCGI and Multi-Byte strings. It is also the Non-Thread safe version. Though, I have made a PHP file to test ...
cheese5505's user avatar
1 vote
1 answer
297 views

Keeping PHP up-to-date on a Windows IIS server

On my Windows servers, Microsoft Update keeps IIS and ASP.NET updated automatically. On my Linux/Debian servers, cron-apt keeps Apache/PHP/etc. updated (semi-)automatically. However, I have not found ...
Heinzi's user avatar
  • 2,217
4 votes
1 answer
16k views

installing PHP for IIS8 on a windows server 2012 machine?

We are running a web server IIS8 on a windows server 2012 machine. I need to install PHP on it. I found a nice tutorial here: http://www.nutstech.info/2012/09/windows-server-2012-server-core-setup....
Alex Gordon's user avatar