Hello, I am searching for php.ini everywhere in my server, in etc , usr etc but it cannot be found, can someone explain to be in details how to make a search and look for it ? Thanks
One simple way is to view a phpinfo.php file from your browser. Sometimes a server may not have one, which means php will simply run its default settings. Here are a few simple ways to search a server via ssh: locate php.ini or find / -name php.ini -print Code (markup): As mopays is running WHM, php.ini is ran out of /usr/local/lib/php.ini by default.