I'm playing around with some new software on my site that requires "allow_url_fopen=on". However, I've disabled this in my php configuration settings in WHM by setting "allow_url_fopen=off".
I'm aware that on some servers one can override that by placing a php.ini file in each subfolder where you wish to override and using "allow_url_fopen=on" in the "php.ini" file. I would like to have "allow_url_fopen=on" in those subfolders and I've place "php.ini" files in all those subfolders however when I run the software I'm testing I keep getting the error message that "allow_url_fopen" is still turned off.
I'm still learning about Apache and I'm pretty rusty at it. I thought if one has AllowOverride All in the http.conf file this allows one to override some settings by using php.ini files. Am I wrong on this? I'm thinking I've got something not right in my http.conf file. Any suggestions? Thanks for any info.
I'm aware that on some servers one can override that by placing a php.ini file in each subfolder where you wish to override and using "allow_url_fopen=on" in the "php.ini" file. I would like to have "allow_url_fopen=on" in those subfolders and I've place "php.ini" files in all those subfolders however when I run the software I'm testing I keep getting the error message that "allow_url_fopen" is still turned off.
I'm still learning about Apache and I'm pretty rusty at it. I thought if one has AllowOverride All in the http.conf file this allows one to override some settings by using php.ini files. Am I wrong on this? I'm thinking I've got something not right in my http.conf file. Any suggestions? Thanks for any info.