Alright, I installed memcached on our server today using the following
link:
http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/
Fairly sure it's running because if I run the following command:
netstat -tap | grep memcached
I get:
tcp 0 0 *:11211
*:* LISTEN 28125/memcached
tcp 0 0 *:11211
*:* LISTEN 28125/memcached
The problem is that when I go to modify /etc/memcached.conf....it's
sort of not there.
Actually, it IS there; however it's a blank document. This leads me
to believe that it's installed elsewhere. And a simple "grep
memcached" just seems to sit there.
SO, I either need to
a) uninstall this install, and then reinstall using something CentOS
can track (such as using the yum installer), OR
b) figure out where the heck the 'real' memcached.conf resides at so I
know where/how to tweak it.
Any thoughts/assistance would be appreciated.