~ubuntu-branches/ubuntu/natty/libapache-mod-security/natty-updates

« back to all changes in this revision

Viewing changes to doc/html-multipage/ar01s11.html

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2008-08-08 13:31:56 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080808133156-6jqb24apsw787v33
Tags: 2.5.6-1
* The 'Back to the archive!' Release (Closes: #487431)
* Drop '2' from package name, now libapache-mod-security
* New upstream release
  - Includes a new licensing exception that allows binary 
    distribution with licenses not compatible with GPLv2,
    such as Apache's. See MODSECURITY_LICENSING_EXCEPTION
* Removed debian/bug and debian/rules entry to install bug
  handling when out of the archive.
* Bumped Standards-Version to 3.8.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Persistant Storage</title><link href="modsecurity-reference.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.69.1" name="generator"><link rel="start" href="index.html" title="ModSecurity&reg; Reference
 
2
  Manual"><link rel="up" href="index.html" title="ModSecurity&reg; Reference
 
3
  Manual"><link rel="prev" href="ar01s10.html" title="Macro Expansion"><link rel="next" href="ar01s12.html" title="Data Formats"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div style="background:#F5F5F5;width:100%;border-top:1px solid #DDDDDD;border-bottom:1px solid #DDDDDD"><table width="100%" cellspacing="0" cellpadding="0"><tr><td><a href="http://www.modsecurity.org"><img style="margin:4px" src="modsecurity.gif" width="120" height="36" alt="ModSecurity" border="0"></a></td><td align="right"><a href="http://www.breach.com"><img style="margin:6px" src="breach-logo-small.gif" height="36" width="100" border="0"></a></td></tr></table></div><div id="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Persistant Storage</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="ar01s10.html">Prev</a>&nbsp;</td><td align="center" width="60%">&nbsp;<a accesskey="h" href="index.html">Home</a></td><td align="right" width="20%">&nbsp;<a accesskey="n" href="ar01s12.html">Next</a></td></tr></table><hr size="1"></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N11A88"></a>Persistant Storage</h2></div></div><div></div></div><p>At this time it is only possible to have three collections in which
 
4
    data is stored persistantly (i.e. data available to multiple requests).
 
5
    These are: <code class="literal">IP</code>, <code class="literal"> SESSION</code> and <code class="literal">USER</code>.</p><p>Every collection contains several built-in variables that are
 
6
    available and are read-only unless otherwise specified:</p><div class="orderedlist"><ol type="1"><li><p><code class="literal">CREATE_TIME</code> - date/time of
 
7
        the creation of the collection.</p></li><li><p><code class="literal">IS_NEW</code> - set to 1 if the
 
8
        collection is new (not yet persisted) otherwise set to 0.</p></li><li><p><code class="literal">KEY</code> - the value of the
 
9
        initcol variable (the client's IP address in the example).</p></li><li><p><code class="literal">LAST_UPDATE_TIME</code> - date/time
 
10
        of the last update to the collection.</p></li><li><p><code class="literal">TIMEOUT</code> - date/time in
 
11
        seconds when the collection will be updated on disk from memory (if no
 
12
        other updates occur). This variable may be set if you wish to specifiy
 
13
        an explicit expiration time (default is 3600 seconds).</p></li><li><p><code class="literal">UPDATE_COUNTER</code> - how many
 
14
        times the collection has been updated since creation.</p></li><li><p><code class="literal">UPDATE_RATE</code> - is the average
 
15
        rate updates per minute since creation.</p></li></ol></div><p>To create a collection to hold session variables (<code class="literal">SESSION</code>) use action <code class="literal">setsid</code>. To create a collection to hold user
 
16
    variables (<code class="literal">USER</code>) use action <code class="literal">setuid</code>. To create a collection to hold client
 
17
    address variables (<code class="literal">IP</code>) use action
 
18
    <code class="literal">initcol</code>.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>Please note that ModSecurity does not implement atomic updates of
 
19
      persistent variables at this time. Variables are read from storage
 
20
      whenever <code class="literal">initcol</code> is encountered in the rules and
 
21
      persisted at the end of request processing. On busy servers requests
 
22
      often run in parallel, leading to situations where one request
 
23
      overwrites the changes made by another request. We anticipate
 
24
      implementing atomic updates of counter values in a future
 
25
      version.</p></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>ModSecurity uses a Berkley Database (SDBM) for persistant storage.
 
26
      This type of database is generally limited to storing a maximum of 1008
 
27
      bytes per key. This may be a limitation if you are attempting to store a
 
28
      considerable amount of data in variables for a single key. Some of this
 
29
      limitation is planned to be reduced in a future version of
 
30
      ModSecurity.</p></div></div><div id="navfooter"><hr size="1"><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="ar01s10.html">Prev</a>&nbsp;</td><td align="center" width="20%">&nbsp;</td><td align="right" width="40%">&nbsp;<a accesskey="n" href="ar01s12.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">Macro Expansion&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Data Formats</td></tr></table></div><div align="center" class="copyright">Copyright (C) 2004-2008 <a href="http://www.breach.com">Breach Security</a></div></body></html>
 
 
b'\\ No newline at end of file'