cve-2024-38477/httpd-2.4.59/support
2025-06-05 15:09:30 +02:00
..
SHA1 First commit 2025-06-05 15:09:30 +02:00
win32 First commit 2025-06-05 15:09:30 +02:00
.indent.pro First commit 2025-06-05 15:09:30 +02:00
ab.c First commit 2025-06-05 15:09:30 +02:00
ab.dsp First commit 2025-06-05 15:09:30 +02:00
abs.dsp First commit 2025-06-05 15:09:30 +02:00
apachectl.in First commit 2025-06-05 15:09:30 +02:00
apxs.in First commit 2025-06-05 15:09:30 +02:00
check_forensic First commit 2025-06-05 15:09:30 +02:00
checkgid.c First commit 2025-06-05 15:09:30 +02:00
config.m4 First commit 2025-06-05 15:09:30 +02:00
dbmmanage.in First commit 2025-06-05 15:09:30 +02:00
envvars-std.in First commit 2025-06-05 15:09:30 +02:00
fcgistarter.c First commit 2025-06-05 15:09:30 +02:00
fcgistarter.dsp First commit 2025-06-05 15:09:30 +02:00
htcacheclean.c First commit 2025-06-05 15:09:30 +02:00
htcacheclean.dsp First commit 2025-06-05 15:09:30 +02:00
htdbm.c First commit 2025-06-05 15:09:30 +02:00
htdbm.dsp First commit 2025-06-05 15:09:30 +02:00
htdigest.c First commit 2025-06-05 15:09:30 +02:00
htdigest.dsp First commit 2025-06-05 15:09:30 +02:00
htpasswd.c First commit 2025-06-05 15:09:30 +02:00
htpasswd.dsp First commit 2025-06-05 15:09:30 +02:00
httxt2dbm.c First commit 2025-06-05 15:09:30 +02:00
httxt2dbm.dsp First commit 2025-06-05 15:09:30 +02:00
list_hooks.pl First commit 2025-06-05 15:09:30 +02:00
log_server_status.in First commit 2025-06-05 15:09:30 +02:00
logresolve.c First commit 2025-06-05 15:09:30 +02:00
logresolve.dsp First commit 2025-06-05 15:09:30 +02:00
logresolve.pl.in First commit 2025-06-05 15:09:30 +02:00
Makefile.in First commit 2025-06-05 15:09:30 +02:00
NWGNUab First commit 2025-06-05 15:09:30 +02:00
NWGNUhtcacheclean First commit 2025-06-05 15:09:30 +02:00
NWGNUhtdbm First commit 2025-06-05 15:09:30 +02:00
NWGNUhtdigest First commit 2025-06-05 15:09:30 +02:00
NWGNUhtpasswd First commit 2025-06-05 15:09:30 +02:00
NWGNUhttxt2dbm First commit 2025-06-05 15:09:30 +02:00
NWGNUlogres First commit 2025-06-05 15:09:30 +02:00
NWGNUmakefile First commit 2025-06-05 15:09:30 +02:00
NWGNUrotlogs First commit 2025-06-05 15:09:30 +02:00
passwd_common.c First commit 2025-06-05 15:09:30 +02:00
passwd_common.h First commit 2025-06-05 15:09:30 +02:00
phf_abuse_log.cgi.in First commit 2025-06-05 15:09:30 +02:00
README First commit 2025-06-05 15:09:30 +02:00
rotatelogs.c First commit 2025-06-05 15:09:30 +02:00
rotatelogs.dsp First commit 2025-06-05 15:09:30 +02:00
split-logfile.in First commit 2025-06-05 15:09:30 +02:00
suexec.c First commit 2025-06-05 15:09:30 +02:00
suexec.h First commit 2025-06-05 15:09:30 +02:00

Support files:

ab
	ABuse your server with this benchmarker. Rudimentary
	command line testing tool.

apachectl
	Apache run-time Control script. To facilitate the
	administrator and/or your rc.d scripts to control the 
	functioning of the Apache httpd daemon.

apxs
	APache eXtenSion tool. Eases building and installing
	DSO style modules.

dbmmanage
	Create and update user authentication files in the faster
	DBM format used by mod_auth_db.

htcacheclean
    Keep the size of mod_cache_disk store within a certain limit.

htdigest
	Create and update user authentication files used in
	DIGEST authentification. See mod_auth_digest.

htpasswd 
	Create and update user authentication files used in
	BASIC authentification. I.e. the htpasswd files.
	See mod_auth.

httpd.8
	General apache man page.

log_server_status
	This script is designed to be run at a frequent interval by something
	like cron.  It connects to the server and downloads the status
	information.  It reformats the information to a single line and logs
	it to a file. 

logresolve
	resolve hostnames for IP-adresses in Apache logfiles

phf_abuse_log.cgi
	This script can be used to detect people trying to abuse an ancient
	and long plugged security hole which existed in a CGI script distributed
	with Apache 1.0.3 and earlier versions.

rotatelogs
	rotate Apache logs without having to kill the server.

split-logfile
	This script will take a combined virtual hosts access
	log file and break its contents into separate files.

suexec
	Switch User For Exec. Used internally by apache, 
        see  the  document  `Apache  suEXEC  Support'
	under http://www.apache.org/docs/suexec.html .

SHA1
	This directory includes some utilities to allow Apache 1.3.6 to 
	recognize passwords in SHA1 format, as used by Netscape web 
	servers. It is not installed by default.