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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.