So PHP's info provides two "Directives": Local Value and Master Value.
Using PHP (and the terminal by extension if need-be) how can I automate my system to determine where local values are being defined? I'll be managing many servers at some point and I'd like to avoid pointless wild goose chases.
In example I've set PHP's max_input_vars to a much lower setting than the server's 10,000! Different servers imply different configurations however ultimately the same software will be running. I'm not interested in having the server do a grep (painfully slow compared to Advanced Find and Replace...from Windows...on Wine!) every single time I open up the server status page to see if where an issue may be coming from.
Using PHP (and the terminal by extension if need-be) how can I automate my system to determine where local values are being defined? I'll be managing many servers at some point and I'd like to avoid pointless wild goose chases.
In example I've set PHP's max_input_vars to a much lower setting than the server's 10,000! Different servers imply different configurations however ultimately the same software will be running. I'm not interested in having the server do a grep (painfully slow compared to Advanced Find and Replace...from Windows...on Wine!) every single time I open up the server status page to see if where an issue may be coming from.