Hi, a little bit convoluted, I installed memcached onto our server, and yes, it was already linked to local host only.
[root@ks389199 ~]# ps -ef | grep mem nobody 1558 1 0 01:07 ? 00:00:00 memcached -m 64 -l 127.0.0.1 -p 11211 -d -u nobody Which ties in with what wiki needs when told me. I then added the section into LocalSettings.php the lines $wgMainCacheType = CACHE_MEMCACHED; $wgParserCacheType = CACHE_MEMCACHED; # optional $wgMessageCacheType = CACHE_MEMCACHED; # optional $wgMemCachedServers = array( "127.0.0.1:11211" ); $wgSessionsInMemcached = true; # optional Of this I have no issues, as everything is tied to local host. But, as Apollo 13 stated... Hueston, we have a problem. Deep sigh, new install at http://wiki.thesii.org/index.php/Main_Page gives me Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data. Any suggestions? Regards, Phill. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
