nginx and memcached
Istvan Szukacs
leccine at gmail.com
Mon Jul 21 00:59:24 MSD 2008
[root at mimas ~]# sockstat
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
nobody memcached 75786 4 tcp4 127.1.0.1:11212 *:*
nobody memcached 75786 5 tcp4 127.1.0.1:11211 *:*
heh the memcached has a console or something listening on 11212 and the
proper for nginx is 11211
thank you Maxim!
Maxim Dounin wrote:
> Hello!
>
> On Sun, Jul 20, 2008 at 09:32:30PM +0100, Istvan Szukacs wrote:
>
>> Hi!
>>
>> I think it is....
>>
>> [root at mimas ~]# which memcached
>> /usr/local/bin/memcached
>> [root at mimas ~]# pkg_info |grep memcached
>> memcached-1.2.5 High-performance distributed memory object cache
>> system
>
> [...]
>
>>>> # nc -v 127.1.0.1 11212
>>>> Connection to 127.1.0.1 11212 port [tcp/*] succeeded!
>>>> marugoto_end
>
> Memcached has no "marugoto_end" initial message. Probably something
> different listens on 11212 port.
>
> Maxim Dounin
>
>>>>
>>>>
>>>> any suggestion?
>>>
>>> Your memcached server isn't memcached. Probably it's something
>>> locally modified, or something completely different. You should
>>> use memcached instead or ask author of modifications you use to
>>> revert incompatible protocol changes.
>>>
>>> Maxim Dounin
>>>
>>
>>
>
More information about the nginx
mailing list