Skip to content

Commit ba40745

Browse files
committed
rebuild html, meta files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933853 13f79535-47bb-0310-9956-ffa450edef68
1 parent ea06c6e commit ba40745

58 files changed

Lines changed: 113 additions & 73 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/man/rotatelogs.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
.el .ne 3
2020
.IP "\\$1" \\$2
2121
..
22-
.TH "ROTATELOGS" 8 "2026-04-30" "Apache HTTP Server" "rotatelogs"
22+
.TH "ROTATELOGS" 8 "2026-05-03" "Apache HTTP Server" "rotatelogs"
2323

2424
.SH NAME
2525
rotatelogs \- Piped logging program to rotate Apache logs
@@ -47,7 +47,7 @@ Causes the use of local time rather than GMT as the base for the interval or for
4747
.PP Causes a hard link to be made from the current logfile to the specified link name\&. This can be used to watch the log continuously across rotations using a command like \fBtail -F linkname\fR\&. .PP If the linkname is not an absolute path, it is relative to \fBrotatelogs\fR' working directory, which is the ServerRoot when \fBrotatelogs\fR is run by the server\&.
4848
.TP
4949
\fB-p\fR \fIprogram\fR
50-
.PP If given, \fBrotatelogs\fR will execute the specified program every time a new log file is opened\&. The filename of the newly opened file is passed as the first argument to the program\&. If executing after a rotation, the old log file is passed as the second argument\&. .PP \fBrotatelogs\fR does not wait for the specified program to terminate before continuing to operate, and will not log any error code returned on termination\&. .PP The spawned program uses the same stdin, stdout, and stderr as rotatelogs itself, and also inherits the environment\&. .PP When two parameters are provided, under some conditions the parameters will have the same value\&. For example, if rotation is triggerd but the portions of the time and date incorporated into the log filename do not change across the rotation\&.
50+
.PP If given, \fBrotatelogs\fR will execute the specified program every time a new log file is opened\&. The filename of the newly opened file is passed as the first argument to the program\&. If executing after a rotation, the old log file is passed as the second argument\&. .PP \fBrotatelogs\fR does not wait for the specified program to terminate before continuing to operate, and will not log any error code returned on termination\&. .PP The spawned program uses the same stdin, stdout, and stderr as rotatelogs itself, and also inherits the environment\&. .PP When two parameters are provided, under some conditions the parameters will have the same value\&. For example, if rotation is triggered but the portions of the time and date incorporated into the log filename do not change across the rotation\&.
5151
.TP
5252
\fB-f\fR
5353
Causes the logfile to be opened immediately, as soon as \fBrotatelogs\fR starts, instead of waiting for the first logfile entry to be read (for non-busy sites, there may be a substantial delay between when the server is started and when the first request is handled, meaning that the associated logfile does not "exist" until then, which causes problems from some automated logging tools)

docs/manual/developer/hooks.html.en.utf8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ ret=ap_run_do_something(r, n);</pre>
171171

172172

173173
<h3><a name="hooking-add" id="hooking-add">Add a hook registering function</a></h3>
174-
<p>During initialisation, the server will call each modules hook
174+
<p>During initialization, the server will call each modules hook
175175
registering function, which is included in the module
176176
structure:</p>
177177

docs/manual/developer/lua.html.en.utf8

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,10 @@ pool, and if it has high usage, use the <code>thread</code> setting. As your ser
101101
load increases, so will the number of states being actively used, and having your scope
102102
set to <code>once/request/conn</code> will stop being beneficial to your memory footprint.
103103
</p>
104-
<p>
105-
<strong>Note:</strong> The <code>min</code> and <code>max</code> settings for the
104+
<div class="note">The <code>min</code> and <code>max</code> settings for the
106105
<code>server</code> scope denotes the minimum and maximum states to keep in a pool per
107106
server <em>process</em>, so keep this below your <code>ThreadsPerChild</code> limit.
108-
</p>
107+
</div>
109108

110109

111110
<h3>Using code caching</h3>

docs/manual/developer/modules.html.en.utf8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
yet checks and acts upon the error.</p>
4848

4949

50-
<h3><a name="init" id="init">Initialisation Routines</a></h3>
50+
<h3><a name="init" id="init">Initialization Routines</a></h3>
5151
<p>These should now be renamed to better signify where they sit
5252
in the overall process. So the name gets a small change from
5353
<code>mmap_init</code> to <code>mmap_post_config</code>. The arguments

docs/manual/developer/modules.xml.ja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4-
<!-- English Revision: 420993:1933179 (outdated) -->
4+
<!-- English Revision: 420993:1933830 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/mod/core.html.en.utf8

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,20 +1024,22 @@ named file-system directory, sub-directories, and their contents.</td></tr>
10241024
the corresponding <code class="directive">&lt;Directory&gt;</code> will
10251025
be applied.</p>
10261026

1027-
<p><strong>Note that the default access for
1027+
<div class="warning">
1028+
<p>The default access for
10281029
<code>&lt;Directory "/"&gt;</code> is to permit all access.
10291030
This means that Apache httpd will serve any file mapped from an URL. It is
10301031
recommended that you change this with a block such
1031-
as</strong></p>
1032+
as</p>
10321033

10331034
<pre class="prettyprint lang-config">&lt;Directory "/"&gt;
10341035
Require all denied
10351036
&lt;/Directory&gt;</pre>
10361037

10371038

1038-
<p><strong>and then override this for directories you
1039+
<p>Then override this for directories you
10391040
<em>want</em> accessible. See the <a href="../misc/security_tips.html">Security Tips</a> page for more
1040-
details.</strong></p>
1041+
details.</p>
1042+
</div>
10411043

10421044
<p>The directory sections occur in the <code>httpd.conf</code> file.
10431045
<code class="directive">&lt;Directory&gt;</code> directives
@@ -4753,6 +4755,12 @@ itself</td></tr>
47534755
</code></p></div>
47544756
</div>
47554757

4758+
<div class="warning">
4759+
<p>IPv6 addresses in <code class="directive">ServerName</code> are not
4760+
currently supported and will produce a startup error, even when
4761+
enclosed in square brackets. This is a
4762+
<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=52178">known issue</a>.</p></div>
4763+
47564764

47574765
<h3>See also</h3>
47584766
<ul>

docs/manual/mod/core.xml.de

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
4-
<!-- English Revision: 344972:1933772 (outdated) -->
4+
<!-- English Revision: 344972:1933833 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/mod/core.xml.es

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
4-
<!-- English Revision: 1741251:1933772 (outdated) -->
4+
<!-- English Revision: 1741251:1933833 (outdated) -->
55
<!-- Translated by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
66
<!-- Reviewed by Sergio Ramos-->
77
<!--

docs/manual/mod/core.xml.fr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
4-
<!-- English Revision: 1932811:1933772 (outdated) -->
4+
<!-- English Revision: 1932811:1933833 (outdated) -->
55
<!-- French translation : Lucien GENTIS -->
66
<!-- Reviewed by : Vincent Deffontaines -->
77

docs/manual/mod/core.xml.ja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
4-
<!-- English Revision: 669847:1933772 (outdated) -->
4+
<!-- English Revision: 669847:1933833 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

0 commit comments

Comments
 (0)