]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Wed, 21 Sep 2005 17:25:47 +0000 (17:25 +0000)
committerAndré Malo <nd@apache.org>
Wed, 21 Sep 2005 17:25:47 +0000 (17:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290752 13f79535-47bb-0310-9956-ffa450edef68

57 files changed:
docs/manual/caching.html.en
docs/manual/glossary.html.de
docs/manual/glossary.html.en
docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.ja
docs/manual/mod/directive-dict.html.en
docs/manual/mod/directive-dict.html.ja.euc-jp
docs/manual/mod/directive-dict.html.ko.euc-kr
docs/manual/mod/directive-dict.xml.ja
docs/manual/mod/directive-dict.xml.ko
docs/manual/mod/directive-dict.xml.meta
docs/manual/mod/mod_alias.html.en
docs/manual/mod/mod_alias.xml.ja
docs/manual/mod/mod_alias.xml.ko
docs/manual/mod/mod_deflate.html.en
docs/manual/mod/mod_deflate.html.ja.euc-jp
docs/manual/mod/mod_deflate.html.ko.euc-kr
docs/manual/mod/mod_deflate.xml.ja
docs/manual/mod/mod_deflate.xml.ko
docs/manual/mod/mod_deflate.xml.meta
docs/manual/mod/mod_filter.html.en
docs/manual/mod/mod_headers.html.en
docs/manual/mod/mod_headers.html.ja.euc-jp
docs/manual/mod/mod_headers.html.ko.euc-kr
docs/manual/mod/mod_headers.xml.ja
docs/manual/mod/mod_headers.xml.ko
docs/manual/mod/mod_headers.xml.meta
docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml.ja
docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_setenvif.html.en
docs/manual/mod/mod_setenvif.xml.ja
docs/manual/mod/mod_setenvif.xml.ko
docs/manual/mod/mod_version.html.en
docs/manual/mod/mod_version.html.ja.euc-jp
docs/manual/mod/mod_version.xml.ja
docs/manual/mod/mod_version.xml.ko
docs/manual/mod/mod_version.xml.meta
docs/manual/mpm.html.de
docs/manual/mpm.html.en
docs/manual/mpm.html.ja.euc-jp
docs/manual/mpm.xml.es
docs/manual/mpm.xml.ja
docs/manual/mpm.xml.ko
docs/manual/mpm.xml.meta
docs/manual/sections.html.en
docs/manual/sections.html.ja.euc-jp
docs/manual/sections.xml.ja
docs/manual/sections.xml.ko
docs/manual/sections.xml.meta
docs/manual/urlmapping.html.en
docs/manual/urlmapping.html.ja.euc-jp
docs/manual/urlmapping.html.ko.euc-kr
docs/manual/urlmapping.xml.ja
docs/manual/urlmapping.xml.ko
docs/manual/urlmapping.xml.meta

index 414d48a027153a56d0f1d972fb1aaf850134b476..fd4c5caaf4d7d32bd36c030895027b2ea9625809 100644 (file)
 <h2><a name="introduction" id="introduction">Introduction</a></h2>
     
 
-    <p>As of Apache HTTP server version 2.2 <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> and 
-    <code class="module"><a href="./mod/mod_file_cache.html">mod_file_cache</a></code> are no longer marked experimental and are 
-    considered suitable for production use. These caching architectures provide
-    a powerful means to accelerate HTTP handling, both as a webserver and as a 
-    proxy.</p>
+    <p>As of Apache HTTP server version 2.2 <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code>
+    and <code class="module"><a href="./mod/mod_file_cache.html">mod_file_cache</a></code> are no longer marked
+    experimental and are considered suitable for production use. These
+    caching architectures provide a powerful means to accelerate HTTP
+    handling, both as an origin webserver and as a proxy.</p>
 
     <p><code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> and its provider modules 
     <code class="module"><a href="./mod/mod_mem_cache.html">mod_mem_cache</a></code> and <code class="module"><a href="./mod/mod_disk_cache.html">mod_disk_cache</a></code> 
@@ -61,7 +61,7 @@
     the complexity of actively ensuring the cachability of URLs,
     <code class="module"><a href="./mod/mod_file_cache.html">mod_file_cache</a></code> offers file-handle and memory-mapping 
     tricks to keep a cache of files as they were when Apache was last 
-    started. As such <code class="module"><a href="./mod/mod_file_cache.html">mod_file_cache</a></code> is aimed at improving 
+    started. As such, <code class="module"><a href="./mod/mod_file_cache.html">mod_file_cache</a></code> is aimed at improving 
     the access time to local static files which do not change very
     often.</p>
 
     
     <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code></li><li><code class="module"><a href="./mod/mod_mem_cache.html">mod_mem_cache</a></code></li><li><code class="module"><a href="./mod/mod_disk_cache.html">mod_disk_cache</a></code></li><li><code class="module"><a href="./mod/mod_file_cache.html">mod_file_cache</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_cache.html#cacheenable">CacheEnable</a></code></li><li><code class="directive"><a href="./mod/mod_cache.html#cachedisable">CacheDisable</a></code></li><li><code class="directive"><a href="./mod/mod_file_cache.html#mmapstatic">MMapStatic</a></code></li><li><code class="directive"><a href="./mod/mod_file_cache.html#cachefile">CacheFile</a></code></li><li><code class="directive"><a href="./mod/mod_file_cache.html#cachefile">CacheFile</a></code></li><li><code class="directive"><a href="./mod/core.html#usecanonicalname">UseCanonicalName</a></code></li><li><code class="directive"><a href="./mod/mod_negotiation.html#cachenegotiateddocs">CacheNegotiatedDocs</a></code></li></ul></td></tr></table>
 
-    <p>There are two main stages in <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> which can
+    <p>There are two main stages in <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> that can
     occur in the lifetime of a request. First, <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code>
     is a URL mapping module, which means that if a URL has been cached,
     and the cached version of that URL has not expired, the request will 
     be served directly by <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code>.</p>
 
-    <p>This means that any other stages with might ordinarily happen in the 
-    process of serving a request, for example being handled by 
-    <code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code>, or <code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code> won't happen. 
-    But then this is the point of caching content in the first place.</p>
+    <p>This means that any other stages that might ordinarily happen
+    in the process of serving a request -- for example being handled
+    by <code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code>, or <code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code> --
+    won't happen.  But then this is the point of caching content in
+    the first place.</p>
 
     <p>If the URL is not found within the cache, <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code>
     will add a <a href="filter.html">filter</a> to the request handling. After
index 3b8c5a2aabc2bd0c3c810eb4f1daf67baaf9ea74..1116b6593bfc1799b3a0e2f1a6edda39a8423781 100644 (file)
     <dt><a name="algorithm" id="algorithm">Algorithmus</a></dt>
     <dd>Eine eindeutige Formel oder ein Satz von Regeln zur Lösung eines
       Problems in einer endlichen Anzahl von Schritten. Algorithmen zur
-      Verschlüsselung werden üblicherweise <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#cipher"><dfn>Chiffre</dfn></a> genannt.
+      Verschlüsselung werden üblicherweise <a class="glossarylink" href="./glossary.html#cipher" title="siehe Glossar"><dfn>Chiffre</dfn></a> genannt.
     </dd>
 
     <dt><a name="apacheextensiontool" id="apacheextensiontool">APache
       eXtension Tool</a> <a name="apxs" id="apxs">(apxs)</a></dt>
     <dd>Ein Perl-Skript zur Kompilierung von <a href="#module">Modul</a>-Quelltexten zu Dynamic-Shared-Objects
-      (<span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#dso">DSOs</a>)  und zur Installation dieser zum
+      (<a class="glossarylink" href="./glossary.html#dso" title="siehe Glossar">DSOs</a>)  und zur Installation dieser zum
       Apache-Webserver.<br />
       Siehe: <code class="program"><a href="./programs/apxs.html">apxs</a></code>-Dokumentation
     </dd>
@@ -72,9 +72,9 @@
       <span class="phonetic">[s&#601;&#712;tifikit saini&#331;
       ri&#712;kwest]</span>  <a name="csr" id="csr">(CSR)</a></dt> 
     <dd><span class="transnote">(<em>Anm.d.Ü.:</em> Zertifikats-Signierungsanfrage)</span> Ein unsigniertes
-      <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#certificate">Zertifikat</a> zur Einreichung bei
-      einer <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#certificationauthority">Zertifizierungsstelle</a>, welche
-      es mit dem <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#privatekey">privaten Schlüssel</a>
+      <a class="glossarylink" href="./glossary.html#certificate" title="siehe Glossar">Zertifikat</a> zur Einreichung bei
+      einer <a class="glossarylink" href="./glossary.html#certificationauthority" title="siehe Glossar">Zertifizierungsstelle</a>, welche
+      es mit dem <a class="glossarylink" href="./glossary.html#privatekey" title="siehe Glossar">privaten Schlüssel</a>
       ihres CA-<em>Zertifikats</em> signiert. Durch die Signatur wird ein CSR
       zum echten Zertifikat.<br />
       Siehe: <a href="ssl/">SSL/TLS-Verschlüsselung</a>
@@ -89,8 +89,8 @@
     </dd>
 
     <dt><a name="ciphertext" id="ciphertext">Chiffretext</a></dt>
-    <dd>Das Ergebnis, nachdem ein <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#plaintext">Klartext</a>
-      eine <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#cipher">Chiffre</a> durchlaufen hat.<br />
+    <dd>Das Ergebnis, nachdem ein <a class="glossarylink" href="./glossary.html#plaintext" title="siehe Glossar">Klartext</a>
+      eine <a class="glossarylink" href="./glossary.html#cipher" title="siehe Glossar">Chiffre</a> durchlaufen hat.<br />
       Siehe: <a href="ssl/">SSL/TLS-Verschlüsselung</a>
     </dd>
     
 
     <dt><a name="connect" id="connect">CONNECT</a>
       <span class="phonetic">[k&#601;nekt]</span></dt> 
-    <dd>Eine <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#method">HTTP-Methode</a> zur Weiterleitung
+    <dd>Eine <a class="glossarylink" href="./glossary.html#method" title="siehe Glossar">HTTP-Methode</a> zur Weiterleitung
       von Rohdaten über HTTP. Sie kann dazu verwendet werden, andere
       Protokolle wie zum Beispiel das SSL-Protokoll zu kapseln.
     </dd>
     <dt><a name="digitalsignature" id="digitalsignature">Digitale
       Signatur</a></dt>
     <dd>Ein chiffrierter Textblock, der die Gültigkeit eines Zertifikats
-      oder einer anderen Datei bestätigt. Eine <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#certificationauthority">Zertifizierungsstelle</a> erstellt 
-      eine digitale Signatur durch Generierung eines <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#hash">Hashs</a> aus dem in einem <em>Zertifikat</em>
+      oder einer anderen Datei bestätigt. Eine <a class="glossarylink" href="./glossary.html#certificationauthority" title="siehe Glossar">Zertifizierungsstelle</a> erstellt 
+      eine digitale Signatur durch Generierung eines <a class="glossarylink" href="./glossary.html#hash" title="siehe Glossar">Hashs</a> aus dem in einem <em>Zertifikat</em>
       enthaltenen <em>öffentlichen Schlüssel</em> und
       anschließender Codierung des Hashs mit dem <em>privaten
       Schlüssel</em> des Zertifikats. Nur der öffentliche
 
     <dt><a name="directive" id="directive">Direktive</a></dt> 
     <dd>Eine Konfigurationsanweisung, die das Verhalten des Apache in einem
-      oder mehreren Punkten steuert. Direktiven werden in den <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#configurationfile">Konfigurationsdateien</a> gesetzt.<br />
+      oder mehreren Punkten steuert. Direktiven werden in den <a class="glossarylink" href="./glossary.html#configurationfile" title="siehe Glossar">Konfigurationsdateien</a> gesetzt.<br />
       Siehe: <a href="mod/directives.html">Verzeichnis der Direktiven</a>
     </dd>
 
       <span class="phonetic">[dai&#712;næmik &#643;&#603;&#601;d
       &#712;&#596;bd&#658;ikt]</span> <a name="dso" id="dso">(DSO)</a></dt>
     <dd>Separat von der Apache-Binärdatei <code class="program"><a href="./programs/httpd.html">httpd</a></code>
-      kompilierte <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#module">Module</a>, die bei Bedarf
+      kompilierte <a class="glossarylink" href="./glossary.html#module" title="siehe Glossar">Module</a>, die bei Bedarf
       geladen werden können.<br />
       Siehe: <a href="dso.html">Unterstützung für
       Dynamic-Shared-Objects</a>
       angewendet wird. Eingabefilter verarbeiten vom Client an den Server
       gesendetet Daten, während Ausgabefilter vom Server an den Client zu
       sendende Daten verarbeiten. Der Ausgabefilter <code>INCLUDES</code>
-      beispielsweise untersucht Dokumente nach <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#ssi">Server-Side-Includes</a> und führt sie aus.<br />
+      beispielsweise untersucht Dokumente nach <a class="glossarylink" href="./glossary.html#ssi" title="siehe Glossar">Server-Side-Includes</a> und führt sie aus.<br />
       Siehe: <a href="filter.html">Filter</a>
     </dd>
 
       vom Server bedient, einige Dateitypen werden jedoch separat "behandelt"
       <span class="transnote">(<em>Anm.d.Ü.:</em> besitzen einen separaten Handler)</span>. Der
       <code>cgi-script</code>-Handler beispielsweise kennzeichnet Dateien, die
-      als <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#cgi">CGI-Programme</a> ausgeführt werden
+      als <a class="glossarylink" href="./glossary.html#cgi" title="siehe Glossar">CGI-Programme</a> ausgeführt werden
       sollen.<br />
       Siehe: <a href="handler.html">Verwendung von Apache-Handlern</a>
     </dd>
 
     <dt><a name="header" id="header">Header</a>
       <span class="phonetic">[hed&#601;]</span></dt>
-    <dd>Der Teil der <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#http">HTTP</a>-Anfrage und -Antwort,
+    <dd>Der Teil der <a class="glossarylink" href="./glossary.html#http" title="siehe Glossar">HTTP</a>-Anfrage und -Antwort,
       der vor den eigentlichen Daten übermittelt wird und den Inhalt
       beschreibende Meta-Informationen enthält.
     </dd>
 
     <dt><a name="htaccess" id="htaccess">.htaccess</a></dt>
-    <dd>Eine <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#configurationfile">Konfigurationsdatei</a>,
+    <dd>Eine <a class="glossarylink" href="./glossary.html#configurationfile" title="siehe Glossar">Konfigurationsdatei</a>,
       die innerhalb des Web-Verzeichnisbaums abgelegt wird und zu dem
       Verzeichnis, in dem sie abgelegt ist, sowie allen Unterverzeichnissen
-      <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#directive">Konfigurationsdirektiven</a>
+      <a class="glossarylink" href="./glossary.html#directive" title="siehe Glossar">Konfigurationsdirektiven</a>
       enthält. Trotz ihres Namens kann diese Datei nahezu alle Arten von
       Direktiven enthalten, nicht nur Direktiven zur Zugriffskontrolle.<br />
       Siehe: <a href="configuring.html">Konfigurationsdateien</a>
     </dd>
 
     <dt><a name="httpd.conf" id="httpd.conf">httpd.conf</a></dt>
-    <dd>Die <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#configurationfile">Haupt-Konfigurationsdatei</a> ist
+    <dd>Die <a class="glossarylink" href="./glossary.html#configurationfile" title="siehe Glossar">Haupt-Konfigurationsdatei</a> ist
       <code>/usr/local/apache2/conf/httpd.conf</code>. Dies kann aber zur
       Laufzeit oder zur Kompilierungszeit anders konfiguriert werden.<br />
       Siehe: <a href="configuring.html">Konfigurationsdateien</a>
     <dt><a name="https" id="https">HTTPS</a></dt>
     <dd>Das HyperText-Transfer-Protokoll (Secure), der
       Standard-Verschlüsselungsmechanismus im World Wide Web.
-      Tatsächlich handelt es sich hierbei um HTTP über <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#ssl">SSL</a>.<br />
+      Tatsächlich handelt es sich hierbei um HTTP über <a class="glossarylink" href="./glossary.html#ssl" title="siehe Glossar">SSL</a>.<br />
       Siehe: <a href="ssl/">SSL/TLS-Verschlüsselung</a>
     </dd>
     
     <dd>Der unverschlüsselte Text.</dd>
 
     <dt><a name="configurationdirective" id="configurationdirective">Konfigurationsanweisung</a></dt>
-    <dd>Siehe: <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#directive">Direktive</a></dd>
+    <dd>Siehe: <a class="glossarylink" href="./glossary.html#directive" title="siehe Glossar">Direktive</a></dd>
 
     <dt><a name="configurationfile" id="configurationfile">Konfigurationsdatei</a></dt>
-    <dd>Eine Textdatei mit <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#directive">Direktiven</a>,
+    <dd>Eine Textdatei mit <a class="glossarylink" href="./glossary.html#directive" title="siehe Glossar">Direktiven</a>,
       welche die Konfiguration des Apache steuern.<br />
       Siehe: <a href="configuring.html">Konfigurationsdateien</a>
     </dd>
 
     <dt><a name="context" id="context">Kontext</a></dt>
-    <dd>Ein Bereich in den <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#configurationfile">Konfigurationsdateien</a>, in dem
-      verschiedene Typen von <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#directive">Direktiven</a>
+    <dd>Ein Bereich in den <a class="glossarylink" href="./glossary.html#configurationfile" title="siehe Glossar">Konfigurationsdateien</a>, in dem
+      verschiedene Typen von <a class="glossarylink" href="./glossary.html#directive" title="siehe Glossar">Direktiven</a>
       erlaubt sind.<br />
       Siehe: <a href="mod/directive-dict.html#Context">Erklärung der
       Fachbegriffe zu Apache-Direktiven</a>
     </dd>
 
     <dt><a name="method" id="method">Methode</a></dt>
-    <dd>Im <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#http">HTTP</a>-Kontext eine in der
+    <dd>Im <a class="glossarylink" href="./glossary.html#http" title="siehe Glossar">HTTP</a>-Kontext eine in der
       Anfrage(zeile) des Clients angegeben Aktion, die auf eine Ressource
       angewendet wird. <code>GET</code>, <code>POST</code> und <code>PUT</code>
       sind einige der verfügbaren HTTP-Methoden.
       einem Haupttyp und einem Untertyp, getrennt durch einen 
       Schrägstrich. Einige Beispiele sind <code>text/html</code>,
       <code>image/gif</code> und <code>application/octet-stream</code>.
-      Bei HTTP wird der MIME-Typ mit dem <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#header">Header</a> <code>Content-Type</code>
+      Bei HTTP wird der MIME-Typ mit dem <a class="glossarylink" href="./glossary.html#header" title="siehe Glossar">Header</a> <code>Content-Type</code>
       übermittelt.<br />
       Siehe: <a href="mod/mod_mime.html">mod_mime</a>
     </dd>
       oder entfernen können. In die Apache-Binärdatei <code class="program"><a href="./programs/httpd.html">httpd</a></code> einkompilierte Module werden <em>statische Module</em>
       genannt, während Module, die separat gespeichert sind und optional
       zur Laufzeit geladen werden können, <em>dynamische Module</em> oder
-      <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#dso">DSOs</a> genannt werden.
+      <a class="glossarylink" href="./glossary.html#dso" title="siehe Glossar">DSOs</a> genannt werden.
       Standardmäßig eingebundene Module werden <em>Basismodule</em>
       genannt. Für den Apache sind viele Module verfügbar, die nicht
-      als Bestandteil des <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#tarball">Apache-HTTP-Server-Tarballs</a> ausgeliefert
+      als Bestandteil des <a class="glossarylink" href="./glossary.html#tarball" title="siehe Glossar">Apache-HTTP-Server-Tarballs</a> ausgeliefert
       werden. Diese werden als <em>Drittmodule</em> bezeichnet.<br />
       Siehe: <a href="mod/">Modulverzeichnis</a>
     </dd>
 
     <dt><a name="publickey" id="publickey">Öffentlicher
       Schlüssel</a></dt>
-    <dd>Der öffentlich verfügbare Schlüssel in einem <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#publickeycryptography">Public-Key-Kryptographie</a>-System,
+    <dd>Der öffentlich verfügbare Schlüssel in einem <a class="glossarylink" href="./glossary.html#publickeycryptography" title="siehe Glossar">Public-Key-Kryptographie</a>-System,
       mit dem für seinen Eigentümer bestimmte Nachrichten
       verschlüsselt und Signaturen von seinem Eigentümer
       entschlüsselt werden.<br />
     <dd>Das Wort oder die Phrase, welches private Schlüssel-Dateien
       schützt. Sie verhindert die Entschlüsselung durch nicht
       authorisierte Benutzer. Normalerweise ist dies einfach der geheimen
-      (De-)Codierungsschlüssel, der für <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#cipher">Chiffren</a> verwendet wird.<br />
+      (De-)Codierungsschlüssel, der für <a class="glossarylink" href="./glossary.html#cipher" title="siehe Glossar">Chiffren</a> verwendet wird.<br />
       Siehe: <a href="ssl/">SSL/TLS-Verschlüsselung</a>
     </dd>
 
     <dt><a name="privatekey" id="privatekey">Privater Schlüssel</a></dt>
-    <dd>Der geheime Schlüssel in einem <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#publickeycryptography">Public-Key-Kryptographie</a>-System,
+    <dd>Der geheime Schlüssel in einem <a class="glossarylink" href="./glossary.html#publickeycryptography" title="siehe Glossar">Public-Key-Kryptographie</a>-System,
       mit dem hereinkommende Nachrichten decodiert und ausgehende signiert
       werden.<br />
       Siehe: <a href="ssl/">SSL/TLS-Verschlüsselung</a>
     <dt><a name="reverseproxy" id="reverseproxy">Reverse Proxy</a>
       <span class="phonetic">[ri&#720;v&#601;&#720;s
       &#712;pr&#596;ksi]</span></dt>
-    <dd>Ein <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#proxy">Proxy</a>-Server, der dem Client
+    <dd>Ein <a class="glossarylink" href="./glossary.html#proxy" title="siehe Glossar">Proxy</a>-Server, der dem Client
       gegenüber als <em>ursprünglicher Server</em> erscheint. Dies
       ist nützlich, um den tatsächlichen Server aus
       Sicherheitsgründen oder zur Lastverteilung vor dem Client zu
       <a name="url" id="url">(URL)</a></dt>
     <dd>Der Name bzw. die Adresse einer Ressource im Internet. Dies ist der
       allgemein gebräuchliche Audruck für die formale Bezeichnung
-      <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#uniformresourceidentifier">Uniform Resource
+      <a class="glossarylink" href="./glossary.html#uniformresourceidentifier" title="siehe Glossar">Uniform Resource
       Identifier</a>. URLs bestehen üblicherweise aus einem
       Schema wie <code>http</code> oder <code>https</code>, einem Hostnamen
       und einem Pfad. Die URL für diese Seite ist
     <dd>Eine kompakte Zeichenfolge zur Identifizierung einer abstrakten oder
       physischen Ressource. Er wird in dem <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a> formell
       definiert. Im World Wide Web verwendete URIs werden üblicherweise
-      als <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#url">URLs</a> bezeichnet.
+      als <a class="glossarylink" href="./glossary.html#url" title="siehe Glossar">URLs</a> bezeichnet.
     </dd>
 
     <dt><a name="virtualhosting" id="virtualhosting">Virtual-Hosting</a>
     </dd>
 
     <dt><a name="certificate" id="certificate">Zertifikat</a></dt>
-    <dd>Ein Datensatz zur <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#authentication">Authentisierung</a> einer 
+    <dd>Ein Datensatz zur <a class="glossarylink" href="./glossary.html#authentication" title="siehe Glossar">Authentisierung</a> einer 
       Nertzwerkeinheit wie Server oder Client. Ein Zertifikat
-      enthält <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#x.509">X.509</a>-Informationen
+      enthält <a class="glossarylink" href="./glossary.html#x.509" title="siehe Glossar">X.509</a>-Informationen
       über seinen Eigentümer (das sogenannte Betreff
       <span class="transnote">(<em>Anm.d.Ü.:</em> engl.: subject)</span>) und die
-      signierende <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#certificationauthority">Certification
+      signierende <a class="glossarylink" href="./glossary.html#certificationauthority" title="siehe Glossar">Certification
       Authority</a> (der sogenannte Aussteller <span class="transnote">(<em>Anm.d.Ü.:</em> engl.:
-      issuer)</span>) sowie den <span title="siehe Glossar">&#8594;</span>&nbsp;<a href="./glossary.html#publickey">öffentlichen Schlüssel</a> des
+      issuer)</span>) sowie den <a class="glossarylink" href="./glossary.html#publickey" title="siehe Glossar">öffentlichen Schlüssel</a> des
       Eigentümers und die Signatur der CA. Netzwerkeinheiten
       überprüfen diese Signatur mit Hilfe von CA-Zertifikaten.<br />
       Siehe: <a href="ssl/">SSL/TLS-Verschlüsselung</a>
index f0b63686a99dbab044633a19b950f4d622e0612c..758547ee694ae04c82256565cd4c63c69168c747 100644 (file)
@@ -48,8 +48,8 @@
     
     <dt><a name="apacheextensiontool" id="apacheextensiontool">APache
         eXtension Tool</a> <a name="apxs" id="apxs">(apxs)</a></dt>
-    <dd>A perl script that aids in compiling <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#module">module</a> sources into Dynamic Shared Objects
-      (<span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#dso">DSO</a>s) and helps install them in the
+    <dd>A perl script that aids in compiling <a class="glossarylink" href="./glossary.html#module" title="see glossary">module</a> sources into Dynamic Shared Objects
+      (<a class="glossarylink" href="./glossary.html#dso" title="see glossary">DSO</a>s) and helps install them in the
       Apache Web server.<br />
       See: Manual Page: <code class="program"><a href="./programs/apxs.html">apxs</a></code>
     </dd>
@@ -64,8 +64,8 @@
     <dt><a name="certificate" id="certificate">Certificate</a></dt>
     <dd>A data record used for authenticating network entities such
       as a server or a client. A certificate contains X.509 information pieces
-      about its owner (called the subject) and the signing <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#certificationauthority">Certification Authority</a> (called
-      the issuer), plus the owner's <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#publickey">public
+      about its owner (called the subject) and the signing <a class="glossarylink" href="./glossary.html#certificationauthority" title="see glossary">Certification Authority</a> (called
+      the issuer), plus the owner's <a class="glossarylink" href="./glossary.html#publickey" title="see glossary">public
       key</a> and the
       signature made by the CA. Network entities verify these signatures
       using CA certificates.<br />
@@ -74,9 +74,9 @@
 
     <dt><a name="certificatsigningrequest" id="certificatsigningrequest">Certificate Signing Request</a>
       <a name="csr" id="csr">(CSR)</a></dt>
-    <dd>An unsigned <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#certificate">certificate</a> for
-      submission to a <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#certificationauthority">Certification
-      Authority</a>, which signs it with the <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#privatekey">Private Key</a> of their CA
+    <dd>An unsigned <a class="glossarylink" href="./glossary.html#certificate" title="see glossary">certificate</a> for
+      submission to a <a class="glossarylink" href="./glossary.html#certificationauthority" title="see glossary">Certification
+      Authority</a>, which signs it with the <a class="glossarylink" href="./glossary.html#privatekey" title="see glossary">Private Key</a> of their CA
       <em>Certificate</em>. Once the CSR is signed, it becomes a real
       certificate.<br />
       See: <a href="ssl/">SSL/TLS Encryption</a>
@@ -98,8 +98,8 @@
     </dd>
 
     <dt><a name="ciphertext" id="ciphertext">Ciphertext</a></dt>
-    <dd>The result after <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#plaintext">Plaintext</a> is
-      passed through a <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#cipher">Cipher</a>.<br /> See: <a href="ssl/">SSL/TLS Encryption</a>
+    <dd>The result after <a class="glossarylink" href="./glossary.html#plaintext" title="see glossary">Plaintext</a> is
+      passed through a <a class="glossarylink" href="./glossary.html#cipher" title="see glossary">Cipher</a>.<br /> See: <a href="ssl/">SSL/TLS Encryption</a>
     </dd>
 
     <dt><a name="commongatewayinterface" id="commongatewayinterface">Common
     </dd>
 
     <dt><a name="configurationdirective" id="configurationdirective">Configuration Directive</a></dt>
-    <dd>See: <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#directive">Directive</a></dd>
+    <dd>See: <a class="glossarylink" href="./glossary.html#directive" title="see glossary">Directive</a></dd>
 
     <dt><a name="configurationfile" id="configurationfile">Configuration
         File</a></dt>
-    <dd>A text file containing <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#directive">Directives</a>
+    <dd>A text file containing <a class="glossarylink" href="./glossary.html#directive" title="see glossary">Directives</a>
       that control the configuration of Apache.<br />
       See: <a href="configuring.html">Configuration Files</a>
     </dd>
 
     <dt><a name="connect" id="connect">CONNECT</a></dt>
-    <dd>An HTTP <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#method">method</a> for proxying raw data
+    <dd>An HTTP <a class="glossarylink" href="./glossary.html#method" title="see glossary">method</a> for proxying raw data
       channels over HTTP. It can be used to encapsulate other protocols, such as
       the SSL protocol.
     </dd>
     
     <dt><a name="context" id="context">Context</a></dt>
-    <dd>An area in the <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#configurationfile">configuration
-      files</a> where certain types of <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#directive">directives</a> are allowed.<br />
+    <dd>An area in the <a class="glossarylink" href="./glossary.html#configurationfile" title="see glossary">configuration
+      files</a> where certain types of <a class="glossarylink" href="./glossary.html#directive" title="see glossary">directives</a> are allowed.<br />
       See: <a href="mod/directive-dict.html#Context">Terms Used to Describe
       Apache Directives</a>
     </dd>
     <dt><a name="digitalsignature" id="digitalsignature">Digital
         Signature</a></dt>
     <dd>An encrypted text block that validates a certificate or other file. A
-      <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#certificationauthority">Certification Authority</a>
+      <a class="glossarylink" href="./glossary.html#certificationauthority" title="see glossary">Certification Authority</a>
       creates a signature by generating a hash of the <em>Public Key</em>
       embedded in a <em>Certificate</em>, then encrypting the hash with its own
       <em>Private Key</em>. Only the CA's public key can decrypt the signature,
     
     <dt><a name="directive" id="directive">Directive</a></dt>
     <dd>A configuration command that controls one or more aspects of Apache's
-      behavior.  Directives are placed in the <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#configurationfile">Configuration File</a><br />
+      behavior.  Directives are placed in the <a class="glossarylink" href="./glossary.html#configurationfile" title="see glossary">Configuration File</a><br />
     See: <a href="mod/directives.html">Directive Index</a>
     </dd>
 
     <dt><a name="dynamicsharedobject" id="dynamicsharedobject">Dynamic
         Shared Object</a> <a name="dso" id="dso">(DSO)</a></dt>
-    <dd><span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#module">Modules</a> compiled separately from the
+    <dd><a class="glossarylink" href="./glossary.html#module" title="see glossary">Modules</a> compiled separately from the
       Apache <code class="program"><a href="./programs/httpd.html">httpd</a></code> binary that can be loaded on-demand.<br />
       See: <a href="dso.html">Dynamic Shared Object Support</a>
     </dd>
       server.  Input filters process data sent by the client to the server,
       while output filters process documents on the server before they are sent
       to the client.  For example, the <code>INCLUDES</code> output filter
-      processes documents for <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#ssi">Server Side
+      processes documents for <a class="glossarylink" href="./glossary.html#ssi" title="see glossary">Server Side
       Includes</a>.<br />
       See: <a href="filter.html">Filters</a>
     </dd>
       type. Normally, all files are simply served by the server, but certain
       file types are "handled" separately.  For example, the
       <code>cgi-script</code> handler designates files to be processed as
-      <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#cgi">CGIs</a>.<br />
+      <a class="glossarylink" href="./glossary.html#cgi" title="see glossary">CGIs</a>.<br />
       See: <a href="handler.html">Apache's Handler Use</a>
     </dd>
 
     </dd>
 
     <dt><a name="header" id="header">Header</a></dt>
-    <dd>The part of the <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#http">HTTP</a> request and
+    <dd>The part of the <a class="glossarylink" href="./glossary.html#http" title="see glossary">HTTP</a> request and
       response that is sent before the actual content, and that contains
       meta-information describing the content.
     </dd> 
     
     <dt><a name="htaccess" id="htaccess">.htaccess</a></dt> 
-    <dd>A <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#configurationfile">configuration file</a> that
-      is placed inside the web tree and applies configuration <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#directive">directives</a> to the directory where it is
+    <dd>A <a class="glossarylink" href="./glossary.html#configurationfile" title="see glossary">configuration file</a> that
+      is placed inside the web tree and applies configuration <a class="glossarylink" href="./glossary.html#directive" title="see glossary">directives</a> to the directory where it is
       placed and all sub-directories.  Despite its name, this file can hold
       almost any type of directive, not just access-control directives.<br />
       See: <a href="configuring.html">Configuration Files</a>
     </dd>
 
     <dt><a name="httpd.conf" id="httpd.conf">httpd.conf</a></dt>
-    <dd>The main Apache <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#configurationfile">configuration
+    <dd>The main Apache <a class="glossarylink" href="./glossary.html#configurationfile" title="see glossary">configuration
       file</a>.  The default location is
       <code>/usr/local/apache2/conf/httpd.conf</code>, but it may be moved using
       run-time or compile-time configuration.<br />
     <dt><a name="https" id="https">HTTPS</a></dt>
     <dd>The HyperText Transfer Protocol (Secure), the standard encrypted
       communication mechanism on the World Wide Web. This is actually just HTTP
-      over <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#ssl">SSL</a>.<br />
+      over <a class="glossarylink" href="./glossary.html#ssl" title="see glossary">SSL</a>.<br />
       See: <a href="ssl/">SSL/TLS Encryption</a>
     </dd> 
 
     <dt><a name="method" id="method">Method</a></dt>
-    <dd>In the context of <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#http">HTTP</a>, an action to
+    <dd>In the context of <a class="glossarylink" href="./glossary.html#http" title="see glossary">HTTP</a>, an action to
       perform on a resource, specified on the request line by the client.  Some
       of the methods available in HTTP are <code>GET</code>, <code>POST</code>,
       and <code>PUT</code>.
       separated by a slash.  Some examples are <code>text/html</code>,
       <code>image/gif</code>, and <code>application/octet-stream</code>.  In
       HTTP, the MIME-type is transmitted in the <code>Content-Type</code>
-      <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#header">header</a>.<br />
+      <a class="glossarylink" href="./glossary.html#header" title="see glossary">header</a>.<br />
       See: <a href="mod/mod_mime.html">mod_mime</a>
     </dd>
 
       that are compiled into the Apache <code class="program"><a href="./programs/httpd.html">httpd</a></code> binary are
       called <dfn>static modules</dfn>, while modules that are stored
       separately and can be optionally loaded at run-time are called
-      <dfn>dynamic modules</dfn> or <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#dso">DSOs</a>.
+      <dfn>dynamic modules</dfn> or <a class="glossarylink" href="./glossary.html#dso" title="see glossary">DSOs</a>.
       Modules that are included by default
       are called <dfn>base modules</dfn>. Many modules are available for Apache
-      that are not distributed as part of the Apache HTTP Server <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#tarball">tarball</a>.  These are referred to as
+      that are not distributed as part of the Apache HTTP Server <a class="glossarylink" href="./glossary.html#tarball" title="see glossary">tarball</a>.  These are referred to as
       <dfn>third-party modules</dfn>.<br />
       See: <a href="mod/">Module Index</a>
     </dd>
     <dt><a name="passphrase" id="passphrase">Pass Phrase</a></dt>
     <dd>The word or phrase that protects private key files. It prevents
       unauthorized users from encrypting them. Usually it's just the secret
-      encryption/decryption key used for <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#cipher">Ciphers</a>.<br />
+      encryption/decryption key used for <a class="glossarylink" href="./glossary.html#cipher" title="see glossary">Ciphers</a>.<br />
       See: <a href="ssl/">SSL/TLS Encryption</a>
     </dd>
 
     <dd>The unencrypted text.</dd>
 
     <dt><a name="privatekey" id="privatekey">Private Key</a></dt>
-    <dd>The secret key in a <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#publickeycryptography">Public Key
+    <dd>The secret key in a <a class="glossarylink" href="./glossary.html#publickeycryptography" title="see glossary">Public Key
       Cryptography</a> system, used to decrypt incoming messages and
       sign outgoing ones.<br />
       See: <a href="ssl/">SSL/TLS Encryption</a>
     </dd>
 
     <dt><a name="publickey" id="publickey">Public Key</a></dt>
-    <dd>The publicly available key in a <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#publickeycryptography">Public Key Cryptography</a> system,
+    <dd>The publicly available key in a <a class="glossarylink" href="./glossary.html#publickeycryptography" title="see glossary">Public Key Cryptography</a> system,
       used to encrypt messages bound for its owner and to decrypt signatures
       made by its owner.<br />
       See: <a href="ssl/">SSL/TLS Encryption</a>
   </dd> 
 
   <dt><a name="reverseproxy" id="reverseproxy">Reverse Proxy</a></dt>
-  <dd>A <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#proxy">proxy</a> server that appears to the client
+  <dd>A <a class="glossarylink" href="./glossary.html#proxy" title="see glossary">proxy</a> server that appears to the client
     as if it is an <em>origin server</em>.  This is useful to hide the real
     origin server from the client for security reasons, or to load balance.
   </dd>
   <dt><a name="uniformresourcelocator" id="uniformresourcelocator">Uniform
       Resource Locator</a> <a name="url" id="url">(URL)</a></dt>
   <dd>The name/address of a resource on the Internet.  This is the common
-    informal term for what is formally called a <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#uniformresourceidentifier">Uniform Resource Identifier</a>.
+    informal term for what is formally called a <a class="glossarylink" href="./glossary.html#uniformresourceidentifier" title="see glossary">Uniform Resource Identifier</a>.
     URLs are usually made up of a scheme, like <code>http</code> or
     <code>https</code>, a hostname, and a path.  A URL for this page is
     <code>http://httpd.apache.org/docs-2.1/glossary.html</code>.
     <a name="URI" id="URI">(URI)</a></dt>
   <dd>A compact string of characters for identifying an abstract or physical
     resource.  It is formally defined by <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a>.  URIs used on the
-    world-wide web are commonly referred to as <span title="see glossary">&#8594;</span>&nbsp;<a href="./glossary.html#url">URLs</a>.
+    world-wide web are commonly referred to as <a class="glossarylink" href="./glossary.html#url" title="see glossary">URLs</a>.
   </dd> 
 
   <dt><a name="virtualhosting" id="virtualhosting">Virtual Hosting</a></dt>
index 96f06c167f681fb3ff71afb3f65d2b1b4fea927e..cb70b1c38ab52bbc73747a8b45f0823611963534 100644 (file)
@@ -697,8 +697,8 @@ named file-system directory and sub-directories</td></tr>
       links.</p>
     </div>
 
-    <p>Extended regular
-    expressions can also be used, with the addition of the
+    <p><a class="glossarylink" href="../glossary.html#regex" title="see glossary">Regular
+    expressions</a> can also be used, with the addition of the
     <code>~</code> character. For example:</p>
 
     <div class="example"><p><code>
@@ -810,7 +810,8 @@ subdirectories</td></tr>
     <code>&lt;/DirectoryMatch&gt;</code> are used to enclose a group
     of directives which will apply only to the named directory and
     sub-directories of that directory, the same as <code class="directive"><a href="#directory">&lt;Directory&gt;</a></code>. However, it
-    takes as an argument a regular expression. For example:</p>
+    takes as an argument a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular 
+    expression</a>. For example:</p>
 
     <div class="example"><p><code>
       &lt;DirectoryMatch "^/www/(.+/)?[0-9]{3}"&gt;
@@ -1206,8 +1207,9 @@ filenames</td></tr>
 
     <p>The <var>filename</var> argument should include a filename, or
     a wild-card string, where <code>?</code> matches any single character,
-    and <code>*</code> matches any sequences of characters. Extended regular
-    expressions can also be used, with the addition of the
+    and <code>*</code> matches any sequences of characters.
+    <a class="glossarylink" href="../glossary.html#regex" title="see glossary">Regular expressions</a> 
+    can also be used, with the addition of the
     <code>~</code> character. For example:</p>
 
     <div class="example"><p><code>
@@ -1243,7 +1245,8 @@ filenames</td></tr>
     <p>The <code class="directive">&lt;FilesMatch&gt;</code> directive
     limits the scope of the enclosed directives by filename, just as the
     <code class="directive"><a href="#files">&lt;Files&gt;</a></code> directive
-    does. However, it accepts a regular expression. For example:</p>
+    does. However, it accepts a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular 
+    expression</a>. For example:</p>
 
     <div class="example"><p><code>
       &lt;FilesMatch "\.(gif|jpe?g|png)$"&gt;
@@ -1918,8 +1921,8 @@ URLs</td></tr>
     any single character, and <code>*</code> matches any sequences of
     characters.</p>
 
-    <p>Extended regular
-    expressions can also be used, with the addition of the
+    <p><a class="glossarylink" href="../glossary.html#regex" title="see glossary">Regular expressions</a>
+    can also be used, with the addition of the
     <code>~</code> character. For example:</p>
 
     <div class="example"><p><code>
@@ -1987,8 +1990,8 @@ matching URLs</td></tr>
     <p>The <code class="directive">&lt;LocationMatch&gt;</code> directive
     limits the scope of the enclosed directives by URL, in an identical manner
     to <code class="directive"><a href="#location">&lt;Location&gt;</a></code>. However,
-    it takes a regular expression as an argument instead of a simple
-    string. For example:</p>
+    it takes a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a>
+    as an argument instead of a simple string. For example:</p>
 
     <div class="example"><p><code>
       &lt;LocationMatch "/(extra|special)/data"&gt;
index 4977855a376d4ba439b76967da524071f28bfaee..d874494bdf908fd7ed43bb7226705525660e9682 100644 (file)
@@ -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:290537 (outdated) -->
+<!-- English Revision: 167959:290729 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index 984b4fb09032d8cbf0ac6d37633dfbda8553c166..6575f2e527930443c23b85fc90f13ba92d5a9e8a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 190982:290537 (outdated) -->
+<!-- English Revision: 190982:290729 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index 909bbcf57c16b5ba1bb7d68a847e2575238ed32f..b6c2738d86f1893fbb183dc516481df4e6abf343 100644 (file)
@@ -98,7 +98,7 @@
 
       <dt><em>regex</em></dt>
 
-      <dd>A Perl-compatible <a href="../glossary.html#regex">regular
+      <dd>A Perl-compatible <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular
       expression</a>. The directive definition will specify what the
       <em>regex</em> is matching against.</dd>
 
index 516c198059251847dcfd1892b2bced3c97ca4508..ce8c7aabbd43ff6f9ffb24b148b27eb65cd93d1d 100644 (file)
@@ -22,6 +22,8 @@
 <a href="../ja/mod/directive-dict.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/directive-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">This translation may be out of date. Check the
+            English version for recent changes.</div>
 
     <p>¤³¤Îʸ½ñ¤Ï³Æ Apache <a href="directives.html">ÀßÄê¥Ç¥£¥ì¥¯¥Æ¥£¥Ö</a>
     ¤òÀâÌÀ¤¹¤ë¤¿¤á¤Ë»È¤ï¤ì¤Æ¤¤¤ëÍѸì¤òÀâÌÀ¤·¤Þ¤¹¡£</p>
index ae2609fa3d10d54ce372895997969631449645d9..040fb2328323d774638050805219763e590d073a 100644 (file)
@@ -22,6 +22,8 @@
 <a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/directive-dict.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
 
     <p>ÀÌ ¹®¼­´Â ¾ÆÆÄÄ¡ <a href="directives.html">¼³Á¤
     Áö½Ã¾î</a>¸¦ ¼³¸íÇϴµ¥ »ç¿ëÇÑ ¿ë¾îµéÀ» ¼³¸íÇÑ´Ù.</p>
index 0d08bca4ac2a72a4a5bbe086fce6bd381dda9496..c1e736de2e9a48468436910e447ce27e79df7de0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408 -->
+<!-- English Revision: 151408:290723 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index c7381b7929ae5e103f32cd63fe3cb76acad22863..f9e404e2d51b5f29fad9ffc4f27de58a29b14180 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: 151408 -->
+<!-- English Revision: 151408:290723 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index fbf596604d556a98d96168fcb0fb3324ea3d4241..52ba084b883c85ff7668f012683fcbf2335b33ce 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">ja</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index 45573260bdae670f406cc8169c94db5faa5eb9e2..5a90edb77759155db57c191cd1bf9ecc8a150d32 100644 (file)
@@ -168,8 +168,9 @@ expressions</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_alias</td></tr>
 </table>
-    <p>This directive is equivalent to <code class="directive"><a href="#alias">Alias</a></code>, but makes use of standard
-    regular expressions, instead of simple prefix matching. The
+    <p>This directive is equivalent to <code class="directive"><a href="#alias">Alias</a></code>, but makes use of 
+    <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expressions</a>, 
+    instead of simple prefix matching. The
     supplied regular expression is matched against the URL-path, and
     if it matches, the server will substitute any parenthesized
     matches into the given string and use it as a filename. For
@@ -274,8 +275,9 @@ of the current URL</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_alias</td></tr>
 </table>
-    <p>This directive is equivalent to <code class="directive"><a href="#redirect">Redirect</a></code>, but makes use of standard
-    regular expressions, instead of simple prefix matching. The
+    <p>This directive is equivalent to <code class="directive"><a href="#redirect">Redirect</a></code>, but makes use of 
+    <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expressions</a>, 
+    instead of simple prefix matching. The
     supplied regular expression is matched against the URL-path, and
     if it matches, the server will substitute any parenthesized
     matches into the given string and use it as a filename. For
@@ -357,8 +359,9 @@ and designates the target as a CGI script</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_alias</td></tr>
 </table>
-    <p>This directive is equivalent to <code class="directive"><a href="#scriptalias">ScriptAlias</a></code>, but makes use of standard
-    regular expressions, instead of simple prefix matching. The
+    <p>This directive is equivalent to <code class="directive"><a href="#scriptalias">ScriptAlias</a></code>, but makes use of 
+    <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expressions</a>, 
+    instead of simple prefix matching. The
     supplied regular expression is matched against the URL-path,
     and if it matches, the server will substitute any parenthesized
     matches into the given string and use it as a filename. For
index 7fed95a1295ef370bc3124f6441a4ec8daf631ca..52e30598cc7647d599cdd7f49dcf59bc6ae917ab 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408:240299 (outdated) -->
+<!-- English Revision: 151408:290723 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index b986ff050fccef53d4b9e3768708712e3761138c..0adaa93be560553acba2ba155e2fdf970ec6364c 100644 (file)
@@ -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: 151408:240299 (outdated) -->
+<!-- English Revision: 151408:290723 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index 6810ce44ebd7545348d867c29cd4b507523b17dd..8fda4949ec56073b919a1f2ed89a8b97dbc18cc2 100644 (file)
@@ -80,13 +80,7 @@ client</td></tr>
         BrowserMatch ^Mozilla/4\.0[678] no-gzip<br />
         <br />
         # MSIE masquerades as Netscape, but it is fine<br />
-        # BrowserMatch \bMSIE             !no-gzip !gzip-only-text/html<br />
-        <br />
-        # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48<br />
-        # the above regex won't work. You can use the following<br />
-        # workaround to get the desired effect:<br />
-        BrowserMatch \bMSI[E]           !no-gzip !gzip-only-text/html<br />
-        <br />
+        BrowserMatch \bMSIE             !no-gzip !gzip-only-text/html<br />
         # Don't compress images<br />
         SetEnvIfNoCase Request_URI \<br />
         <span class="indent">
index 619ea7290d43bda60fe623f682712a5b7f7f7077..3ee3ed965f02c4e007f4fb56391e4052e68e364d 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../ja/mod/mod_deflate.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_deflate.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">This translation may be out of date. Check the
+            English version for recent changes.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">ÀâÌÀ:</a></th><td>¥¯¥é¥¤¥¢¥ó¥È¤ØÁ÷¤é¤ì¤ëÁ°¤Ë¥³¥ó¥Æ¥ó¥Ä¤ò°µ½Ì¤¹¤ë</td></tr>
 <tr><th><a href="module-dict.html#Status">¥¹¥Æ¡¼¥¿¥¹:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">¥â¥¸¥å¡¼¥ë¼±ÊÌ»Ò:</a></th><td>deflate_module</td></tr>
index 1772bfe109d18fefdac5cb357caf65c5a44e27ca..fc6e3b0931a1899965de900bd17df2edd37f73a3 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../ja/mod/mod_deflate.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_deflate.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">¼³¸í:</a></th><td>³»¿ëÀ» Å¬¶óÀ̾ðÆ®·Î º¸³»±â Àü¿¡ ¾ÐÃàÇÑ´Ù</td></tr>
 <tr><th><a href="module-dict.html#Status">»óÅÂ:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">¸ðµâ¸í:</a></th><td>deflate_module</td></tr>
index e4855c65ffb76bc2c1de7ce0ffc39b35e3a1d586..4751e1073fc28fbda3d85fd0fb081030c339769d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408 -->
+<!-- English Revision: 151408:290720 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors, as
index fc8663735ccd728e527edd81dc11f58c25a7ef7b..e155a77659652fe665cd243e0bcefe824dbda001 100644 (file)
@@ -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: 151408 -->
+<!-- English Revision: 151408:290720 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index 8486f1ffda762f1e009c7c5f97012574f386a972..d59424513ea2028259481e26c8e934211e204f8e 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">ja</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index c4a1e689bbf0c6e4ce794e7071349575ad1643a2..d93af66ea4d4ac75d001ebd17876d2674bcf87d2 100644 (file)
 
     <p>The <var>match</var> argument specifies a match that will be applied to
     the filter's <var>dispatch</var> criterion.  The <var>match</var> may be
-    a string match (exact match or substring), a regexp, an integer (greater,
-    lessthan or equals), or unconditional.  The first characters of the
-    <var>match</var> argument determines this:</p>
+    a string match (exact match or substring), a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regex</a>, an integer (greater, lessthan or equals), or
+    unconditional.  The first characters of the <var>match</var> argument
+    determines this:</p>
 
     <p><strong>First</strong>, if the first character is an exclamation mark
     (<code>!</code>), this reverses the rule, so the provider will be used
     <table class="bordered"><tr class="header"><th>Character</th><th>Description</th></tr>
 <tr><td><em>(none)</em></td><td>exact match</td></tr>
 <tr class="odd"><td><code>$</code></td><td>substring match</td></tr>
-<tr><td><code>/</code></td><td>regexp match (delimited by a second <code>/</code>)</td></tr>
+<tr><td><code>/</code></td><td>regex match (delimited by a second <code>/</code>)</td></tr>
 <tr class="odd"><td><code>=</code></td><td>integer equality</td></tr>
 <tr><td><code>&lt;</code></td><td>integer less-than</td></tr>
 <tr class="odd"><td><code>&lt;=</code></td><td>integer less-than or equal</td></tr>
index d414304c4d5a708c9fdc9aff23030b0209fa16a8..52f6fb276fa64f214e3190514bc10203d4bbfe00 100644 (file)
@@ -209,7 +209,8 @@ is available only in Apache 2.0</td></tr></table>
 
     <dt><code>echo</code></dt>
     <dd>Request headers with this name are echoed back in the
-    response headers. <var>header</var> may be a regular expression.
+    response headers. <var>header</var> may be a 
+    <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a>.
     <var>value</var> must be omitted.</dd>
     </dl>
 
@@ -217,7 +218,8 @@ is available only in Apache 2.0</td></tr></table>
     can include the final colon, but it is not required. Case is
     ignored for <code>set</code>, <code>append</code>, <code>add</code>
     and <code>unset</code>. The <var>header</var> name for <code>echo</code>
-    is case sensitive and may be a regular expression.</p>
+    is case sensitive and may be a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular 
+    expression</a>.</p>
 
     <p>For <code>add</code>, <code>append</code> and <code>set</code> a
     <var>value</var> is specified as the third argument. If <var>value</var>
index 59d6c7d94397b4721f502fcbfddee5efa5b67620..6dd0d991b44f0e65db797cd9c9bcad208ddcd566 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../ja/mod/mod_headers.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_headers.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">This translation may be out of date. Check the
+            English version for recent changes.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">ÀâÌÀ:</a></th><td>HTTP ¥ê¥¯¥¨¥¹¥È¤Î¥Ø¥Ã¥À¤È±þÅú¤Î¥Ø¥Ã¥À¤Î¥«¥¹¥¿¥Þ¥¤¥º</td></tr>
 <tr><th><a href="module-dict.html#Status">¥¹¥Æ¡¼¥¿¥¹:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">¥â¥¸¥å¡¼¥ë¼±ÊÌ»Ò:</a></th><td>headers_module</td></tr>
index b3042140261cf1bdde164f59ee71c5a3f5462928..262428f598de599c97c638b75fc85e8d2315c9e7 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../ja/mod/mod_headers.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_headers.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">¼³¸í:</a></th><td>HTTP ¿äû Çì´õ¿Í ÀÀ´ä Çì´õ ¼öÁ¤</td></tr>
 <tr><th><a href="module-dict.html#Status">»óÅÂ:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">¸ðµâ¸í:</a></th><td>headers_module</td></tr>
index f9ca293409e0696d247356c6709d78982ad203ba..a21f5abbe12da3b0b2215ae4c7a04f03a1068c79 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408 -->
+<!-- English Revision: 151408:290723 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index f9e38f952435316708067d50a0755c90920af484..c604c95f3bb76456758dcc0b5ff07bf0b6d4f2d9 100644 (file)
@@ -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: 151408 -->
+<!-- English Revision: 151408:290723 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index 4647b21b45e0ac6deb13182e26fc752ee87d44df..d396b39b75a79a36a41e99334935ba03fbfd889f 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">ja</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index 42b45956fbb7f075c223e24b09aa716c4aa6ab15..2ef28e426f3e8c1a3de2c63a7848e47d8d389089 100644 (file)
@@ -692,7 +692,7 @@ proxied resources</td></tr>
 </table>
     <p>The <code class="directive">&lt;ProxyMatch&gt;</code> directive is
     identical to the <code class="directive"><a href="#proxy">&lt;Proxy&gt;</a></code> directive, except it matches URLs
-    using regular expressions.</p>
+    using <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expressions</a>.</p>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -1112,7 +1112,8 @@ expressions</td></tr>
 </table>
     <p>The <code class="directive">ProxyRemoteMatch</code> is identical to the
     <code class="directive"><a href="#proxyremote">ProxyRemote</a></code> directive, except the
-    first argument is a regular expression match against the requested URL.</p>
+    first argument is a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a>
+    match against the requested URL.</p>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index d4c5c3d3fdc77e6c796a22a30c51a647a3c1cdf5..bcd163fe003d1c3c619a00acc8f6ec222cfc5348 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 189754:239684 (outdated) -->
+<!-- English Revision: 189754:290723 (outdated) -->
 
 <!--
  Copyright 2005 The Apache Software Foundation or its licensors, as
index a6d47fb67c5c2399044a970d6dd0727647b6d92f..ebc132702c50ff1d679d7a8ebc4f9109afc0a09e 100644 (file)
@@ -1068,7 +1068,8 @@ later</td></tr>
       because any number of rules may already have matched and made
       alterations to it.</p>
 
-      <p>Some hints about the syntax of regular expressions:</p>
+      <p>Some hints about the syntax of <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular 
+      expressions</a>:</p>
 
 <div class="note"><pre>
 <strong>Text:</strong>
index 6114ce1a98d801a668565c2b7d156c2b7561a0f6..617bc3e40a59a9e5b17f50594e7abdac86fc4d3f 100644 (file)
@@ -198,10 +198,9 @@ used for the <em>attribute</em>.</li>
 </li>
 </ol>
 
-<p>The second argument (<em>regex</em>) is a <a href="http://www.pcre.org/">Perl compatible regular expression</a>.
-This is similar to a POSIX.2 egrep-style regular expression.
-If the <em>regex</em> matches against the <em>attribute</em>,
-then the remainder of the arguments are evaluated.</p>
+<p>The second argument (<em>regex</em>) is a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a>.  If the <em>regex</em>
+matches against the <em>attribute</em>, then the remainder of the
+arguments are evaluated.</p>
 
 <p>The rest of the arguments give the names of variables to set, and
 optionally values to which they should be set. These take the form
index 256abc325ba5b823fa828897ee134447889293ac..9efe4d4ac03fa2c3cc4bc61e63ac930254c37b73 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408:220310 (outdated) -->
+<!-- English Revision: 151408:290723 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index 67ad47731948917a2a8772a79d676208da74b8b3..ad57f4761e11be8323e1f0747aa35a8dca716faf 100644 (file)
@@ -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: 151408:220310 (outdated) -->
+<!-- English Revision: 151408:290723 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index ffa6e34e42258db599e2aa5396844f022cd4b095..c288e7b17c4a6794a0ff4790185bba51a505021d 100644 (file)
       &lt;/IfVersion&gt;
     </code></p></div>
 
-    <p>Besides the numerical comparison it is possible to match a regular
-    expression against the httpd version. There are two ways to write it:</p>
+    <p>Besides the numerical comparison it is possible to match a 
+    <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a> 
+    against the httpd version. There are two ways to write it:</p>
 
     <table class="bordered"><tr class="header"><th><var>operator</var></th><th>description</th></tr>
 <tr><td><code>=</code> or <code>==</code></td>
index a9c33f7ff47241c45bb1b62a54464fb735e8eddb..404e84e9f9771278af3acc1108f224159f5321bc 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../ja/mod/mod_version.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_version.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">This translation may be out of date. Check the
+            English version for recent changes.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">ÀâÌÀ:</a></th><td>¥Ð¡¼¥¸¥ç¥ó°Í¸¤ÎÀßÄê</td></tr>
 <tr><th><a href="module-dict.html#Status">¥¹¥Æ¡¼¥¿¥¹:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">¥â¥¸¥å¡¼¥ë¼±ÊÌ»Ò:</a></th><td>version_module</td></tr>
index 7b9802d7bf91acfaba9622e8e17501233ea38696..de6782e98df6b3555470b0ebf8addbbb6ac85fa9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408 -->
+<!-- English Revision: 151408:290723 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index ff42dfe6996758ca471f2399d00cfe0554097c04..d82da49af8f5ea920eababfa6d5bd4eec4a596fe 100644 (file)
@@ -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: 105989:151408 (outdated) -->
+<!-- English Revision: 105989:290723 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index f390ca32621c60a32e1d6e2a7dfd9d11099f2724..06c244bbe7d6e1a47ed0a531143459c5794f1f81 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index 8538a1c20bbc9a3607f9958bd4ce74d469fd72e5..13214ce2ded60d11edb15a6e5506c4fdcf486d34 100644 (file)
@@ -70,9 +70,7 @@
       <code class="module"><a href="./mod/worker.html">worker</a></code> oder <code class="module"><a href="./mod/event.html">event</a></code> wählen,
       während Sites, die Stabilität oder Kompatibilität mit
       älterer Software erfordern, <code class="module"><a href="./mod/prefork.html">prefork</a></code> wählen
-      können. Darüber hinaus können Spezialfähigkeiten wie
-      die Bedienung verschiedener Hosts unter unterschiedlichen User-IDs
-      (<code class="module"><a href="./mod/perchild.html">perchild</a></code>) angeboten werden.</li>
+      können.</li>
   </ul>
 
   <p>Auf Anwenderebene erscheinen MPMs fast wie andere Apache-Module. Der
index 6f7434f7f186eb7bf387cc8e92638e2d003f094b..066929585bd91186bb94bd20d297e8048150f160 100644 (file)
@@ -70,10 +70,7 @@ how they are used by the Apache HTTP Server.</p>
       scalability can choose to use a threaded MPM like 
       <code class="module"><a href="./mod/worker.html">worker</a></code> or <code class="module"><a href="./mod/event.html">event</a></code>, while sites requiring
       stability or compatibility with older software can use a
-      <code class="module"><a href="./mod/prefork.html">prefork</a></code>. In addition,
-      special features like serving different hosts under different
-      userids (<code class="module"><a href="./mod/perchild.html">perchild</a></code>) can be
-      provided.</li>
+      <code class="module"><a href="./mod/prefork.html">prefork</a></code>.</li>
     </ul>
 
     <p>At the user level, MPMs appear much like other Apache
index 030e16d734a178a60b09c19feae4a1fd12720611..93b643d559b145afacc6f7c9755a8fca7a0deabf 100644 (file)
@@ -24,6 +24,8 @@
 <a href="./ja/mpm.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="./ko/mpm.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">This translation may be out of date. Check the
+            English version for recent changes.</div>
 
 <p>¤³¤Îʸ½ñ¤Ç¤Ï¥Þ¥ë¥Á¥×¥í¥»¥Ã¥·¥ó¥°¥â¥¸¥å¡¼¥ë¤¬¤É¤Î¤è¤¦¤Ê¤â¤Î¤Ç¡¢
 Apache HTTP ¥µ¡¼¥Ð¤Ç¤É¤Î¤è¤¦¤Ë»ÈÍѤµ¤ì¤ë¤«¤Ë¤Ä¤¤¤Æ²òÀ⤷¤Æ¤¤¤Þ¤¹¡£</p>
index d5fde4cc28ffd2061b52a8d75f15ddf05304e84f..70b0cf6e944732ee04efbeb818752ee169028589 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.es.xsl"?>
-<!-- English Revision: 105989:159149 (outdated) -->
+<!-- English Revision: 105989:290723 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index 1efb9f4612f9a4ee2e07242fa85024350ace7595..e30f1c06da65e5a7d618c2760da3b18ba23fd6d6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='iso-2022-jp' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 159149 -->
+<!-- English Revision: 159149:290723 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors, as
index 3db7ca81542b58c2e9fe281e7ed0d637d2fa3565..583249f6d3f12803bb3c558e23a3ba174030ee07 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:159149 (outdated) -->
+<!-- English Revision: 105989:290723 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index ddd57d214be85dc75c6967ba4b1ba8985a12eee3..03696010e195bf40fcf4b6c930781a7a4b899a92 100644 (file)
@@ -9,7 +9,7 @@
     <variant>de</variant>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index cb150c8441d0057b09ebaa2b9ad7cdfb4b88e500..32482f328e386905164480e21a3570255c2d822b 100644 (file)
@@ -112,7 +112,8 @@ from databases or other locations.</p>
 
 <p>The <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code>
 and <code class="directive"><a href="./mod/core.html#files">&lt;Files&gt;</a></code>
-directives, along with their regex counterparts, apply directives to
+directives, along with their <a class="glossarylink" href="./glossary.html#regex" title="see glossary">regex</a>
+counterparts, apply directives to
 parts of the filesystem.  Directives enclosed in a <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code> section apply to
 the named filesystem directory and all subdirectories of that
 directory.  The same effect can be obtained using <a href="howto/htaccess.html">.htaccess files</a>.  For example, in the
@@ -162,7 +163,8 @@ Deny from all<br />
 <h3><a name="webspace" id="webspace">Webspace Containers</a></h3>
 
 <p>The <code class="directive"><a href="./mod/core.html#location">&lt;Location&gt;</a></code>
-directive and its regex counterpart, on the other hand, change the
+directive and its <a class="glossarylink" href="./glossary.html#regex" title="see glossary">regex</a> counterpart, on
+the other hand, change the
 configuration for content in the webspace.  For example, the following
 configuration prevents access to any URL-path that begins in /private.
 In particular, it will apply to requests for
@@ -205,9 +207,9 @@ character will not be matched by any wildcard; it must be specified
 explicitly.</p>
 
 <p>If even more flexible matching is required, each
-container has a regular-expression (regex) counterpart <code class="directive"><a href="./mod/core.html#directorymatch">&lt;DirectoryMatch&gt;</a></code>, <code class="directive"><a href="./mod/core.html#filesmatch">&lt;FilesMatch&gt;</a></code>, and <code class="directive"><a href="./mod/core.html#locationmatch">&lt;LocationMatch&gt;</a></code> that allow
+container has a regular expression (regex) counterpart <code class="directive"><a href="./mod/core.html#directorymatch">&lt;DirectoryMatch&gt;</a></code>, <code class="directive"><a href="./mod/core.html#filesmatch">&lt;FilesMatch&gt;</a></code>, and <code class="directive"><a href="./mod/core.html#locationmatch">&lt;LocationMatch&gt;</a></code> that allow
 perl-compatible
-<a href="glossary.html#regex">regular expressions</a>
+<a class="glossarylink" href="./glossary.html#regex" title="see glossary">regular expressions</a>
 to be used in choosing the matches.  But see the section below on
 configuration merging to find out how using regex sections will change
 how directives are applied.</p>
index bd3fc3e18acb9f807dadf13b0edba565379a6d43..79f67c20456b5ac3c51b25417cb729af52d975af 100644 (file)
@@ -22,6 +22,8 @@
 <a href="./ja/sections.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="./ko/sections.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">This translation may be out of date. Check the
+            English version for recent changes.</div>
  <p><a href="configuring.html">ÀßÄê¥Õ¥¡¥¤¥ë</a>Ãæ¤Î¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤Ï
 ¥µ¡¼¥ÐÁ´ÂΤËŬÍѤµ¤ì¤¿¤ê¡¢ÆÃÄê¤Î¥Ç¥£¥ì¥¯¥È¥ê¤ä¥Õ¥¡¥¤¥ë¡¢¥Û¥¹¥È¡¢URL ¤Ë¤Î¤ß
 Å¬ÍѤµ¤ì¤ë¤è¤¦¤ËÀ©¸Â¤·¤¿¤ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤Îʸ½ñ¤ÏÀßÄêÍѤΥ»¥¯¥·¥ç¥ó¤Î
index 166aef1fc6ccf77a096840877f0e907551869e06..de8a6c55957dfb5468ff50ec76c35956afc77587 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 151408 -->
+<!-- English Revision: 151408:290744 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index 0d52576a60131d2103e6595a03d66734dd7505af..f1d10ebc8085ad41d5915aa354a2dc404eb775f4 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:151408 (outdated) -->
+<!-- English Revision: 105989:290744 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index 89485c2bd674a015567d5a0978d9dfea24ee6d28..b372be7151441f0c604e517357c246d885ee58b5 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index 1278d1d8c3341ff026bf97643afb7771e60b7a1d..70aedb3608067a2504db279f02e97f9c21fe00dc 100644 (file)
     will be served from <code>/var/web/dir/file.html</code>. The
     <code class="directive"><a href="./mod/mod_alias.html#scriptalias">ScriptAlias</a></code> directive
     works the same way, with the additional effect that all content
-    located at the target path is treated as CGI scripts.</p>
+    located at the target path is treated as <a class="glossarylink" href="./glossary.html#cgi" title="see glossary">CGI</a> scripts.</p>
 
     <p>For situations where you require additional flexibility, you
-    can use the <code class="directive"><a href="./mod/mod_alias.html#aliasmatch">AliasMatch</a></code> and 
-    <code class="directive"><a href="./mod/mod_alias.html#scriptaliasmatch">ScriptAliasMatch</a></code>
-    directives to do powerful regular-expression based matching and
-    substitution. For example,</p>
+    can use the <code class="directive"><a href="./mod/mod_alias.html#aliasmatch">AliasMatch</a></code>
+    and <code class="directive"><a href="./mod/mod_alias.html#scriptaliasmatch">ScriptAliasMatch</a></code>
+    directives to do powerful <a class="glossarylink" href="./glossary.html#regex" title="see glossary">regular
+    expression</a> based matching and substitution. For
+    example,</p>
 
 <div class="example"><p><code>ScriptAliasMatch ^/~([a-zA-Z0-9]+)/cgi-bin/(.+)
       /home/$1/cgi-bin/$2</code></p></div>
index 1bafdd4c2ded45afebc486047de624ab499b25e4..a504ed04b5506346e9a5110456a23e22563eb434 100644 (file)
@@ -22,6 +22,8 @@
 <a href="./ja/urlmapping.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="./ko/urlmapping.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">This translation may be out of date. Check the
+            English version for recent changes.</div>
 
     <p>¤³¤Îʸ½ñ¤Ï Apache ¤¬¥ê¥¯¥¨¥¹¥È¤Î URL ¤«¤éÁ÷¿®¤¹¤ë¥Õ¥¡¥¤¥ë¤Î
     ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¾å¤Î°ÌÃÖ¤ò·èÄꤹ¤ëÊýË¡¤òÀâÌÀ¤·¤Þ¤¹¡£</p>
index 6829599e3f2a8c87523552ed2da02c6a255c210c..14070eda2eb53e29b0ea740a9cfc5e5ca01884ae 100644 (file)
@@ -22,6 +22,8 @@
 <a href="./ja/urlmapping.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="./ko/urlmapping.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
 
     <p>ÀÌ ¹®¼­´Â ¿äûÀÇ URLÀ» °¡Áö°í ¾ÆÆÄÄ¡°¡ ¾î¶»°Ô ¼­ºñ½ºÇÒ 
     ÆÄÀÏÀÇ ÆÄÀϽýºÅÛ»ó À§Ä¡¸¦ Ã£´ÂÁö ¼³¸íÇÑ´Ù.</p>
index 24c646f5480ff090a5affe42e53f8c9afb6bc8bc..86de3da52f7fe211844b1d8ca141ac9a1184e282 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 151408 -->
+<!-- English Revision: 151408:290744 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index c80da27e3d5bb18d0d344928b347ea40bb984c5b..fc055878eb918cdf042fcee6665dd5f706074576 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: 151408 -->
+<!-- English Revision: 151408:290744 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index 913017338242c1c608447a793a747ce7c201514a..f31114d93001922a552007d9e68b77f197ccb978 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">ja</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>