I have a problem with getting an ini config option set via http.conf in one directory (rather than whole server). Here's the 'stack trace' of my problem
Using Zend Framework on Media Temple DV hosting
Need to use APC to speed things up
want to enable APC in one dir not the whole hosting
I'm setting APC.enabled to 0 in php.ini, want to set it to 1 in the http.conf
It's not working!
phpinfo() shows the correct values under master/local, so does ini_get() in a script. But these values are not having any effect on the environment it seems - APC won't load unless I set in php.ini, open_basedir also problematic
Am I right in understanding that to set ini configuration values in http.conf or htaccess, you MUST run PHP as an Apache module? It is currently set as Fast-CGI afaik, this is hosting default setup.
If so, my next question is going to be how to set up PHP as Apache module ...
Thanks for your time