mirror of
https://github.com/apache/httpd.git
synced 2025-11-06 16:49:32 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103425 13f79535-47bb-0310-9956-ffa450edef68
89 lines
2.4 KiB
XML
89 lines
2.4 KiB
XML
<?xml version='1.0' encoding='UTF-8' ?>
|
|
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
|
|
<!-- $Revision: 1.8 $ -->
|
|
|
|
<!--
|
|
Copyright 2002-2004 The Apache Software Foundation
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<manualpage metafile="index.xml.meta">
|
|
<parentdocument href="../"/>
|
|
|
|
<title>Server and Supporting Programs</title>
|
|
|
|
<summary>
|
|
<p>This page documents all the executable programs included
|
|
with the Apache HTTP Server.</p>
|
|
</summary>
|
|
|
|
<section id="index"><title>Index</title>
|
|
|
|
<dl>
|
|
<dt><a href="httpd.html">httpd</a></dt>
|
|
|
|
<dd>Apache hypertext transfer protocol server</dd>
|
|
|
|
<dt><a href="apachectl.html">apachectl</a></dt>
|
|
|
|
<dd>Apache HTTP server control interface</dd>
|
|
|
|
<dt><a href="ab.html">ab</a></dt>
|
|
|
|
<dd>Apache HTTP server benchmarking tool</dd>
|
|
|
|
<dt><a href="apxs.html">apxs</a></dt>
|
|
|
|
<dd>APache eXtenSion tool</dd>
|
|
|
|
<dt><a href="configure.html">configure</a></dt>
|
|
|
|
<dd>Configure the source tree</dd>
|
|
|
|
<dt><a href="dbmmanage.html">dbmmanage</a></dt>
|
|
|
|
<dd>Create and update user authentication files in DBM format
|
|
for basic authentication</dd>
|
|
|
|
<dt><a href="htdigest.html">htdigest</a></dt>
|
|
|
|
<dd>Create and update user authentication files for digest
|
|
authentication</dd>
|
|
|
|
<dt><a href="htpasswd.html">htpasswd</a></dt>
|
|
|
|
<dd>Create and update user authentication files for basic
|
|
authentication</dd>
|
|
|
|
<dt><a href="logresolve.html">logresolve</a></dt>
|
|
|
|
<dd>Resolve hostnames for IP-addresses in Apache
|
|
logfiles</dd>
|
|
|
|
<dt><a href="rotatelogs.html">rotatelogs</a></dt>
|
|
|
|
<dd>Rotate Apache logs without having to kill the server</dd>
|
|
|
|
<dt><a href="suexec.html">suexec</a></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>
|
|
</section>
|
|
|
|
</manualpage>
|