1

주제: 1.8.3.1 에서 memcache 관련 문의

phpinfo()
:
memcache
memcache support enabled
Active persistent connections  0 
Version  2.2.5 
Revision  $Revision: 1.111 $ 

Directive Local Value Master Value
memcache.allow_failover 1 1
memcache.chunk_size 8192 8192
memcache.default_port 11211 11211
memcache.default_timeout_ms 1000 1000
memcache.hash_function crc32 crc32
memcache.hash_strategy standard standard
memcache.max_failover_attempts 20 20

관리자 로그인시:

Memcache::connect() [memcache.connect]: Server localhost (tcp 11211) failed with: Connection refused (111)(8)
File: /home/amond/public_html/library/preprocessor.php:122

--------------------------------------------------------------------------------
Memcache::connect() [memcache.connect]: Can't connect to localhost:11211, Connection refused (111)(2)
File: /home/amond/public_html/library/preprocessor.php:122

--------------------------------------------------------------------------------
Memcache::connect() [memcache.connect]: Server localhost (tcp 11211) failed with: Connection refused (111)(8)
File: /home/amond/public_html/framework/cache/Memcache.php:21

--------------------------------------------------------------------------------
Memcache::connect() [memcache.connect]: Can't connect to localhost:11211, Connection refused (111)(2)
File: /home/amond/public_html/framework/cache/Memcache.php:21

--------------------------------------------------------------------------------
Memcache::get() [memcache.get]: No servers added to memcache connection(2)
File: /home/amond/public_html/framework/cache/Memcache.php:98

--------------------------------------------------------------------------------
Memcache::set() [memcache.set]: No servers added to memcache connection(2)
File: /home/amond/public_html/framework/cache/Memcache.php:101

--------------------------------------------------------------------------------
Memcache::get() [memcache.get]: No servers added to memcache connection(2)
File: /home/amond/public_html/framework/cache/Memcache.php:42

--------------------------------------------------------------------------------
Memcache::get() [memcache.get]: No servers added to memcache connection(2)
File: /home/amond/public_html/framework/legacy/Textcube.Control.Session.Memcached.php:101

--------------------------------------------------------------------------------
Memcache::get() [memcache.get]: No servers added to memcache connection(2)
File: /home/amond/public_html/framework/legacy/Textcube.Control.Session.Memcached.php:63

--------------------------------------------------------------------------------
Memcache::get() [memcache.get]: No servers added to memcache connection(2)
File: /home/amond/public_html/framework/legacy/Textcube.Control.Session.Memcached.php:63

--------------------------------------------------------------------------------
Memcache::set() [memcache.set]: No servers added to memcache connection(2)
File: /home/amond/public_html/framework/legacy/Textcube.Control.Session.Memcached.php:73

--------------------------------------------------------------------------------
Memcache::get() [memcache.get]: No servers added to memcache connection(2)
File: /home/amond/public_html/framework/legacy/Textcube.Control.Session.Memcached.php:63

--------------------------------------------------------------------------------
Memcache::set() [memcache.set]: No servers added to memcache connection(2)
File: /home/amond/public_html/framework/legacy/Textcube.Control.Session.Memcached.php:73

--------------------------------------------------------------------------------
Memcache::get() [memcache.get]: No servers added to memcache connection(2)
File: /home/amond/public_html/framework/legacy/Textcube.Control.Session.Memcached.php:63

--------------------------------------------------------------------------------
Memcache::set() [memcache.set]: No servers added to memcache connection(2)
File: /home/amond/public_html/framework/legacy/Textcube.Control.Session.Memcached.php:73

--------------------------------------------------------------------------------
Memcache::get() [memcache.get]: No servers added to memcache connection(2)
File: /home/amond/public_html/framework/legacy/Textcube.Control.Session.Memcached.php:42

이렇게 메시지 출려이 되는데요
memcached 연결이 안 된다는 것 같은데
phpinfo 에는 enable 되있는 것 같은데 뭐가 문제인가요?