My eaccelerator cache is in /opt/lamp/tmp/eaacelerator/ I think this is not a default location. How can I tell mediawiki to use this location? And how can I know whether eaccelerator is working with MW or not? (eaccelerator is showing as enabled in phpinfo)
Regards,
Jack ---------------------------------------------------------------- "The absence of alternatives clears the mind marvelously"
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Emufarmers Sangly Sent: Friday, August 03, 2007 8:06 AM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] enabling eaccelerator
On 8/2/07, Adam Meyer meyer7@mindspring.com wrote:
I reinstalled mediawiki, eaccelerator was showing as not available.
So, after installing it, I added to the localsettings $wgUseEAccelShm = true;
Im not sure if this is how you do it, but the manual on $wgUseEAccelShm is lacking.
Is there a way to see if it is running?
I checked my version http://64.22.97.143/~rpedia/index.php/Special:Version
But im not seeing either way.
MediaWiki: 1.10.1PHP: 5.2.3 (apache)MySQL: 5.0.27-standard
It doesn't show on Special: I just have: ## Shared memory settings $wgMainCacheType = CACHE_ACCEL; $wgMessageCacheType = CACHE_ACCEL; $wgParserCacheType = CACHE_ACCEL; $wgMemCachedServers = array();
It doesn't show up in Special:Version, but benchmark it (with Apache Bench, for instance) with and without the caching enabled, and you should see the difference.