|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
PHP Configuration With IIS 5.1 and XP
I have installed PHP 4.3.3 with IIS 5.1 and configured IIS 5.1 so that when a .php file is called it runs php.exe. When I call a .php file in the browser an instance of php.exe can be seen triggered in the Task Manager process window. The script never finishes and I end up with a timeout message.
"CGI Timeout The specified CGI application exceeded the allowed time for processing. The server has deleted the process" The script I am trying is just <?php phpinfo();?> I did wonder if the issue is a permissions one. php.exe seems to be running as IUSR_<my pc name> I have modified the permissions on the folders that contain both php.exe and the .php scripts. But this has made no difference Any ideas ? Thanks Justin |
|
#2
|
|||
|
|||
|
In IIS ISAPI filter, add the php ISAPI filter and try it.
You should be able to find the filter in the php directory. I haven't tested the perfomance specs but heard it's easier and scripts run faster at lower load that way. |
|
#3
|
|||
|
|||
|
Seems like your php.ini isn't configured properly. Are you using ISAPI or Fast CGI ??
|
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > PHP Configuration With IIS 5.1 and XP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|