]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add TraceEnable compatibility tag, and ./build.sh all causing
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 21 Sep 2005 15:56:33 +0000 (15:56 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 21 Sep 2005 15:56:33 +0000 (15:56 +0000)
  lots and lots of noise this time.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@290730 13f79535-47bb-0310-9956-ffa450edef68

58 files changed:
docs/manual/caching.html.en
docs/manual/glossary.html.en
docs/manual/mod/core.html.en
docs/manual/mod/core.xml
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.de
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 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 c282c29f98d5576352a4d58a8b82efd126a39b15..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;
@@ -3064,6 +3067,7 @@ requests</td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>core</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 1.3.34, 2.0.55 and later</td></tr>
 </table>
     <p>This directive overrides the behavior of <code>TRACE</code> for both
     the core server and <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>.  The default
index 57d4699cc1090716c13a3c8c58160437f5a58efd..7e32546b73c4f6df2a02c1dc54ee3afce8b4cf23 100644 (file)
@@ -3021,6 +3021,7 @@ requests</description>
 <syntax>TraceEnable <var>[on|off|extended]</var></syntax>
 <default>TraceEnable on</default>
 <contextlist><context>server config</context></contextlist>
+<compatibility>Available in Apache 1.3.34, 2.0.55 and later</compatibility>
 
 <usage>
     <p>This directive overrides the behavior of <code>TRACE</code> for both
index 7f14f9f0d0940e3e86e936cba254a2b8996ac426..b0043859b223f1def9207e1b2d2392ee6f0715c3 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:290543 (outdated) -->
+<!-- English Revision: 167959:290725 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index 34cca09ceb0b3157c5d3f18fd37fd91940c6df58..de849065ee8fe2e24ccc55be0a6ec43507234d88 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:290543 (outdated) -->
+<!-- English Revision: 190982:290725 (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..489c77f9b534ef643d75b60da10306d52fe122e2 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:290725 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index c7381b7929ae5e103f32cd63fe3cb76acad22863..a8ea95751b0cd9ad0b035c49c15d872df2cb42e7 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:290725 (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 778ba577d35ac384778fd94df7a037eaa4185933..30085d609c76330808eedf0283f0774c93014d85 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:290427 (outdated) -->
+<!-- English Revision: 151408:290725 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index f1d154c79d06e9574823cc8ca19f3c8be8bb6c64..7ea0156e1f5bde68053ffb83a5db0e58ec228a6f 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:290427 (outdated) -->
+<!-- English Revision: 151408:290725 (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..548f369a9d885b79d7943a03e3f9c08df3b3107b 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:290725 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors, as
index fc8663735ccd728e527edd81dc11f58c25a7ef7b..890c371b9ecf54b487ef7839071021cb7068dcaa 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:290725 (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..5b3b718476cc399c6309d1277e8667fb5154f12b 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,
+    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>
 
     <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..733221f74f3d2fe23dfdadcdac1ddbe98c6973e9 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:290725 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index f9e38f952435316708067d50a0755c90920af484..6a512ffb69d4d9cb7a7bd77df391395aa1bc5830 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:290725 (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 e5fd994bd4081f882e4caeb3a659dc4e237ced2f..90f5cadcf66c72c337721af61261a2b203971085 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:290149 (outdated) -->
+<!-- English Revision: 189754:290725 (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 05bda3b1f21e7785a04ab0e6a2a4ee406869fc70..ffe728144f9cf89b495fd9e4f996755fccbacfba 100644 (file)
@@ -189,10 +189,9 @@ among request characteristics and a regular expression was not
 used for the <em>attribute</em>.</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 4a8627370bc860b224c359f3d5f5bf13cdadfe0e..71f2950497ca8bd52cd46e9fdf4e748924ae025c 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:264993 (outdated) -->
+<!-- English Revision: 151408:290725 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index 62ec647ac9235e35aac3f9d43de353dd8845f934..fbb6c2a8321e515e32df05d2bc1aa8568f74c8f4 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:264993 (outdated) -->
+<!-- English Revision: 151408:290725 (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..2b3c863339e821787991f74a12ff1599b08e191d 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:290725 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index ff42dfe6996758ca471f2399d00cfe0554097c04..a7c61be006b1ffa0d3802548ea39bbd50f5c4ab7 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:290725 (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..bebc94ad37eb499f5a430890ffbd629bd23630f8 100644 (file)
@@ -24,6 +24,9 @@
 <a href="./ja/mpm.html" hreflang="ja" rel="alternate" 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">Diese Übersetzung ist möglicherweise
+            nicht mehr aktuell. Bitte prüfen Sie die englische Version auf
+            die neuesten Änderungen.</div>
 
   <p>Das Dokument beschreibt, was ein Multi-Processing-Modul ist und wie solche
     Module beim Apache HTTP Server verwendet werden.</p>
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 1d2341914d12bb807bcfbbe9aff30e793802f412..b6b8248f7d1be81c022314ef22799c0eb2a1d7ca 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.de.xsl"?>
-<!-- English Revision: 159149 -->
+<!-- English Revision: 159149:290725 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors, as
index d5fde4cc28ffd2061b52a8d75f15ddf05304e84f..cbed78c77edf879ffbdb64e273db8d396dc28bda 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:290725 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index 1efb9f4612f9a4ee2e07242fa85024350ace7595..3dab54935215dd262bdecb7a966c7e28484b33b9 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:290725 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors, as
index 3db7ca81542b58c2e9fe281e7ed0d637d2fa3565..2a90f42ebeb97606a59482341f9e259ec97d8602 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:290725 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index ddd57d214be85dc75c6967ba4b1ba8985a12eee3..c10c460e6c2f7c7048aa3de7a4e54e655d02f090 100644 (file)
@@ -6,10 +6,10 @@
   <relpath>.</relpath>
 
   <variants>
-    <variant>de</variant>
+    <variant outdated="yes">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..945538f37262450efab5b0085b720eefdbc377be 100644 (file)
@@ -112,7 +112,7 @@ 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 +162,7 @@ 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 +205,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..55bc2df52ad572f910dc05a5c71061ad0bc1ef51 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:290725 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index 0d52576a60131d2103e6595a03d66734dd7505af..5d38c8358b152766604eb83e4cebc9e25cde3848 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:290725 (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..1610a5b1167d410eb1abc5988228b35233694ea6 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:290725 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index c80da27e3d5bb18d0d344928b347ea40bb984c5b..39a86b4e183efa61b71b76e41d098fbe067a4c29 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:290725 (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>