Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Warning: Memcache::connect(): Can't connect to localhost:11211, Connection refused (111) in /var/www/vhosts/[mydomain]/httpdocs/index.php on line 10 Could not connect to memcache server
  2.  
  3. Nothing to do
  4. [root@mydomain /]# php -i | grep memcache
  5. PHP Warning: Module 'memcache' already loaded in Unknown on line 0
  6. /etc/php.d/memcached.ini,
  7. PHP Warning: Unknown: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in Unknown on line 0
  8. memcache
  9. memcache support => enabled
  10. memcache.allow_failover => 1 => 1
  11. memcache.chunk_size => 8192 => 8192
  12. memcache.default_port => 11211 => 11211
  13. memcache.default_timeout_ms => 1000 => 1000
  14. memcache.hash_function => crc32 => crc32
  15. memcache.hash_strategy => standard => standard
  16. memcache.max_failover_attempts => 20 => 20
  17. Registered save handlers => files user memcache
  18. OLDPWD => /memcached-1.4.9
  19. _SERVER["OLDPWD"] => /memcached-1.4.9
  20. [root@mydomain /]# ps aux | grep memcache
  21. root 6434 0.0 0.0 9288 868 pts/0 S+ 02:37 0:00 grep memcache
  22. [root@mydomain /]# getenforce
  23. Disabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement