Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > ca66b76e2240674c05aaf276e07079a2 > files > 52

flood-1.1-3.r719568.3mdv2010.1.x86_64.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>verify_resp</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /><link rel="home" href="index.html" title="Flood manual" /><link rel="up" href="ch06.html" title="Chapter 6. Flood Configuration Elements" /><link rel="prev" href="re11.html" title="socket" /><link rel="next" href="re13.html" title="report" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">verify_resp</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re11.html">Prev</a> </td><th width="60%" align="center">Chapter 6. Flood Configuration Elements</th><td width="20%" align="right"> <a accesskey="n" href="re13.html">Next</a></td></tr></table><hr /></div><div class="refentry" title="verify_resp"><a id="verify_resp"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>verify_resp — specifies response verification type</p></div><div class="refsynopsisdiv" title="synopsis"><h2>synopsis</h2><pre class="synopsis">&lt;verify_resp&gt;STRING&lt;/verify_resp&gt;</pre></div><div class="refsection" title="parent elements"><a id="id321162"></a><h2>parent elements</h2><pre class="synopsis">
                    <a class="link" href="re08.html" title="profile">&lt;profile&gt;</a>
                </pre></div><div class="refsection" title="children elements"><a id="id321179"></a><h2>children elements</h2><p>none.</p></div><div class="refsection" title="attributes"><a id="id321188"></a><h2>attributes</h2><p>none.</p></div><div class="refsection" title="character data"><a id="id321198"></a><h2>character data</h2><p>response verification type.</p></div><div class="refsection" title="description"><a id="id321207"></a><h2>description</h2><p>
                This element specifies type of response verification. Valid
                examples are <code class="envar">verify_200</code> and 
                <code class="envar">verify_http_code</code>. Both types assume 3xx and 2xx
                responses are valid, and others are errors. In practice, 
                <code class="envar">verify_200</code> is very fast, while 
                <code class="envar">verify_http_code</code> is safe with carefull
                response parsing. Please use <code class="envar">verify_http_code</code>
                if you experience problems.
                </p><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>
                Flood recognizes 3xx type responses (so called redirects) as
                valid responses, but do not follows them. Following 3xx type
                responses will probably become optional in near future.
                </p></div></div><div class="refsection" title="examples"><a id="id321244"></a><h2>examples</h2><pre class="screen">
   &lt;profile&gt;
      &lt;-- ... --&gt;
      &lt;verify_resp&gt;verify_200&lt;/verify_resp&gt;
      &lt;-- ... --&gt;
   &lt;/profile&gt;
                </pre></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re11.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch06.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="re13.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">socket </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> report</td></tr></table></div></body></html>