diff options
author | Joshua Slive <slive@apache.org> | 2002-03-08 18:19:23 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-03-08 18:19:23 +0100 |
commit | 2882dfd1680987d87af1555894a03a4a56fd8d23 (patch) | |
tree | 171757d23b77116fd3875f872dca86d3100b836e /docs/manual/mod/core.html | |
parent | Add some more xml versions. (diff) | |
download | apache2-2882dfd1680987d87af1555894a03a4a56fd8d23.tar.xz apache2-2882dfd1680987d87af1555894a03a4a56fd8d23.zip |
Update the html tranformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93793 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/core.html')
-rw-r--r-- | docs/manual/mod/core.html | 59 |
1 files changed, 30 insertions, 29 deletions
diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 421a2c8798..a0589ee581 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -184,7 +184,7 @@ authentication</td></tr><tr><td><a href="directive-dict.html#Syntax" class="help <p>The string provided for the <code>AuthRealm</code> is what will appear in the password dialog provided by most browsers.</p> </usage><p><strong>See also </strong></p><ul><li><a href="../howto/auth.html">Authentication, Authorization, and - Access Control</a></li></ul><hr/><h2><a name="AuthType">AuthType</a> <a name="authtype">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Selects the type of user authentication</td></tr><tr><td><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td><syntax>AuthType Basic|Digest</syntax></td></tr><tr><td><a href="directive-dict.html#Context" class="help">Context:</a></td><td>directory, .htaccess</td></tr><tr><td><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Core</td></tr><tr><td><a href="directive-dict.html#Module" class="help">Module:</a></td><td>core</td></tr></table></td></tr></table><usage> + Access Control</a></li></ul><hr/><h2><a name="AuthType">AuthType</a> <a name="authtype">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Selects the type of user authentication</td></tr><tr><td><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td><syntax>AuthType Basic|Digest</syntax></td></tr><tr><td><a href="directive-dict.html#Context" class="help">Context:</a></td><td>directory, .htaccess</td></tr><tr><td><a href="directive-dict.html#Override" class="help">Override:</a></td><td>AuthConfig</td></tr><tr><td><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Core</td></tr><tr><td><a href="directive-dict.html#Module" class="help">Module:</a></td><td>core</td></tr></table></td></tr></table><usage> <p>This directive selects the type of user authentication for a directory. Only <code>Basic</code> and <code>Digest</code> are currently implemented. @@ -234,8 +234,8 @@ server cannot determine a type in any other way</td></tr><tr><td><a href="direct <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code> <code>DefaultType image/gif</code> </code></td></tr></table></blockquote> - would be appropriate for a directory which contained many gif - images with filenames missing the .gif extension. + <p>would be appropriate for a directory which contained many gif + images with filenames missing the .gif extension.</p> <p>Note that unlike <a href="#forcetype" class="directive"><code class="directive">ForceType</code></a>, this directive is only provides the default mime-type. All other mime-type definitions, @@ -267,8 +267,8 @@ named file-system directory and sub-directories</td></tr><tr><td><a href="direct <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code> <Directory ~ "^/www/.*/[0-9]{3}"> </code></td></tr></table></blockquote> - would match directories in /www/ that consisted of three - numbers. + <p>would match directories in /www/ that consisted of three + numbers.</p> <p>If multiple (non-regular expression) directory sections match the directory (or its parents) containing a document, @@ -315,7 +315,7 @@ named file-system directory and sub-directories</td></tr><tr><td><a href="direct <code>/home/abc/public_html/abc</code> and be applied.</p> <p><strong>Note that the default Apache access for - <Directory /> is <samp>Allow from All</samp>. This means + <Directory /> is <code>Allow from All</code>. This means that Apache will serve any file mapped from an URL. It is recommended that you change this with a block such as</strong></p> @@ -462,17 +462,17 @@ HTTP response header</td></tr><tr><td><a href="directive-dict.html#Syntax" class FileETag directive allows you to choose which of these -- if any -- should be used. The recognized keywords are: </p> - <dl compact="compact"> - <dt><b>INode</b></dt> + <dl> + <dt><strong>INode</strong></dt> <dd>The file's i-node number will be included in the calculation</dd> - <dt><b>MTime</b></dt> + <dt><strong>MTime</strong></dt> <dd>The date and time the file was last modified will be included</dd> - <dt><b>Size</b></dt> + <dt><strong>Size</strong></dt> <dd>The number of bytes in the file will be included</dd> - <dt><b>All</b></dt> + <dt><strong>All</strong></dt> <dd>All available fields will be used (equivalent to '<code>FileETag INode MTime Size</code>')</dd> - <dt><b>None</b></dt> + <dt><strong>None</strong></dt> <dd>If a document is file-based, no ETag field will be included in the response</dd> </dl> @@ -987,16 +987,16 @@ matching URLs</td></tr><tr><td><a href="directive-dict.html#Syntax" class="help" <table> <tr> - <th align="LEFT"><strong>Level</strong> </th> + <th><strong>Level</strong> </th> - <th align="LEFT"><strong>Description</strong> </th> + <th><strong>Description</strong> </th> </tr> <tr> <th> </th> - <th align="LEFT"><strong>Example</strong> </th> + <th><strong>Example</strong> </th> </tr> <tr> @@ -1480,16 +1480,16 @@ is accessed by an incompatible browser</td></tr><tr><td><a href="directive-dict. mod_info output, ...). The reason why you would want to enable such a footer line is that in a chain of proxies, the user often has no possibility to tell which of the chained servers actually - produced a returned error message.<br> The <samp>Off</samp> + produced a returned error message.<br> The <code>Off</code> setting, which is the default, suppresses the error line (and is therefore compatible with the behavior of Apache-1.2 and - below). The <samp>On</samp> setting simply adds a line with the + below). The <code>On</code> setting simply adds a line with the server version number and <a href="#servername" class="directive"><code class="directive">ServerName</code></a> of the serving virtual host, - and the <samp>EMail</samp> setting additionally creates a + and the <code>EMail</code> setting additionally creates a "mailto:" reference to the <a href="#serveradmin" class="directive"><code class="directive">ServerAdmin</code></a> of the referenced document.</p> </usage><hr/><h2><a name="ServerTokens">ServerTokens</a> <a name="servertokens">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Configures the Server HTTP response header</td></tr><tr><td><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td><syntax>ServerTokens Minimal|ProductOnly|OS|Full</syntax></td></tr><tr><td><a href="directive-dict.html#Default" class="help">Default:</a></td><td><code>ServerTokens Full</code></td></tr><tr><td><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config</td></tr><tr><td><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Core</td></tr><tr><td><a href="directive-dict.html#Module" class="help">Module:</a></td><td>core</td></tr></table></td></tr></table><usage> - <p>This directive controls whether <samp>Server</samp> response + <p>This directive controls whether <code>Server</code> response header field which is sent back to clients includes a description of the generic OS-type of the server as well as information about compiled-in modules.</p> @@ -1497,23 +1497,23 @@ is accessed by an incompatible browser</td></tr><tr><td><a href="directive-dict. <dl> <dt><code>ServerTokens Prod[uctOnly]</code></dt> - <dd>Server sends (<em>e.g.</em>): <samp>Server: - Apache</samp></dd> + <dd>Server sends (<em>e.g.</em>): <code>Server: + Apache</code></dd> <dt><code>ServerTokens Min[imal]</code></dt> - <dd>Server sends (<em>e.g.</em>): <samp>Server: - Apache/1.3.0</samp></dd> + <dd>Server sends (<em>e.g.</em>): <code>Server: + Apache/1.3.0</code></dd> <dt><code>ServerTokens OS</code></dt> - <dd>Server sends (<em>e.g.</em>): <samp>Server: Apache/1.3.0 - (Unix)</samp></dd> + <dd>Server sends (<em>e.g.</em>): <code>Server: Apache/1.3.0 + (Unix)</code></dd> <dt><code>ServerTokens Full</code> (or not specified)</dt> - <dd>Server sends (<em>e.g.</em>): <samp>Server: Apache/1.3.0 - (Unix) PHP/3.0 MyMod/1.2</samp></dd> + <dd>Server sends (<em>e.g.</em>): <code>Server: Apache/1.3.0 + (Unix) PHP/3.0 MyMod/1.2</code></dd> </dl> <p>This setting applies to the entire server, and cannot be @@ -1662,9 +1662,10 @@ hostname or IP address</td></tr><tr><td><a href="directive-dict.html#Syntax" cla <li>A fully qualified domain name for the IP address of the virtual host.</li> </ul> - Example: + -<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code><VirtualHost 10.1.2.3><br> +<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code> + <VirtualHost 10.1.2.3><br> ServerAdmin webmaster@host.foo.com<br> DocumentRoot /www/docs/host.foo.com<br> ServerName host.foo.com<br> |