Commit e00437ed authored by Richard Bowen's avatar Richard Bowen
Browse files

This is just a proof of concept, put out there for comment. I'm trying

to help folks who look for docs and get the 1.3 docs when they want
something else, because 1.3 continues to dominate Google searches for
our documentation Thoughts?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@979693 13f79535-47bb-0310-9956-ffa450edef68
parent 24a6541f
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -217,6 +217,9 @@
    rel="Help"><strong>Compatibility:</strong></a> AcceptFilter is
    available in Apache 1.3.22 and later

    <P><strong>Current documentation for this directive may be found <a
    href="/docs/2.2/mod/core.html#acceptfilter">here</a></strong</p>
 
    <p><code>AcceptFilter</code> controls a BSD specific filter
    optimization. It is compiled in by default - and switched on by
    default if your system supports it (setsocketopt() option
@@ -251,6 +254,9 @@
    rel="Help"><strong>Compatibility:</strong></a> AcceptMutex is 
    available in Apache 1.3.21 and later.

    <P><strong>Current documentation for this directive may be found <a
    href="/docs/2.2/mod/core.html#acceptmutex">here</a></strong</p>

    <p><code>AcceptMutex</code> controls which accept() mutex
    method Apache will use. Not all methods are available on all
    platforms, since the suite of methods is determined at
@@ -288,8 +294,11 @@
     <a href="directive-dict.html#Compatibility"
    rel="Help"><strong>Compatibility:</strong></a> The ability to
    specify a directory, rather than a file name, is only available in
    Apache 1.3.13 and later.  This directive will be eliminated in version
    2.0.
    Apache 1.3.13 and later.  This directive was eliminated in version
    2.0 and later.

    <p><strong>This directive has been removed in current versions of
    the server.</strong></p>

    <p>The server will read this file for more directives after
    reading the <a href="#resourceconfig">ResourceConfig</a> file.