|
إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...
انضم الينا
#1
| ||
| ||
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 ![]() 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? __DEFINE_LIKE_SHARE__ |
مواقع النشر (المفضلة) |
| |