diff options
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual/programs/index.html')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/programs/index.html | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/programs/index.html b/usr.sbin/httpd/htdocs/manual/programs/index.html new file mode 100644 index 00000000000..3a5dd34d3a9 --- /dev/null +++ b/usr.sbin/httpd/htdocs/manual/programs/index.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> + <head> + <title>Apache HTTP Server and Supporting Programs</title> + </head> + + <!-- Background white, links blue (unvisited), navy (visited), red (active) --> + <body + bgcolor="#ffffff" + text="#000000" + link="#0000ff" + vlink="#000080" + alink="#ff0000" + > + <DIV ALIGN="CENTER"> + <IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]"> + <H3> + Apache HTTP Server Version 1.3 + </H3> +</DIV> + + + + <h1 align="center">Server and Supporting Programs</h1> + +<p>This page documents all the executable programs included with the +Apache HTTP Server.</p> + +<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="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> + +</dl> + + + <HR> + +<H3 ALIGN="CENTER"> + Apache HTTP Server Version 1.3 +</H3> + +<A HREF="./"><IMG SRC="../images/index.gif" ALT="Index"></A> +<A HREF="../"><IMG SRC="../images/home.gif" ALT="Home"></A> + + </body> +</html> |