Posted by ImOk on 12/17/36 11:53
Did you set the path to point to c:\php?
Did you define .php to point to c:\php\php-cgi.exe?
Did you make appropriate changes to your INI file? E.g.
cgi.force_redirect = 0
Id this fails, make a simple .ASP page and try it.
~john wrote:
> I just installed PHP 5.1.4 on Windows XP and I am getting an error
> trying to load a simple phpinfo() script.
>
>
> Server Application Error
> The server has encountered an error while loading an application during
> the processing of your request. Please refer to the event log for more
> detail information. Please contact the server administrator for
> assistance.
>
>
>
> I checked the Event Viewer and I'm getting an error and a warning.
>
> error: Unable to start DCOM Server as /IWAM_MYNAME_LT1. The error
> "access denied"
>
> warning: The server failed to load application /LM/W3SVC/1/ROOT. The
> error was "general access denied error"
>
>
> I have given Full Controll privileges to c:\php, c:\Inetpub\wwwroot and
> the php.ini file to both the IUSR and IWAM accounts. I have set IIS to
> allow "Scripts and Executables". Application protection is "Medium
> (pooled). I'm not sure what to do at this point. I don't remember ever
> having this problem before. Any ideas what's going on?
>
> One note... I changed "Application Protection" in IIS to "Low (IIS
> Process" and now the PHP script loads... but restarting IIS with
> "issreset /restart" causes IIS to crash.
[Back to original message]
|