PHP NOT EXECUTING IN PHP-FPM AND NGINX INSTALLATION
Posted
by
nairobicoder
on Ask Ubuntu
See other posts from Ask Ubuntu
or by nairobicoder
Published on 2012-12-08T11:21:02Z
Indexed on
2012/12/08
11:36 UTC
Read the original article
Hit count: 224
I am trying to set up nginx server to run a php app in debian. I followed this tutorial among others. Most seems the same. My recent configuration is based on the link above. When I try to run this php script,
<?php
phpinfo();
?>
I get the same output on the browser instead of php info result. Kindly someone help me figure out where I went wrong.
Note: My error logs are clean,contains details on nginx server start only.
Thank you.
© Ask Ubuntu or respective owner