From: Rich Bowen Date: Fri, 8 May 2026 14:59:57 +0000 (+0000) Subject: docs: Add FILES section to program man pages per man-pages(7) convention. Paths are... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2eb1b068ab63af983a75711b93a799a1fa99fc24;p=thirdparty%2Fapache%2Fhttpd.git docs: Add FILES section to program man pages per man-pages(7) convention. Paths are noted as configurable defaults. (Bug 58132) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933945 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/apachectl.xml b/docs/manual/programs/apachectl.xml index da09e01de8..658e937c0e 100644 --- a/docs/manual/programs/apachectl.xml +++ b/docs/manual/programs/apachectl.xml @@ -155,4 +155,19 @@ use the normal apachectl start. +
Files + +The default paths listed below may be changed at compile time. +Consult your local installation for the actual locations. + +
+
/usr/local/apache2/bin/envvars
+
Environment variable settings sourced at startup.
+ +
/usr/local/apache2/bin/httpd
+
The httpd binary invoked by apachectl.
+
+ +
+ diff --git a/docs/manual/programs/htcacheclean.xml b/docs/manual/programs/htcacheclean.xml index 295ef2fa4b..c76cae8600 100644 --- a/docs/manual/programs/htcacheclean.xml +++ b/docs/manual/programs/htcacheclean.xml @@ -209,4 +209,17 @@ occurred during URL removal, 1 is returned.

+
Files + +The cache root directory is specified as an argument on the command line +and should match the CacheRoot directive in the server +configuration. + +
+
path
+
The root directory of the disk cache to be cleaned.
+
+ +
+ diff --git a/docs/manual/programs/htdbm.xml b/docs/manual/programs/htdbm.xml index 4a679fcbd6..f5f288306a 100644 --- a/docs/manual/programs/htdbm.xml +++ b/docs/manual/programs/htdbm.xml @@ -323,4 +323,16 @@ character :.

+
Files + +The DBM password file path is specified as an argument on the command +line and may be located anywhere on the filesystem. + +
+
filename
+
The DBM format file containing usernames and passwords.
+
+ +
+ diff --git a/docs/manual/programs/htdigest.xml b/docs/manual/programs/htdigest.xml index 8b189e41f2..dc44e859ee 100644 --- a/docs/manual/programs/htdigest.xml +++ b/docs/manual/programs/htdigest.xml @@ -73,4 +73,16 @@ setuid.

+
Files + +The digest authentication file path is specified as an argument on the +command line and may be located anywhere on the filesystem. + +
+
passwdfile
+
The flat-file containing usernames, realms, and password hashes.
+
+ +
+ diff --git a/docs/manual/programs/htpasswd.xml b/docs/manual/programs/htpasswd.xml index 09a39da17f..f2ab5c0af3 100644 --- a/docs/manual/programs/htpasswd.xml +++ b/docs/manual/programs/htpasswd.xml @@ -301,4 +301,18 @@ distribution. rounds of 17 in version 1.6.0 and later.

+
Files + +The password file path is specified as an argument on the command line +and may be located anywhere on the filesystem. + +
+
passwdfile
+
The flat-file containing usernames and passwords. +May contain empty lines and comment lines beginning with the hash +character (#).
+
+ +
+ diff --git a/docs/manual/programs/httpd.xml b/docs/manual/programs/httpd.xml index 77d93c0134..5115e7b4e1 100644 --- a/docs/manual/programs/httpd.xml +++ b/docs/manual/programs/httpd.xml @@ -219,4 +219,29 @@ information about the configuration:

+
Files + +The default paths listed below may be changed at compile time or with +various command-line and configuration directives. Consult your local +installation for the actual locations. + +
+
/usr/local/apache2/conf/httpd.conf
+
Main server configuration file.
+ +
/usr/local/apache2/conf/mime.types
+
Default MIME type mappings.
+ +
/usr/local/apache2/logs/error_log
+
Error log file.
+ +
/usr/local/apache2/logs/access_log
+
Access log file.
+ +
/usr/local/apache2/logs/httpd.pid
+
File containing the process ID of the running daemon.
+
+ +
+