~ubuntu-branches/ubuntu/oneiric/memcached/oneiric-backports

« back to all changes in this revision

Viewing changes to debian/memcached.conf

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2007-05-02 11:35:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502113542-qpoxsq28fjb7s9wc
Tags: 1.2.1-1
* New upstream release (Closes: #405054)
* Fix to logfile output so logrotate will work (Closes: #417941)
* Listen in on localhost by default (Closes: #383660)
* Default configuration suggests nobody by default (Closes: #391351)
* Bumped policy version to 3.7.2.2 (No other changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
-d
10
10
 
11
11
# Log memcached's output to /var/log/memcached
12
 
logfile /var/log/memcached
 
12
logfile /var/log/memcached.log
13
13
 
14
14
# Be verbose
15
15
# -v
27
27
 
28
28
# Run the daemon as root. The start-memcached will default to running as root if no
29
29
# -u command is present in this config file
30
 
-u root
 
30
-u nobody
31
31
 
32
32
# Specify which IP address to listen on. The default is to listen on all IP addresses
33
33
# This parameter is one of the only security measures that memcached has, so make sure
34
34
# it's listening on a firewalled interface.
35
 
# -l 12.34.56.78
 
35
-l 127.0.0.1
36
36
 
37
37
# Limit the number of simultaneous incoming connections. The daemon default is 1024
38
38
# -c 1024