On Thu, Jan 12, 2012 at 12:23, John W. Foster jfoster81747@gmail.com wrote:
This setting in LocalSettings.php;; Is this something that needs to be updated? I run my mediawiki on a server that is port forwarded using DHCP settings from another network server The actual server address sometimes,though rarely, changes; example, now it is 192.168.1.4 on my NAT array. It seems this does not match the settings below, however I do not know that as I dont know how the mediawiki installation decided what to use for this setting. BTW: I have noticed that the server seems slower to load wiki pages & I don't know exactly what or when this occured.
## Shared memory settings $wgMainCacheType = CACHE_MEMCACHED; $wgMemCachedServers = array( '127.0.0.1:11211\r\n192.168.1.25:1234' );
How many memcached instances are you running and where do they live/listen?
-Jeremy