slive 01/01/27 16:16:08
Modified: htdocs/manual/misc FAQ-I.html htdocs/manual/mod mod_log_config.html core.html mod_auth_digest.html mod_auth.html mod_auth_dbm.html mod_auth_db.html htdocs/manual dso.html stopping.html Log: Add references to the html-ized man pages where appropriate. Revision Changes Path 1.14 +5 -4 httpd-docs-1.3/htdocs/manual/misc/FAQ-I.html Index: FAQ-I.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/FAQ-I.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -b -u -r1.13 -r1.14 --- FAQ-I.html 2000/12/03 03:25:06 1.13 +++ FAQ-I.html 2001/01/28 00:16:01 1.14 @@ -31,7 +31,7 @@ <!--#include virtual="header.html" --> <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1> <P> - $Revision: 1.13 $ ($Date: 2000/12/03 03:25:06 $) + $Revision: 1.14 $ ($Date: 2001/01/28 00:16:01 $) </P> <P> The latest version of this FAQ is always available from the main @@ -219,9 +219,10 @@ <STRONG>How can I rotate my log files?</STRONG> </A> <P>The simple answer: by piping the transfer log into an appropriate - log file rotation utility.</P> - <P>The longer answer: In the src/support/ directory, you will find a - utility called <CODE>rotatelogs</CODE> which can be used like this:</p> + log file rotation utility.</P> <P>The longer answer: In the + src/support/ directory, you will find a utility called <a + href="../programs/rotatelogs.html">rotatelogs</a> which can be used + like this:</p> <PRE> TransferLog "|/path/to/rotatelogs /path/to/logs/access_log 86400"</PRE> 1.45 +2 -1 httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -b -u -r1.44 -r1.45 --- mod_log_config.html 2001/01/10 21:26:26 1.44 +++ mod_log_config.html 2001/01/28 00:16:04 1.45 @@ -258,7 +258,8 @@ <p>Alternatively, log files can be <a href="../misc/FAQ.html#rotate">rotated automatically</a> be writing -them through a pipe to a program designed for that purpose.</p> +them through a pipe to a program designed for that purpose such +as <a href="../programs/rotatelogs.html">rotatelogs</a>.</p> <H2>Compatibility notes</H2> 1.184 +6 -5 httpd-docs-1.3/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html,v retrieving revision 1.183 retrieving revision 1.184 diff -u -d -b -u -r1.183 -r1.184 --- core.html 2001/01/05 07:35:35 1.183 +++ core.html 2001/01/28 00:16:04 1.184 @@ -1102,11 +1102,12 @@ in order to save the network traffic for those sites that don't truly need the reverse lookups done. It is also better for the end users because they don't have to suffer the extra latency that a lookup -entails. -Heavily loaded sites should leave this directive <CODE>off</CODE>, since DNS -lookups can take considerable amounts of time. The utility <EM>logresolve</EM>, -provided in the <EM>/support</EM> directory, can be used to look up host names -from logged IP addresses offline.<P><HR> +entails. Heavily loaded sites should leave this directive +<CODE>off</CODE>, since DNS lookups can take considerable amounts of +time. The utility <a +href="../programs/logresolve.html">logresolve</a>, provided in the +<EM>/support</EM> directory, can be used to look up host names from +logged IP addresses offline.<P><HR> <H2><A NAME="identitycheck">IdentityCheck directive</A></H2> <!--%plaintext <?INDEX {\tt IdentityCheck} directive> --> 1.7 +2 -2 httpd-docs-1.3/htdocs/manual/mod/mod_auth_digest.html Index: mod_auth_digest.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_auth_digest.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -b -u -r1.6 -r1.7 --- mod_auth_digest.html 2000/12/08 20:53:22 1.6 +++ mod_auth_digest.html 2001/01/28 00:16:04 1.7 @@ -125,8 +125,8 @@ <EM>Filename</EM> is the absolute path to the user file. <P>The digest file uses a special format. Files in this format can be -created using the "htdigest" utility found in the support/ subdirectory of -the Apache distribution. +created using the <a href="../programs/htdigest.html">htdigest</a> +utility found in the support/ subdirectory of the Apache distribution. <HR> 1.21 +4 -4 httpd-docs-1.3/htdocs/manual/mod/mod_auth.html Index: mod_auth.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_auth.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -b -u -r1.20 -r1.21 --- mod_auth.html 2000/12/08 18:42:22 1.20 +++ mod_auth.html 2001/01/28 00:16:04 1.21 @@ -133,10 +133,10 @@ by a colon, followed by the crypt() encrypted password. The behavior of multiple occurrences of the same user is undefined. <P> -The utility <code>htpasswd</code> which is installed as part of the -binary distribution, or which can be found in <code>src/support</code>, -is used to maintain this password file. See the <code>man</code> -page for more details. In short +The utility <a href="../programs/htpasswd.html">htpasswd</a> which is +installed as part of the binary distribution, or which can be found in +<code>src/support</code>, is used to maintain this password file. See +the <code>man</code> page for more details. In short <p> <blockquote> <code>htpasswd -c Filename username</code><br> 1.22 +5 -0 httpd-docs-1.3/htdocs/manual/mod/mod_auth_dbm.html Index: mod_auth_dbm.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_auth_dbm.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -b -u -r1.21 -r1.22 --- mod_auth_dbm.html 2000/12/08 20:53:21 1.21 +++ mod_auth_dbm.html 2001/01/28 00:16:05 1.22 @@ -164,6 +164,11 @@ using DBM files interchangeably between applications this may be a part of the problem. <P> +<p>A perl script called +href="../programs/dbmmanage.html">dbmmanage</a> is included with +Apache. This program can be used to create and update DBM format +password files for use with this module.</p> + See also <A HREF="core.html#authname">AuthName</A>, <A HREF="core.html#authtype">AuthType</A> and <A HREF="#authdbmgroupfile">AuthDBMGroupFile</A>.<P> 1.22 +5 -0 httpd-docs-1.3/htdocs/manual/mod/mod_auth_db.html Index: mod_auth_db.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_auth_db.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -b -u -r1.21 -r1.22 --- mod_auth_db.html 2000/12/08 20:53:21 1.21 +++ mod_auth_db.html 2001/01/28 00:16:05 1.22 @@ -178,6 +178,11 @@ using DB files interchangeably between applications this may be a part of the problem. <P> +<p>A perl script called +href="../programs/dbmmanage.html">dbmmanage</a> is included with +Apache. This program can be used to create and update DB format +password files for use with this module.</p> + See also <A HREF="core.html#authname">AuthName</A>, <A HREF="core.html#authtype">AuthType</A> and <A HREF="#authdbgroupfile">AuthDBGroupFile</A>.<P> 1.18 +13 -12 httpd-docs-1.3/htdocs/manual/dso.html Index: dso.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/dso.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -b -u -r1.17 -r1.18 --- dso.html 2000/11/22 20:47:57 1.17 +++ dso.html 2001/01/28 00:16:07 1.18 @@ -139,17 +139,18 @@ HREF="mod/mod_so.html#loadmodule"><CODE>LoadModule</CODE></A> command in your <CODE>httpd.conf</CODE> file to load this module at server startup or restart. -<P>To simplify this creation of DSO files for Apache modules (especially for -third-party modules) a new support program named <CODE>apxs</CODE> (<EM>APache -eXtenSion</EM>) is available. It can be used to build DSO based modules -<EM>outside of</EM> the Apache source tree. The idea is simple: When -installing Apache the <CODE>configure</CODE>'s <CODE>make install</CODE> -procedure installs the Apache C header files and puts the platform-dependent -compiler and linker flags for building DSO files into the <CODE>apxs</CODE> -program. This way the user can use <CODE>apxs</CODE> to compile his Apache -module sources without the Apache distribution source tree and without having -to fiddle with the platform-dependent compiler and linker flags for DSO -support. +<P>To simplify this creation of DSO files for Apache modules +(especially for third-party modules) a new support program named <a +href="programs/apxs.html">apxs</a> (<EM>APache eXtenSion</EM>) is +available. It can be used to build DSO based modules <EM>outside +of</EM> the Apache source tree. The idea is simple: When installing +Apache the <CODE>configure</CODE>'s <CODE>make install</CODE> +procedure installs the Apache C header files and puts the +platform-dependent compiler and linker flags for building DSO files +into the <CODE>apxs</CODE> program. This way the user can use +<CODE>apxs</CODE> to compile his Apache module sources without the +Apache distribution source tree and without having to fiddle with the +platform-dependent compiler and linker flags for DSO support. <P>To place the complete Apache core program into a DSO library (only required on some of the supported platforms to force the linker to export the apache @@ -317,7 +318,7 @@ <P> <UL> -<LI>Build and install via <CODE>apxs</CODE>: +<LI>Build and install via <a href="programs/apxs.html">apxs</a>: <TABLE BGCOLOR="#f0f0f0" CELLPADDING=10><TR><TD> <PRE> $ cd /path/to/3rdparty 1.17 +4 -4 httpd-docs-1.3/htdocs/manual/stopping.html Index: stopping.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/stopping.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -b -u -r1.16 -r1.17 --- stopping.html 1999/05/22 13:12:39 1.16 +++ stopping.html 2001/01/28 00:16:07 1.17 @@ -42,10 +42,10 @@ <A HREF="mod/core.html#serverroot">ServerRoot</A> and <A HREF="mod/core.html#pidfile">PidFile</A> settings. -<P>As of Apache 1.3 we provide a script <CODE>src/support/apachectl</CODE> -which can be used to start, stop, and restart Apache. It may need a -little customization for your system, see the comments at the top of -the script. +<P>As of Apache 1.3 we provide a script called <a +href="programs/apachectl.html">apachectl</a> which can be used to +start, stop, and restart Apache. It may need a little customization +for your system, see the comments at the top of the script. <H3>TERM Signal: stop now</H3>