diff options
author | Jim Jagielski <jim@apache.org> | 2009-03-24 16:19:08 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2009-03-24 16:19:08 +0100 |
commit | d5d992753724cd652070ceb8b4408bd2346ba993 (patch) | |
tree | 285d238b050213fdbbfe2b3fbf5b85ee972417fe /docs/manual/mod | |
parent | Documentation is easier than code sometimes... (diff) | |
download | apache2-d5d992753724cd652070ceb8b4408bd2346ba993.tar.xz apache2-d5d992753724cd652070ceb8b4408bd2346ba993.zip |
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@757839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/core.xml.de | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml.ja | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml.tr | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_isapi.html.en | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_isapi.xml.ko | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_proxy.html.en | 3 | ||||
-rw-r--r-- | docs/manual/mod/mod_proxy.xml.ja | 2 |
7 files changed, 8 insertions, 7 deletions
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 9f8ab871e9..e7d59c6ed5 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?> -<!-- English Revision: 167959:746541 (outdated) --> +<!-- English Revision: 167959:752894 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 43f1040fd8..f658129c5b 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<!-- English Revision: 669847:746541 (outdated) --> +<!-- English Revision: 669847:752894 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/core.xml.tr b/docs/manual/mod/core.xml.tr index 04410dcb70..04f5a4ce26 100644 --- a/docs/manual/mod/core.xml.tr +++ b/docs/manual/mod/core.xml.tr @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?> -<!-- English Revision: 740420:746541 (outdated) --> +<!-- English Revision: 740420:752894 (outdated) --> <!-- ===================================================== Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> diff --git a/docs/manual/mod/mod_isapi.html.en b/docs/manual/mod/mod_isapi.html.en index e90534177d..51753238a8 100644 --- a/docs/manual/mod/mod_isapi.html.en +++ b/docs/manual/mod/mod_isapi.html.en @@ -69,7 +69,7 @@ processed as an ISAPI extension, edit the httpd.conf file and add the following line:</p> <div class="example"><p><code> - AddHandler isapi-handler.dll + AddHandler isapi-handler .dll </code></p></div> <div class="note">In older versions of the Apache server, diff --git a/docs/manual/mod/mod_isapi.xml.ko b/docs/manual/mod/mod_isapi.xml.ko index 8555edc54f..707882b147 100644 --- a/docs/manual/mod/mod_isapi.xml.ko +++ b/docs/manual/mod/mod_isapi.xml.ko @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="EUC-KR" ?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?> -<!-- English Revision: 395228:420990 (outdated) --> +<!-- English Revision: 395228:752176 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index a08e7c916d..44a5f15b7e 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -972,7 +972,8 @@ through</td></tr> </table> <p>If the Proxy directive scheme starts with the - <code>balancer://</code> then a virtual worker that does not really + <code>balancer://</code> (eg: <code>balancer://cluster/</code>, + any path information is ignored) then a virtual worker that does not really communicate with the backend server will be created. Instead it is responsible for the management of several "real" workers. In that case the special set of parameters can be add to this virtual worker. See <code class="module"><a href="../mod/mod_proxy_balancer.html">mod_proxy_balancer</a></code> diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 61dafa1400..60716d93ad 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<!-- English Revision: 344971:707357 (outdated) --> +<!-- English Revision: 344971:757835 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more |