HTTP Error 500.0 - Internal Server Error An unknown FastCGI error has occurred

I am running IIS7 on Windows Server 2008 with Plesk 10. I have a site under plesk and a site that is not under plesk and only on IIS. A website under plesk successfully runs php files, but an error appears on another website:

HTTP Error 500.0 - Internal Server
Error An unknown FastCGI error has occurred

FastCgiModule Module ExecuteRequestHandler
Notification
PHP5-FastCGI-php
Handler Error Code 0x8007010b
Requested URL http: //*.com: 80 / test.php Physical
Path C: \ IIS * .com \ test.php
Login Method Anonymous
Anonymous Login User

PHP5-FastCGI-php is configured exactly the same as the site under plesk. php-cgi.exe is located in the folder C: \ Program Files (x86) \ Parallels \ Plesk \ Additional \ PleskPHP5 \

EDIT: Here is my php.ini, but I am not getting any errors.

error_reporting = E_ALL & ~E_NOTICE
display_errors = On
display_startup_errors = Off
log_errors = On
error_log = "C:\Program Files (x86)\...\log\test.log"
error_log = syslog
+3
source share
4 answers

Provided Read and Execute , List Folder Contents for Everything in a Folder

C: \ Program Files (x86) \ Parallels \ Plesk \ Additional \ PleskPHP5

and now php starts and starts for each application pool. The main problem with plesk was only sites working with the user pool identifier of a user who is a member of psacln.

+8
source

. *.log . , , .

php.ini. - *.ini :)

0

, , EVERYONE, IIS "IIS_IUSRS" , PHP.

0

. phpmyadmin, 500. :

1), "extension = php_gd2.dll", "extension = php_mbstring.dll" "extension = php_mysql.dll" php.ini( php) ( ).

Step 2) create a folder in c: named temp and inside this folder create another folder called "phpsessions", then go to php.ini (in the php folder) and find "session.save_path", and replace something between the quotation mark to the location of the php session you created, that is, "C: \ temp \ phpsessions", and do not forget to uncomment it;

Good luck to my fellow geeks: P

0
source