diff options
author | Rich Bowen <rbowen@apache.org> | 2006-06-10 02:04:32 +0000 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2006-06-10 02:04:32 +0000 |
commit | e4db33ac7c7612dca0c927ee18cba4073b7ec891 (patch) | |
tree | 597857d9036fb2e1ebc2e55ee3d82cc7f1ce50ff /docs/manual/programs/index.html.en | |
parent | 66fb5ac9d0d35ec1b17f337eac768d64e6b82263 (diff) | |
download | httpd-e4db33ac7c7612dca0c927ee18cba4073b7ec891.tar.gz |
Provide links to the two support programs that are listed on that
'other' page, rather than the nondescript and unhelpful 'other' link.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413208 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/index.html.en')
-rw-r--r-- | docs/manual/programs/index.html.en | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/manual/programs/index.html.en b/docs/manual/programs/index.html.en index cb43ba1ed7..ceb7bed2f7 100644 --- a/docs/manual/programs/index.html.en +++ b/docs/manual/programs/index.html.en @@ -82,16 +82,22 @@ <dd>Resolve hostnames for IP-addresses in Apache logfiles</dd> + <dt><a href="other.html#log_server_status">log_server_status</a></dt> + + <dd>Periodically log the server's status</dd> + <dt><code class="program"><a href="../programs/rotatelogs.html">rotatelogs</a></code></dt> <dd>Rotate Apache logs without having to kill the server</dd> + <dt><a href="other.html#split-logfile">split-logfile</a></dt> + + <dd>Split a multi-vhost logfile into per-host logfiles</dd> + <dt><code class="program"><a href="../programs/suexec.html">suexec</a></code></dt> <dd>Switch User For Exec</dd> - <dt><a href="other.html">Other Programs</a></dt> - <dd>Support tools with no own manual page.</dd> </dl> </div></div> <div class="bottomlang"> |