How do you change the parameters of the apc.ini file
-
I see the apc.ini file and can edit them on my server, but when I start the apache server I don’t see those changes registered in the php -i dump.
I guess what I’m asking is where are the actually apc.ini and php.ini files that my server is using. According to my php -i I see
Configuration File (php.ini) Path => /etc/php5/cli
Loaded Configuration File => /etc/php5/cli/php.ini
Scan this dir for additional .ini files => /etc/php5/cli/conf.d
Additional .ini files parsed => /etc/php5/cli/conf.d/apc.ini,
/etc/php5/cli/conf.d/curl.ini,
/etc/php5/cli/conf.d/gd.ini,
/etc/php5/cli/conf.d/mcrypt.ini,
/etc/php5/cli/conf.d/memcached.ini,
/etc/php5/cli/conf.d/mysql.ini,
/etc/php5/cli/conf.d/mysqli.ini,
/etc/php5/cli/conf.d/pdo.ini,
/etc/php5/cli/conf.d/pdo_mysql.iniAny help would be appreciated. I’m using a stock WP install, on a fairly stock Ubuntu install on a EC 2 instance. I installed php_apc using apt-get.
Thanks in advance,
- The topic ‘How do you change the parameters of the apc.ini file’ is closed to new replies.