Can't conncet to memcached

Posted by DMClark on Server Fault See other posts from Server Fault or by DMClark
Published on 2010-05-20T21:13:45Z Indexed on 2010/05/20 21:20 UTC
Read the original article Hit count: 150

Filed under:
|
|

We currently have memcached running on CentOS.

None of our PHP applications can connect, have tried multiple applications trying to establish access.

The most informative PHP error we get is:

"Memcache::get() [function.Memcache-get]: Server 127.0.0.1 (tcp 11211) failed with: Permission denied (13) in /var/www/.."

memcached 1.4.5

PECL 2.25

We can telnet and it works.

IP tables is full access from lo to lo.

We've tried this on two different servers with both compiled version and the rpm in CentOS 5.5 and get the same result.

Is there anything fairly obvious that we are missing?

© Server Fault or respective owner

Related posts about memcached

Related posts about centos