~ubuntu-branches/ubuntu/trusty/varnish/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/sphinx/reference/params.rst

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen, Stig Sandbeck Mathisen, Tollef Fog Heen
  • Date: 2013-05-05 15:53:14 UTC
  • mfrom: (0.1.16)
  • Revision ID: package-import@ubuntu.com-20130505155314-i99wuol99cfwzrtv
Tags: 3.0.3-1
[ Stig Sandbeck Mathisen ]
* New upstream release

[ Tollef Fog Heen ]
* Make varnishlog's and varnishncsa's init script exit with the exit
  status of status_of_proc to make them useful.  Fixes upstream trac
  #1226.

[ Stig Sandbeck Mathisen ]
* Do not rewrite /etc/default/varnish on upgrade.
  Thanks to Andreas Beckmann <anbe@debian.org> (Closes: 698577)
* Undo mangling of /etc/default/varnish that happened during lenny->squeeze
  upgrade.
  Thanks to Andreas Beckmann <anbe@debian.org> (Closes: 698577)

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
          0x00010000 - synchronize shmlog.
128
128
          0x00020000 - synchronous start of persistence.
129
129
          0x00040000 - release VCL early.
 
130
          0x00080000 - ban-lurker debugging.
130
131
          0x80000000 - do edge-detection on digest.
131
132
        Use 0x notation and do the bitor in your head :-)
132
133
 
232
233
http_range_support
233
234
        - Units: bool
234
235
        - Default: on
235
 
        - Flags: experimental
236
236
 
237
237
        Enable support for HTTP Range headers.
238
238
 
262
262
        Maximum number of bytes of HTTP backend resonse we will deal with.  This is a limit on all bytes up to the double blank line which ends the HTTP request.
263
263
        The memory for the request is allocated from the worker workspace (param: sess_workspace) and this parameter limits how much of that the request is allowed to take up.
264
264
 
 
265
idle_send_timeout
 
266
        - Units: seconds
 
267
        - Default: 60
 
268
        - Flags: delayed
 
269
 
 
270
        Time to wait with no data sent. If no data has been transmitted in this many
 
271
        seconds the session is closed. 
 
272
        See setsockopt(2) under SO_SNDTIMEO for more information.
 
273
 
265
274
listen_address
266
275
        - Default: :80
267
276
        - Flags: must_restart
316
325
 
317
326
        Maximum number of objects we attempt to nuke in orderto make space for a object body.
318
327
 
 
328
pcre_match_limit
 
329
        - Default: 10000
 
330
 
 
331
        The limit for the  number of internal matching function calls in a pcre_exec() execution.
 
332
 
 
333
pcre_match_limit_recursion
 
334
        - Default: 10000
 
335
 
 
336
        The limit for the  number of internal matching function recursions in a pcre_exec() execution.
 
337
 
319
338
ping_interval
320
339
        - Units: seconds
321
340
        - Default: 3
362
381
 
363
382
send_timeout
364
383
        - Units: seconds
365
 
        - Default: 60
 
384
        - Default: 600
366
385
        - Flags: delayed
367
386
 
368
387
        Send timeout for client connections. If the HTTP response hasn't been transmitted in this many