You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2009/10/03 18:20:35 UTC

svn commit: r821352 [29/34] - /httpd/site/trunk/docs/dev/apidoc/

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_top_module.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_top_module.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_top_module.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_uri_components.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_uri_components.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_uri_components.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_uri_components.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,73 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: uri_components</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Structure uri_components</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+typedef struct { 
+    char *scheme; 
+    char *hostinfo; 
+    char *user; 
+    char *password; 
+    char *hostname; 
+    char *port_str; 
+    char *path; 
+    char *query; 
+    char *fragment; 
+    struct hostent *hostent; 
+    unsigned short port; 
+    unsigned is_initialized:1; 
+    unsigned dns_looked_up:1; 
+    unsigned dns_resolved:1; 
+} uri_components; 
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+No examples available.
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   No documentation available.
+   </p>
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_BUFF.html"><samp>BUFF</samp></a>,
+        <a href="apidoc_cmd_parms.html"><samp>cmd_parms</samp></a>,
+        <a href="apidoc_command_rec.html"><samp>command_rec</samp></a>,
+        <a href="apidoc_conn_rec.html"><samp>conn_rec</samp></a>,
+        <a href="apidoc_proxyreqtype.html"><samp>proxyreqtype</samp></a>,
+        <a href="apidoc_request_rec.html"><samp>request_rec</samp></a>,
+        <a href="apidoc_server_addr_rec.html"><samp>server_addr_rec</samp></a>,
+        <a href="apidoc_server_rec.html"><samp>server_rec</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_table.html"><code>table</code></a>
+  Next: <a href="apidoc_vtime_t.html"><code>vtime_t</code></a>
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_uri_components.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_uri_components.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_uri_components.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/apidoc_vtime_t.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/apidoc_vtime_t.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/apidoc_vtime_t.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/apidoc_vtime_t.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,94 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+  <title>Apache 1.3 API: vtime_t</title>
+ </head>
+ <body>
+  <h1>Apache 1.3 API Documentation</h1>
+  <h3>Structure vtime_t</h3>
+   <p>
+   Definition:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+typedef unsigned vtime_t;
+     </pre>
+    </dd>
+   </dl>
+   <p>
+   Usage example:
+   </p>
+   <dl>
+    <dd>
+     <pre>
+<a href="apidoc_short_score.html">short_score</a> *ss; 
+<a href="apidoc_parent_score.html">parent_score</a> *ps = &amp;<a href="apidoc_ap_scoreboard_image.html">ap_scoreboard_image</a>-&gt;parent[i]; 
+if (ss-&gt;cur_vtime != ps-&gt;last_vtime) { 
+    /* it has made progress, so update its last_rtime, 
+    * last_vtime */ 
+    ps-&gt;last_rtime = now; 
+    ps-&gt;last_vtime = ss-&gt;cur_vtime; 
+} 
+else if (ps-&gt;last_rtime + ss-&gt;timeout_len &lt; now) { 
+    /* no progress, and the timeout length has been exceeded */ 
+    ss-&gt;timeout_len = 0; 
+    kill(ps-&gt;pid, SIGALRM); 
+} 
+     </pre>
+    </dd>
+   </dl>
+<p>
+A "virtual time" is simply a counter that indicates that a child is
+making progress.  The parent checks up on each child, and when they have
+made progress it resets the last_rtime element.  But when the child hasn't
+made progress in a time that's roughly timeout_len seconds long, it is
+sent a SIGALRM.
+</p>
+<p>
+Vtime is an optimization that is used only when the <a href="apidoc_scoreboard.html">scoreboard</a> is in
+shared memory (it's not easy/feasible to do it in a <a href="apidoc_scoreboard.html">scoreboard</a> file).
+The essential observation is that timeouts rarely occur, the vast majority
+of hits finish before any timeout happens.  So it really is suboptimal to
+have to ask the operating system to set up and destroy alarms many times
+during a request.
+</p>
+
+   <dl compact>
+    <dt><i>See also:</i></dt>
+    <dd><a href="apidoc_ap_exists_scoreboard_image.html"><samp>ap_exists_scoreboard_image</samp></a>,
+        <a href="apidoc_ap_scoreboard_image.html"><samp>ap_scoreboard_image</samp></a>,
+        <a href="apidoc_ap_sync_scoreboard_image.html"><samp>ap_sync_scoreboard_image</samp></a>,
+        <a href="apidoc_global_score.html"><samp>global_score</samp></a>,
+        <a href="apidoc_parent_score.html"><samp>parent_score</samp></a>,
+        <a href="apidoc_scoreboard.html"><samp>scoreboard</samp></a>,
+        <a href="apidoc_SERVER_BUSY_DNS.html"><samp>SERVER_BUSY_DNS</samp></a>,
+        <a href="apidoc_SERVER_BUSY_KEEPALIVE.html"><samp>SERVER_BUSY_KEEPALIVE</samp></a>,
+        <a href="apidoc_SERVER_BUSY_LOG.html"><samp>SERVER_BUSY_LOG</samp></a>,
+        <a href="apidoc_SERVER_BUSY_READ.html"><samp>SERVER_BUSY_READ</samp></a>,
+        <a href="apidoc_SERVER_BUSY_WRITE.html"><samp>SERVER_BUSY_WRITE</samp></a>,
+        <a href="apidoc_SERVER_DEAD.html"><samp>SERVER_DEAD</samp></a>,
+        <a href="apidoc_SERVER_GRACEFUL.html"><samp>SERVER_GRACEFUL</samp></a>,
+        <a href="apidoc_SERVER_NUM_STATUS.html"><samp>SERVER_NUM_STATUS</samp></a>,
+        <a href="apidoc_SERVER_READY.html"><samp>SERVER_READY</samp></a>,
+        <a href="apidoc_SERVER_STARTING.html"><samp>SERVER_STARTING</samp></a>,
+        <a href="apidoc_short_score.html"><samp>short_score</samp></a>,
+        <a href="apidoc_START_PREQUEST.html"><samp>START_PREQUEST</samp></a>,
+        <a href="apidoc_STOP_PREQUEST.html"><samp>STOP_PREQUEST</samp></a>
+    </dd>
+   </dl>
+  <hr>
+  <p>
+  Previous: <a href="apidoc_uri_components.html"><code>uri_components</code></a>
+  Next: (none)
+  </p>
+  <p>
+<a href="index.html"><code>Table of Contents</code></a>
+(<a href="index.html#Routines"><code>Routines</code></a>,
+<a href="index.html#Structures"><code>Structures</code></a>,
+<a href="index.html#Cells"><code>Data Cells</code></a>,
+<a href="index.html#Constants"><code>Constants</code></a>)
+  </p>
+ </body>
+</html>

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_vtime_t.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_vtime_t.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/apidoc_vtime_t.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-ACCESS_CONF.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-ACCESS_CONF.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-ACCESS_CONF.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-ACCESS_CONF.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,10 @@
+<p>
+Allowed locations for a configuration directive are the union of
+those indicated by each set bit in the <code>req_override</code> mask in the
+<code>command_rec</code> structure.
+</p>
+<p>
+A directive with the <code>ACCESS_CONF</code> bit set may appear
+in the server-wide configuration files (<i>e.g.</i>, <code>httpd.conf</code>)
+inside &lt;Directory&gt; or &lt;Location&gt; containers.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-ACCESS_CONF.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-ACCESS_CONF.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-ACCESS_CONF.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-AP_MODULE_MAGIC_AT_LEAST.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-AP_MODULE_MAGIC_AT_LEAST.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-AP_MODULE_MAGIC_AT_LEAST.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-AP_MODULE_MAGIC_AT_LEAST.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,8 @@
+<p>
+The <code>AP_MODULE_MAGIC_AT_LEAST</code> macro is used to test
+the feature level of the base Apache server against which a module
+is being built.  This allows the module to use <code>#if</code>
+preprocessor blocks to take advantage of recent API enhancements
+without losing the ability to compile successfully against older
+versions of the server.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-AP_MODULE_MAGIC_AT_LEAST.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-AP_MODULE_MAGIC_AT_LEAST.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-AP_MODULE_MAGIC_AT_LEAST.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-BIG_SECURITY_HOLE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-BIG_SECURITY_HOLE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-BIG_SECURITY_HOLE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-BIG_SECURITY_HOLE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,18 @@
+<p>
+Ordinarily the Apache server is started as the <code>root</code>
+superuser, and then switches to an unprivileged user identity as soon
+as possible.  If you try to have Apache continue its normal operations
+as <code>root</code> (with a "<code>User&nbsp;root</code>" directive),
+it will display an error message and exit.
+If you <i>really</i> want the server to start as <code>root</code> and
+not switch identities, you need to rebuild the server with this compile-time
+definition.
+</p>
+<dl compact>
+ <dt><b>Note:</b></dt>
+ <dd>Having the Web server perform its normal operations as the
+  superuser <code>root</code> is very dangerous, and not recommended.</dd>
+</dl>
+<p>
+This is not an issue on the Windows platform.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-BIG_SECURITY_HOLE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-BIG_SECURITY_HOLE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-BIG_SECURITY_HOLE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-B_SFIO.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-B_SFIO.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-B_SFIO.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-B_SFIO.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,7 @@
+<p>
+If this name is defined, Apache's buffering routines will use
+the <code>sfwrite</code> and <code>sfread</code>.  However,
+this name is never defined by default or by any of Apache's
+build configuration script; the builder must define it
+explicitly as shown in the example.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-B_SFIO.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-B_SFIO.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-B_SFIO.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-CR.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-CR.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-CR.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-CR.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,7 @@
+<p>
+The <code>CR</code> macro defines a name for the carriage-return
+character's value.  This value is different depending upon whether
+the <code>CHARSET_ECDIC</code> macro is defined.  <code>CR</code>
+is primarily intended to be used in string searching and
+construction.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-CR.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-CR.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-CR.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-CRLF.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-CRLF.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-CRLF.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-CRLF.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,13 @@
+<p>
+The <code>CRLF</code> macro expands to a string consisting of
+the carriage-return (<code>CR</code>) character followed by a
+line-feed (<code>LF</code>) character.  Unlike the <code>CR</code>
+and <code>LF</code> macros, <code>CRLF</code> is a <i>string</i>,
+not a byte.
+</p>
+<p>
+The binary value of <code>CRLF</code> is different depending upon whether
+the <code>CHARSET_ECDIC</code> macro is defined.  <code>CRLF</code>
+is primarily intended to be used in string searching and
+construction.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-CRLF.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-CRLF.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-CRLF.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-DECLINED.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-DECLINED.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-DECLINED.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-DECLINED.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,13 @@
+<p>
+This value is returned by modules during request phase processing.
+It signifies that the module is declining to take responsibility for
+the current phase, and that the core server should continue invoking
+other modules.
+</p>
+<p>
+It's possible for a module to actually take action on the request
+when invoked, and then return <code>DECLINED</code> in order to let
+subsequent modules have a chance at it during the current phase.
+Though possible, this practice is strongly discouraged, and may
+not be supported in future versions of the server.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DECLINED.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DECLINED.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DECLINED.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-DEFAULT_INDEX.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-DEFAULT_INDEX.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-DEFAULT_INDEX.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-DEFAULT_INDEX.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,11 @@
+<p>
+The value of the <code>DEFAULT_INDEX</code> definition is used by the
+<code>mod_dir</code> module when no <code>DirectoryIndex</code>
+directive is in effect.  For more information, refer to the
+<code>mod_dir</code> documentation.
+</p>
+<p>
+The default value is "<code>index.html</code>".  Note that, unlike the
+<code>DirectoryIndex</code> directive, this definition can only refer
+to a single document name, not a list of them.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DEFAULT_INDEX.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DEFAULT_INDEX.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DEFAULT_INDEX.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-DOCUMENT_LOCATION.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-DOCUMENT_LOCATION.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-DOCUMENT_LOCATION.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-DOCUMENT_LOCATION.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,20 @@
+<p>
+This constant is the hard-coded default for the <code>DocumentRoot</code>
+directive.  Like the <code>HTTPD_ROOT</code> definition, its value differs
+from operating system to operating system:
+</p>
+<dl>
+ <dt><b>OS/2:</b></dt>
+ <dd><code>{HTTPD_ROOT}/docs</code></dd>
+ <dt><b>Everything else:</b></dt>
+ <dd><code>{HTTPD_ROOT}/htdocs</code></dd>
+</dl>
+<p>
+The default value is based on the definition of the <code>HTTPD_ROOT</code>
+compile-time definition (<i>q.v.</i>).
+</p>
+<p>
+You should use the <code>ap_document_root()</code> (<i>q.v.</i>) routine
+instead to obtain the value of the DocumentRoot for the server handling a
+request.
+</p>
\ No newline at end of file

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DOCUMENT_LOCATION.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DOCUMENT_LOCATION.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DOCUMENT_LOCATION.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-DONE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-DONE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-DONE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-DONE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,6 @@
+<p>
+Module phase handlers return this status when they have completely
+satisfied the request.  It short-circuits the remainder of the phase
+and content processing, and only the logging phase will still be
+invoked.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DONE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DONE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DONE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-DYNAMIC_MODULE_LIMIT.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-DYNAMIC_MODULE_LIMIT.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-DYNAMIC_MODULE_LIMIT.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-DYNAMIC_MODULE_LIMIT.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+This constant defines the maximum number of modules that can be dynamically
+loaded.  The default value is 64, which is usually sufficient.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DYNAMIC_MODULE_LIMIT.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DYNAMIC_MODULE_LIMIT.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-DYNAMIC_MODULE_LIMIT.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-FLAG.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-FLAG.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-FLAG.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-FLAG.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,6 @@
+<p>
+This value indicates that the directive in whose definition it appears
+takes a single Boolean keyword argument, one of 'Off' or 'On'.  When the
+directive handler is invoked, the argument will be an <code>int</code>
+value -- either zero or non-zero, respectively.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-FLAG.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-FLAG.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-FLAG.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HANDLE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HANDLE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HANDLE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HANDLE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,11 @@
+<p>
+Because the concept of file pointers, descriptors, and handles
+differs from platform to platform, some API routines and
+structures on Windows use the Windows <code>HANDLE</code>
+type instead of, or perhaps in addition to, the more
+widespread Unix types.
+</p>
+<p>
+Where a <code>HANDLE</code> type appears, the Windows
+semantics for its use apply.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HANDLE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HANDLE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HANDLE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HARD_SERVER_LIMIT.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HARD_SERVER_LIMIT.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HARD_SERVER_LIMIT.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HARD_SERVER_LIMIT.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,12 @@
+<p>
+This compile-time constant defines the maximum possible number of server
+processes.  It places a ceiling on the number of concurrent requests
+the server can handle.  It is used to size several static data structures
+and therefore requires a recompilation in order to change the value.
+</p>
+<p>
+The default value for Windows is 1024, because on that platform
+it refers to threads rather than processes.  For all other
+platforms the default value (which <i>does</i> refer to actual
+child processes) is 256.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HARD_SERVER_LIMIT.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HARD_SERVER_LIMIT.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HARD_SERVER_LIMIT.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTPD_ROOT.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTPD_ROOT.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTPD_ROOT.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTPD_ROOT.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,21 @@
+<p>
+This constant is the hard-coded default for the <code>ServerRoot</code>
+directive.  Its value differs from operating system to operating
+system:
+</p>
+<dl>
+ <dt><b>OS/2:</b></dt>
+ <dd><code>/os2httpd</code></dd>
+ <dt><b>Windows:</b></dt>
+ <dd><code>/apache</code></dd>
+ <dt><b>BeOS:</b></dt>
+ <dd><code>/boot/home/apache</code></dd>
+ <dt><b>NetWare:</b></dt>
+ <dd><code>sys:/apache</code></dd>
+ <dt><b>Everything else:</b></dt>
+ <dd><code>/usr/local/apache</code></dd>
+</dl>
+<p>
+This default value is typically overridden at compile-time by
+the build script.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTPD_ROOT.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTPD_ROOT.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTPD_ROOT.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_ACCEPTED.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_ACCEPTED.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_ACCEPTED.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_ACCEPTED.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Accepted status. Indicates the request has been
+accepted for processing, but the processing has not been completed.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_ACCEPTED.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_ACCEPTED.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_ACCEPTED.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_GATEWAY.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_GATEWAY.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_GATEWAY.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_GATEWAY.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Bad Gateway status. The server, while acting as a
+gateway or proxy, received an invalid response from the upstream server
+it accessed in attempting to fulfill the request.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_GATEWAY.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_GATEWAY.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_GATEWAY.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_REQUEST.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_REQUEST.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_REQUEST.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_REQUEST.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Bad Request status. The request could not be
+understood by the server due to malformed syntax.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_REQUEST.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_REQUEST.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_BAD_REQUEST.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONFLICT.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONFLICT.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONFLICT.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONFLICT.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Conflict status. The request could not be
+completed due to a conflict with the current state of the resource.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONFLICT.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONFLICT.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONFLICT.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONTINUE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONTINUE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONTINUE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONTINUE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Continue status. The client may continue with
+its request.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONTINUE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONTINUE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CONTINUE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CREATED.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CREATED.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CREATED.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CREATED.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Created status. The request has been fulfilled
+and resulted in a new resource being created.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CREATED.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CREATED.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_CREATED.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_FORBIDDEN.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_FORBIDDEN.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_FORBIDDEN.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_FORBIDDEN.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Forbidden status. The server understood the
+request, but is refusing to fulfill it.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_FORBIDDEN.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_FORBIDDEN.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_FORBIDDEN.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GATEWAY_TIME_OUT.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GATEWAY_TIME_OUT.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GATEWAY_TIME_OUT.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GATEWAY_TIME_OUT.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Gateway Time Out status. The server, while acting
+as a gateway or proxy, did not receive a timely response from the upstream
+server it accessed in attempting to complete the request.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GATEWAY_TIME_OUT.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GATEWAY_TIME_OUT.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GATEWAY_TIME_OUT.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GONE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GONE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GONE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GONE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Gone status. The requested resource is no longer
+available at the server and no forwarding address is known.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GONE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GONE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_GONE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_INTERNAL_SERVER_ERROR.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_INTERNAL_SERVER_ERROR.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_INTERNAL_SERVER_ERROR.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_INTERNAL_SERVER_ERROR.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Internal Server Error status. The server encountered
+an unexpected condition which prevented it from fulfilling the request.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_INTERNAL_SERVER_ERROR.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_INTERNAL_SERVER_ERROR.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_INTERNAL_SERVER_ERROR.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_LENGTH_REQUIRED.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_LENGTH_REQUIRED.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_LENGTH_REQUIRED.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_LENGTH_REQUIRED.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Length Required status. The server refuses to
+accept the request without a defined Content-Length.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_LENGTH_REQUIRED.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_LENGTH_REQUIRED.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_LENGTH_REQUIRED.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_METHOD_NOT_ALLOWED.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_METHOD_NOT_ALLOWED.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_METHOD_NOT_ALLOWED.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_METHOD_NOT_ALLOWED.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Method Not Allowed status. The method specified
+in the Request-Line is not allowed for the resource identified by the
+Request-URI.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_METHOD_NOT_ALLOWED.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_METHOD_NOT_ALLOWED.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_METHOD_NOT_ALLOWED.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_PERMANENTLY.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_PERMANENTLY.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_PERMANENTLY.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_PERMANENTLY.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Moved Permanently status. The requested resource
+has been assigned a new permanent URI and any future references to this
+resource SHOULD be done using one of the returned URIs.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_PERMANENTLY.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_PERMANENTLY.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_PERMANENTLY.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_TEMPORARILY.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_TEMPORARILY.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_TEMPORARILY.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_TEMPORARILY.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Moved Temporarily status. The requested
+resource resides temporarily under a different URI.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_TEMPORARILY.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_TEMPORARILY.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MOVED_TEMPORARILY.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MULTIPLE_CHOICES.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MULTIPLE_CHOICES.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MULTIPLE_CHOICES.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MULTIPLE_CHOICES.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,7 @@
+<p>
+Constant denoting HTTP Multiple Choice status. The requested resource
+corresponds to any one of a set of representations, each with its own
+specific location, and agent-driven negotiation information is being
+provided so that the user (or user agent) can select a preferred
+representation and redirect its request to that location.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MULTIPLE_CHOICES.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MULTIPLE_CHOICES.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_MULTIPLE_CHOICES.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NON_AUTHORITATIVE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NON_AUTHORITATIVE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NON_AUTHORITATIVE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NON_AUTHORITATIVE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Non Authoritative response status. The returned
+metainformation in the entity-header is not the definitive set as available
+from the origin server, but is gathered from a local or a third-party copy.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NON_AUTHORITATIVE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NON_AUTHORITATIVE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NON_AUTHORITATIVE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_ACCEPTABLE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_ACCEPTABLE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_ACCEPTABLE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_ACCEPTABLE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,6 @@
+<p>
+Constant denoting HTTP Not Acceptable status. The resource identified by
+the request is only capable of generating response entities which have
+content characteristics not acceptable according to the accept headers
+sent in the request.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_ACCEPTABLE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_ACCEPTABLE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_ACCEPTABLE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_FOUND.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_FOUND.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_FOUND.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_FOUND.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Not Found status. The server has not found anything
+matching the Request-URI.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_FOUND.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_FOUND.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_FOUND.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_IMPLEMENTED.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_IMPLEMENTED.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_IMPLEMENTED.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_IMPLEMENTED.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Not Implemented status. The server does not support
+the functionality required to fulfill the request.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_IMPLEMENTED.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_IMPLEMENTED.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_IMPLEMENTED.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_MODIFIED.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_MODIFIED.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_MODIFIED.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_MODIFIED.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Not Modified status. If the client has performed
+a conditional GET request and access is allowed, but the document has
+not been modified, the server SHOULD respond with this status code.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_MODIFIED.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_MODIFIED.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NOT_MODIFIED.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NO_CONTENT.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NO_CONTENT.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NO_CONTENT.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NO_CONTENT.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP No Content status. The server has fulfilled the
+request but there is no new information to send back.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NO_CONTENT.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NO_CONTENT.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_NO_CONTENT.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_OK.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_OK.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_OK.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_OK.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,3 @@
+<p>
+Constant denoting HTTP OK status. The request has succeeded.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_OK.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_OK.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_OK.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PARTIAL_CONTENT.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PARTIAL_CONTENT.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PARTIAL_CONTENT.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PARTIAL_CONTENT.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Partial Content status. The server has
+fulfilled the partial GET request for the resource.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PARTIAL_CONTENT.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PARTIAL_CONTENT.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PARTIAL_CONTENT.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PAYMENT_REQUIRED.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PAYMENT_REQUIRED.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PAYMENT_REQUIRED.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PAYMENT_REQUIRED.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Payment Required status. This code is reserved
+for future use.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PAYMENT_REQUIRED.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PAYMENT_REQUIRED.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PAYMENT_REQUIRED.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PRECONDITION_FAILED.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PRECONDITION_FAILED.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PRECONDITION_FAILED.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PRECONDITION_FAILED.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Precondition Failed status. The precondition
+given in one or more of the request-header fields evaluated to false
+when it was tested on the server.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PRECONDITION_FAILED.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PRECONDITION_FAILED.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PRECONDITION_FAILED.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PROXY_AUTHENTICATION_REQUIRED.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PROXY_AUTHENTICATION_REQUIRED.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PROXY_AUTHENTICATION_REQUIRED.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PROXY_AUTHENTICATION_REQUIRED.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Proxy Authentication Required status. This code
+is similar to Unauthorized, but indicates that the client MUST first
+authenticate itself with the proxy.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PROXY_AUTHENTICATION_REQUIRED.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PROXY_AUTHENTICATION_REQUIRED.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_PROXY_AUTHENTICATION_REQUIRED.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_ENTITY_TOO_LARGE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_ENTITY_TOO_LARGE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_ENTITY_TOO_LARGE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_ENTITY_TOO_LARGE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Request Entity Too Large status. The server is
+refusing to process a request because the request entity is larger than
+the server is willing or able to process.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_ENTITY_TOO_LARGE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_ENTITY_TOO_LARGE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_ENTITY_TOO_LARGE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_TIME_OUT.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_TIME_OUT.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_TIME_OUT.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_TIME_OUT.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Request Time Out status. The client did not produce
+a request within the time that the server was prepared to wait.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_TIME_OUT.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_TIME_OUT.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_TIME_OUT.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_URI_TOO_LARGE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_URI_TOO_LARGE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_URI_TOO_LARGE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_URI_TOO_LARGE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Request URI Too Long status. The server is refusing
+to service the request because the Request-URI is longer than the server
+is willing to interpret.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_URI_TOO_LARGE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_URI_TOO_LARGE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_REQUEST_URI_TOO_LARGE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_RESET_CONTENT.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_RESET_CONTENT.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_RESET_CONTENT.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_RESET_CONTENT.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Reset Content status. The server has fulfilled
+the request and the user agent SHOULD reset the document view which
+caused the request to be sent.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_RESET_CONTENT.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_RESET_CONTENT.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_RESET_CONTENT.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SEE_OTHER.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SEE_OTHER.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SEE_OTHER.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SEE_OTHER.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP See Other status. The response to the request can
+be found under a different URI and SHOULD be retrieved using a GET method
+on that resource.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SEE_OTHER.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SEE_OTHER.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SEE_OTHER.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SERVICE_UNAVAILABLE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SERVICE_UNAVAILABLE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SERVICE_UNAVAILABLE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SERVICE_UNAVAILABLE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Service Unavailable status. The server is currently
+unable to handle the request due to a temporary overloading or maintenance
+of the server.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SERVICE_UNAVAILABLE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SERVICE_UNAVAILABLE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SERVICE_UNAVAILABLE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SWITCHING_PROTOCOLS.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SWITCHING_PROTOCOLS.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SWITCHING_PROTOCOLS.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SWITCHING_PROTOCOLS.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,6 @@
+<p>
+Constant denoting HTTP Switching Protocols status. The server understands
+and is willing to comply with the client's request, via the Upgrade message
+header field, for a change in the application protocol being used on this
+connection.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SWITCHING_PROTOCOLS.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SWITCHING_PROTOCOLS.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_SWITCHING_PROTOCOLS.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNAUTHORIZED.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNAUTHORIZED.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNAUTHORIZED.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNAUTHORIZED.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Unauthorized status. The request requires user
+authentication.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNAUTHORIZED.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNAUTHORIZED.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNAUTHORIZED.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNSUPPORTED_MEDIA_TYPE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNSUPPORTED_MEDIA_TYPE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNSUPPORTED_MEDIA_TYPE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNSUPPORTED_MEDIA_TYPE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Unsupported Media Type status. The server is
+refusing to service the request because the entity of the request is
+in a format not supported by the requested resource for the requested method.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNSUPPORTED_MEDIA_TYPE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNSUPPORTED_MEDIA_TYPE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_UNSUPPORTED_MEDIA_TYPE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_USE_PROXY.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_USE_PROXY.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_USE_PROXY.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_USE_PROXY.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Use Proxy status. The requested resource MUST
+be accessed through the proxy given by the Location field.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_USE_PROXY.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_USE_PROXY.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_USE_PROXY.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VARIANT_ALSO_VARIES.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VARIANT_ALSO_VARIES.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VARIANT_ALSO_VARIES.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VARIANT_ALSO_VARIES.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Constant denoting HTTP Variant Also Varies status. This status is not
+yet defined.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VARIANT_ALSO_VARIES.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VARIANT_ALSO_VARIES.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VARIANT_ALSO_VARIES.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VERSION_NOT_SUPPORTED.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VERSION_NOT_SUPPORTED.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VERSION_NOT_SUPPORTED.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VERSION_NOT_SUPPORTED.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,5 @@
+<p>
+Constant denoting HTTP Version Not Supported status. The server does not
+support, or refuses to support, the HTTP protocol version that was used
+in the request message.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VERSION_NOT_SUPPORTED.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VERSION_NOT_SUPPORTED.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HTTP_VERSION_NOT_SUPPORTED.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-HUGE_STRING_LEN.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-HUGE_STRING_LEN.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-HUGE_STRING_LEN.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-HUGE_STRING_LEN.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,6 @@
+<p>
+This constant defines the largest static string buffer Apache supports.
+The default setting is 8192 bytes, and changing it requires editing
+the <code>httpd.conf</code> file -- this setting <i>cannot</i> be
+overridden by a <code>-D</code> flag on the compiler command line.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HUGE_STRING_LEN.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HUGE_STRING_LEN.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-HUGE_STRING_LEN.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-ITERATE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-ITERATE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-ITERATE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-ITERATE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,3 @@
+<p>
+Command takes one argument, which may occur more than once.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-ITERATE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-ITERATE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-ITERATE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-ITERATE2.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-ITERATE2.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-ITERATE2.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-ITERATE2.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+Command takes one argument,  the second of which which may occur more
+than once.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-ITERATE2.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-ITERATE2.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-ITERATE2.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-LF.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-LF.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-LF.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-LF.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,7 @@
+<p>
+The <code>LF</code> macro defines a name for the line-feed
+character's value.  This value is different depending upon whether
+the <code>CHARSET_ECDIC</code> macro is defined.  <code>LF</code>
+is primarily intended to be used in string searching and
+construction.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-LF.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-LF.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-LF.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-MAX_STRING_LEN.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-MAX_STRING_LEN.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-MAX_STRING_LEN.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-MAX_STRING_LEN.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,4 @@
+<p>
+This is another name for the <code>HUGE_STRING_LEN</code> constant
+(<i>q.v.</i>).
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MAX_STRING_LEN.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MAX_STRING_LEN.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MAX_STRING_LEN.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_AT_LEAST.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_AT_LEAST.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_AT_LEAST.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_AT_LEAST.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,12 @@
+<p>
+This macro has been replaced by the <code>AP_MODULE_MAGIC_AT_LEAST</code>
+macro, which both has namespace protection (<i>via</i> the <code>AP_</code>
+prefix) and works correctly -- which the <code>MODULE_MAGIC_AT_LEAST</code>
+macro did not.
+</p>
+<p>
+<code>MODULE_MAGIC_AT_LEAST</code> is listed here solely for completeness,
+as it might be encountered in older modules.  It should <i>not</i>
+be used; the <code>AP_MODULE_MAGIC_AT_LEAST</code> macro should always
+be used instead in new modules.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_AT_LEAST.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_AT_LEAST.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_AT_LEAST.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_NUMBER.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_NUMBER.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_NUMBER.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_NUMBER.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,13 @@
+<p>
+In versions of Apache prior to 1.3.3,
+this constant represented an Apache server module API version.  Modules should
+have a version member of their internal module structure which matches the
+<code>MODULE_MAGIC_NUMBER</code> of the Apache source base with which they'll
+run.
+</p>
+<p>
+This constant was obsoleted in Apache 1.3.3 by the
+<code>MODULE_MAGIC_NUMBER_MAJOR</code> and
+<code>MODULE_MAGIC_NUMBER_MINOR</code> constants and the
+<code>AP_MODULE_MAGIC_AT_LEAST</code> macro (<i>q.q.v.</i>).
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_NUMBER.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_NUMBER.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MODULE_MAGIC_NUMBER.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-MULTI_ERR.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-MULTI_ERR.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-MULTI_ERR.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-MULTI_ERR.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,3 @@
+<p>
+Constant used for thread error return value.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MULTI_ERR.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MULTI_ERR.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MULTI_ERR.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-MULTI_OK.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-MULTI_OK.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-MULTI_OK.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-MULTI_OK.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,3 @@
+<p>
+Constant used for thread success return value.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MULTI_OK.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MULTI_OK.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MULTI_OK.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-MULTI_TIMEOUT.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-MULTI_TIMEOUT.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-MULTI_TIMEOUT.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-MULTI_TIMEOUT.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,3 @@
+<p>
+Constant used for thread timeout return value.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MULTI_TIMEOUT.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MULTI_TIMEOUT.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-MULTI_TIMEOUT.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-M_CONNECT.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-M_CONNECT.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-M_CONNECT.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-M_CONNECT.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,3 @@
+<p>
+Constant representing the HTTP CONNECT method.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-M_CONNECT.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-M_CONNECT.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-M_CONNECT.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-M_DELETE.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-M_DELETE.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-M_DELETE.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-M_DELETE.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,3 @@
+<p>
+Constant representing the HTTP DELETE method.
+</p>

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-M_DELETE.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-M_DELETE.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: httpd/site/trunk/docs/dev/apidoc/dict-M_DELETE.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: httpd/site/trunk/docs/dev/apidoc/dict-M_GET.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/apidoc/dict-M_GET.html?rev=821352&view=auto
==============================================================================
--- httpd/site/trunk/docs/dev/apidoc/dict-M_GET.html (added)
+++ httpd/site/trunk/docs/dev/apidoc/dict-M_GET.html [utf-8] Sat Oct  3 16:20:11 2009
@@ -0,0 +1,3 @@
+<p>
+Constant representing the HTTP GET method.
+</p>