]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
This is just a proof of concept, put out there for comment. I'm trying
authorRich Bowen <rbowen@apache.org>
Tue, 27 Jul 2010 13:38:55 +0000 (13:38 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 27 Jul 2010 13:38:55 +0000 (13:38 +0000)
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

htdocs/manual/mod/core.html.en

index ffaf427c41355f9d1fd49914eada980a762b2aa9..988c3834be9bcaed5e44e4990bf42939efcc6c13 100644 (file)
      <a href="directive-dict.html#Compatibility"
     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
     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
      <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.