]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Transformations.
authorErik Abele <erikabele@apache.org>
Sat, 1 Mar 2008 17:46:53 +0000 (17:46 +0000)
committerErik Abele <erikabele@apache.org>
Sat, 1 Mar 2008 17:46:53 +0000 (17:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@632636 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_charset_lite.xml.ko
docs/manual/mod/mod_logio.xml.ja
docs/manual/mod/mod_logio.xml.ko
docs/manual/mod/mod_logio.xml.meta
docs/manual/ssl/ssl_howto.html.en

index 28d5a1b42d5ddfe0bb9c24e25c55a63f6d5928c2..65fa88ce64a04d9e31213d9ffab2091593318288 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:421100 (outdated) -->
+<!-- English Revision: 151408:629983 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a8ef765ec0a3595f7c161536585150c0d150cb5b..f46b3c277ed1b6faf0e433da92cf64cad1e69eed 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: 421100 -->
+<!-- English Revision: 421100:630295 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 8dea1519d054914e9e22a2861c6280e888667224..02a8c6b0464d3ee007c863452dff916df7ce87b3 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: 421100 -->
+<!-- English Revision: 421100:630295 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ad1bd713ac711fab68d71ce5cf798c27e49929a5..248370ecf895fe124d41d2471162ce7c1ec20803 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 e554745dc175b2ddbf6de9c0a59644f35d79edf3..796c51cead18e6e747c0055694c35ddd77e48bd1 100644 (file)
@@ -240,7 +240,7 @@ plain HTTP access for clients on the Intranet.</a></h3>
 
    
    <p>These examples presume that clients on the Intranet have IPs in the range 
-   192.160.1.0/24, and that the part of the Intranet website you want to allow
+   192.168.1.0/24, and that the part of the Intranet website you want to allow
    internet access to is <code>/usr/local/apache2/htdocs/subarea</code>. 
    This configuration should remain outside of your HTTPS virtual host, so
    that it applies to both HTTPS and HTTP.</p>