github.com/krum110487/go-htaccess@v0.0.0-20240316004156-60641c8e7598/tests/data/apache_2_2_34/manual/programs/index.html.en (about) 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head> 4 <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" /> 5 <!-- 6 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 7 This file is generated from xml source: DO NOT EDIT 8 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 9 --> 10 <title>Server and Supporting Programs - Apache HTTP Server Version 2.2</title> 11 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> 12 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> 13 <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> 14 <script src="../style/scripts/prettify.min.js" type="text/javascript"> 15 </script> 16 17 <link href="../images/favicon.ico" rel="shortcut icon" /><link href="http://httpd.apache.org/docs/current/programs/index.html" rel="canonical" /></head> 18 <body id="manual-page" class="no-sidebar"><div id="page-header"> 19 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p> 20 <p class="apache">Apache HTTP Server Version 2.2</p> 21 <img alt="" src="../images/feather.gif" /></div> 22 <div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> 23 <div id="path"> 24 <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.2</a></div><div id="page-content"><div class="retired"><h4>Please note</h4> 25 <p> This document refers to a legacy release (<strong>2.2</strong>) of Apache httpd. The active release (<strong>2.4</strong>) is documented <a href="http://httpd.apache.org/docs/current">here</a>. If you have not already upgraded, please follow <a href="http://httpd.apache.org/docs/current/upgrading.html">this link</a> for more information.</p> 26 <p>You may follow <a href="http://httpd.apache.org/docs/current/programs/">this link</a> to go to the current version of this document.</p></div><div id="preamble"><h1>Server and Supporting Programs</h1> 27 <div class="toplang"> 28 <p><span>Available Languages: </span><a href="../en/programs/" title="English"> en </a> | 29 <a href="../es/programs/" hreflang="es" rel="alternate" title="Español"> es </a> | 30 <a href="../ja/programs/" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | 31 <a href="../ko/programs/" hreflang="ko" rel="alternate" title="Korean"> ko </a> | 32 <a href="../ru/programs/" hreflang="ru" rel="alternate" title="Russian"> ru </a> | 33 <a href="../tr/programs/" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> | 34 <a href="../zh-cn/programs/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> 35 </div> 36 37 <p>This page documents all the executable programs included 38 with the Apache HTTP Server.</p> 39 </div> 40 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> 41 <div class="section"> 42 <h2><a name="index" id="index">Index</a></h2> 43 44 <dl> 45 <dt><code class="program"><a href="../programs/httpd.html">httpd</a></code></dt> 46 47 <dd>Apache hypertext transfer protocol server</dd> 48 49 <dt><code class="program"><a href="../programs/apachectl.html">apachectl</a></code></dt> 50 51 <dd>Apache HTTP server control interface</dd> 52 53 <dt><code class="program"><a href="../programs/ab.html">ab</a></code></dt> 54 55 <dd>Apache HTTP server benchmarking tool</dd> 56 57 <dt><code class="program"><a href="../programs/apxs.html">apxs</a></code></dt> 58 59 <dd>APache eXtenSion tool</dd> 60 61 <dt><code class="program"><a href="../programs/configure.html">configure</a></code></dt> 62 63 <dd>Configure the source tree</dd> 64 65 <dt><code class="program"><a href="../programs/dbmmanage.html">dbmmanage</a></code></dt> 66 67 <dd>Create and update user authentication files in DBM format 68 for basic authentication</dd> 69 70 <dt><code class="program"><a href="../programs/htcacheclean.html">htcacheclean</a></code></dt> 71 <dd>Clean up the disk cache</dd> 72 73 <dt><code class="program"><a href="../programs/htdigest.html">htdigest</a></code></dt> 74 75 <dd>Create and update user authentication files for digest 76 authentication</dd> 77 78 <dt><code class="program"><a href="../programs/htdbm.html">htdbm</a></code></dt> 79 80 <dd>Manipulate DBM password databases.</dd> 81 82 <dt><code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code></dt> 83 84 <dd>Create and update user authentication files for basic 85 authentication</dd> 86 87 <dt><code class="program"><a href="../programs/httxt2dbm.html">httxt2dbm</a></code></dt> 88 89 <dd>Create dbm files for use with RewriteMap</dd> 90 91 <dt><code class="program"><a href="../programs/logresolve.html">logresolve</a></code></dt> 92 93 <dd>Resolve hostnames for IP-addresses in Apache 94 logfiles</dd> 95 96 <dt><code class="program"><a href="../programs/rotatelogs.html">rotatelogs</a></code></dt> 97 98 <dd>Rotate Apache logs without having to kill the server</dd> 99 100 <dt><code class="program"><a href="../programs/suexec.html">suexec</a></code></dt> 101 102 <dd>Switch User For Exec</dd> 103 104 <dt><a href="other.html">Other Programs</a></dt> 105 <dd>Support tools with no own manual page.</dd> 106 </dl> 107 </div></div> 108 <div class="bottomlang"> 109 <p><span>Available Languages: </span><a href="../en/programs/" title="English"> en </a> | 110 <a href="../es/programs/" hreflang="es" rel="alternate" title="Español"> es </a> | 111 <a href="../ja/programs/" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | 112 <a href="../ko/programs/" hreflang="ko" rel="alternate" title="Korean"> ko </a> | 113 <a href="../ru/programs/" hreflang="ru" rel="alternate" title="Russian"> ru </a> | 114 <a href="../tr/programs/" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> | 115 <a href="../zh-cn/programs/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> 116 </div><div id="footer"> 117 <p class="apache">Copyright 2017 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> 118 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- 119 if (typeof(prettyPrint) !== 'undefined') { 120 prettyPrint(); 121 } 122 //--><!]]></script> 123 </body></html>