I'm on Dreamhost PS, using their preset xcache. I need to increase the size of the var memory but can't find the definitions for xcache. Its not in the php.ini file. I searched for xcache files and couldn't find something that looks like xcache settings.

How can I find the right file on the server?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Found it at the regular /etc/php5/cgi/php.ini file. I looked at the wrong place.

link|improve this answer
2  
In the future, use either phpinfo() in a script, or php -v to confirm which php.ini it's actually reading from. Sometimes there are a few php.ini's scattered throughout a system, seemingly just to annoy you. – Kyle Smith Oct 18 '09 at 18:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.