Moved apache code into a folder to help prepare for packaging where we dont want...
[httpd-crcsyncproxy.git] / apache / support / README
blob020a6bcfcda455db37e776c45173b842aca5609c
1 Support files:
3 ab
4         ABuse your server with this benchmarker. Rudimentary
5         command line testing tool.
7 apachectl
8         Apache run-time Control script. To facilitate the
9         administrator and/or your rc.d scripts to control the 
10         functioning of the Apache httpd daemon.
12 apxs
13         APache eXtenSion tool. Eases building and installing
14         DSO style modules.
16 dbmmanage
17         Create and update user authentication files in the faster
18         DBM format used by mod_auth_db.
20 htcacheclean
21     Keep the size of mod_disk_cache store within a certain limit.
23 htdigest
24         Create and update user authentication files used in
25         DIGEST authentification. See mod_auth_digest.
27 htpasswd 
28         Create and update user authentication files used in
29         BASIC authentification. I.e. the htpasswd files.
30         See mod_auth.
32 httpd.8
33         General apache man page.
35 log_server_status
36         This script is designed to be run at a frequent interval by something
37         like cron.  It connects to the server and downloads the status
38         information.  It reformats the information to a single line and logs
39         it to a file. 
41 logresolve
42         resolve hostnames for IP-adresses in Apache logfiles
44 phf_abuse_log.cgi
45         This script can be used to detect people trying to abuse an ancient
46         and long plugged security hole which existed in a CGI script distributed
47         with Apache 1.0.3 and earlier versions.
49 rotatelogs
50         rotate Apache logs without having to kill the server.
52 split-logfile
53         This script will take a combined virtual hosts access
54         log file and break its contents into separate files.
56 suexec
57         Switch User For Exec. Used internally by apache, 
58         see  the  document  `Apache  suEXEC  Support'
59         under http://www.apache.org/docs/suexec.html .
61 SHA1
62         This directory includes some utilities to allow Apache 1.3.6 to 
63         recognize passwords in SHA1 format, as used by Netscape web 
64         servers. It is not installed by default.