[CentOS] php55w-fpm on CentOS 7: settings location

Wed Aug 3 17:55:14 UTC 2016
Jason Welsh <jason.welsh at mercurygate.com>

What I do is create a  php.php file on the root of my fileserver with 
the following

<?php phpinfo() ?>


then when I browse to that file  http://servername/php.php


I get all the php information I can stand, including  the line "Loaded 
Configuration File"

which is where the running php server loaded php.ini from.


Jason