![]() |
Forum memcached Hello guys, can someone point me in the direction of setting up memcached. Here are the steps I followed below. 1. yum install php-pecl-memcache (Package php-pecl-memcache-2.2.3-1.el5_2.x86_64) 2. Enable memcached in config.php $config['Datastore']['class'] = 'vB_Datastore_Memcached'; $i = 0; // First Server $i++; $config['Misc']['memcacheserver'][$i] = '127.0.0.1'; $config['Misc']['memcacheport'][$i] = 11211; $config['Misc']['memcachepersistent'][$i] = true; $config['Misc']['memcacheweight'][$i] = 1; $config['Misc']['memcachetimeout'][$i] = 1; $config['Misc']['memcacheretry_interval'][$i] = 15; 3. Start memcached (/etc/init.d/memcached start) 100 20022 1 0 15:29 ? 00:00:00 memcached -d -p 11211 -u memcached -m 64 -c 1024 -P /var/run/memcached/memcached.pid 4. Stop and Start Apache After going through this process, I get a HTTP 500 everytime. The following article does not give enough clear detail on getting this working: http://www.vbulletin.com/forum/entry...with-Memcached Where did I go wrong here? |
الساعة الآن 11:48 PM |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir