erikabele 2003/01/12 11:47:44 Modified: htdocs/manual/mod core.html.en Log: Fix broken set of tags and a typo Submitted by: Nobuyuki Morita <[EMAIL PROTECTED]> Michael Schroepl <[EMAIL PROTECTED]> Revision Changes Path 1.244 +11 -12 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.243 retrieving revision 1.244 diff -u -r1.243 -r1.244 --- core.html.en 9 Jan 2003 11:11:23 -0000 1.243 +++ core.html.en 12 Jan 2003 19:47:43 -0000 1.244 @@ -13,7 +13,7 @@ vlink="#000080" alink="#FF0000"> <!--#include virtual="header.html" --> - <h1 align="CENTER">Apache Core Features</h1> + <h1 align="center">Apache Core Features</h1> <p>These configuration parameters control the core Apache features, and are always available.</p> @@ -312,8 +312,8 @@ </p> <p>Note that by default <em>any</em> file in the specified directory will be loaded as a configuration file. - <p> </p> + <p> So make sure that you don't have stray files in this directory by mistake, such as temporary files created by your editor, for example.</p> @@ -432,7 +432,7 @@ </blockquote> <p><strong>See also</strong>: <a - href="#clearmodulelist">ClearModuleList</a>, + href="#clearmodulelist">ClearModuleList</a></p> <hr /> <h2><a id="allowoverride" name="allowoverride">AllowOverride @@ -1458,7 +1458,7 @@ subdirectories, unless specifically overridden.</p> <p>(See <a href="#require">Require</a> for details on using the - <code>Require</code> directive</a>)</p> + <code>Require</code> directive)</p> <p><strong>See also</strong>: <a href="../sections.html">How Directory, Location and Files sections work</a> for an @@ -1783,7 +1783,7 @@ directives, which may cause the server to fail on start up. Running <code>apachectl configtest</code> will give you a list of the files that are being processed during the configuration - check:<p> + check:</p> <pre> [EMAIL PROTECTED] apachectl configtest @@ -2397,10 +2397,10 @@ <table> <tr> - <th align="LEFT"><strong>Level</strong> </th> + <th align="left"><strong>Level</strong> </th> - <th align="LEFT"><strong>Description</strong> </th> - <th align="LEFT"><strong>Example</strong> </th> + <th align="left"><strong>Description</strong> </th> + <th align="left"><strong>Example</strong> </th> </tr> <tr> @@ -3077,12 +3077,11 @@ </p> <p>Note that by default <em>any</em> file in the specified directory will be loaded as a configuration file. - <p> - So make sure that you don't have stray files in + </p> + <p>So make sure that you don't have stray files in this directory by mistake, such as temporary files created by your editor, for example.</p> - <p>See also <a href="#accessconfig">AccessConfig</a>.</p> <hr /> @@ -3789,7 +3788,7 @@ <code>9090</code>, then the <em>canonical name</em> of the server is <code>www.example.com:9090</code>. In the event that <code>Port</code> has its default value of <code>80</code>, the - <code>:80</code> is ommitted from the <em>canonical name</em>. + <code>:80</code> is omitted from the <em>canonical name</em>.</p> <p>With <code>UseCanonicalName off</code> Apache will form self-referential URLs using the hostname and port supplied by
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]