I can't figure out how to start it. I get command not found.
Thanks,
Jeff
On Sep 29, 2009, at 2:00 PM, Brian Moon <[email protected]> wrote:
Memcached is a separate daemon that must be started on the system.
Only the client to talk to the memcached daemon is part of PHP/Apache.
Brian.
--------
http://brian.moonspot.net/
On 9/29/09 12:55 PM, Jeff wrote:
When I run the memcache.php application by Harun Yayli, I get this
message: Cant connect to:localhost:11211.
phpinfo() reports the following:
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
I guess I need to know how to start the daemon. I installed memcached
as a module in my VPS using WHM. I have recycled Apache twice and
confirmed that memcached.so extension is in the php.ini file.
Can anyone tell me how to crank this puppy up?
Thanks!