From: Rich Bowen Date: Fri, 8 May 2026 15:07:45 +0000 (+0000) Subject: Fixes XML errors. Rebuild man pages X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7091b345c60990fe7e06658b1030821443df9c2;p=thirdparty%2Fapache%2Fhttpd.git Fixes XML errors. Rebuild man pages git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933949 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/man/apachectl.8 b/docs/man/apachectl.8 index 47d3cbad26..0540fb02a0 100644 --- a/docs/man/apachectl.8 +++ b/docs/man/apachectl.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "APACHECTL" 8 "2026-04-30" "Apache HTTP Server" "apachectl" +.TH "APACHECTL" 8 "2026-05-08" "Apache HTTP Server" "apachectl" .SH NAME apachectl \- Apache HTTP Server Control Interface @@ -93,3 +93,16 @@ The following option was available in earlier versions but has been removed\&. \fBstartssl\fR To start \fBhttpd\fR with SSL support, you should edit your configuration file to include the relevant directives and then use the normal \fBapachectl start\fR\&. +.SH "FILES" + +.PP +The default paths listed below may be changed at compile time\&. Consult your local installation for the actual locations\&. + + +.TP +\fB/usr/local/apache2/bin/envvars\fR +Environment variable settings sourced at startup\&. +.TP +\fB/usr/local/apache2/bin/httpd\fR +The httpd binary invoked by apachectl\&. + diff --git a/docs/man/htcacheclean.8 b/docs/man/htcacheclean.8 index 213f3df136..1f2215c272 100644 --- a/docs/man/htcacheclean.8 +++ b/docs/man/htcacheclean.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "HTCACHECLEAN" 8 "2026-04-30" "Apache HTTP Server" "htcacheclean" +.TH "HTCACHECLEAN" 8 "2026-05-08" "Apache HTTP Server" "htcacheclean" .SH NAME htcacheclean \- Clean up the disk cache @@ -144,3 +144,13 @@ If 1, the entry contains a cached HEAD request with no body, 0 otherwise\&. .PP \fBhtcacheclean\fR returns a zero status ("true") if all operations were successful, \fB1\fR otherwise\&. If an URL is specified, and the URL was cached and successfully removed, \fB0\fR is returned, \fB2\fR otherwise\&. If an error occurred during URL removal, \fB1\fR is returned\&. +.SH "FILES" + +.PP +The cache root directory is specified as an argument on the command line and should match the \fBCacheRoot\fR directive in the server configuration\&. + + +.TP +\fIpath\fR +The root directory of the disk cache to be cleaned\&. + diff --git a/docs/man/htdbm.1 b/docs/man/htdbm.1 index a796a3003f..a8050da93f 100644 --- a/docs/man/htdbm.1 +++ b/docs/man/htdbm.1 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "HTDBM" 1 "2026-04-30" "Apache HTTP Server" "htdbm" +.TH "HTDBM" 1 "2026-05-08" "Apache HTTP Server" "htdbm" .SH NAME htdbm \- Manipulate DBM password databases @@ -199,3 +199,13 @@ The MD5 algorithm used by \fBhtdbm\fR is specific to the Apache software; passwo .PP Usernames are limited to \fB255\fR bytes and may not include the character \fB:\fR\&. +.SH "FILES" + +.PP +The DBM password file path is specified as an argument on the command line and may be located anywhere on the filesystem\&. + + +.TP +\fIfilename\fR +The DBM format file containing usernames and passwords\&. + diff --git a/docs/man/htdigest.1 b/docs/man/htdigest.1 index 6fceac11d1..ff3f2b9f60 100644 --- a/docs/man/htdigest.1 +++ b/docs/man/htdigest.1 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "HTDIGEST" 1 "2026-04-30" "Apache HTTP Server" "htdigest" +.TH "HTDIGEST" 1 "2026-05-08" "Apache HTTP Server" "htdigest" .SH NAME htdigest \- manage user files for digest authentication @@ -60,3 +60,13 @@ The user name to create or update in \fIpasswdfile\fR\&. If \fIusername\fR does .PP This program is not safe as a setuid executable\&. Do \fInot\fR make it setuid\&. +.SH "FILES" + +.PP +The digest authentication file path is specified as an argument on the command line and may be located anywhere on the filesystem\&. + + +.TP +\fIpasswdfile\fR +The flat-file containing usernames, realms, and password hashes\&. + diff --git a/docs/man/htpasswd.1 b/docs/man/htpasswd.1 index ad0d2bc8dd..207312598c 100644 --- a/docs/man/htpasswd.1 +++ b/docs/man/htpasswd.1 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "HTPASSWD" 1 "2026-04-30" "Apache HTTP Server" "htpasswd" +.TH "HTPASSWD" 1 "2026-05-08" "Apache HTTP Server" "htpasswd" .SH NAME htpasswd \- Manage user files for basic authentication @@ -183,3 +183,13 @@ Usernames are limited to \fB255\fR bytes and may not include the character \fB:\ .PP The cost of computing a bcrypt password hash value increases with the number of rounds specified by the \fB-C\fR option\&. The \fBapr-util\fR library enforces a maximum number of rounds of 17 in version \fB1\&.6\&.0\fR and later\&. +.SH "FILES" + +.PP +The password file path is specified as an argument on the command line and may be located anywhere on the filesystem\&. + + +.TP +\fIpasswdfile\fR +The flat-file containing usernames and passwords\&. May contain empty lines and comment lines beginning with the hash character (\fB#\fR)\&. + diff --git a/docs/man/httpd.8 b/docs/man/httpd.8 index d508bcdc6c..bf3e0d4f31 100644 --- a/docs/man/httpd.8 +++ b/docs/man/httpd.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "HTTPD" 8 "2026-04-30" "Apache HTTP Server" "httpd" +.TH "HTTPD" 8 "2026-05-08" "Apache HTTP Server" "httpd" .SH NAME httpd \- Apache Hypertext Transfer Protocol Server @@ -136,3 +136,25 @@ print details of all loaded modules in a structured (TOML) format\&. \fI-D DUMP_CERTS\fR If mod_ssl is loaded, print details of configured SSL/TLS certificates\&. +.SH "FILES" + +.PP +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\&. + + +.TP +\fB/usr/local/apache2/conf/httpd\&.conf\fR +Main server configuration file\&. +.TP +\fB/usr/local/apache2/conf/mime\&.types\fR +Default MIME type mappings\&. +.TP +\fB/usr/local/apache2/logs/error_log\fR +Error log file\&. +.TP +\fB/usr/local/apache2/logs/access_log\fR +Access log file\&. +.TP +\fB/usr/local/apache2/logs/httpd\&.pid\fR +File containing the process ID of the running daemon\&. + diff --git a/docs/manual/programs/apachectl.html.en.utf8 b/docs/manual/programs/apachectl.html.en.utf8 index 4ff9659d80..4beb1f1ebc 100644 --- a/docs/manual/programs/apachectl.html.en.utf8 +++ b/docs/manual/programs/apachectl.html.en.utf8 @@ -55,6 +55,7 @@

See also

top
@@ -155,6 +156,21 @@ use the normal apachectl start. +
top
+
+

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.
+
+

Available Languages:  en  | diff --git a/docs/manual/programs/apachectl.html.fr.utf8 b/docs/manual/programs/apachectl.html.fr.utf8 index 403f65a595..4ab3375575 100644 --- a/docs/manual/programs/apachectl.html.fr.utf8 +++ b/docs/manual/programs/apachectl.html.fr.utf8 @@ -30,6 +30,8 @@  ko  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

apachectl est un frontal pour le serveur HTTP Apache. Il a été conçu pour aider l'administrateur à contrôler le diff --git a/docs/manual/programs/apachectl.xml b/docs/manual/programs/apachectl.xml index 658e937c0e..5feeddf611 100644 --- a/docs/manual/programs/apachectl.xml +++ b/docs/manual/programs/apachectl.xml @@ -157,8 +157,8 @@ 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. +

The default paths listed below may be changed at compile time. +Consult your local installation for the actual locations.

/usr/local/apache2/bin/envvars
diff --git a/docs/manual/programs/apachectl.xml.fr b/docs/manual/programs/apachectl.xml.fr index afc6fdba09..615ddca07a 100644 --- a/docs/manual/programs/apachectl.xml.fr +++ b/docs/manual/programs/apachectl.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/programs/apachectl.xml.ko b/docs/manual/programs/apachectl.xml.ko index 71cbf5050d..02dab098c0 100644 --- a/docs/manual/programs/apachectl.xml.ko +++ b/docs/manual/programs/apachectl.xml.ko @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/programs/htcacheclean.xml.ko b/docs/manual/programs/htcacheclean.xml.ko index 2245b61ad9..08d7d497c6 100644 --- a/docs/manual/programs/htcacheclean.xml.ko +++ b/docs/manual/programs/htcacheclean.xml.ko @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/programs/htdbm.xml.meta b/docs/manual/programs/htdbm.xml.meta index 457032c050..f313589693 100644 --- a/docs/manual/programs/htdbm.xml.meta +++ b/docs/manual/programs/htdbm.xml.meta @@ -8,7 +8,7 @@ en - fr + fr tr diff --git a/docs/manual/programs/htdbm.xml.tr b/docs/manual/programs/htdbm.xml.tr index fa1c337704..2cf945aef3 100644 --- a/docs/manual/programs/htdbm.xml.tr +++ b/docs/manual/programs/htdbm.xml.tr @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/programs/htdigest.xml.ko b/docs/manual/programs/htdigest.xml.ko index ef38d55084..95f31442ce 100644 --- a/docs/manual/programs/htdigest.xml.ko +++ b/docs/manual/programs/htdigest.xml.ko @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/programs/htpasswd.xml.ko b/docs/manual/programs/htpasswd.xml.ko index fae98b00c3..698fd953b7 100644 --- a/docs/manual/programs/htpasswd.xml.ko +++ b/docs/manual/programs/htpasswd.xml.ko @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/programs/httpd.xml.ko b/docs/manual/programs/httpd.xml.ko index c196dbac41..e61231c672 100644 --- a/docs/manual/programs/httpd.xml.ko +++ b/docs/manual/programs/httpd.xml.ko @@ -1,7 +1,7 @@ - + +