Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not sure why you wouldn’t have a folder for the plugin, but we can try to search for the filename if you have ssh access. Try this command on the CLI:

    find / -name 'wp-serverinfo.php' 2>/dev/null

    Once (or if) you find that file, change the memcached port on line #266. Here’s what it currently says:

    $memcached_obj->addServer('localhost', 11211);

    Thread Starter BigBirdy

    (@bigbirdy)

    Terribly sorry Mike – PEBKAC! I had multiple ssh windows open to a few sites and I was looking for the folder on the wrong server! Sorry about the bother, when I got to the “right” server I found the folder, the conf file and edited the ports. All is good.

    Thanks kindly for responding though and sorry for the bother. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change memcache port?’ is closed to new replies.