]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixes XML errors. Rebuild man pages
authorRich Bowen <rbowen@apache.org>
Fri, 8 May 2026 15:07:45 +0000 (15:07 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 8 May 2026 15:07:45 +0000 (15:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933949 13f79535-47bb-0310-9956-ffa450edef68

45 files changed:
docs/man/apachectl.8
docs/man/htcacheclean.8
docs/man/htdbm.1
docs/man/htdigest.1
docs/man/htpasswd.1
docs/man/httpd.8
docs/manual/programs/apachectl.html.en.utf8
docs/manual/programs/apachectl.html.fr.utf8
docs/manual/programs/apachectl.xml
docs/manual/programs/apachectl.xml.fr
docs/manual/programs/apachectl.xml.ko
docs/manual/programs/apachectl.xml.meta
docs/manual/programs/apachectl.xml.tr
docs/manual/programs/htcacheclean.html.en.utf8
docs/manual/programs/htcacheclean.html.fr.utf8
docs/manual/programs/htcacheclean.xml
docs/manual/programs/htcacheclean.xml.fr
docs/manual/programs/htcacheclean.xml.ko
docs/manual/programs/htcacheclean.xml.meta
docs/manual/programs/htcacheclean.xml.tr
docs/manual/programs/htdbm.html.en.utf8
docs/manual/programs/htdbm.html.fr.utf8
docs/manual/programs/htdbm.xml
docs/manual/programs/htdbm.xml.fr
docs/manual/programs/htdbm.xml.meta
docs/manual/programs/htdbm.xml.tr
docs/manual/programs/htdigest.html.en.utf8
docs/manual/programs/htdigest.xml
docs/manual/programs/htdigest.xml.fr
docs/manual/programs/htdigest.xml.ko
docs/manual/programs/htdigest.xml.tr
docs/manual/programs/htpasswd.html.en.utf8
docs/manual/programs/htpasswd.html.fr.utf8
docs/manual/programs/htpasswd.xml
docs/manual/programs/htpasswd.xml.fr
docs/manual/programs/htpasswd.xml.ko
docs/manual/programs/htpasswd.xml.meta
docs/manual/programs/htpasswd.xml.tr
docs/manual/programs/httpd.html.en.utf8
docs/manual/programs/httpd.html.fr.utf8
docs/manual/programs/httpd.xml
docs/manual/programs/httpd.xml.fr
docs/manual/programs/httpd.xml.ko
docs/manual/programs/httpd.xml.meta
docs/manual/programs/httpd.xml.tr

index 47d3cbad26b25fd39b1dc990dba824c066160d91..0540fb02a0e287a1a94c433d076ce03181d8f640 100644 (file)
@@ -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\&.  
index 213f3df136a2a89bd96c7ac297a6d33f125d509d..1f2215c2729ef591fd21e8c80fcc2c852005ebe4 100644 (file)
@@ -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\&.  
index a796a3003f875ccfe347730c0e3c4a9575dbf6b7..a8050da93fe2f716e418becc82ee8e9bbf84d6f9 100644 (file)
@@ -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\&.  
index 6fceac11d1302f596d659e68d027338824ed9786..ff3f2b9f60285583fcf24d52958c13b29db6de4d 100644 (file)
@@ -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\&.  
index ad0d2bc8dda8b570f6f7c6da7d29e792e4c58fa2..207312598c18eaee99798a9762a922ab83c1277b 100644 (file)
@@ -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)\&.  
index d508bcdc6c67c79fd8ae85d9c5d89b59fb0e0327..bf3e0d4f3120c675be1f558223bfa0c4786e89b7 100644 (file)
@@ -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\&.  
index 4ff9659d80915a9452b44acae9db28e0221e10d4..4beb1f1ebcc8937f546386dbd76feb216ea86de4 100644 (file)
@@ -55,6 +55,7 @@
 </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#options">Options</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#files">Files</a></li>
 </ul><h3>See also</h3><ul class="seealso"><li><a href="../invoking.html">Starting Apache</a></li><li><a href="../stopping.html">Stopping Apache</a></li><li><a href="../configuring.html">Configuration Files</a></li><li><a href="../platform/">Platform Docs</a></li><li><code class="program"><a href="../programs/httpd.html">httpd</a></code></li><li><a href="#comments_section">Comments</a></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
@@ -155,6 +156,21 @@ use the normal <code>apachectl start</code>.</dd>
 
 </dl>
 
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="files" id="files">Files</a> <a title="Permanent link" href="#files" class="permalink">&para;</a></h2>
+
+<p>The default paths listed below may be changed at compile time.
+Consult your local installation for the actual locations.</p>
+
+<dl>
+<dt><code>/usr/local/apache2/bin/envvars</code></dt>
+<dd>Environment variable settings sourced at startup.</dd>
+
+<dt><code>/usr/local/apache2/bin/httpd</code></dt>
+<dd>The httpd binary invoked by apachectl.</dd>
+</dl>
+
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/programs/apachectl.html" title="English">&nbsp;en&nbsp;</a> |
index 403f65a5952f59ab99e8c2456679b928efb23d53..4ab3375575bea0c6a5caaf3cd0a9270fd48dc708 100644 (file)
@@ -30,6 +30,8 @@
 <a href="../ko/programs/apachectl.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/apachectl.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
      <p><code class="program"><a href="../programs/apachectl.html">apachectl</a></code> est un frontal pour le serveur HTTP
      Apache. Il a été conçu pour aider l'administrateur à contrôler le
index 658e937c0e0f5a834e3292019261276583b6c7d6..5feeddf611e60220ab0c2e908a4ec77c5046e349 100644 (file)
@@ -157,8 +157,8 @@ use the normal <code>apachectl start</code>.</dd>
 
 <section id="files"><title>Files</title>
 
-<note>The default paths listed below may be changed at compile time.
-Consult your local installation for the actual locations.</note>
+<p>The default paths listed below may be changed at compile time.
+Consult your local installation for the actual locations.</p>
 
 <dl>
 <dt><code>/usr/local/apache2/bin/envvars</code></dt>
index afc6fdba09486bfc91f7dd0362ec54c48d72cb01..615ddca07abebb3436d214b2271deeccc46d12a2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1933136 -->
+<!-- English Revision: 1933136:1933945 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 71cbf5050d3405315fc189cd868523f536a0b3d3..02dab098c0ec1bacca2153e57bb88cf474089ca2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1933136 (outdated) -->
+<!-- English Revision: 105989:1933945 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 431b3e2d0618393a23a017eceafcfcf6d7617b83..7d5826321abeb8aaef281529cf21a24c45f23066 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index 3796717a8619061a1f97127459676cdfcf617333..d80ecab4afeee409e118691c18bc9e59a72e4f59 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1174747:1933136 (outdated) -->
+<!-- English Revision: 1174747:1933945 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index f26b7fa9657fa4cdbd46aefc0a5b9764510089e2..94f695463a8e4842339eb066d363391f6fbb0c5f 100644 (file)
@@ -44,6 +44,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#delete">Deleting a specific URL</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#list">Listing URLs in the Cache</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#exit">Exit Status</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#files">Files</a></li>
 </ul><h3>See also</h3><ul class="seealso"><li><code class="module"><a href="../mod/mod_cache_disk.html">mod_cache_disk</a></code></li><li><a href="#comments_section">Comments</a></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
     specified, and the URL was cached and successfully removed,
     <code>0</code> is returned, <code>2</code> otherwise. If an error
     occurred during URL removal, <code>1</code> is returned.</p>
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="files" id="files">Files</a> <a title="Permanent link" href="#files" class="permalink">&para;</a></h2>
+
+<p>The cache root directory is specified as an argument on the command line
+and should match the <code>CacheRoot</code> directive in the server
+configuration.</p>
+
+<dl>
+<dt><var>path</var></dt>
+<dd>The root directory of the disk cache to be cleaned.</dd>
+</dl>
+
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/programs/htcacheclean.html" title="English">&nbsp;en&nbsp;</a> |
index a0812cb4780cc0175cbec9b0c557708bc4aa2d2e..ee374456fc5911aea7e428f1ba4670c6ff7d0f05 100644 (file)
@@ -28,6 +28,8 @@
 <a href="../ko/programs/htcacheclean.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/htcacheclean.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
     <p><code class="program"><a href="../programs/htcacheclean.html">htcacheclean</a></code> permet de maintenir la taille de
     l'espace de stockage réservé à <code class="module"><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code> en
index c76cae86003ee06212c869bc5eadca53554dce4f..14bbb7829f8529e5d1ae60f7493ba46c418e9197 100644 (file)
 
 <section id="files"><title>Files</title>
 
-<note>The cache root directory is specified as an argument on the command line
+<p>The cache root directory is specified as an argument on the command line
 and should match the <code>CacheRoot</code> directive in the server
-configuration.</note>
+configuration.</p>
 
 <dl>
 <dt><var>path</var></dt>
index 9e994cb9e47f6d9df6e7724a85128c15b5fe32b0..13af05320416a40c72cb8507e6571862b5c30c57 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1933179 -->
+<!-- English Revision: 1933179:1933945 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 2245b61ad9537f458025857be461e58eb884d03a..08d7d497c6c3739d516bbbd952d9a656a3df5f0a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105711:1933179 (outdated) -->
+<!-- English Revision: 105711:1933945 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 0ec2b833ccba4e860e3590fa7efa1d72b46c49ea..eaf062aca83399e37059a3f3d6603c8a7980f6ef 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index 93d38de18afa4b970b1e67e47bd69b6779cabeb1..b5efe59fd98ef3a3a35af73f37dcc7bc7994aab6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1174747:1933179 (outdated) -->
+<!-- English Revision: 1174747:1933945 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index b7680b85e1dcc46877d37db75af37027e53ab310..d56a8dc497a757895c35f0785858915163ab66c7 100644 (file)
@@ -40,6 +40,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#examples">Examples</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#security">Security Considerations</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#restrictions">Restrictions</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#files">Files</a></li>
 </ul><h3>See also</h3><ul class="seealso"><li><code class="program"><a href="../programs/httpd.html">httpd</a></code></li><li><code class="program"><a href="../programs/dbmmanage.html">dbmmanage</a></code></li><li><code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code></li><li><a href="#comments_section">Comments</a></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 
     <p>Usernames are limited to <code>255</code> bytes and may not include the
     character <code>:</code>.</p>
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="files" id="files">Files</a> <a title="Permanent link" href="#files" class="permalink">&para;</a></h2>
+
+<p>The DBM password file path is specified as an argument on the command
+line and may be located anywhere on the filesystem.</p>
+
+<dl>
+<dt><var>filename</var></dt>
+<dd>The DBM format file containing usernames and passwords.</dd>
+</dl>
+
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/programs/htdbm.html" title="English">&nbsp;en&nbsp;</a> |
index 18ac1616d2f577849421bf175e318b6590759d86..bde1544ae582db0ff64570aff38d77230c733268 100644 (file)
@@ -29,6 +29,8 @@ passe</h1>
 <a href="../fr/programs/htdbm.html" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../tr/programs/htdbm.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
     <p><code class="program"><a href="../programs/htdbm.html">htdbm</a></code> permet de manipuler des fichiers au format DBM
     ou sont stockés des nom d'utilisateurs et mots de passe à des fins
index f5f288306a2ea769657ca94111f51b0bfc0840ef..36292a714b4a1d1fbe318026540e7df5366f731c 100644 (file)
 
 <section id="files"><title>Files</title>
 
-<note>The DBM password file path is specified as an argument on the command
-line and may be located anywhere on the filesystem.</note>
+<p>The DBM password file path is specified as an argument on the command
+line and may be located anywhere on the filesystem.</p>
 
 <dl>
 <dt><var>filename</var></dt>
index 9d8a03908d55a54fa36513b45b2ca2beae9e1ffc..c0e4b57bd581fd624287293f8be690d56eb5b35f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1933136 -->
+<!-- English Revision: 1933136:1933945 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 457032c050487d6813a8c97c8f0c5eb0667db1af..f31358969357412c2b3c70e92abb41adf52606a6 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index fa1c337704cac5c9dbc300cd22e6cda132697a6b..2cf945aef3c1c5e308f3788769447be3a8b76729 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 758944:1933136 (outdated) -->
+<!-- English Revision: 758944:1933945 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 75623238d9205650fd215024862573e8a8b0cb8f..99b6c0d97bee7af5efe806b053977e69bde1e5ed 100644 (file)
@@ -43,6 +43,7 @@
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#options">Options</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#security">Security Considerations</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#files">Files</a></li>
 </ul><h3>See also</h3><ul class="seealso"><li><code class="program"><a href="../programs/httpd.html">httpd</a></code></li><li><code class="module"><a href="../mod/mod_auth_digest.html">mod_auth_digest</a></code></li><li><a href="#comments_section">Comments</a></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="security" id="security">Security Considerations</a> <a title="Permanent link" href="#security" class="permalink">&para;</a></h2>
     <p>This program is not safe as a setuid executable. Do <em>not</em> make it
     setuid.</p>
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="files" id="files">Files</a> <a title="Permanent link" href="#files" class="permalink">&para;</a></h2>
+
+<p>The digest authentication file path is specified as an argument on the
+command line and may be located anywhere on the filesystem.</p>
+
+<dl>
+<dt><var>passwdfile</var></dt>
+<dd>The flat-file containing usernames, realms, and password hashes.</dd>
+</dl>
+
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/programs/htdigest.html" title="English">&nbsp;en&nbsp;</a> |
index dc44e859ee56232e30e9b3a8a4ad7a38c1a1af87..aceffc84f9a72d9c74a2282b01b7c11fb2ba36e2 100644 (file)
@@ -75,8 +75,8 @@
 
 <section id="files"><title>Files</title>
 
-<note>The digest authentication file path is specified as an argument on the
-command line and may be located anywhere on the filesystem.</note>
+<p>The digest authentication file path is specified as an argument on the
+command line and may be located anywhere on the filesystem.</p>
 
 <dl>
 <dt><var>passwdfile</var></dt>
index 05b8da720b9bb9822fd402f544741861fb1012cd..122d87593bffce9d32738bbc58980ec1d1f70857 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1933136:1933506 (outdated) -->
+<!-- English Revision: 1933136:1933945 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index ef38d55084dea2083d150883775a41a03d9e9b00..95f31442ce84eb41806758b8c5b41da93cdd3785 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1933506 (outdated) -->
+<!-- English Revision: 105989:1933945 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e89d04dbd4287ab5504d65654b50f37e0cb053bf..2952d68404b33a25b8e66119c1fbc89bc2d77073 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 487904:1933506 (outdated) -->
+<!-- English Revision: 487904:1933945 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index b5b07e2298964af27309a112d89d8bda6b811298..01dda82abf5d905ad7c3d831405fcaa0c576eae8 100644 (file)
@@ -62,6 +62,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#examples">Examples</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#security">Security Considerations</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#restrictions">Restrictions</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#files">Files</a></li>
 </ul><h3>See also</h3><ul class="seealso"><li><code class="program"><a href="../programs/httpd.html">httpd</a></code></li><li><code class="program"><a href="../programs/htdbm.html">htdbm</a></code></li><li>The scripts in support/SHA1 which come with the
 distribution.</li><li><a href="#comments_section">Comments</a></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -305,6 +306,20 @@ distribution.</li><li><a href="#comments_section">Comments</a></li></ul></div>
     with the number of rounds specified by the <code>-C</code> option.
     The <code>apr-util</code> library enforces a maximum number of
     rounds of 17 in version <code>1.6.0</code> and later.</p>
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="files" id="files">Files</a> <a title="Permanent link" href="#files" class="permalink">&para;</a></h2>
+
+<p>The password file path is specified as an argument on the command line
+and may be located anywhere on the filesystem.</p>
+
+<dl>
+<dt><var>passwdfile</var></dt>
+<dd>The flat-file containing usernames and passwords.
+May contain empty lines and comment lines beginning with the hash
+character (<code>#</code>).</dd>
+</dl>
+
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/programs/htpasswd.html" title="English">&nbsp;en&nbsp;</a> |
index e6adda4990a19cc2b4135f61269632cb19bf1f7d..8a5160855cf2f434485b24faaac1c6e78cab7a32 100644 (file)
@@ -30,6 +30,8 @@ l'authentification de base</h1>
 <a href="../ko/programs/htpasswd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/htpasswd.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
     <p><code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code> permet de créer et de maintenir les
     fichiers textes où sont stockés les noms d'utilisateurs et mots de
index f2ab5c0af373b491e5564b278a0e7dec4bb1e730..d1805fa2ba4a517c03a198c432918b56de145f6d 100644 (file)
@@ -303,8 +303,8 @@ distribution.</seealso>
 
 <section id="files"><title>Files</title>
 
-<note>The password file path is specified as an argument on the command line
-and may be located anywhere on the filesystem.</note>
+<p>The password file path is specified as an argument on the command line
+and may be located anywhere on the filesystem.</p>
 
 <dl>
 <dt><var>passwdfile</var></dt>
index 41cc132489f38e25a5abad315e251ff4dd3af66a..29785ab7700fca91a92f253913501b1e23043139 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1933136 -->
+<!-- English Revision: 1933136:1933945 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index fae98b00c38ac0568481cc7e6d249c7dc298c6ca..698fd953b7720b8c58906d1d9e148c70b09a50ca 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1933136 (outdated) -->
+<!-- English Revision: 105989:1933945 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 92871292ad6005a864193f152443ccf080deb01d..33c9a1508ae49f263d3374215273b9405191907c 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index ef3db40a8f6057fd8048161fe017e01c3b4f9b96..92ee24e16c310ff44e9dab0f860d1adf8d8cc85d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1174747:1933136 (outdated) -->
+<!-- English Revision: 1174747:1933945 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 3064da4694fff6f9db4b5bf59e6cc8f9aac2458f..cee787203cf65f37379a7a105d6f04a3dca0289f 100644 (file)
@@ -42,6 +42,7 @@
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#options">Options</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#dumpconf">Dumping configuration data</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#files">Files</a></li>
 </ul><h3>See also</h3><ul class="seealso"><li><a href="../invoking.html">Starting Apache httpd</a></li><li><a href="../stopping.html">Stopping Apache httpd</a></li><li><a href="../configuring.html">Configuration Files</a></li><li><a href="../platform/">Platform-specific Documentation</a></li><li><code class="program"><a href="../programs/apachectl.html">apachectl</a></code></li><li><a href="#comments_section">Comments</a></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
@@ -213,6 +214,31 @@ information about the configuration:</p>
   <dd>If <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> is loaded, print details of
   configured SSL/TLS certificates.</dd>
 </dl>
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="files" id="files">Files</a> <a title="Permanent link" href="#files" class="permalink">&para;</a></h2>
+
+<p>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.</p>
+
+<dl>
+<dt><code>/usr/local/apache2/conf/httpd.conf</code></dt>
+<dd>Main server configuration file.</dd>
+
+<dt><code>/usr/local/apache2/conf/mime.types</code></dt>
+<dd>Default MIME type mappings.</dd>
+
+<dt><code>/usr/local/apache2/logs/error_log</code></dt>
+<dd>Error log file.</dd>
+
+<dt><code>/usr/local/apache2/logs/access_log</code></dt>
+<dd>Access log file.</dd>
+
+<dt><code>/usr/local/apache2/logs/httpd.pid</code></dt>
+<dd>File containing the process ID of the running daemon.</dd>
+</dl>
+
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/programs/httpd.html" title="English">&nbsp;en&nbsp;</a> |
index e3edd63c559be0dd85bb8dbceeea4c739ef9706e..588d9f54ee94e74eef8c976b28964d2c6df4b36b 100644 (file)
@@ -28,6 +28,8 @@
 <a href="../ko/programs/httpd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/httpd.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
      <p><code class="program"><a href="../programs/httpd.html">httpd</a></code> est le programme du serveur HTTP d'Apache. Il
      a été conçu pour fonctionner sous forme de processus démon
index 5115e7b4e1c213598302bc31333bb8250f732939..c35c4be445af03b1e328ea34394e451e4688ec5b 100644 (file)
@@ -221,9 +221,9 @@ information about the configuration:</p>
 
 <section id="files"><title>Files</title>
 
-<note>The default paths listed below may be changed at compile time or with
+<p>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.</note>
+installation for the actual locations.</p>
 
 <dl>
 <dt><code>/usr/local/apache2/conf/httpd.conf</code></dt>
index cd0d99ec4921106be7a6a5351ebe91f43aba59e1..1624bc6cfce5819ea7a9b2b2009feadce166ca3f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1933136 -->
+<!-- English Revision: 1933136:1933945 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index c196dbac418b761fc3b2b1b7c0f12944aa1417a4..e61231c672dd695f6c0658bc54b780538125c6b6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1933136 (outdated) -->
+<!-- English Revision: 105989:1933945 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index d3e53abd404f156e43a05e47f18ce45758c2e20c..b5a9336fe00f70eb9122f3549480d00d7ce52cea 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index 82c2b456d8407340b2f7ef95a0311450d0366f9f..85774ad3a8ebb0a4817a6991fa557c695bb1b878 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1242483:1933136 (outdated) -->
+<!-- English Revision: 1242483:1933945 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>