Author: rbowen
Date: Thu Aug 26 19:29:46 2010
New Revision: 989900
URL: http://svn.apache.org/viewvc?rev=989900&view=rev
Log:
More links to current docs. Making good progress on this.
Modified:
httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en
Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en?rev=989900&r1=989899&r2=989900&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en Thu Aug 26 19:29:46 2010
@@ -1599,6 +1599,9 @@
rel="Help"><strong>Compatibility:</strong></a> only available
in Apache 1.3.23 versions and later.
+ <P class="currentdocs"><strong>Current documentation for this directive may
be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#fileetag">here</a></strong></p>
+
<p>
The FileETag directive configures the file attributes that are
used to create the ETag (entity tag) response header field
@@ -1654,6 +1657,9 @@
rel="Help"><strong>Compatibility:</strong></a> only available
in Apache 1.2 and above.
+ <P class="currentdocs"><strong>Current documentation for this directive may
be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#files">here</a></strong></p>
+
<p>The <Files> directive provides for access control by
filename. It is comparable to the <a
href="#directory"><Directory></a> directive and <a
@@ -1722,6 +1728,9 @@
rel="Help"><strong>Compatibility:</strong></a> only available
in Apache 1.3 and above.
+ <P class="currentdocs"><strong>Current documentation for this directive may
be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#filesmatch">here</a></strong></p>
+
<p>The <FilesMatch> directive provides for access control
by filename, just as the <a href="#files"><Files></a>
directive does. However, it accepts a regular expression. For
@@ -1751,6 +1760,13 @@
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <P class="currentdocs"><strong>Current documentation for this directive may
be found <a
+ href="http://httpd.apache.org/docs/current/mod/mpm_common.html#group">here</a></strong></p>
+
+ <p class="note">Note: This directive moves to <a
+ href="http://httpd.apache.org/docs/trunk/mod/mod_unixd.html#group">mod_unixd</a>
+ in 2.3.</p>
+
<p>The Group directive sets the group under which the server
will answer requests. In order to use this directive, the
stand-alone server must be run initially as root.
@@ -1810,6 +1826,9 @@
rel="Help"><strong>Compatibility:</strong></a> Default was
<code>on</code> prior to Apache 1.3.
+ <P class="currentdocs"><strong>Current documentation for this directive may
be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#hostnamelookups">here</a></strong></p>
+
<p>This directive enables DNS lookups so that host names can be
logged (and passed to CGIs/SSIs in <code>REMOTE_HOST</code>).
The value <code>double</code> refers to doing double-reverse
@@ -1860,6 +1879,9 @@
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <P class="currentdocs"><strong>Current documentation for this directive may
be found <a
+ href="http://httpd.apache.org/docs/current/mod/mod_ident.html#identitycheck">here</a></strong></p>
+
<p>This directive enables RFC1413-compliant logging of the
remote user name for each connection, where the client machine
runs identd or something similar. This information is logged in
|