slive 02/02/08 10:02:55
Modified: htdocs/manual/mod core.html.en
Log:
Some formatting changes and add some cross-references.
Revision Changes Path
1.212 +25 -10 httpd-docs-1.3/htdocs/manual/mod/core.html.en
Index: core.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -d -b -u -r1.211 -r1.212
--- core.html.en 6 Feb 2002 19:09:24 -0000 1.211
+++ core.html.en 8 Feb 2002 18:02:55 -0000 1.212
@@ -198,7 +198,7 @@
<a href="directive-dict.html#Context"
rel="Help"><strong>Context:</strong></a> server configt<br />
<a href="directive-dict.html#Status"
- rel="Help"><strong>Status:</strong></a> core
+ rel="Help"><strong>Status:</strong></a> core<br />
<a href="directive-dict.html#Compatibility"
rel="Help"><strong>Compatibility:</strong></a> AcceptFilter is
available in Apache 1.3.22 and later
@@ -269,7 +269,8 @@
<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.
+ Apache 1.3.13 and later. This directive will be eliminated in version
+ 2.0.
<p>The server will read this file for more directives after
reading the <a href="#resourceconfig">ResourceConfig</a> file.
@@ -301,7 +302,8 @@
this directory by mistake, such as temporary files created by your
editor, for example.</p>
- <p>See also <a href="#resourceconfig">ResourceConfig</a>.</p>
+ <p><strong>See also:</strong> <a href="#include">Include</a> and <a
+ href="#resourceconfig">ResourceConfig</a>.</p>
<hr />
<h2><a id="accessfilename" name="accessfilename">AccessFileName
@@ -342,7 +344,8 @@
</blockquote>
<p><strong>See Also:</strong> <a
- href="#allowoverride">AllowOverride</a></p>
+ href="#allowoverride">AllowOverride</a> and <a
+ href="../configuring.html">Configuration Files</a></p>
<hr />
<h2><a id="adddefaultcharset"
@@ -373,7 +376,9 @@
<p>For example:</p>
+ <blockquote>
<code>AddDefaultCharset utf-8</code>
+ </blockquote>
<hr />
@@ -399,7 +404,9 @@
<p>For example:</p>
+ <blockquote>
<code>AddModule mod_include.c</code>
+ </blockquote>
<p><strong>See also</strong>: <a
href="#clearmodulelist">ClearModuleList</a>,
@@ -500,10 +507,11 @@
</dl>
<p>Example:</p>
- <p><code>AllowOverride AuthConfig Indexes</code></p>
+ <blockquote><code>AllowOverride AuthConfig Indexes</code></blockquote>
<p><strong>See Also:</strong> <a
- href="#accessfilename">AccessFileName</a></p>
+ href="#accessfilename">AccessFileName</a> and <a
+ href="configuring.html">Configuration Files</a></p>
<hr />
<h2><a id="authname" name="authname">AuthName
@@ -533,11 +541,14 @@
<p>For example:</p>
- <code>AuthRealm Admins</code><br />
- <code>AuthRealm "Top Secret"</code></br />
+ <blockquote><code>AuthName "Top Secret"</code></blockquote>
<p>The string provided for the <code>AuthRealm</code> is what will
appear in the password dialog provided by most browsers.</p>
+
+ <p><strong>See also:</strong> <a
+ href="../howto/auth.html">Authentication, Authorization, and
+ Access Control</a></p>
<hr />
<h2><a id="authtype" name="authtype">AuthType
@@ -563,6 +574,10 @@
as <a href="mod_auth.html#authuserfile">AuthUserFile</a> and <a
href="mod_auth.html#authgroupfile">AuthGroupFile</a> to
work.</p>
+
+ <p><strong>See also:</strong> <a
+ href="../howto/auth.html">Authentication, Authorization, and
+ Access Control</a></p>
<hr />
<h2><a id="bindaddress" name="bindaddress">BindAddress
@@ -596,11 +611,11 @@
<p>Only one <code>BindAddress</code> directive can be used.</p>
- <p><strong>This directive is deprecated and will be eliminated in
+ <p>This directive is deprecated and will be eliminated in
Apache 2.0. Equivalent functionality and more control over the
address and ports Apache listens to is available using the
<code><a href="#listen">Listen</a></code>
- directive.</strong></p>
+ directive.</p>
<p><code>BindAddress</code> can be used as an alternative
method for supporting <a href="../vhosts/">virtual hosts</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]