View RSS Feed

vBSEO

vBSEO related

  1. Daemon scripts for memcached

    by , 10-12-2007 at 03:53 PM (Danny Bembibre (dbembibre) Crawlability Inc.)
    I dont know if the starters script exist, but i cant found.
    This is my solution from debian starters script in my Centos5.

    Create the configuration file

    Code:
    touch /etc/memcached.conf
    And put in:

    Code:
    #Memory a usar
    -m 16
    # default port
    -p 11211
    # user to run daemon nobody/apache/www-data
    -u nobody
    # only listen locally
    -l 127.0.0.1
    Create the startups files

    Code:
    touch /etc/init.d/memcached
    ...

    Updated 10-16-2007 at 12:39 PM by dbembibre

    Categories
    vBSEO , Optimization , vBSEO 3.0.1
Page 3 of 3 FirstFirst 1 2 3