Last active
December 25, 2015 07:19
-
-
Save philcryer/6938089 to your computer and use it in GitHub Desktop.
20131015 pd01 error - why does a curl against :80 give an error about memcache being unavail? (note: varnish:80 -> apache:8080 -> moxi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@dc2mgmtsavpd01 ~]# curl 10.187.254.188:8080/lbcheck_adv.php | |
node01 FAILED | |
Memcache bin <em>default</em> at address localhost:11211 is not available.<br /> | |
Errors on this server will cause it to be removed from the load balancer. | |
[root@dc2mgmtsavpd01 ~]# /etc/init.d/moxi-server stop | |
[root@dc2mgmtsavpd01 ~]# netstat -plunt|grep 11211 | |
[root@dc2mgmtsavpd01 ~]# /etc/init.d/moxi-server start | |
Starting moxi server [ OK ] | |
[root@dc2mgmtsavpd01 ~]# netstat -plunt|grep 11211 | |
tcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN 7370/moxi | |
tcp 0 0 :::11211 :::* LISTEN 7370/moxi | |
[root@dc2mgmtsavpd01 ~]# | |
-- | |
also, found this in the newly created logs: | |
10.187.254.164 - - [15/Oct/2013:10:28:56 -0500] "GET http://www.savvis.com/ HTTP/1.1" 200 11873 "http://www.powerpyx.com/guide/grand-theft-auto-v-all-knife-flight-challenges.html" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment