Link to home
Start Free TrialLog in
Avatar of serveradm
serveradmFlag for United States of America

asked on

php-cgi.exe - ProcMon showing Access Denied on folders it should't need to be accessing

Is this something I should be concerned about or normal behavior?  Below is a screen shot from Process Monitor on a Windows 2003 server running IIS and PHP.

PHP is running from a folder under c:\php\
Web Sites are on a separate drive.

Why would php-cgi.exe even be trying to access these non-relevant folders?

User generated image

Thanks
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

It wouldn't unless some PHP page was telling it to.
Avatar of serveradm

ASKER

Thanks, I was able to track it down to the specific application pool identity, but there are several Wordpress sites that run under that account.

Any method you can recommend to track down which specific PHP page the code is coming from?
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial