ksbigfoot Posted January 16, 2014 Share Posted January 16, 2014 I am a newbie at this. I am having difficulties getting phpinfo.php to show any results in my webpage. I am trying to verify that ffmpeg is installed. Here is the code I have: <?php phpinfo(); ?> I am on IIS7. PHP Version => 5.5.5I am using FastCGI in IIS7, FullPath = C:\PHP\php-cgi.exe Weird thing is that if I run from DOS prompt: C:\PHP>php e:/webdata/inetpub/default/phpinfo.php it runs fine. but when I run it through browser: IE9 or Firefox, I get a error: 500 - Internal server error.There is a problem with the resource you are looking for, and it cannot be displayed. Link to comment https://forums.phpfreaks.com/topic/285429-phpinfo-not-running-in-webpage/ Share on other sites More sharing options...
Ch0cu3r Posted January 17, 2014 Share Posted January 17, 2014 Something is causing the 500 internal server error. The acutall error message should be logged in the IIS servers error log. Link to comment https://forums.phpfreaks.com/topic/285429-phpinfo-not-running-in-webpage/#findComment-1465568 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.