I tried to make some changes to php through .htaccess, but no one gave any results. For instance:
php_value memory_limit 256M inside is not activated.
Trying to install SetEnv PHPRC /home/username/public_html/php.inior any similar spell, such as SetEnv PHPRC /home/username/some_path, will not produce any results in phpinfo. I see that it is _SERVER["PHPRC"]really set, but no values are overwritten as above.
My phpinfo looks like this:
https://gist.github.com/ylluminate/08efd9a2844723631214
I am wondering if the Apache module is missing, which does not allow working as expected for custom php.ini or phprc. Next This is installing Apache 2.4.4 on VPS, over which I have 100% control (Linode) and using WHM + cPanel.
source
share