The php.ini file is an important configuration file of your PHP server.
Create test.php file and add this code on it:
<?
phpinfo();
?>
your domain.com/test.php
Find:
Loaded Configuration File | /directory/php.ini |
Usually php.ini path is
/usr/local/lib/php.ini