0
votes
0answers
73 views

Debugging app pool hang when using php_wincache.dll on II7

I have a PHP 5.4 application running under IIS 7 that hangs under moderate loads; the observed behavior is that everything works fine until a single FastCGI process (php-cgi.exe) starts burning up a ...
1
vote
1answer
76 views

PHP session files are not being deleted (IIS 7)

Our website isn't displaying because the C:\Windows\Temp directory can't be written to, because C:\ is now out of space. The reason: tons of sess_230498230493240 [random hash] files. Like, thousands. ...
1
vote
0answers
90 views

New Windows Server 2008 R2 WIMP running slower than Windows Server 2003

We recently upgraded a WIMP server from Windows Server 2003 (32 bit) to Windows Server 2008 R2 (64 bit). The new server has significantly better hardware than the old server, yet many processes take ...
1
vote
1answer
1k views

Can I limit the number of php-cgi.exe that run per website on IIS 7?

I wasn't sure which was best to post in so I posted here and on http://webmasters.stackexchange.com I will delete the other if this post is more relevant here. I'm having a slight issue with memory ...
0
votes
2answers
197 views

How do I set up IIS7 to pass everything through to Joomla?

Context: IIS7, Win7, Joomla 1.5 With this URL, http://website/foo , if I have a subdirectory called "foo" in the root of the Joomla install, IIS7 tries to find index.php in it and returns a 403 ...
0
votes
1answer
323 views

PHP CGI on IIS7 crash

I see an application error message in Windows Events Manager by PHP CGI every alternate hour. The message details are: Faulting application name: php-cgi.exe, version: 5.3.6.0, time stamp: 0x4d81eb28 ...
0
votes
1answer
125 views

.HTacess on PHP Website on WIndows Server2008 [closed]

I have a PHP5 website on Windows Server 2008. I want to access .htaccess file. How can I?
0
votes
2answers
331 views

local php.ini file does not load in IIS 7

I have PHP 5.3.5 installed on IIS 7 which I installed through WebPI (Web Platform Installer). I would like to have some global settings controlled on a site by site basis but I am unable to have the ...
1
vote
1answer
1k views

How to make a file writable with IIS7?

I am using IIS7 on my local PC for PHP development. I have problem creating a writable file inside my document root where PHP would be allowed to write logs to. I get this error: Specified file is ...
1
vote
0answers
305 views

How to configure PHPStorm to debug on IIS

I installed PHP 5 on IIS on a Windows 7 64 bit machine using the Web Platform Installer. I am using PHPStorm as my PHP IDE but cant find any documentation on how to get debugging to work. PHPStorm ...
0
votes
1answer
4k views

Can't find Role Services in Windows 7

I'm trying to install PHP on Windows 7 Home Premium using these instructions: Using FastCGI to Host PHP Applications on IIS 7 and a 1/3 of the way down on the page I have to do this: Server ...