https://bugzilla.wikimedia.org/show_bug.cgi?id=21403





--- Comment #3 from Hyun-Joon, Kim <[email protected]>  2009-11-04 
13:36:07 UTC ---
(In reply to comment #1)
> Are you sure you configured stuff correctly? See
> http://www.mediawiki.org/wiki/Memcached#Setup
> 

Yes, I configured memcached daemon as a background service. My server Linux
distro is Fedora Core 11(FC11),
At First I thought that the version of memcached and PHP-memcached is old, so I
downloaded recent version source tarballs from developers website. and I
compiled and installed to my server. But still it does not work.

In LocalSettings.php, all settings about memcacehd is correct, I thought. But
maybe still error? :) I copied my LocalSettings.php's memcached section to it

----------
## Shared memory settings
$wgMainCacheType = CACHE_MEMCACHED;
$wgParserCacheType = CACHE_MEMCACHED; # optional
$wgMessageCacheType = CACHE_MEMCACHED; # optional
$wgMemCachedServers = array("localhost:11211");
$wgUseFileCache = true;
$wgSessionsInMemcached = true; # optional
$wgMemCachedPersistent = true;
$wgFileCacheDirectory = '/tmp/wikicache';
$wgCacheDirectory = '/tmp/wikicache';
$wgUseMemCached = true;
----------

Still error in my configuration? If so, tell me about some tips and how-tos to
me, please.

Thanks Roan.
I use file cache also. and I turned off MEMCACHED support by usgin
CACHE_ANYTHING.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to