U
UFHH01
Guest
Hi alvesjc,
If you desire to install a "memcached - server", you would install the corresponding software package. Pls. use for example:
... to install the "memcached - server" and configure it over the configuration file "/etc/memcached.conf" ( you might notice, that you can choose the PORT and IP here, which will then answer your question, WHAT you would add, when the question comes up to add the address of the memcached server. ). Afterwards, you would start the "memcached - server" with the command "/etc/init.d/memcached start" or "service memcached start" - which you then could see in process - list with the example command: ps -aux | grep memcache
You added a "module" ( = an extension ) to your corresponding php - version. This is no indenpendent process, which you could see over the proccess - list on your server. The corresponding process(es) are still the (main ) php - related processes ( i.e. "php-fpm" ). Pls. use "ps -aux | grep php", if you desire to list them on your command line.I don't see anything running related to memcached
If you desire to install a "memcached - server", you would install the corresponding software package. Pls. use for example:
aptitude install memcached
... to install the "memcached - server" and configure it over the configuration file "/etc/memcached.conf" ( you might notice, that you can choose the PORT and IP here, which will then answer your question, WHAT you would add, when the question comes up to add the address of the memcached server. ). Afterwards, you would start the "memcached - server" with the command "/etc/init.d/memcached start" or "service memcached start" - which you then could see in process - list with the example command: ps -aux | grep memcache