mirror of
https://github.com/apache/httpd.git
synced 2025-07-30 20:03:10 +03:00
Rebuild various transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -276,6 +276,9 @@
|
|||||||
APLOG_USE_MODULE(foo);<br />
|
APLOG_USE_MODULE(foo);<br />
|
||||||
#endif
|
#endif
|
||||||
</code></p></div>
|
</code></p></div>
|
||||||
|
<p>Note: This is absolutely required for C++-language modules. It
|
||||||
|
can be skipped for C-language modules, though that breaks
|
||||||
|
module-specific log level support for files without it.</p>
|
||||||
<p>The number of parameters of the <code>ap_log_*</code> functions and the
|
<p>The number of parameters of the <code>ap_log_*</code> functions and the
|
||||||
definition of <code>APLOG_MARK</code> has changed. Normally, the change
|
definition of <code>APLOG_MARK</code> has changed. Normally, the change
|
||||||
is completely transparent. However, changes are required if a
|
is completely transparent. However, changes are required if a
|
||||||
@ -415,6 +418,15 @@
|
|||||||
0/APR_SUCCESS if there is no such error information, or a valid
|
0/APR_SUCCESS if there is no such error information, or a valid
|
||||||
<code>apr_status_t</code> value otherwise.</dd>
|
<code>apr_status_t</code> value otherwise.</dd>
|
||||||
|
|
||||||
|
<dt><code>mpm_default.h</code>, <code>DEFAULT_LOCKFILE</code>,
|
||||||
|
<code>DEFAULT_THREAD_LIMIT</code>, <code>DEFAULT_PIDLOG</code>,
|
||||||
|
etc.</dt>
|
||||||
|
<dd>The header file and most of the default configuration
|
||||||
|
values set in it are no longer visible to modules. (Most can
|
||||||
|
still be overridden at build time.) <code>DEFAULT_PIDLOG</code>
|
||||||
|
and <code>DEFAULT_REL_RUNTIMEDIR</code> are now universally
|
||||||
|
available via <code>ap_config.h</code>.</dd>
|
||||||
|
|
||||||
<dt><code>unixd_config</code></dt>
|
<dt><code>unixd_config</code></dt>
|
||||||
<dd>This has been renamed to ap_unixd_config.</dd>
|
<dd>This has been renamed to ap_unixd_config.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||||
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
|
||||||
<modulesynopsis metafile="mod_status.xml.meta">
|
<modulesynopsis metafile="mod_status.xml.meta">
|
||||||
<!-- English Revision: 668628:1031084 (outdated) -->
|
<!-- English Revision: 668628:1086578 (outdated) -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="EUC-KR" ?>
|
<?xml version="1.0" encoding="EUC-KR" ?>
|
||||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||||
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
|
||||||
<!-- English Revision: 420990:1031084 (outdated) -->
|
<!-- English Revision: 420990:1086578 (outdated) -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||||
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
|
||||||
<!-- English Revision: 779139:1031084 (outdated) -->
|
<!-- English Revision: 779139:1086578 (outdated) -->
|
||||||
<!-- =====================================================
|
<!-- =====================================================
|
||||||
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
|
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
|
||||||
Reviewed by: Orhan Berent <berent belgeler.org>
|
Reviewed by: Orhan Berent <berent belgeler.org>
|
||||||
|
@ -262,7 +262,7 @@ will handle during its life</td></tr>
|
|||||||
<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>MaxConnectionsPerChild 0</code></td></tr>
|
<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>MaxConnectionsPerChild 0</code></td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
|
<tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
|
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
|
<tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/event.html">event</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Compatibility">Kompatibilit<69>t:</a></th><td>Available Apache HTTP Server 2.3.9 and later. The old name
|
<tr><th><a href="directive-dict.html#Compatibility">Kompatibilit<69>t:</a></th><td>Available Apache HTTP Server 2.3.9 and later. The old name
|
||||||
<code>MaxRequestsPerChild</code> is still supported.</td></tr>
|
<code>MaxRequestsPerChild</code> is still supported.</td></tr>
|
||||||
</table><p>Die Dokumentation zu dieser Direktive wurde
|
</table><p>Die Dokumentation zu dieser Direktive wurde
|
||||||
@ -442,7 +442,7 @@ ablegt</td></tr>
|
|||||||
<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>ReceiveBufferSize 0</code></td></tr>
|
<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>ReceiveBufferSize 0</code></td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
|
<tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
|
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
|
<tr><th><a href="directive-dict.html#Module">Modul:</a></th><td><code class="module"><a href="../mod/event.html">event</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
|
||||||
</table><p>Die Dokumentation zu dieser Direktive wurde
|
</table><p>Die Dokumentation zu dieser Direktive wurde
|
||||||
noch nicht <20>bersetzt. Bitte schauen Sie in die englische
|
noch nicht <20>bersetzt. Bitte schauen Sie in die englische
|
||||||
Version.</p></div>
|
Version.</p></div>
|
||||||
|
@ -285,7 +285,7 @@ will handle during its life</td></tr>
|
|||||||
<tr><th><a href="directive-dict.html#Default">デフォルト:</a></th><td><code>MaxConnectionsPerChild 0</code></td></tr>
|
<tr><th><a href="directive-dict.html#Default">デフォルト:</a></th><td><code>MaxConnectionsPerChild 0</code></td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル</td></tr>
|
<tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル</td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>MPM</td></tr>
|
<tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>MPM</td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
|
<tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td><code class="module"><a href="../mod/event.html">event</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Compatibility">互換性:</a></th><td>Available Apache HTTP Server 2.3.9 and later. The old name
|
<tr><th><a href="directive-dict.html#Compatibility">互換性:</a></th><td>Available Apache HTTP Server 2.3.9 and later. The old name
|
||||||
<code>MaxRequestsPerChild</code> is still supported.</td></tr>
|
<code>MaxRequestsPerChild</code> is still supported.</td></tr>
|
||||||
</table><p>The documentation for this directive has
|
</table><p>The documentation for this directive has
|
||||||
|
@ -297,7 +297,7 @@ will handle during its life</td></tr>
|
|||||||
<tr><th><a href="directive-dict.html#Default">Öntanımlı:</a></th><td><code>MaxConnectionsPerChild 0</code></td></tr>
|
<tr><th><a href="directive-dict.html#Default">Öntanımlı:</a></th><td><code>MaxConnectionsPerChild 0</code></td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Context">Bağlam:</a></th><td>sunucu geneli</td></tr>
|
<tr><th><a href="directive-dict.html#Context">Bağlam:</a></th><td>sunucu geneli</td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Status">Durum:</a></th><td>MPM</td></tr>
|
<tr><th><a href="directive-dict.html#Status">Durum:</a></th><td>MPM</td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Module">Modül:</a></th><td><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
|
<tr><th><a href="directive-dict.html#Module">Modül:</a></th><td><code class="module"><a href="../mod/event.html">event</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/mpmt_os2.html">mpmt_os2</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
|
||||||
<tr><th><a href="directive-dict.html#Compatibility">Uyumluluk:</a></th><td>Available Apache HTTP Server 2.3.9 and later. The old name
|
<tr><th><a href="directive-dict.html#Compatibility">Uyumluluk:</a></th><td>Available Apache HTTP Server 2.3.9 and later. The old name
|
||||||
<code>MaxRequestsPerChild</code> is still supported.</td></tr>
|
<code>MaxRequestsPerChild</code> is still supported.</td></tr>
|
||||||
</table><p>Bu yönergenin belgesi henüz Türkçeye çevrilmedi.
|
</table><p>Bu yönergenin belgesi henüz Türkçeye çevrilmedi.
|
||||||
|
Reference in New Issue
Block a user