]> git.pld-linux.org Git - packages/apache.git/commitdiff
- new from 2.2 branch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Dec 2005 23:29:10 +0000 (23:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-branch.patch -> 1.1

apache-branch.patch [new file with mode: 0644]

diff --git a/apache-branch.patch b/apache-branch.patch
new file mode 100644 (file)
index 0000000..27ec444
--- /dev/null
@@ -0,0 +1,10042 @@
+Index: os/win32/BaseAddr.ref
+===================================================================
+--- os/win32/BaseAddr.ref      (.../tags/2.2.0)        (wersja 358411)
++++ os/win32/BaseAddr.ref      (.../branches/2.2.x)    (wersja 358411)
+@@ -71,3 +71,5 @@
+ mod_bucketeer.so        0x6FA60000    0x00010000
+ mod_dumpio.so           0x6FA50000    0x00010000
+ mod_echo.so             0x6FA40000    0x00010000
++mod_authn_dbd.so        0x6FA30000    0x00010000
++mod_dbd.so              0x6FA20000    0x00010000
+Index: InstallBin.dsp
+===================================================================
+--- InstallBin.dsp     (.../tags/2.2.0)        (wersja 358411)
++++ InstallBin.dsp     (.../branches/2.2.x)    (wersja 358411)
+@@ -33,15 +33,15 @@
+ # PROP BASE Intermediate_Dir "Release"
+ # PROP BASE Cmd_Line "NMAKE /f InstallBin.mak"
+ # PROP BASE Rebuild_Opt "/a"
+-# PROP BASE Target_File "\Apache21\bin\httpd.exe"
++# PROP BASE Target_File "\Apache2\bin\httpd.exe"
+ # PROP BASE Bsc_Name "InstallBin.bsc"
+ # PROP BASE Target_Dir ""
+ # PROP Use_Debug_Libraries 0
+ # PROP Output_Dir "Release"
+ # PROP Intermediate_Dir "Release"
+-# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" SHORT=R LONG=Release _install"
++# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=R LONG=Release _install"
+ # PROP Rebuild_Opt ""
+-# PROP Target_File "\Apache21\bin\httpd.exe"
++# PROP Target_File "\Apache2\bin\httpd.exe"
+ # PROP Bsc_Name "Browse\httpd.bsc"
+ # PROP Target_Dir ""
+@@ -52,15 +52,15 @@
+ # PROP BASE Intermediate_Dir "Debug"
+ # PROP BASE Cmd_Line "NMAKE /f InstallBin.mak"
+ # PROP BASE Rebuild_Opt "/a"
+-# PROP BASE Target_File "\Apache21\bin\httpd.exe"
++# PROP BASE Target_File "\Apache2\bin\httpd.exe"
+ # PROP BASE Bsc_Name "InstallBin.bsc"
+ # PROP BASE Target_Dir ""
+ # PROP Use_Debug_Libraries 1
+ # PROP Output_Dir "Debug"
+ # PROP Intermediate_Dir "Debug"
+-# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" SHORT=D LONG=Debug _install"
++# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=D LONG=Debug _install"
+ # PROP Rebuild_Opt ""
+-# PROP Target_File "\Apache21\bin\httpd.exe"
++# PROP Target_File "\Apache2\bin\httpd.exe"
+ # PROP Bsc_Name ""
+ # PROP Target_Dir ""
+Index: docs/conf/httpd-win.conf
+===================================================================
+--- docs/conf/httpd-win.conf   (.../tags/2.2.0)        (wersja 358411)
++++ docs/conf/httpd-win.conf   (.../branches/2.2.x)    (wersja 358411)
+@@ -161,6 +161,7 @@
+     AllowOverride None
+     Order deny,allow
+     Deny from all
++    Satisfy all
+ </Directory>
+ #
+@@ -391,12 +392,6 @@
+     #
+     #AddHandler cgi-script .cgi
+-    # For files that include their own HTTP headers:
+-    #AddHandler send-as-is asis
+-
+-    # For server-parsed imagemap files:
+-    #AddHandler imap-file map
+-
+     # For type maps (negotiated resources):
+     #AddHandler type-map var
+Index: docs/conf/extra/httpd-mpm.conf.in
+===================================================================
+--- docs/conf/extra/httpd-mpm.conf.in  (.../tags/2.2.0)        (wersja 358411)
++++ docs/conf/extra/httpd-mpm.conf.in  (.../branches/2.2.x)    (wersja 358411)
+@@ -57,14 +57,6 @@
+     MaxRequestsPerChild   0
+ </IfModule>
+-# WinNT MPM
+-# ThreadsPerChild: constant number of worker threads in the server process
+-# MaxRequestsPerChild: maximum  number of requests a server process serves
+-<IfModule mpm_winnt_module>
+-    ThreadsPerChild     250
+-    MaxRequestsPerChild   0
+-</IfModule>
+-
+ # BeOS MPM
+ # StartThreads: how many threads do we initially spawn?
+ # MaxClients:   max number of threads we can have (1 thread == 1 client)
+Index: docs/conf/httpd.conf.in
+===================================================================
+--- docs/conf/httpd.conf.in    (.../tags/2.2.0)        (wersja 358411)
++++ docs/conf/httpd.conf.in    (.../branches/2.2.x)    (wersja 358411)
+@@ -53,7 +53,6 @@
+ #
+ @@LoadModule@@
+-<IfModule !mpm_winnt_module>
+ <IfModule !mpm_netware_module>
+ #
+ # If you wish httpd to run as a different user or group, you must run
+@@ -66,7 +65,6 @@
+ User daemon
+ Group daemon
+ </IfModule>
+-</IfModule>
+ # 'Main' server configuration
+ #
+@@ -173,6 +171,7 @@
+ <FilesMatch "^\.ht">
+     Order allow,deny
+     Deny from all
++    Satisfy All
+ </FilesMatch>
+ #
+@@ -316,12 +315,6 @@
+     #
+     #AddHandler cgi-script .cgi
+-    # For files that include their own HTTP headers:
+-    #AddHandler send-as-is asis
+-
+-    # For server-parsed imagemap files:
+-    #AddHandler imap-file map
+-
+     # For type maps (negotiated resources):
+     #AddHandler type-map var
+Index: docs/docroot/apache_pb2_ani.gif
+===================================================================
+Nie można wyświetlić: plik binarny.
+svn:mime-type = image/gif
+Index: docs/docroot/apache_pb2.png
+===================================================================
+Nie można wyświetlić: plik binarny.
+svn:mime-type = image/png
+Index: docs/docroot/apache_pb2.gif
+===================================================================
+Nie można wyświetlić: plik binarny.
+svn:mime-type = image/gif
+Index: docs/docroot/apache_pb22_ani.gif
+===================================================================
+Nie można wyświetlić: plik binarny.
+svn:mime-type = image/gif
+
+Zmiany atrybutów dla: docs/docroot/apache_pb22_ani.gif
+___________________________________________________________________
+Nazwa: svn:mime-type
+   + image/gif
+
+Index: docs/docroot/apache_pb22.png
+===================================================================
+Nie można wyświetlić: plik binarny.
+svn:mime-type = image/png
+
+Zmiany atrybutów dla: docs/docroot/apache_pb22.png
+___________________________________________________________________
+Nazwa: svn:mime-type
+   + image/png
+
+Index: docs/docroot/apache_pb22.gif
+===================================================================
+Nie można wyświetlić: plik binarny.
+svn:mime-type = image/gif
+
+Zmiany atrybutów dla: docs/docroot/apache_pb22.gif
+___________________________________________________________________
+Nazwa: svn:mime-type
+   + image/gif
+
+Index: docs/manual/stopping.html.ja.euc-jp
+===================================================================
+--- docs/manual/stopping.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/stopping.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Ää»ß¤ÈºÆµ¯Æ°</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Ää»ß¤ÈºÆµ¯Æ°</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/invoking.html.ko.euc-kr
+===================================================================
+--- docs/manual/invoking.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/invoking.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ ½ÃÀÛ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ ½ÃÀÛ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/developer/documenting.html.en
+===================================================================
+--- docs/manual/developer/documenting.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/developer/documenting.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Documenting Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Documenting Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/documenting.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/modules.html.ja.euc-jp
+===================================================================
+--- docs/manual/developer/modules.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/developer/modules.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>¥â¥¸¥å¡¼¥ë¤Î Apache 1.3 ¤«¤é Apache 2.0 ¤Ø¤Î°Ü¿¢</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>¥â¥¸¥å¡¼¥ë¤Î Apache 1.3 ¤«¤é Apache 2.0 ¤Ø¤Î°Ü¿¢</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/modules.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/developer/modules.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
+Index: docs/manual/developer/debugging.html.en
+===================================================================
+--- docs/manual/developer/debugging.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/developer/debugging.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Debugging Memory Allocation in APR</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Debugging Memory Allocation in APR</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/debugging.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/modules.html.en
+===================================================================
+--- docs/manual/developer/modules.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/developer/modules.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Converting Modules from Apache 1.3 to Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Converting Modules from Apache 1.3 to Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/modules.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/developer/modules.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
+Index: docs/manual/developer/filters.html.en
+===================================================================
+--- docs/manual/developer/filters.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/developer/filters.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>How filters work in Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>How filters work in Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/filters.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/API.html.en
+===================================================================
+--- docs/manual/developer/API.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/developer/API.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 1.3 API notes</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 1.3 API notes</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/API.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/thread_safety.html.en
+===================================================================
+--- docs/manual/developer/thread_safety.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/developer/thread_safety.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 Thread Safety Issues</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 Thread Safety Issues</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/thread_safety.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/hooks.html.en
+===================================================================
+--- docs/manual/developer/hooks.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/developer/hooks.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 Hook Functions</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 Hook Functions</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/hooks.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/request.html.en
+===================================================================
+--- docs/manual/developer/request.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/developer/request.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Request Processing in Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Request Processing in Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/request.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/developer/index.html.en
+===================================================================
+--- docs/manual/developer/index.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/developer/index.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Developer Documentation for Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Developer Documentation for Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/developer/" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/upgrading.xml.ko
+===================================================================
+--- docs/manual/upgrading.xml.ko       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.xml.ko       (.../branches/2.2.x)    (wersja 358411)
+@@ -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:349164 (outdated) -->
++<!-- English Revision: 151408:349745 (outdated) -->
+ <!--
+  Copyright 2003-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/env.html.en
+===================================================================
+--- docs/manual/env.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/env.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Environment Variables in Apache</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Environment Variables in Apache</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/env.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/new_features_2_0.html.fr
+===================================================================
+--- docs/manual/new_features_2_0.html.fr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_0.html.fr       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Vue d'ensemble des nouvelles fonctionnalités d'Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Vue d'ensemble des nouvelles fonctionnalités d'Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Langues Disponibles: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/howto/cgi.html.ja.euc-jp
+===================================================================
+--- docs/manual/howto/cgi.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/cgi.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">How-To / ¥Á¥å¡¼¥È¥ê¥¢¥ë</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: CGI ¤Ë¤è¤ëưŪ¥³¥ó¥Æ¥ó¥Ä</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">How-To / ¥Á¥å¡¼¥È¥ê¥¢¥ë</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: CGI ¤Ë¤è¤ëưŪ¥³¥ó¥Æ¥ó¥Ä</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/cgi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/cgi.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/htaccess.html.pt-br
+===================================================================
+--- docs/manual/howto/htaccess.html.pt-br      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/htaccess.html.pt-br      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentação</a> &gt; <a href="../">Versão 2.2</a> &gt; <a href="./">How-To / Tutoriais</a></div><div id="page-content"><div id="preamble"><h1>Tutorial do Apache: arquivos .htaccess</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentação</a> &gt; <a href="../">Versão 2.2</a> &gt; <a href="./">How-To / Tutoriais</a></div><div id="page-content"><div id="preamble"><h1>Tutorial do Apache: arquivos .htaccess</h1>
+ <div class="toplang">
+ <p><span>Línguas Disponíveis: </span><a href="../en/howto/htaccess.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/htaccess.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/access.xml.meta
+===================================================================
+--- docs/manual/howto/access.xml.meta  (.../tags/2.2.0)        (wersja 0)
++++ docs/manual/howto/access.xml.meta  (.../branches/2.2.x)    (wersja 358411)
+@@ -0,0 +1,11 @@
++<?xml version="1.0" encoding="UTF-8" ?>
++
++<metafile>
++  <basename>access</basename>
++  <path>/howto/</path>
++  <relpath>..</relpath>
++
++  <variants>
++    <variant>en</variant>
++  </variants>
++</metafile>
+
+Zmiany atrybutów dla: docs/manual/howto/access.xml.meta
+___________________________________________________________________
+Nazwa: svn:eol-style
+   + native
+
+Index: docs/manual/howto/index.html.ja.euc-jp
+===================================================================
+--- docs/manual/howto/index.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/index.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,12 +16,14 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>How-To / ¥Á¥å¡¼¥È¥ê¥¢¥ë</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>How-To / ¥Á¥å¡¼¥È¥ê¥¢¥ë</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="../ko/howto/" 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>
+ </div>
+ <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+ <div class="section">
+Index: docs/manual/howto/auth.xml.ja
+===================================================================
+--- docs/manual/howto/auth.xml.ja      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/auth.xml.ja      (.../branches/2.2.x)    (wersja 358411)
+@@ -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: 219484:345066 (outdated) -->
++<!-- English Revision: 219484:356011 (outdated) -->
+ <!--
+  Copyright 2003-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/howto/ssi.html.ko.euc-kr
+===================================================================
+--- docs/manual/howto/ssi.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/ssi.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ ÅõÅ丮¾ó: Server Side Includes ¼Ò°³</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ ÅõÅ丮¾ó: Server Side Includes ¼Ò°³</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/ssi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/ssi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/auth.html.ko.euc-kr
+===================================================================
+--- docs/manual/howto/auth.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/auth.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>ÀÎÁõ(Authentication), ±ÇÇѺο©(Authorization),
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>ÀÎÁõ(Authentication), ±ÇÇѺο©(Authorization),
+ Á¢±ÙÁ¦¾î(Access Control)</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/auth.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/howto/public_html.html.ko.euc-kr
+===================================================================
+--- docs/manual/howto/public_html.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/public_html.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>»ç¿ëÀÚº° À¥µð·ºÅ丮</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>»ç¿ëÀÚº° À¥µð·ºÅ丮</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/public_html.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/public_html.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/access.html
+===================================================================
+--- docs/manual/howto/access.html      (.../tags/2.2.0)        (wersja 0)
++++ docs/manual/howto/access.html      (.../branches/2.2.x)    (wersja 358411)
+@@ -0,0 +1,3 @@
++URI: access.html.en
++Content-Language: en
++Content-type: text/html; charset=ISO-8859-1
+
+Zmiany atrybutów dla: docs/manual/howto/access.html
+___________________________________________________________________
+Nazwa: svn:eol-style
+   + native
+
+Index: docs/manual/howto/access.html.en
+===================================================================
+--- docs/manual/howto/access.html.en   (.../tags/2.2.0)        (wersja 0)
++++ docs/manual/howto/access.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -0,0 +1,189 @@
++<?xml version="1.0" encoding="ISO-8859-1"?>
++<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
++        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
++              This file is generated from xml source: DO NOT EDIT
++        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
++      -->
++<title>Access Control - Apache HTTP Server</title>
++<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
++<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
++<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
++<link href="../images/favicon.ico" rel="shortcut icon" /></head>
++<body id="manual-page"><div id="page-header">
++<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
++<p class="apache">Apache HTTP Server Version 2.2</p>
++<img alt="" src="../images/feather.gif" /></div>
++<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
++<div id="path">
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Access Control</h1>
++<div class="toplang">
++<p><span>Available Languages: </span><a href="../en/howto/access.html" title="English">&nbsp;en&nbsp;</a></p>
++</div>
++
++    <p>Access control refers to any means of controlling access to any
++    resource. This is separate from <a href="auth.html">authentication and authorization</a>.</p>
++</div>
++<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#related">Related Modules and Directives</a></li>
++<li><img alt="" src="../images/down.gif" /> <a href="#host">Access control by host</a></li>
++<li><img alt="" src="../images/down.gif" /> <a href="#env">Access control by environment variable</a></li>
++<li><img alt="" src="../images/down.gif" /> <a href="#rewrite">Access control with mod_rewrite</a></li>
++<li><img alt="" src="../images/down.gif" /> <a href="#moreinformation">More information</a></li>
++</ul></div>
++<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
++<div class="section">
++<h2><a name="related" id="related">Related Modules and Directives</a></h2>
++
++<p>Access control can be done by several different modules. The most
++important of these is <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>. Other modules
++discussed in this document include <code class="module"><a href="../mod/mod_setenvif.html">mod_setenvif</a></code> and
++<code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>.</p>
++
++</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
++<div class="section">
++<h2><a name="host" id="host">Access control by host</a></h2>
++    <p>
++    If you wish to restrict access to portions of your site based on the
++    host address of your visitors, this is most easily done using
++    <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>.
++    </p>
++
++    <p>The <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> and
++    <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> directives let
++    you allow and deny access based on the host name, or host
++    address, of the machine requesting a document. The
++    <code class="directive"><a href="../mod/mod_authz_host.html#order">Order</a></code> directive goes
++    hand-in-hand with these two, and tells Apache in which order to
++    apply the filters.</p>
++
++    <p>The usage of these directives is:</p>
++
++    <div class="example"><p><code>
++      Allow from <var>address</var>
++    </code></p></div>
++
++    <p>where <var>address</var> is an IP address (or a partial IP
++    address) or a fully qualified domain name (or a partial domain
++    name); you may provide multiple addresses or domain names, if
++    desired.</p>
++
++    <p>For example, if you have someone spamming your message
++    board, and you want to keep them out, you could do the
++    following:</p>
++
++    <div class="example"><p><code>
++      Deny from 205.252.46.165
++    </code></p></div>
++
++    <p>Visitors coming from that address will not be able to see
++    the content covered by this directive. If, instead, you have a
++    machine name, rather than an IP address, you can use that.</p>
++
++    <div class="example"><p><code>
++      Deny from <var>host.example.com</var>
++    </code></p></div>
++
++    <p>And, if you'd like to block access from an entire domain,
++    you can specify just part of an address or domain name:</p>
++
++    <div class="example"><p><code>
++      Deny from <var>192.101.205</var><br />
++      Deny from <var>cyberthugs.com</var> <var>moreidiots.com</var><br />
++      Deny from ke
++    </code></p></div>
++
++    <p>Using <code class="directive"><a href="../mod/mod_authz_host.html#order">Order</a></code> will let you
++    be sure that you are actually restricting things to the group that you want
++    to let in, by combining a <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> and an <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> directive:</p>
++
++    <div class="example"><p><code>
++      Order deny,allow<br />
++      Deny from all<br />
++      Allow from <var>dev.example.com</var>
++    </code></p></div>
++
++    <p>Listing just the <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code>
++    directive would not do what you want, because it will let folks from that
++    host in, in addition to letting everyone in. What you want is to let
++    <em>only</em> those folks in.</p>
++</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
++<div class="section">
++<h2><a name="env" id="env">Access control by environment variable</a></h2>
++
++    <p>
++    <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>, in conjunction with
++    <code class="module"><a href="../mod/mod_setenvif.html">mod_setenvif</a></code>, can be used to restrict access to
++    your website based on the value of arbitrary environment variables.
++    This is done with the <code>Allow from env=</code> and <code>Deny
++    from env=</code> syntax.
++    </p>
++
++    <div class="example"><p><code>
++    SetEnvIf User-Agent BadBot GoAway=1<br />
++    Order allow,deny<br />
++    Allow from all<br />
++    Deny from env=GoAway
++    </code></p></div>
++
++    <div class="note"><h3>Warning:</h3>
++    <p>Access control by <code>User-Agent</code> is an unreliable technique,
++    since the <code>User-Agent</code> header can be set to anything at all,
++    at the whim of the end user.</p>
++    </div>
++
++    <p>
++    In the above example, the environment variable <code>GoAway</code>
++    is set to <code>1</code> if the <code>User-Agent</code> matches the
++    string <code>BadBot</code>. Then we deny access for any request when
++    this variable is set. This blocks that particular user agent from
++    the site.
++    </p>
++
++    <p>An environment variable test can be negated using the <code>=!</code>
++    syntax:</p>
++
++    <div class="example"><p>
++    Allow from env=!GoAway
++    </p></div>
++
++</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
++<div class="section">
++<h2><a name="rewrite" id="rewrite">Access control with mod_rewrite</a></h2>
++
++<p>The <code>[F]</code> <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> flag causes a 403 Forbidden
++response to be sent. Using this, you can deny access to a resource based
++on arbitrary criteria.</p>
++
++<p>For example, if you wish to block access to a resource between 8pm
++and 6am, you can do this using <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>.</p>
++
++<div class="example"><p><code>
++RewriteEngine On<br />
++RewriteCond %{TIME_HOUR} &gt; 20 [OR]<br />
++RewriteCond %{TIME_HOUR} &lt; 07<br />
++RewriteRule ^/fridge - [F]
++</code></p></div>
++
++<p>This will return a 403 Forbidden response for any request after 8pm
++or before 7am. This technique can be used for any criteria that you wish
++to check. You can also redirect, or otherwise rewrite these requests, if
++that approach is preferred.</p>
++
++</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
++<div class="section">
++<h2><a name="moreinformation" id="moreinformation">More information</a></h2>
++    <p>You should also read the documentation for
++    <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code> and <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code> which
++    contain some more information about how this all works.
++    <code class="module"><a href="../mod/mod_authn_alias.html">mod_authn_alias</a></code> can also help in simplifying certain
++    authentication configurations.</p>
++
++    <p>See the <a href="auth.html">Authentication and Authorization</a>
++    howto.</p>
++</div></div>
++<div class="bottomlang">
++<p><span>Available Languages: </span><a href="../en/howto/access.html" title="English">&nbsp;en&nbsp;</a></p>
++</div><div id="footer">
++<p class="apache">Copyright 1995-2005 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
++<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
++</body></html>
+\ No newline at end of file
+
+Zmiany atrybutów dla: docs/manual/howto/access.html.en
+___________________________________________________________________
+Nazwa: svn:eol-style
+   + native
+
+Index: docs/manual/howto/auth.html.en
+===================================================================
+--- docs/manual/howto/auth.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/auth.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Authentication, Authorization and Access Control</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Authentication, Authorization and Access Control</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/auth.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/auth.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+@@ -35,8 +35,7 @@
+ <li><img alt="" src="../images/down.gif" /> <a href="#lettingmorethanonepersonin">Letting more than one
+ person in</a></li>
+ <li><img alt="" src="../images/down.gif" /> <a href="#possibleproblems">Possible problems</a></li>
+-<li><img alt="" src="../images/down.gif" /> <a href="#whatotherneatstuffcanido">What other neat stuff can I
+-do?</a></li>
++<li><img alt="" src="../images/down.gif" /> <a href="#dbmdbd">Alternate password storage</a></li>
+ <li><img alt="" src="../images/down.gif" /> <a href="#moreinformation">More information</a></li>
+ </ul></div>
+ <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+@@ -90,6 +89,9 @@
+   of the request, but is not part of the authentication provider
+   system.</p>
++  <p>You probably also want to take a look at the <a href="access.html">Access Control</a> howto, which discusses the
++  various ways to control access to your server.</p>
++
+ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+ <div class="section">
+ <h2><a name="introduction" id="introduction">Introduction</a></h2>
+@@ -100,6 +102,11 @@
+     <p>This article covers the "standard" way of protecting parts
+     of your web site that most of you are going to use.</p>
++
++    <div class="note"><h3>Note:</h3>
++    <p>If your data really needs to be secure, consider using
++    <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> in addition to any authentication.</p>
++    </div>
+ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+ <div class="section">
+ <h2><a name="theprerequisites" id="theprerequisites">The Prerequisites</a></h2>
+@@ -137,7 +144,12 @@
+     <p>Here's the basics of password protecting a directory on your
+     server.</p>
+-    <p>You'll need to create a password file. This file should be
++    <p>First, you need to create a password file. Exactly how you do
++    this will vary depending on what authentication provider you have
++    chosen. More on that later. To start with, we'll use a text password
++    file.</p>
++
++    <p>This file should be
+     placed somewhere not accessible from the web. This is so that
+     folks cannot download the password file. For example, if your
+     documents are served out of <code>/usr/local/apache/htdocs</code> you
+@@ -146,7 +158,10 @@
+     <p>To create the file, use the <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code> utility that
+     came with Apache. This will be located in the <code>bin</code> directory
+-    of wherever you installed Apache. To create the file, type:</p>
++    of wherever you installed Apache. If you have installed Apache from
++    a third-party package, it may be in your execution path.</p>
++    
++    <p>To create the file, type:</p>
+     <div class="example"><p><code>
+       htpasswd -c /usr/local/apache/passwd/passwords rbowen
+@@ -164,8 +179,8 @@
+     <p>If <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code> is not in your path, of course
+     you'll have to type the full path to the file to get it to run.
+-    On my server, it's located at
+-    <code>/usr/local/apache/bin/htpasswd</code></p>
++    With a default installation, it's located at
++    <code>/usr/local/apache2/bin/htpasswd</code></p>
+     <p>Next, you'll need to configure the server to request a
+     password and tell the server which users are allowed access.
+@@ -181,6 +196,8 @@
+     <div class="example"><p><code>
+       AuthType Basic<br />
+       AuthName "Restricted Files"<br />
++      # (Following line optional)<br />
++      AuthBasicProvider file<br />
+       AuthUserFile /usr/local/apache/passwd/passwords<br />
+       Require user rbowen
+     </code></p></div>
+@@ -191,9 +208,10 @@
+     implemented by <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code>. It is important to be aware,
+     however, that Basic authentication sends the password from the client to
+     the server unencrypted. This method should therefore not be used for
+-    highly sensitive data. Apache supports one other authentication method:
+-    <code>AuthType Digest</code>. This method is implemented by <code class="module"><a href="../mod/mod_auth_digest.html">mod_auth_digest</a></code> and is much more secure. Only the most recent
+-    versions of clients are known to support Digest authentication.</p>
++    highly sensitive data, unless accompanied by <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code>.
++    Apache supports one other authentication method:
++    <code>AuthType Digest</code>. This method is implemented by <code class="module"><a href="../mod/mod_auth_digest.html">mod_auth_digest</a></code> and is much more secure. Most recent
++    browsers support Digest authentication.</p>
+     <p>The <code class="directive"><a href="../mod/core.html#authname">AuthName</a></code> directive sets
+     the <dfn>Realm</dfn> to be used in the authentication. The realm serves
+@@ -212,6 +230,12 @@
+     will always need to ask again for the password whenever the
+     hostname of the server changes.</p>
++    <p>The <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicprovider">AuthBasicProvider</a></code> is,
++    in this case, optional, since <code>file</code> is the default value
++    for this directive. You'll need to use this directive if you are
++    choosing a different source for authentication, such as
++    <code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code> or <code class="module"><a href="../mod/mod_authn_dbd.html">mod_authn_dbd</a></code>.</p>
++
+     <p>The <code class="directive"><a href="../mod/mod_authn_file.html#authuserfile">AuthUserFile</a></code>
+     directive sets the path to the password file that we just
+     created with <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code>. If you have a large number
+@@ -269,6 +293,8 @@
+     <div class="example"><p><code>
+       AuthType Basic<br />
+       AuthName "By Invitation Only"<br />
++      # Optional line:
++      AuthBasicProvider file
+       AuthUserFile /usr/local/apache/passwd/passwords<br />
+       AuthGroupFile /usr/local/apache/passwd/groups<br />
+       Require group GroupName
+@@ -317,71 +343,31 @@
+     different authentication method at that time.</p>
+ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+ <div class="section">
+-<h2><a name="whatotherneatstuffcanido" id="whatotherneatstuffcanido">What other neat stuff can I
+-do?</a></h2>
+-    <p>Authentication by username and password is only part of the
+-    story. Frequently you want to let people in based on something
+-    other than who they are. Something such as where they are
+-    coming from.</p>
++<h2><a name="dbmdbd" id="dbmdbd">Alternate password storage</a></h2>
+-    <p>The <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> and
+-    <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> directives let
+-    you allow and deny access based on the host name, or host
+-    address, of the machine requesting a document. The
+-    <code class="directive"><a href="../mod/mod_authz_host.html#order">Order</a></code> directive goes
+-    hand-in-hand with these two, and tells Apache in which order to
+-    apply the filters.</p>
++    <p>Because storing passwords in plain text files has the above
++    problems, you may wish to store your passwords somewhere else, such
++    as in a database.</p>
+-    <p>The usage of these directives is:</p>
++    <p><code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code> and <code class="module"><a href="../mod/mod_authn_dbd.html">mod_authn_dbd</a></code>
++    are two modules which make this possible. Rather than selecting
++    <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicsource">AuthBasicSource</a></code> file,
++    instead you can choose <code>dbm</code> or <code>dbd</code> as your
++    storage format.</p>
+-    <div class="example"><p><code>
+-      Allow from <var>address</var>
+-    </code></p></div>
++    <p>To select a dbd file rather than a text file, for example:</p>
+-    <p>where <var>address</var> is an IP address (or a partial IP
+-    address) or a fully qualified domain name (or a partial domain
+-    name); you may provide multiple addresses or domain names, if
+-    desired.</p>
+-
+-    <p>For example, if you have someone spamming your message
+-    board, and you want to keep them out, you could do the
+-    following:</p>
+-
+     <div class="example"><p><code>
+-      Deny from 205.252.46.165
++    &lt;Directory /www/docs/private&gt;<br />
++    AuthName "Private"<br />
++    AuthType Basic<br />
++    AuthBasicProvider dbm<br />
++    AuthDBMUserFile /www/passwords/passwd.dbm<br />
++    Require valid-user
+     </code></p></div>
+-    <p>Visitors coming from that address will not be able to see
+-    the content covered by this directive. If, instead, you have a
+-    machine name, rather than an IP address, you can use that.</p>
+-
+-    <div class="example"><p><code>
+-      Deny from <var>host.example.com</var>
+-    </code></p></div>
+-
+-    <p>And, if you'd like to block access from an entire domain,
+-    you can specify just part of an address or domain name:</p>
+-
+-    <div class="example"><p><code>
+-      Deny from <var>192.101.205</var><br />
+-      Deny from <var>cyberthugs.com</var> <var>moreidiots.com</var><br />
+-      Deny from ke
+-    </code></p></div>
+-
+-    <p>Using <code class="directive"><a href="../mod/mod_authz_host.html#order">Order</a></code> will let you
+-    be sure that you are actually restricting things to the group that you want
+-    to let in, by combining a <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> and an <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> directive:</p>
+-
+-    <div class="example"><p><code>
+-      Order deny,allow<br />
+-      Deny from all<br />
+-      Allow from <var>dev.example.com</var>
+-    </code></p></div>
+-
+-    <p>Listing just the <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code>
+-    directive would not do what you want, because it will let folks from that
+-    host in, in addition to letting everyone in. What you want is to let
+-    <em>only</em> those folks in.</p>
++    <p>Other options are available. Consult the
++    <code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code> documentation for more details.</p>
+ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+ <div class="section">
+ <h2><a name="moreinformation" id="moreinformation">More information</a></h2>
+@@ -390,6 +376,10 @@
+     contain some more information about how this all works.
+     <code class="module"><a href="../mod/mod_authn_alias.html">mod_authn_alias</a></code> can also help in simplifying certain
+     authentication configurations.</p>
++
++    <p>And you may want to look at the <a href="access.html">Access
++    Control</a> howto, which discusses a number of related topics.</p>
++
+ </div></div>
+ <div class="bottomlang">
+ <p><span>Available Languages: </span><a href="../en/howto/auth.html" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/howto/cgi.html.en
+===================================================================
+--- docs/manual/howto/cgi.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/cgi.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: Dynamic Content with CGI</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: Dynamic Content with CGI</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/cgi.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/cgi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/index.xml
+===================================================================
+--- docs/manual/howto/index.xml        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/index.xml        (.../branches/2.2.x)    (wersja 358411)
+@@ -30,18 +30,30 @@
+     <title>How-To / Tutorials</title>
+     <dl>
+-      <dt>Authentication</dt>
++      <dt>Authentication and Authorization</dt>
+       <dd>
+         <p>Authentication is any process by which you verify that
+         someone is who they claim they are. Authorization is any
+         process by which someone is allowed to be where they want to
+         go, or to have information that they want to have.</p>
+-        <p>See: <a href="auth.html">Authentication, Authorization, and Access Control</a></p>
++        <p>See: <a href="auth.html">Authentication, Authorization</a></p>
+       </dd>
+     </dl>
+     <dl>
++      <dt>Access Control</dt>
++      <dd>
++        <p>Access control refers to the process of restricting, or
++        granting access to a resource based on arbitrary criteria. There
++        are a variety of different ways that this can be
++        accomplished.</p>
++
++        <p>See: <a href="access.html">Access Control</a></p>
++      </dd>
++    </dl>
++
++   <dl>
+       <dt>Dynamic Content with CGI</dt>
+       <dd>
+         <p>The CGI (Common Gateway Interface) defines a way for a web
+Index: docs/manual/howto/ssi.html.ja.euc-jp
+===================================================================
+--- docs/manual/howto/ssi.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/ssi.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">How-To / ¥Á¥å¡¼¥È¥ê¥¢¥ë</a></div><div id="page-content"><div id="preamble"><h1>Apache ¥Á¥å¡¼¥È¥ê¥¢¥ë: Server Side Includes ÆþÌç</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">How-To / ¥Á¥å¡¼¥È¥ê¥¢¥ë</a></div><div id="page-content"><div id="preamble"><h1>Apache ¥Á¥å¡¼¥È¥ê¥¢¥ë: Server Side Includes ÆþÌç</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/ssi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/ssi.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/index.xml.ko
+===================================================================
+--- docs/manual/howto/index.xml.ko     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/index.xml.ko     (.../branches/2.2.x)    (wersja 358411)
+@@ -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:355767 (outdated) -->
+ <!--
+  Copyright 2004-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/howto/auth.html.ja.euc-jp
+===================================================================
+--- docs/manual/howto/auth.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/auth.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">How-To / ¥Á¥å¡¼¥È¥ê¥¢¥ë</a></div><div id="page-content"><div id="preamble"><h1>ǧ¾Ú¡¢¾µÇ§¡¢¥¢¥¯¥»¥¹À©¸æ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">How-To / ¥Á¥å¡¼¥È¥ê¥¢¥ë</a></div><div id="page-content"><div id="preamble"><h1>ǧ¾Ú¡¢¾µÇ§¡¢¥¢¥¯¥»¥¹À©¸æ</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/auth.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/auth.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/public_html.html.ja.euc-jp
+===================================================================
+--- docs/manual/howto/public_html.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/public_html.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">How-To / ¥Á¥å¡¼¥È¥ê¥¢¥ë</a></div><div id="page-content"><div id="preamble"><h1>¥æ¡¼¥¶Ëè¤Î¥¦¥§¥Ö¥Ç¥£¥ì¥¯¥È¥ê</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">How-To / ¥Á¥å¡¼¥È¥ê¥¢¥ë</a></div><div id="page-content"><div id="preamble"><h1>¥æ¡¼¥¶Ëè¤Î¥¦¥§¥Ö¥Ç¥£¥ì¥¯¥È¥ê</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/public_html.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/public_html.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/index.xml.meta
+===================================================================
+--- docs/manual/howto/index.xml.meta   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/index.xml.meta   (.../branches/2.2.x)    (wersja 358411)
+@@ -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: docs/manual/howto/htaccess.html.ko.euc-kr
+===================================================================
+--- docs/manual/howto/htaccess.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/htaccess.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ ÅõÅ丮¾ó: .htaccess ÆÄÀÏ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ ÅõÅ丮¾ó: .htaccess ÆÄÀÏ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/htaccess.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/htaccess.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/index.xml.ja
+===================================================================
+--- docs/manual/howto/index.xml.ja     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/index.xml.ja     (.../branches/2.2.x)    (wersja 358411)
+@@ -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:355767 (outdated) -->
+ <!--
+  Copyright 2003-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/howto/access.xml
+===================================================================
+--- docs/manual/howto/access.xml       (.../tags/2.2.0)        (wersja 0)
++++ docs/manual/howto/access.xml       (.../branches/2.2.x)    (wersja 358411)
+@@ -0,0 +1,188 @@
++<?xml version='1.0' encoding='UTF-8' ?>
++<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
++<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
++<!-- $LastChangedRevision$ -->
++
++<!--
++ Copyright 2003-2005 The Apache Software Foundation or its licensors, as
++ applicable.
++
++ Licensed under the Apache License, Version 2.0 (the "License");
++ you may not use this file except in compliance with the License.
++ You may obtain a copy of the License at
++
++     http://www.apache.org/licenses/LICENSE-2.0
++
++ Unless required by applicable law or agreed to in writing, software
++ distributed under the License is distributed on an "AS IS" BASIS,
++ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
++ See the License for the specific language governing permissions and
++ limitations under the License.
++-->
++
++<manualpage metafile="access.xml.meta">
++<parentdocument href="./">How-To / Tutorials</parentdocument>
++
++<title>Access Control</title>
++
++<summary>
++    <p>Access control refers to any means of controlling access to any
++    resource. This is separate from <a
++    href="auth.html">authentication and authorization</a>.</p>
++</summary>
++
++<section id="related"><title>Related Modules and Directives</title>
++
++<p>Access control can be done by several different modules. The most
++important of these is <module>mod_authz_host</module>. Other modules
++discussed in this document include <module>mod_setenvif</module> and
++<module>mod_rewrite</module>.</p>
++
++</section>
++
++<section id="host"><title>Access control by host</title>
++    <p>
++    If you wish to restrict access to portions of your site based on the
++    host address of your visitors, this is most easily done using
++    <module>mod_authz_host</module>.
++    </p>
++
++    <p>The <directive module="mod_authz_host">Allow</directive> and
++    <directive module="mod_authz_host">Deny</directive> directives let
++    you allow and deny access based on the host name, or host
++    address, of the machine requesting a document. The
++    <directive module="mod_authz_host">Order</directive> directive goes
++    hand-in-hand with these two, and tells Apache in which order to
++    apply the filters.</p>
++
++    <p>The usage of these directives is:</p>
++
++    <example>
++      Allow from <var>address</var>
++    </example>
++
++    <p>where <var>address</var> is an IP address (or a partial IP
++    address) or a fully qualified domain name (or a partial domain
++    name); you may provide multiple addresses or domain names, if
++    desired.</p>
++
++    <p>For example, if you have someone spamming your message
++    board, and you want to keep them out, you could do the
++    following:</p>
++
++    <example>
++      Deny from 205.252.46.165
++    </example>
++
++    <p>Visitors coming from that address will not be able to see
++    the content covered by this directive. If, instead, you have a
++    machine name, rather than an IP address, you can use that.</p>
++
++    <example>
++      Deny from <var>host.example.com</var>
++    </example>
++
++    <p>And, if you'd like to block access from an entire domain,
++    you can specify just part of an address or domain name:</p>
++
++    <example>
++      Deny from <var>192.101.205</var><br />
++      Deny from <var>cyberthugs.com</var> <var>moreidiots.com</var><br />
++      Deny from ke
++    </example>
++
++    <p>Using <directive module="mod_authz_host">Order</directive> will let you
++    be sure that you are actually restricting things to the group that you want
++    to let in, by combining a <directive
++    module="mod_authz_host">Deny</directive> and an <directive
++    module="mod_authz_host">Allow</directive> directive:</p>
++
++    <example>
++      Order deny,allow<br />
++      Deny from all<br />
++      Allow from <var>dev.example.com</var>
++    </example>
++
++    <p>Listing just the <directive module="mod_authz_host">Allow</directive>
++    directive would not do what you want, because it will let folks from that
++    host in, in addition to letting everyone in. What you want is to let
++    <em>only</em> those folks in.</p>
++</section>
++
++<section id="env"><title>Access control by environment variable</title>
++
++    <p>
++    <module>mod_authz_host</module>, in conjunction with
++    <module>mod_setenvif</module>, can be used to restrict access to
++    your website based on the value of arbitrary environment variables.
++    This is done with the <code>Allow from env=</code> and <code>Deny
++    from env=</code> syntax.
++    </p>
++
++    <example>
++    SetEnvIf User-Agent BadBot GoAway=1<br />
++    Order allow,deny<br />
++    Allow from all<br />
++    Deny from env=GoAway
++    </example>
++
++    <note><title>Warning:</title>
++    <p>Access control by <code>User-Agent</code> is an unreliable technique,
++    since the <code>User-Agent</code> header can be set to anything at all,
++    at the whim of the end user.</p>
++    </note>
++
++    <p>
++    In the above example, the environment variable <code>GoAway</code>
++    is set to <code>1</code> if the <code>User-Agent</code> matches the
++    string <code>BadBot</code>. Then we deny access for any request when
++    this variable is set. This blocks that particular user agent from
++    the site.
++    </p>
++
++    <p>An environment variable test can be negated using the <code>=!</code>
++    syntax:</p>
++
++    <example><p>
++    Allow from env=!GoAway
++    </p></example>
++
++</section>
++
++<section id="rewrite"><title>Access control with mod_rewrite</title>
++
++<p>The <code>[F]</code> <directive
++module="mod_rewrite">RewriteRule</directive> flag causes a 403 Forbidden
++response to be sent. Using this, you can deny access to a resource based
++on arbitrary criteria.</p>
++
++<p>For example, if you wish to block access to a resource between 8pm
++and 6am, you can do this using <module>mod_rewrite</module>.</p>
++
++<example>
++RewriteEngine On<br />
++RewriteCond %{TIME_HOUR} &gt; 20 [OR]<br />
++RewriteCond %{TIME_HOUR} &lt; 07<br />
++RewriteRule ^/fridge - [F]
++</example>
++
++<p>This will return a 403 Forbidden response for any request after 8pm
++or before 7am. This technique can be used for any criteria that you wish
++to check. You can also redirect, or otherwise rewrite these requests, if
++that approach is preferred.</p>
++
++</section>
++
++<section id="moreinformation"><title>More information</title>
++    <p>You should also read the documentation for
++    <module>mod_auth_basic</module> and <module>mod_authz_host</module> which
++    contain some more information about how this all works.
++    <module>mod_authn_alias</module> can also help in simplifying certain
++    authentication configurations.</p>
++
++    <p>See the <a href="auth.html">Authentication and Authorization</a>
++    howto.</p>
++</section>
++
++</manualpage>
++
+
+Zmiany atrybutów dla: docs/manual/howto/access.xml
+___________________________________________________________________
+Nazwa: svn:eol-style
+   + native
+Nazwa: svn:keywords
+   + LastChangedRevision
+
+Index: docs/manual/howto/auth.xml
+===================================================================
+--- docs/manual/howto/auth.xml (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/auth.xml (.../branches/2.2.x)    (wersja 358411)
+@@ -81,6 +81,10 @@
+   of the request, but is not part of the authentication provider
+   system.</p>
++  <p>You probably also want to take a look at the <a
++  href="access.html">Access Control</a> howto, which discusses the
++  various ways to control access to your server.</p>
++
+ </section>
+ <section id="introduction"><title>Introduction</title>
+@@ -91,6 +95,11 @@
+     <p>This article covers the "standard" way of protecting parts
+     of your web site that most of you are going to use.</p>
++
++    <note><title>Note:</title>
++    <p>If your data really needs to be secure, consider using
++    <module>mod_ssl</module> in addition to any authentication.</p>
++    </note>
+ </section>
+ <section id="theprerequisites"><title>The Prerequisites</title>
+@@ -128,7 +137,12 @@
+     <p>Here's the basics of password protecting a directory on your
+     server.</p>
+-    <p>You'll need to create a password file. This file should be
++    <p>First, you need to create a password file. Exactly how you do
++    this will vary depending on what authentication provider you have
++    chosen. More on that later. To start with, we'll use a text password
++    file.</p>
++
++    <p>This file should be
+     placed somewhere not accessible from the web. This is so that
+     folks cannot download the password file. For example, if your
+     documents are served out of <code>/usr/local/apache/htdocs</code> you
+@@ -137,7 +151,10 @@
+     <p>To create the file, use the <program>htpasswd</program> utility that
+     came with Apache. This will be located in the <code>bin</code> directory
+-    of wherever you installed Apache. To create the file, type:</p>
++    of wherever you installed Apache. If you have installed Apache from
++    a third-party package, it may be in your execution path.</p>
++    
++    <p>To create the file, type:</p>
+     <example>
+       htpasswd -c /usr/local/apache/passwd/passwords rbowen
+@@ -155,8 +172,8 @@
+     <p>If <program>htpasswd</program> is not in your path, of course
+     you'll have to type the full path to the file to get it to run.
+-    On my server, it's located at
+-    <code>/usr/local/apache/bin/htpasswd</code></p>
++    With a default installation, it's located at
++    <code>/usr/local/apache2/bin/htpasswd</code></p>
+     <p>Next, you'll need to configure the server to request a
+     password and tell the server which users are allowed access.
+@@ -172,6 +189,8 @@
+     <example>
+       AuthType Basic<br />
+       AuthName "Restricted Files"<br />
++      # (Following line optional)<br />
++      AuthBasicProvider file<br />
+       AuthUserFile /usr/local/apache/passwd/passwords<br />
+       Require user rbowen
+     </example>
+@@ -183,10 +202,11 @@
+     implemented by <module>mod_auth_basic</module>. It is important to be aware,
+     however, that Basic authentication sends the password from the client to
+     the server unencrypted. This method should therefore not be used for
+-    highly sensitive data. Apache supports one other authentication method:
++    highly sensitive data, unless accompanied by <module>mod_ssl</module>.
++    Apache supports one other authentication method:
+     <code>AuthType Digest</code>. This method is implemented by <module
+-    >mod_auth_digest</module> and is much more secure. Only the most recent
+-    versions of clients are known to support Digest authentication.</p>
++    >mod_auth_digest</module> and is much more secure. Most recent
++    browsers support Digest authentication.</p>
+     <p>The <directive module="core">AuthName</directive> directive sets
+     the <dfn>Realm</dfn> to be used in the authentication. The realm serves
+@@ -205,6 +225,13 @@
+     will always need to ask again for the password whenever the
+     hostname of the server changes.</p>
++    <p>The <directive
++    module="mod_auth_basic">AuthBasicProvider</directive> is,
++    in this case, optional, since <code>file</code> is the default value
++    for this directive. You'll need to use this directive if you are
++    choosing a different source for authentication, such as
++    <module>mod_authn_dbm</module> or <module>mod_authn_dbd</module>.</p>
++
+     <p>The <directive module="mod_authn_file">AuthUserFile</directive>
+     directive sets the path to the password file that we just
+     created with <program>htpasswd</program>. If you have a large number
+@@ -266,6 +293,8 @@
+     <example>
+       AuthType Basic<br />
+       AuthName "By Invitation Only"<br />
++      # Optional line:
++      AuthBasicProvider file
+       AuthUserFile /usr/local/apache/passwd/passwords<br />
+       AuthGroupFile /usr/local/apache/passwd/groups<br />
+       Require group GroupName
+@@ -314,73 +343,31 @@
+     different authentication method at that time.</p>
+ </section>
+-<section id="whatotherneatstuffcanido"><title>What other neat stuff can I
+-do?</title>
+-    <p>Authentication by username and password is only part of the
+-    story. Frequently you want to let people in based on something
+-    other than who they are. Something such as where they are
+-    coming from.</p>
++<section id="dbmdbd"><title>Alternate password storage</title>
+-    <p>The <directive module="mod_authz_host">Allow</directive> and
+-    <directive module="mod_authz_host">Deny</directive> directives let
+-    you allow and deny access based on the host name, or host
+-    address, of the machine requesting a document. The
+-    <directive module="mod_authz_host">Order</directive> directive goes
+-    hand-in-hand with these two, and tells Apache in which order to
+-    apply the filters.</p>
++    <p>Because storing passwords in plain text files has the above
++    problems, you may wish to store your passwords somewhere else, such
++    as in a database.</p>
+-    <p>The usage of these directives is:</p>
++    <p><module>mod_authn_dbm</module> and <module>mod_authn_dbd</module>
++    are two modules which make this possible. Rather than selecting
++    <directive module="mod_auth_basic">AuthBasicSource</directive> file,
++    instead you can choose <code>dbm</code> or <code>dbd</code> as your
++    storage format.</p>
+-    <example>
+-      Allow from <var>address</var>
+-    </example>
++    <p>To select a dbd file rather than a text file, for example:</p>
+-    <p>where <var>address</var> is an IP address (or a partial IP
+-    address) or a fully qualified domain name (or a partial domain
+-    name); you may provide multiple addresses or domain names, if
+-    desired.</p>
+-
+-    <p>For example, if you have someone spamming your message
+-    board, and you want to keep them out, you could do the
+-    following:</p>
+-
+     <example>
+-      Deny from 205.252.46.165
++    &lt;Directory /www/docs/private&gt;<br />
++    AuthName "Private"<br />
++    AuthType Basic<br />
++    AuthBasicProvider dbm<br />
++    AuthDBMUserFile /www/passwords/passwd.dbm<br />
++    Require valid-user
+     </example>
+-    <p>Visitors coming from that address will not be able to see
+-    the content covered by this directive. If, instead, you have a
+-    machine name, rather than an IP address, you can use that.</p>
+-
+-    <example>
+-      Deny from <var>host.example.com</var>
+-    </example>
+-
+-    <p>And, if you'd like to block access from an entire domain,
+-    you can specify just part of an address or domain name:</p>
+-
+-    <example>
+-      Deny from <var>192.101.205</var><br />
+-      Deny from <var>cyberthugs.com</var> <var>moreidiots.com</var><br />
+-      Deny from ke
+-    </example>
+-
+-    <p>Using <directive module="mod_authz_host">Order</directive> will let you
+-    be sure that you are actually restricting things to the group that you want
+-    to let in, by combining a <directive
+-    module="mod_authz_host">Deny</directive> and an <directive
+-    module="mod_authz_host">Allow</directive> directive:</p>
+-
+-    <example>
+-      Order deny,allow<br />
+-      Deny from all<br />
+-      Allow from <var>dev.example.com</var>
+-    </example>
+-
+-    <p>Listing just the <directive module="mod_authz_host">Allow</directive>
+-    directive would not do what you want, because it will let folks from that
+-    host in, in addition to letting everyone in. What you want is to let
+-    <em>only</em> those folks in.</p>
++    <p>Other options are available. Consult the
++    <module>mod_authn_dbm</module> documentation for more details.</p>
+ </section>
+ <section id="moreinformation"><title>More information</title>
+@@ -389,6 +376,10 @@
+     contain some more information about how this all works.
+     <module>mod_authn_alias</module> can also help in simplifying certain
+     authentication configurations.</p>
++
++    <p>And you may want to look at the <a href="access.html">Access
++    Control</a> howto, which discusses a number of related topics.</p>
++
+ </section>
+ </manualpage>
+Index: docs/manual/howto/htaccess.html.en
+===================================================================
+--- docs/manual/howto/htaccess.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/htaccess.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: .htaccess files</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: .htaccess files</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/htaccess.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/htaccess.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/cgi.html.ko.euc-kr
+===================================================================
+--- docs/manual/howto/cgi.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/cgi.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ ÅõÅ丮¾ó: CGI¸¦ »ç¿ëÇÑ µ¿Àû ÆäÀÌÁö »ý¼º</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ ÅõÅ丮¾ó: CGI¸¦ »ç¿ëÇÑ µ¿Àû ÆäÀÌÁö »ý¼º</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/cgi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/cgi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/ssi.html.en
+===================================================================
+--- docs/manual/howto/ssi.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/ssi.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: Introduction to Server Side Includes</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: Introduction to Server Side Includes</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/ssi.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/ssi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/public_html.html.en
+===================================================================
+--- docs/manual/howto/public_html.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/public_html.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Per-user web directories</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Per-user web directories</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/public_html.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/public_html.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/howto/index.html.ko.euc-kr
+===================================================================
+--- docs/manual/howto/index.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/index.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,12 +16,14 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>How-To / ÅõÅ丮¾ó</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>How-To / ÅõÅ丮¾ó</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="../ko/howto/" title="Korean">&nbsp;ko&nbsp;</a></p>
+ </div>
++<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
++            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
+ </div>
+ <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+ <div class="section">
+Index: docs/manual/howto/auth.xml.ko
+===================================================================
+--- docs/manual/howto/auth.xml.ko      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/auth.xml.ko      (.../branches/2.2.x)    (wersja 358411)
+@@ -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:345066 (outdated) -->
++<!-- English Revision: 105989:356011 (outdated) -->
+ <!--
+  Copyright 2004-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/howto/index.html.en
+===================================================================
+--- docs/manual/howto/index.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/index.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>How-To / Tutorials</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>How-To / Tutorials</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+@@ -30,18 +30,30 @@
+     
+     <dl>
+-      <dt>Authentication</dt>
++      <dt>Authentication and Authorization</dt>
+       <dd>
+         <p>Authentication is any process by which you verify that
+         someone is who they claim they are. Authorization is any
+         process by which someone is allowed to be where they want to
+         go, or to have information that they want to have.</p>
+-        <p>See: <a href="auth.html">Authentication, Authorization, and Access Control</a></p>
++        <p>See: <a href="auth.html">Authentication, Authorization</a></p>
+       </dd>
+     </dl>
+     <dl>
++      <dt>Access Control</dt>
++      <dd>
++        <p>Access control refers to the process of restricting, or
++        granting access to a resource based on arbitrary criteria. There
++        are a variety of different ways that this can be
++        accomplished.</p>
++
++        <p>See: <a href="access.html">Access Control</a></p>
++      </dd>
++    </dl>
++
++   <dl>
+       <dt>Dynamic Content with CGI</dt>
+       <dd>
+         <p>The CGI (Common Gateway Interface) defines a way for a web
+Index: docs/manual/howto/htaccess.html.ja.euc-jp
+===================================================================
+--- docs/manual/howto/htaccess.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/howto/htaccess.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">How-To / ¥Á¥å¡¼¥È¥ê¥¢¥ë</a></div><div id="page-content"><div id="preamble"><h1>Apache ¥Á¥å¡¼¥È¥ê¥¢¥ë: .htaccess ¥Õ¥¡¥¤¥ë</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">How-To / ¥Á¥å¡¼¥È¥ê¥¢¥ë</a></div><div id="page-content"><div id="preamble"><h1>Apache ¥Á¥å¡¼¥È¥ê¥¢¥ë: .htaccess ¥Õ¥¡¥¤¥ë</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/howto/htaccess.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/howto/htaccess.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/index.html.de
+===================================================================
+--- docs/manual/index.html.de  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/index.html.de  (.../branches/2.2.x)    (wersja 358411)
+@@ -18,7 +18,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a></div>
+ <div id="page-content"><h1>Dokumentation zum Apache HTTP Server Version
+ 2.2</h1>
+ <div class="toplang">
+Index: docs/manual/glossary.html.ko.euc-kr
+===================================================================
+--- docs/manual/glossary.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/glossary.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¿ë¾î</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¿ë¾î</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/glossary.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/glossary.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/custom-error.html.en
+===================================================================
+--- docs/manual/custom-error.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/custom-error.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Custom Error Responses</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Custom Error Responses</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/custom-error.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/custom-error.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
+Index: docs/manual/custom-error.html.es
+===================================================================
+--- docs/manual/custom-error.html.es   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/custom-error.html.es   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Respuestas de error personalizadas</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Respuestas de error personalizadas</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="./en/custom-error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/custom-error.html" title="Español">&nbsp;es&nbsp;</a> |
+Index: docs/manual/upgrading.xml
+===================================================================
+--- docs/manual/upgrading.xml  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.xml  (.../branches/2.2.x)    (wersja 358411)
+@@ -43,14 +43,24 @@
+   <section id="compile-time">
+     <title>Compile-Time Configuration Changes</title>
++
++    <p>The compilation process is very similar to the one used in
++    version 2.0.  Your old <code>configure</code> command line (as
++    found in <code>build/config.nice</code> in the installed server
++    directory) can be used in some cases.  The most significant change
++    required will be to account for changes in module names, in
++    particular for the authentication and authorization modules.
++    Some details of changes:</p>
++
+     <ul>
+-      <li>Upgraded to require the APR 1.0 API.</li>
+-      <li>Updated bundled PCRE version to 5.0</li>
+       <li>mod_imap has been renamed to <module>mod_imagemap</module></li>
+-      <li>mod_auth has been split up into <module>mod_auth_basic</module>
+-          and <module>mod_authn_file</module></li>
++      <li>mod_auth has been split up into <module>mod_auth_basic</module>,
++          <module>mod_authn_file</module>, <module>mod_authz_user</module>, and
++          <module>mod_authz_groupfile</module></li>
+       <li>mod_access has been renamed to <module>mod_authz_host</module></li>
+       <li>mod_auth_ldap has been renamed to <module>mod_authnz_ldap</module></li>
++      <li>Upgraded to require the APR 1.0 API.</li>
++      <li>Updated bundled PCRE version to 5.0</li>
+     </ul>
+   </section>
+@@ -58,21 +68,33 @@
+   <section id="run-time">
+     <title>Run-Time Configuration Changes</title>
++    <p>Your existing version 2.0 config files and startup scripts can
++      usually be used unchanged in version 2.2.  Some small
++      adjustments may be necessary for particular configurations as
++      discussed below.  In addition, if you dynamically load the
++      standard modules using the <directive
++      module="mod_so">LoadModule</directive> directive, then you will
++      need to account for the module name changes mentioned above.</p>
++
++    <p>If you choose to use the new default
++      configuration file for version 2.2, you will find that it has
++      been greatly simplified by removing all but the most essential
++      configuration settings.  A set of example configuration settings
++      for more advanced features is present in the
++      <code>conf/extra/</code> directory of the installed server.  Default
++      configuration files are installed in the <code>conf/original</code>
++      directory.</p>
++
++    <p>Some runtime configuration changes that you may notice:</p>
++
+     <ul>
+-      <li>The config file <code>httpd.conf</code> distributed with the
+-      Apache HTTP Server has been greatly simplified by removing all
+-      but the most essential configuration settings.  A set of example
+-      configuration settings for more advanced features is present in
+-      the <code>conf/extra/</code> directory of the installed
+-      server.</li>
+-
+       <li>The <program>apachectl</program> option
+-      <code>startssl</code> is no longer available.  To enable ssl
++      <code>startssl</code> is no longer available.  To enable SSL
+       support, you should edit <code>httpd.conf</code> to include the
+       relevant <module>mod_ssl</module> directives and then use
+       <code>apachectl start</code> to start the server.  An example
+-      configuration to activate <module>mod_ssl</module> has been included
+-      in <code>conf/extra/httpd-ssl.conf</code>.</li>
++      configuration to activate <module>mod_ssl</module> has been
++      included in <code>conf/extra/httpd-ssl.conf</code>.</li>
+       <li>The default setting of <directive
+       module="core">UseCanonicalName</directive> is now
+@@ -115,5 +137,9 @@
+   <section id="third-party">
+     <title>Third Party Modules</title>
++   <p>Many third-party modules designed for version 2.0 will work
++   unchanged with the the Apache HTTP Server version 2.2.  But all
++   modules must be recompiled before being loaded.</p>
++
+   </section>
+ </manualpage>
+Index: docs/manual/bind.html.en
+===================================================================
+--- docs/manual/bind.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/bind.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Binding</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Binding</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/bind.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/bind.html" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/filter.html.ja.euc-jp
+===================================================================
+--- docs/manual/filter.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/filter.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥Õ¥£¥ë¥¿</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥Õ¥£¥ë¥¿</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/filter.html" hreflang="es" rel="alternate" title="Espa\8f«Ðol">&nbsp;es&nbsp;</a> |
+Index: docs/manual/new_features_2_0.html.ja.euc-jp
+===================================================================
+--- docs/manual/new_features_2_0.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_0.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 ¤Î¿·µ¡Ç½¤Î³µÍ×</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 ¤Î¿·µ¡Ç½¤Î³µÍ×</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/content-negotiation.html.ja.euc-jp
+===================================================================
+--- docs/manual/content-negotiation.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/content-negotiation.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥³¥ó¥Æ¥ó¥È¥Í¥´¥·¥¨¡¼¥·¥ç¥ó</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥³¥ó¥Æ¥ó¥È¥Í¥´¥·¥¨¡¼¥·¥ç¥ó</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/content-negotiation.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/content-negotiation.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/index.html.en
+===================================================================
+--- docs/manual/index.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/index.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -18,7 +18,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a></div>
+ <div id="page-content"><h1>Apache HTTP Server Version 2.2
+ Documentation</h1>
+ <div class="toplang">
+Index: docs/manual/bind.html.ko.euc-kr
+===================================================================
+--- docs/manual/bind.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/bind.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>ÁÖ¼Ò¿Í Æ÷Æ® ÁöÁ¤ (Binding)</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>ÁÖ¼Ò¿Í Æ÷Æ® ÁöÁ¤ (Binding)</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/bind.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/bind.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/index.html.es
+===================================================================
+--- docs/manual/index.html.es  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/index.html.es  (.../branches/2.2.x)    (wersja 358411)
+@@ -18,7 +18,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a></div>
+ <div id="page-content"><h1>Versión 2.2 de la documentación del
+ Servidor de HTTP Apache</h1>
+ <div class="toplang">
+Index: docs/manual/logs.html.ja.euc-jp
+===================================================================
+--- docs/manual/logs.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/logs.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥í¥°¥Õ¥¡¥¤¥ë</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥í¥°¥Õ¥¡¥¤¥ë</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/logs.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/logs.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/bind.html.fr
+===================================================================
+--- docs/manual/bind.html.fr   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/bind.html.fr   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Liaison</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Liaison</h1>
+ <div class="toplang">
+ <p><span>Langues Disponibles: </span><a href="./de/bind.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/bind.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/install.xml.de
+===================================================================
+--- docs/manual/install.xml.de (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/install.xml.de (.../branches/2.2.x)    (wersja 358411)
+@@ -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: 333030:344412 (outdated) -->
++<!-- English Revision: 333030:350287 (outdated) -->
+ <!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/dns-caveats.html.ko.euc-kr
+===================================================================
+--- docs/manual/dns-caveats.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/dns-caveats.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>DNS¿Í ¾ÆÆÄÄ¡¿Í °ü·ÃµÈ »çÇ×</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>DNS¿Í ¾ÆÆÄÄ¡¿Í °ü·ÃµÈ »çÇ×</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/dns-caveats.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/dns-caveats.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/server-wide.html.ja.euc-jp
+===================================================================
+--- docs/manual/server-wide.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/server-wide.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥µ¡¼¥ÐÁ´ÂΤÎÀßÄê</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥µ¡¼¥ÐÁ´ÂΤÎÀßÄê</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/server-wide.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/server-wide.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/urlmapping.html.ko.euc-kr
+===================================================================
+--- docs/manual/urlmapping.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/urlmapping.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>URLÀ» ÆÄÀϽýºÅÛ À§Ä¡·Î ´ëÀÀÇϱâ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>URLÀ» ÆÄÀϽýºÅÛ À§Ä¡·Î ´ëÀÀÇϱâ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/urlmapping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/urlmapping.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/mod/mod_dav_fs.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_dav_fs.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dav_fs.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dav_fs</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_log_config.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_log_config.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_log_config.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_log_config</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_unique_id.html.en
+===================================================================
+--- docs/manual/mod/mod_unique_id.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_unique_id.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_unique_id</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_default.html.en
+===================================================================
+--- docs/manual/mod/mod_authn_default.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_default.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authn_default</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_headers.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_headers.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_headers.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_headers</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_dir.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_dir.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dir.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dir</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_negotiation.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_negotiation.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_negotiation.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_negotiation</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_anon.html.en
+===================================================================
+--- docs/manual/mod/mod_authn_anon.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_anon.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authn_anon</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_setenvif.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_setenvif.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_setenvif.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_setenvif</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authz_default.html.en
+===================================================================
+--- docs/manual/mod/mod_authz_default.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_default.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authz_default</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_setenvif.html.en
+===================================================================
+--- docs/manual/mod/mod_setenvif.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_setenvif.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_setenvif</h1>
+ <div class="toplang">
+Index: docs/manual/mod/quickreference.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/quickreference.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/quickreference.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="preamble"><h1>Áö½Ã¾î ºü¸¥ÂüÁ¶</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/mod/quickreference.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+@@ -315,10 +315,10 @@
+ presence or absence of a specific module</td></tr>
+ <tr><td><a href="mod_version.html#ifversion">&lt;IfVersion [[!]<var>operator</var>] <var>version</var>&gt; ...
+ &lt;/IfVersion&gt;</a></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">¹öÀüº° ¼³Á¤À» ¹­´Â´Ù</td></tr>
+-<tr class="odd"><td><a href="mod_imap.html#imapbase">ImapBase map|referer|<var>URL</var></a></td><td> http://servername/ </td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">À̹ÌÁö¸Ê ÆÄÀÏ¿¡¼­ <code>base</code> ±âº»°ª</td></tr>
+-<tr><td><a href="mod_imap.html#imapdefault">ImapDefault error|nocontent|map|referer|<var>URL</var></a></td><td> nocontent </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">À̹ÌÁö¸Ê¿¡ ¾î´À ¿µ¿ª¿¡µµ ÇØ´çÇÏÁö ¾Ê´Â ÁÂÇ¥¸¦ ÁØ
++<tr class="odd"><td><a href="mod_imagemap.html#imapbase">ImapBase map|referer|<var>URL</var></a></td><td> http://servername/ </td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">À̹ÌÁö¸Ê ÆÄÀÏ¿¡¼­ <code>base</code> ±âº»°ª</td></tr>
++<tr><td><a href="mod_imagemap.html#imapdefault">ImapDefault error|nocontent|map|referer|<var>URL</var></a></td><td> nocontent </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">À̹ÌÁö¸Ê¿¡ ¾î´À ¿µ¿ª¿¡µµ ÇØ´çÇÏÁö ¾Ê´Â ÁÂÇ¥¸¦ ÁØ
+ °æ¿ì ±âº» Çൿ</td></tr>
+-<tr class="odd"><td><a href="mod_imap.html#imapmenu">ImapMenu none|formatted|semiformatted|unformatted</a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">ÁÂÇ¥¾øÀÌ À̹ÌÁö¸Ê ¿äû½Ã ÃëÇÒ Çൿ</td></tr>
++<tr class="odd"><td><a href="mod_imagemap.html#imapmenu">ImapMenu none|formatted|semiformatted|unformatted</a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">ÁÂÇ¥¾øÀÌ À̹ÌÁö¸Ê ¿äû½Ã ÃëÇÒ Çൿ</td></tr>
+ <tr><td><a href="core.html#include">Include <var>file-path</var>|<var>directory-path</var></a></td><td></td><td>svd</td><td>C</td></tr><tr><td class="descr" colspan="4">Includes other configuration files from within
+ the server configuration files</td></tr>
+ <tr class="odd"><td><a href="mod_autoindex.html#indexignore">IndexIgnore <var>file</var> [<var>file</var>] ...</a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">µð·ºÅ丮 ¸ñ·Ï¿¡¼­ ¼û±æ ÆÄÀϸñ·ÏÀ» Ãß°¡ÇÑ´Ù</td></tr>
+Index: docs/manual/mod/mod_suexec.html.en
+===================================================================
+--- docs/manual/mod/mod_suexec.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_suexec.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_suexec</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_version.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_version.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_version.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_version</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mpmt_os2.html.en
+===================================================================
+--- docs/manual/mod/mpmt_os2.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mpmt_os2.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache MPM os2</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_auth_digest.xml.ko
+===================================================================
+--- docs/manual/mod/mod_auth_digest.xml.ko     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_auth_digest.xml.ko     (.../branches/2.2.x)    (wersja 358411)
+@@ -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:345066 (outdated) -->
++<!-- English Revision: 105989:355991 (outdated) -->
+ <!--
+  Copyright 2004-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/mod/mod_ext_filter.html.en
+===================================================================
+--- docs/manual/mod/mod_ext_filter.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_ext_filter.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_ext_filter</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_file.html.en
+===================================================================
+--- docs/manual/mod/mod_authn_file.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_file.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authn_file</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_userdir.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_userdir.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_userdir.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_userdir</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_expires.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_expires.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_expires.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_expires</h1>
+ <div class="toplang">
+Index: docs/manual/mod/worker.xml.de
+===================================================================
+--- docs/manual/mod/worker.xml.de      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/worker.xml.de      (.../branches/2.2.x)    (wersja 358411)
+@@ -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: 290427 -->
++<!-- English Revision: 290427:354167 (outdated) -->
+ <!--
+  Copyright 2003-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/mod/mod_ident.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_ident.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_ident.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_ident</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authz_groupfile.html.en
+===================================================================
+--- docs/manual/mod/mod_authz_groupfile.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_groupfile.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authz_groupfile</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_asis.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_asis.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_asis.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_asis</h1>
+ <div class="toplang">
+Index: docs/manual/mod/core.xml.ja
+===================================================================
+--- docs/manual/mod/core.xml.ja        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/core.xml.ja        (.../branches/2.2.x)    (wersja 358411)
+@@ -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:345333 (outdated) -->
++<!-- English Revision: 190982:349779 (outdated) -->
+ <!--
+  Copyright 2003-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/mod/mod_authz_dbm.html.en
+===================================================================
+--- docs/manual/mod/mod_authz_dbm.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_dbm.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authz_dbm</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_mime.html.en
+===================================================================
+--- docs/manual/mod/mod_mime.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_mime.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_mime</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_logio.html.en
+===================================================================
+--- docs/manual/mod/mod_logio.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_logio.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_logio</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authz_dbm.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_authz_dbm.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_dbm.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_dbm</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_dir.html.en
+===================================================================
+--- docs/manual/mod/mod_dir.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dir.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_dir</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_unique_id.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_unique_id.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_unique_id.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_unique_id</h1>
+ <div class="toplang">
+Index: docs/manual/mod/index.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/index.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/index.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥â¥¸¥å¡¼¥ë°ìÍ÷</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥â¥¸¥å¡¼¥ë°ìÍ÷</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/mod/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/mod/mod_ssl.html.en
+===================================================================
+--- docs/manual/mod/mod_ssl.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_ssl.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_ssl</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_auth_basic.html.en
+===================================================================
+--- docs/manual/mod/mod_auth_basic.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_auth_basic.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_auth_basic</h1>
+ <div class="toplang">
+@@ -49,6 +49,9 @@
+ <ul class="seealso">
+ <li><code class="directive"><a href="../mod/core.html#authname">AuthName</a></code></li>
+ <li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li>
++<li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
++<li><code class="directive"><a href="../mod/core.html#satisfy">Satisfy</a></code></li>
++<li><a href="../howto/auth.html">Authentication howto</a></li>
+ </ul></div>
+ <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+@@ -99,6 +102,7 @@
+       &lt;Location /secure&gt;<br />
+       <span class="indent">
+         AuthType basic<br />
++        AuthName "private area"<br />
+         AuthBasicProvider  dbm<br />
+         AuthDBMType        SDBM<br />
+         AuthDBMUserFile    /www/etc/dbmpasswd<br />
+Index: docs/manual/mod/mod_cgid.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_cgid.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_cgid.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_cgid</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_autoindex.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_autoindex.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_autoindex.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_autoindex</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_vhost_alias.html.en
+===================================================================
+--- docs/manual/mod/mod_vhost_alias.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_vhost_alias.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_vhost_alias</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mpm_common.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mpm_common.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mpm_common.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache MPM ¶¦Ḁ̈ǥ£¥ì¥¯¥Æ¥£¥Ö</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_disk_cache.html.en
+===================================================================
+--- docs/manual/mod/mod_disk_cache.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_disk_cache.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_disk_cache</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_deflate.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_deflate.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_deflate.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_deflate</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_filter.html.en
+===================================================================
+--- docs/manual/mod/mod_filter.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_filter.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_filter</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_auth_digest.xml
+===================================================================
+--- docs/manual/mod/mod_auth_digest.xml        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_auth_digest.xml        (.../branches/2.2.x)    (wersja 358411)
+@@ -39,6 +39,7 @@
+ <seealso><directive module="core">AuthType</directive></seealso>
+ <seealso><directive module="core">Require</directive></seealso>
+ <seealso><directive module="core">Satisfy</directive></seealso>
++<seealso><a href="../howto/auth.html">Authentication howto</a></seealso>
+ <section id="using"><title>Using Digest Authentication</title>
+@@ -136,8 +137,8 @@
+     by the <module>mod_authn_file</module> module.  Make sure
+     that the chosen provider module is present in the server.</p>
+-    <p>See <module>mod_authn_dbm</module> and <module>mod_authn_file</module>
+-    for providers.</p>
++    <p>See <module>mod_authn_dbm</module>, <module>mod_authn_file</module>, 
++    and <module>mod_authn_dbd</module> for providers.</p>
+ </usage>
+ </directivesynopsis>
+Index: docs/manual/mod/mod_disk_cache.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_disk_cache.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_disk_cache.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_disk_cache</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_imagemap.html.en
+===================================================================
+--- docs/manual/mod/mod_imagemap.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_imagemap.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_imagemap</h1>
+ <div class="toplang">
+@@ -26,7 +26,7 @@
+ </div>
+ <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Server-side imagemap processing</td></tr>
+ <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
+-<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>imap_module</td></tr>
++<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>imagemap_module</td></tr>
+ <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_imagemap.c</td></tr></table>
+ <h3>Summary</h3>
+Index: docs/manual/mod/mod_authz_user.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_authz_user.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_user.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_user</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_cern_meta.html.en
+===================================================================
+--- docs/manual/mod/mod_cern_meta.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_cern_meta.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_cern_meta</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_proxy_ajp.html.en
+===================================================================
+--- docs/manual/mod/mod_proxy_ajp.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_proxy_ajp.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_proxy_ajp</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_dav_lock.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_dav_lock.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dav_lock.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dav_lock</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_isapi.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_isapi.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_isapi.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_isapi</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_ident.html.en
+===================================================================
+--- docs/manual/mod/mod_ident.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_ident.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_ident</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_dav.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_dav.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dav.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_dav</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_cgi.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_cgi.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_cgi.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_cgi</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mpm_winnt.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mpm_winnt.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mpm_winnt.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache MPM winnt</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authz_host.html.en
+===================================================================
+--- docs/manual/mod/mod_authz_host.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_host.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authz_host</h1>
+ <div class="toplang">
+Index: docs/manual/mod/worker.xml.ja
+===================================================================
+--- docs/manual/mod/worker.xml.ja      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/worker.xml.ja      (.../branches/2.2.x)    (wersja 358411)
+@@ -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:354167 (outdated) -->
+ <!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/mod/mod_mem_cache.html.en
+===================================================================
+--- docs/manual/mod/mod_mem_cache.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_mem_cache.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_mem_cache</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_logio.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_logio.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_logio.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_logio</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_env.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_env.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_env.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_env</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_mime_magic.html.en
+===================================================================
+--- docs/manual/mod/mod_mime_magic.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_mime_magic.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_mime_magic</h1>
+ <div class="toplang">
+Index: docs/manual/mod/directives.html.de
+===================================================================
+--- docs/manual/mod/directives.html.de (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/directives.html.de (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div><div id="preamble"><h1>Verzeichnis der Direktiven</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div><div id="preamble"><h1>Verzeichnis der Direktiven</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="../de/mod/directives.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/mod/directives.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/mod/mod_auth_basic.xml
+===================================================================
+--- docs/manual/mod/mod_auth_basic.xml (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_auth_basic.xml (.../branches/2.2.x)    (wersja 358411)
+@@ -40,6 +40,9 @@
+ </summary>
+ <seealso><directive module="core">AuthName</directive></seealso>
+ <seealso><directive module="core">AuthType</directive></seealso>
++<seealso><directive module="core">Require</directive></seealso>
++<seealso><directive module="core">Satisfy</directive></seealso>
++<seealso><a href="../howto/auth.html">Authentication howto</a></seealso>
+ <directivesynopsis>
+ <name>AuthBasicProvider</name>
+@@ -62,6 +65,7 @@
+       &lt;Location /secure&gt;<br />
+       <indent>
+         AuthType basic<br />
++        AuthName "private area"<br />
+         AuthBasicProvider  dbm<br />
+         AuthDBMType        SDBM<br />
+         AuthDBMUserFile    /www/etc/dbmpasswd<br />
+Index: docs/manual/mod/worker.html.de
+===================================================================
+--- docs/manual/mod/worker.html.de     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/worker.html.de     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache-MPM worker</h1>
+ <div class="toplang">
+@@ -25,6 +25,9 @@
+ <a href="../en/mod/worker.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/mod/worker.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&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>
+ <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>Multi-Processing-Modul, das einen Hybrid-Webserver mit
+   Multi-Thread und Multi-Prozess-Unterstützung implementiert</td></tr>
+ <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr>
+Index: docs/manual/mod/mod_file_cache.html.en
+===================================================================
+--- docs/manual/mod/mod_file_cache.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_file_cache.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_file_cache</h1>
+ <div class="toplang">
+Index: docs/manual/mod/module-dict.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/module-dict.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/module-dict.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¸ðµâÀ» ¼³¸íÇϱâÀ§ÇØ »ç¿ëÇÑ ¿ë¾îµé</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¸ðµâÀ» ¼³¸íÇϱâÀ§ÇØ »ç¿ëÇÑ ¿ë¾îµé</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/mod/module-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/mod/module-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/mod/mod_authn_file.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_authn_file.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_file.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authn_file</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_mem_cache.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_mem_cache.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_mem_cache.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_mem_cache</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_auth_basic.xml.ja
+===================================================================
+--- docs/manual/mod/mod_auth_basic.xml.ja      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_auth_basic.xml.ja      (.../branches/2.2.x)    (wersja 358411)
+@@ -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:345059 (outdated) -->
++<!-- English Revision: 151408:355991 (outdated) -->
+ <!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/mod/mod_authn_dbd.html.en
+===================================================================
+--- docs/manual/mod/mod_authn_dbd.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_dbd.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authn_dbd</h1>
+ <div class="toplang">
+@@ -110,7 +110,6 @@
+ <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>SQL query to look up a password for a user</td></tr>
+ <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthDBDUserPWQuery <var>query</var></code></td></tr>
+ <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory</td></tr>
+-<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
+ <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+ <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authn_dbd</td></tr>
+ </table>
+@@ -132,18 +131,17 @@
+ </td></tr>
+ <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthDBDUserRealmQuery <var>query</var></code></td></tr>
+ <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory</td></tr>
+-<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
+ <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+ <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authn_dbd</td></tr>
+ </table>
+-    <p>The <code class="directive">AuthDBDUserRealmPWQuery</code> specifies an
++    <p>The <code class="directive">AuthDBDUserRealmQuery</code> specifies an
+     SQL query to look up a password for a specified user and realm.
+     The query must take two string (typically SQL varchar) arguments
+     (username and realm), and return a single value (encrypted password).
+     </p>
+     <div class="example"><p><code>
+-    AuthDBDUserRealmPWQuery "SELECT password FROM authn
+-                                    WHERE username = %s AND realm = %s"
++    AuthDBDUserRealmQuery "SELECT password FROM authn
++                              WHERE username = %s AND realm = %s"
+     </code></p></div>
+Index: docs/manual/mod/mod_alias.html.en
+===================================================================
+--- docs/manual/mod/mod_alias.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_alias.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_alias</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_dumpio.html.en
+===================================================================
+--- docs/manual/mod/mod_dumpio.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dumpio.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_dumpio</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_autoindex.html.en
+===================================================================
+--- docs/manual/mod/mod_autoindex.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_autoindex.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_autoindex</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_ext_filter.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_ext_filter.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_ext_filter.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_ext_filter</h1>
+ <div class="toplang">
+Index: docs/manual/mod/directives.html.en
+===================================================================
+--- docs/manual/mod/directives.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/directives.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div><div id="preamble"><h1>Directive Index</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div><div id="preamble"><h1>Directive Index</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../de/mod/directives.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/mod/directives.html" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/mod/mod_authz_host.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_authz_host.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_host.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_host</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_nw_ssl.html.en
+===================================================================
+--- docs/manual/mod/mod_nw_ssl.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_nw_ssl.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_nw_ssl</h1>
+ <div class="toplang">
+Index: docs/manual/mod/directives.html.es
+===================================================================
+--- docs/manual/mod/directives.html.es (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/directives.html.es (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="../">Versión 2.2</a> &gt; <a href="./">Módulos</a></div><div id="preamble"><h1>Índice de Directivas</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="../">Versión 2.2</a> &gt; <a href="./">Módulos</a></div><div id="preamble"><h1>Índice de Directivas</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="../de/mod/directives.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/mod/directives.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/mod/worker.html.en
+===================================================================
+--- docs/manual/mod/worker.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/worker.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache MPM worker</h1>
+ <div class="toplang">
+@@ -33,9 +33,9 @@
+ <h3>Summary</h3>
+     <p>This Multi-Processing Module (MPM) implements a hybrid
+-    multi-process multi-threaded server.  By using threads to serve
++    multi-process multi-threaded server. By using threads to serve
+     requests, it is able to serve a large number of requests with
+-    less system resources than a process-based server.  Yet it
++    fewer system resources than a process-based server. However, it
+     retains much of the stability of a process-based server by
+     keeping multiple processes available, each with many threads.</p>
+@@ -94,7 +94,7 @@
+     threads or processes to be created before their requests can be
+     served. The number of processes that will initially launched is
+     set by the <code class="directive"><a href="../mod/mpm_common.html#startservers">StartServers</a></code>
+-    directive. Then during operation, Apache assesses the total number
++    directive. During operation, Apache assesses the total number
+     of idle threads in all processes, and forks or kills processes to
+     keep this number within the boundaries specified by <code class="directive"><a href="../mod/mpm_common.html#minsparethreads">MinSpareThreads</a></code> and <code class="directive"><a href="../mod/mpm_common.html#maxsparethreads">MaxSpareThreads</a></code>. Since this
+     process is very self-regulating, it is rarely necessary to modify
+@@ -122,13 +122,13 @@
+     non-default values are specified for these directives, they 
+     should appear before other <code class="module"><a href="../mod/worker.html">worker</a></code> directives.</p>
+-    <p>In addition to a the set of active child processes, there may 
+-    be additional child processes which are terminating but where at
++    <p>In addition to the set of active child processes, there may 
++    be additional child processes which are terminating, but where at
+     least one server thread is still handling an existing client
+     connection.  Up to <code class="directive"><a href="../mod/mpm_common.html#maxclients">MaxClients</a></code> terminating processes 
+     may be present, though the actual number can be expected to be 
+     much smaller.  This behavior can be avoided by disabling the 
+-    termination of individual child processes, which is achieved by 
++    termination of individual child processes, which is achieved using
+     the following:</p>
+     <ul>
+Index: docs/manual/mod/mod_cache.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_cache.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_cache.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_cache</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_default.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_authn_default.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_default.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authn_default</h1>
+ <div class="toplang">
+Index: docs/manual/mod/worker.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/worker.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/worker.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache MPM worker</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_suexec.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_suexec.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_suexec.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_suexec</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_dav_fs.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_dav_fs.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dav_fs.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_dav_fs</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_log_config.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_log_config.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_log_config.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_log_config</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_auth_basic.xml.ko
+===================================================================
+--- docs/manual/mod/mod_auth_basic.xml.ko      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_auth_basic.xml.ko      (.../branches/2.2.x)    (wersja 358411)
+@@ -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:345059 (outdated) -->
++<!-- English Revision: 151408:355991 (outdated) -->
+ <!--
+  Copyright 2004-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/mod/mod_headers.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_headers.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_headers.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_headers</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_dir.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_dir.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dir.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_dir</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_setenvif.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_setenvif.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_setenvif.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_setenvif</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mpm_netware.html.en
+===================================================================
+--- docs/manual/mod/mpm_netware.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mpm_netware.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache MPM netware</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_proxy_connect.html.en
+===================================================================
+--- docs/manual/mod/mod_proxy_connect.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_proxy_connect.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_proxy_connect</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_auth_basic.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_auth_basic.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_auth_basic.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_auth_basic</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_userdir.html.en
+===================================================================
+--- docs/manual/mod/mod_userdir.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_userdir.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_userdir</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_version.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_version.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_version.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_version</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_so.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_so.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_so.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_so</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mpm_winnt.html.de
+===================================================================
+--- docs/manual/mod/mpm_winnt.html.de  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mpm_winnt.html.de  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache-MPM winnt</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_userdir.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_userdir.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_userdir.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_userdir</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_expires.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_expires.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_expires.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_expires</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authz_groupfile.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_authz_groupfile.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_groupfile.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_groupfile</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_proxy_balancer</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_proxy_ajp.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_proxy_ajp.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_proxy_ajp.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_proxy_ajp</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_echo.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_echo.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_echo.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_echo</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_proxy.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_proxy.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_proxy.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_proxy</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_asis.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_asis.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_asis.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_asis</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_speling.html.en
+===================================================================
+--- docs/manual/mod/mod_speling.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_speling.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_speling</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_charset_lite.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_charset_lite.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_charset_lite.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_charset_lite</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_deflate.html.en
+===================================================================
+--- docs/manual/mod/mod_deflate.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_deflate.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_deflate</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mpm_winnt.html.en
+===================================================================
+--- docs/manual/mod/mpm_winnt.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mpm_winnt.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache MPM winnt</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_dav_lock.html.en
+===================================================================
+--- docs/manual/mod/mod_dav_lock.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dav_lock.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_dav_lock</h1>
+ <div class="toplang">
+Index: docs/manual/mod/prefork.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/prefork.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/prefork.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache MPM prefork</h1>
+ <div class="toplang">
+Index: docs/manual/mod/beos.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/beos.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/beos.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ MPM beos</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_asis.html.en
+===================================================================
+--- docs/manual/mod/mod_asis.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_asis.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_asis</h1>
+ <div class="toplang">
+Index: docs/manual/mod/index.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/index.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/index.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¸ðµâ ¸ñ·Ï</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¸ðµâ ¸ñ·Ï</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/mod/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+@@ -112,7 +112,7 @@
+ <dt><a href="mod_filter.html">mod_filter</a></dt><dd>Context-sensitive smart filter configuration module</dd>
+ <dt><a href="mod_headers.html" id="H" name="H">mod_headers</a></dt><dd>HTTP ¿äû Çì´õ¿Í ÀÀ´ä Çì´õ ¼öÁ¤</dd>
+ <dt><a href="mod_ident.html" id="I" name="I">mod_ident</a></dt><dd>RFC 1413 ident °Ë»ö</dd>
+-<dt><a href="mod_imap.html">mod_imap</a></dt><dd>¼­¹öÃø À̹ÌÁö¸Ê(imagemap) Ã³¸®</dd>
++<dt><a href="mod_imagemap.html">mod_imagemap</a></dt><dd>¼­¹öÃø À̹ÌÁö¸Ê(imagemap) Ã³¸®</dd>
+ <dt><a href="mod_include.html">mod_include</a></dt><dd>Server-parsed html documents (Server Side Includes)</dd>
+ <dt><a href="mod_info.html">mod_info</a></dt><dd>¼­¹ö ¼³Á¤¿¡ ´ëÇÑ Á¾ÇÕÀûÀΠÁ¤º¸¸¦ º¸¿©ÁØ´Ù</dd>
+ <dt><a href="mod_isapi.html">mod_isapi</a></dt><dd>Windows¿ë ¾ÆÆÄÄ¡¿¡¼­ ISAPI Extension »ç¿ë</dd>
+Index: docs/manual/mod/worker.xml
+===================================================================
+--- docs/manual/mod/worker.xml (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/worker.xml (.../branches/2.2.x)    (wersja 358411)
+@@ -30,9 +30,9 @@
+ <summary>
+     <p>This Multi-Processing Module (MPM) implements a hybrid
+-    multi-process multi-threaded server.  By using threads to serve
++    multi-process multi-threaded server. By using threads to serve
+     requests, it is able to serve a large number of requests with
+-    less system resources than a process-based server.  Yet it
++    fewer system resources than a process-based server. However, it
+     retains much of the stability of a process-based server by
+     keeping multiple processes available, each with many threads.</p>
+@@ -60,7 +60,7 @@
+     threads or processes to be created before their requests can be
+     served. The number of processes that will initially launched is
+     set by the <directive module="mpm_common">StartServers</directive>
+-    directive. Then during operation, Apache assesses the total number
++    directive. During operation, Apache assesses the total number
+     of idle threads in all processes, and forks or kills processes to
+     keep this number within the boundaries specified by <directive
+     module="mpm_common">MinSpareThreads</directive> and <directive
+@@ -91,14 +91,14 @@
+     non-default values are specified for these directives, they 
+     should appear before other <module>worker</module> directives.</p>
+-    <p>In addition to a the set of active child processes, there may 
+-    be additional child processes which are terminating but where at
++    <p>In addition to the set of active child processes, there may 
++    be additional child processes which are terminating, but where at
+     least one server thread is still handling an existing client
+     connection.  Up to <directive 
+     module="mpm_common">MaxClients</directive> terminating processes 
+     may be present, though the actual number can be expected to be 
+     much smaller.  This behavior can be avoided by disabling the 
+-    termination of individual child processes, which is achieved by 
++    termination of individual child processes, which is achieved using
+     the following:</p>
+     <ul>
+Index: docs/manual/mod/mod_dumpio.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_dumpio.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dumpio.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dumpio</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_speling.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_speling.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_speling.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_speling</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_autoindex.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_autoindex.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_autoindex.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_autoindex</h1>
+ <div class="toplang">
+Index: docs/manual/mod/index.html.de
+===================================================================
+--- docs/manual/mod/index.html.de      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/index.html.de      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Modul-Index</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Modul-Index</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="../de/mod/" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/mod/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/mod/mod_deflate.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_deflate.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_deflate.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_deflate</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_anon.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_authn_anon.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_anon.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authn_anon</h1>
+ <div class="toplang">
+Index: docs/manual/mod/directive-dict.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/directive-dict.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/directive-dict.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤Î²òÀâ¤Ë»È¤ï¤ì¤ëÍѸì</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤Î²òÀâ¤Ë»È¤ï¤ì¤ëÍѸì</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/mod/directive-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/mod/directive-dict.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/mod/mod_authz_user.html.en
+===================================================================
+--- docs/manual/mod/mod_authz_user.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_user.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authz_user</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_example.html.en
+===================================================================
+--- docs/manual/mod/mod_example.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_example.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_example</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_status.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_status.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_status.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_status</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_info.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_info.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_info.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_info</h1>
+ <div class="toplang">
+Index: docs/manual/mod/index.html.en
+===================================================================
+--- docs/manual/mod/index.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/index.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Module Index</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Module Index</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/mod/" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/mod/index.html.es
+===================================================================
+--- docs/manual/mod/index.html.es      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/index.html.es      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="../">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Índice de Módulos</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="../">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Índice de Módulos</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/mod/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/mod/mod_echo.html.en
+===================================================================
+--- docs/manual/mod/mod_echo.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_echo.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_echo</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_ldap.html.en
+===================================================================
+--- docs/manual/mod/mod_ldap.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_ldap.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_ldap</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_rewrite.html.en
+===================================================================
+--- docs/manual/mod/mod_rewrite.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_rewrite.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_rewrite</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_status.html.en
+===================================================================
+--- docs/manual/mod/mod_status.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_status.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_status</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_dbm.html.en
+===================================================================
+--- docs/manual/mod/mod_authn_dbm.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_dbm.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authn_dbm</h1>
+ <div class="toplang">
+Index: docs/manual/mod/module-dict.html.en
+===================================================================
+--- docs/manual/mod/module-dict.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/module-dict.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Terms Used to Describe Modules</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Terms Used to Describe Modules</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/mod/module-dict.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/mod/module-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/mod/mod_actions.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_actions.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_actions.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_actions</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_imagemap.xml
+===================================================================
+--- docs/manual/mod/mod_imagemap.xml   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_imagemap.xml   (.../branches/2.2.x)    (wersja 358411)
+@@ -26,7 +26,7 @@
+ <description>Server-side imagemap processing</description>
+ <status>Base</status>
+ <sourcefile>mod_imagemap.c</sourcefile>
+-<identifier>imap_module</identifier>
++<identifier>imagemap_module</identifier>
+ <summary>
+     <p>This module processes <code>.map</code> files, thereby
+Index: docs/manual/mod/directives.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/directives.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/directives.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div><div id="preamble"><h1>¥Ç¥£¥ì¥¯¥Æ¥£¥Ö°ìÍ÷</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div><div id="preamble"><h1>¥Ç¥£¥ì¥¯¥Æ¥£¥Ö°ìÍ÷</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../de/mod/directives.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/mod/directives.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/mod/core.html.de
+===================================================================
+--- docs/manual/mod/core.html.de       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/core.html.de       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache-Kernfunktionen</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_proxy_ftp.html.en
+===================================================================
+--- docs/manual/mod/mod_proxy_ftp.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_proxy_ftp.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_proxy_ftp</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_cgi.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_cgi.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_cgi.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_cgi</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_alias.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_alias.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_alias.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_alias</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authz_default.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_authz_default.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_default.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_default</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_dbm.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_authn_dbm.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_dbm.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authn_dbm</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authz_owner.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_authz_owner.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_owner.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_owner</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_version.html.en
+===================================================================
+--- docs/manual/mod/mod_version.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_version.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_version</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_example.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_example.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_example.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_example</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_dbd.html.en
+===================================================================
+--- docs/manual/mod/mod_dbd.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dbd.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_dbd</h1>
+ <div class="toplang">
+Index: docs/manual/mod/core.html.en
+===================================================================
+--- docs/manual/mod/core.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/core.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Core Features</h1>
+ <div class="toplang">
+@@ -2399,7 +2399,7 @@
+     <p>This directive selects which authenticated users can access a
+     resource.  The restrictions are processed by authorization
+     modules.  Some of the allowed syntaxes provided by
+-    <code class="module"><a href="../mod/mod_authz_owner.html">mod_authz_owner</a></code> and
++    <code class="module"><a href="../mod/mod_authz_user.html">mod_authz_user</a></code> and
+     <code class="module"><a href="../mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code> are:</p>
+     <dl>
+@@ -2441,7 +2441,37 @@
+     place the <code class="directive">Require</code> statement into a
+     <code class="directive"><a href="#limit">&lt;Limit&gt;</a></code>
+     section.</p>
++ 
++    <p>If <code class="directive">Require</code> is used together with 
++    the <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> or
++    <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> directives,
++    then the interaction of these restrictions is controlled by
++    the <code class="directive"><a href="#satisfy">Satisfy</a></code> directive.</p>
++    <div class="note"><h3>Removing controls in subdirectories</h3>
++    <p>The following example shows how to use the <code class="directive"><a href="#satisfy">Satisfy</a></code> directive to disable access
++    controls in a subdirectory of a protected directory.  This
++    technique should be used with caution, because it will also
++    disable any access controls imposed by
++    <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>.</p>
++    <div class="example"><p><code>
++      &lt;Directory /path/to/protected/&gt;<br />
++        <span class="indent">
++        Require user david<br />
++        </span>
++      &lt;/Directory&gt;<br />
++      &lt;Directory /path/to/protected/unprotected&gt;<br />
++        <span class="indent">
++        # All access controls and authentication are disabled<br />
++        # in this directory<br />
++        Satisfy Any<br />
++        Allow from all<br />
++        </span>
++      &lt;/Directory&gt;<br />
++    </code></p></div>
++    </div>
++      
++
+ <h3>See also</h3>
+ <ul>
+ <li><a href="../howto/auth.html">Authentication, Authorization,
+Index: docs/manual/mod/prefork.html.de
+===================================================================
+--- docs/manual/mod/prefork.html.de    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/prefork.html.de    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache-MPM prefork</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_cgid.html.en
+===================================================================
+--- docs/manual/mod/mod_cgid.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_cgid.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_cgid</h1>
+ <div class="toplang">
+Index: docs/manual/mod/event.html.en
+===================================================================
+--- docs/manual/mod/event.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/event.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache MPM event</h1>
+ <div class="toplang">
+@@ -31,23 +31,23 @@
+ <h3>Summary</h3>
+     <div class="warning"><h3>Warning</h3>
+-      <p>This MPM is experimental, so it may or may not work
+-      as expected.</p>
++      <p>This MPM is experimental, so it may or may not work as
++      expected.</p> 
+     </div>
+-    
++
++    <p>The <code class="module"><a href="../mod/event.html">event</a></code> Multi-Processing Module (MPM) is
++    designed to allow more requests to be served simultaneously by
++    passing off some processing work to supporting threads, freeing up
++    the main threads to work on new requests.  It is based on the
++    <code class="module"><a href="../mod/worker.html">worker</a></code> MPM, which implements a hybrid
++    multi-process multi-threaded server.  Run-time configuration
++    directives are identical to those provided by
++    <code class="module"><a href="../mod/worker.html">worker</a></code>.</p>
++
+     <p>To use the <code class="module"><a href="../mod/event.html">event</a></code> MPM, add
+       <code>--with-mpm=event</code> to the <code class="program"><a href="../programs/configure.html">configure</a></code>
+       script's arguments when building the <code class="program"><a href="../programs/httpd.html">httpd</a></code>.</p>
+-  
+-    <p>This MPM depends on <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a>'s atomic
+-    compare-and-swap operations for thread synchronization. If you are
+-    compiling for an x86 target and you don't need to support 386s, or
+-    you are compiling for a SPARC and you don't need to run on
+-    pre-UltraSPARC chips, add
+-    <code>--enable-nonportable-atomics=yes</code> to the
+-    <code class="program"><a href="../programs/configure.html">configure</a></code> script's arguments. This will cause
+-    APR to implement atomic operations using efficient opcodes not
+-    available in older CPUs.</p> 
++
+ </div>
+ <div id="quickview"><h3 class="directives">Directives</h3>
+ <ul id="toc">
+@@ -73,9 +73,71 @@
+ <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#threadstacksize">ThreadStackSize</a></li>
+ <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#user">User</a></li>
+ </ul>
+-</div>
++<h3>Topics</h3>
++<ul id="topics">
++<li><img alt="" src="../images/down.gif" /> <a href="#how-it-works">How it Works</a></li>
++<li><img alt="" src="../images/down.gif" /> <a href="#requirements">Requirements</a></li>
++<li><img alt="" src="../images/down.gif" /> <a href="#issues">Issues</a></li>
++</ul><h3>See also</h3>
++<ul class="seealso">
++<li><a href="worker.html">The worker MPM</a></li>
++</ul></div>
++<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
++<div class="section">
++<h2><a name="how-it-works" id="how-it-works">How it Works</a></h2>
++    <p>This MPM tries to fix the 'keep alive problem' in HTTP. After a client
++    completes the first request, the client can keep the connection
++    open, and send further requests using the same socket. This can
++    save signifigant overhead in creating TCP connections. However,
++    Apache traditionally keeps an entire child process/thread waiting
++    for data from the client, which brings its own disadvantages. To
++    solve this problem, this MPM uses a dedicated thread to handle both
++    the Listening sockets, and all sockets that are in a Keep Alive
++    state.</p>
++    <p>The MPM assumes that the underlying <code>apr_pollset</code>
++    implementation is reasonably threadsafe. This enables the MPM to
++    avoid excessive high level locking, or having to wake up the listener
++    thread in order to send it a keep-alive socket. This is currently
++    only compatible with KQueue and EPoll.</p>
++
++</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
++<div class="section">
++<h2><a name="requirements" id="requirements">Requirements</a></h2>
++    <p>This MPM depends on <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a>'s atomic
++    compare-and-swap operations for thread synchronization. If you are
++    compiling for an x86 target and you don't need to support 386s, or
++    you are compiling for a SPARC and you don't need to run on
++    pre-UltraSPARC chips, add
++    <code>--enable-nonportable-atomics=yes</code> to the
++    <code class="program"><a href="../programs/configure.html">configure</a></code> script's arguments. This will cause
++    APR to implement atomic operations using efficient opcodes not
++    available in older CPUs.</p>
++
++    <p>This MPM does not perform well on older platforms which lack good
++    threading, but the requirement for EPoll or KQueue makes this
++    moot.</p>
++
++    <ul>
++    
++      <li>To use this MPM on FreeBSD, FreeBSD 5.3 or higher is recommended.
++      However, it is possible to run this MPM on FreeBSD 5.2.1, if you
++      use <code>libkse</code> (see <code>man libmap.conf</code>).</li>
++
++      <li>For NetBSD, at least version 2.0 is recommended.</li>
++
++      <li>For Linux, a 2.6 kernel is recommended. It is also necessary to
++      ensure that your version of <code>glibc</code> has been compiled
++      with support for EPoll.</li>
++
++    </ul>
++</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
++<div class="section">
++<h2><a name="issues" id="issues">Issues</a></h2>
++    <p>At present, this MPM is incompatible with <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code>, and
++    other input filters.</p>
+ </div>
++</div>
+ <div class="bottomlang">
+ <p><span>Available Languages: </span><a href="../en/mod/event.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div><div id="footer">
+Index: docs/manual/mod/mod_log_forensic.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_log_forensic.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_log_forensic.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_log_forensic</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_mem_cache.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_mem_cache.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_mem_cache.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_mem_cache</h1>
+ <div class="toplang">
+Index: docs/manual/mod/quickreference.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/quickreference.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/quickreference.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="preamble"><h1>¥Ç¥£¥ì¥¯¥Æ¥£¥Ö ¥¯¥¤¥Ã¥¯¥ê¥Õ¥¡¥ì¥ó¥¹</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../de/mod/quickreference.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+Index: docs/manual/mod/prefork.html.en
+===================================================================
+--- docs/manual/mod/prefork.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/prefork.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache MPM prefork</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_negotiation.html.en
+===================================================================
+--- docs/manual/mod/mod_negotiation.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_negotiation.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_negotiation</h1>
+ <div class="toplang">
+Index: docs/manual/mod/quickreference.html.de
+===================================================================
+--- docs/manual/mod/quickreference.html.de     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/quickreference.html.de     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
+ <div id="preamble"><h1>Kurzreferenz der Direktiven</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="../de/mod/quickreference.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+Index: docs/manual/mod/mod_authz_host.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_authz_host.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_host.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_host</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_cache.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_cache.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_cache.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_cache</h1>
+ <div class="toplang">
+Index: docs/manual/mod/directive-dict.html.en
+===================================================================
+--- docs/manual/mod/directive-dict.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/directive-dict.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Terms Used to Describe Directives</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Terms Used to Describe Directives</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/mod/directive-dict.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/mod/mod_authz_owner.html.en
+===================================================================
+--- docs/manual/mod/mod_authz_owner.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_owner.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authz_owner</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_dbd.xml
+===================================================================
+--- docs/manual/mod/mod_authn_dbd.xml  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_dbd.xml  (.../branches/2.2.x)    (wersja 358411)
+@@ -101,7 +101,6 @@
+ <syntax>AuthDBDUserPWQuery <var>query</var></syntax>
+ <contextlist><context>directory</context>
+ </contextlist>
+-<override>AuthConfig</override>
+ <usage>
+     <p>The <directive>AuthDBDUserPWQuery</directive> specifies an
+@@ -123,17 +122,16 @@
+ <syntax>AuthDBDUserRealmQuery <var>query</var></syntax>
+ <contextlist><context>directory</context>
+ </contextlist>
+-<override>AuthConfig</override>
+ <usage>
+-    <p>The <directive>AuthDBDUserRealmPWQuery</directive> specifies an
++    <p>The <directive>AuthDBDUserRealmQuery</directive> specifies an
+     SQL query to look up a password for a specified user and realm.
+     The query must take two string (typically SQL varchar) arguments
+     (username and realm), and return a single value (encrypted password).
+     </p>
+     <example>
+-    AuthDBDUserRealmPWQuery "SELECT password FROM authn
+-                                    WHERE username = %s AND realm = %s"
++    AuthDBDUserRealmQuery "SELECT password FROM authn
++                              WHERE username = %s AND realm = %s"
+     </example>
+ </usage>
+Index: docs/manual/mod/mod_actions.html.de
+===================================================================
+--- docs/manual/mod/mod_actions.html.de        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_actions.html.de        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache-Modul mod_actions</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_cern_meta.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_cern_meta.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_cern_meta.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_cern_meta</h1>
+ <div class="toplang">
+Index: docs/manual/mod/quickreference.html.en
+===================================================================
+--- docs/manual/mod/quickreference.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/quickreference.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="preamble"><h1>Directive Quick Reference</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../de/mod/quickreference.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+Index: docs/manual/mod/quickreference.html.es
+===================================================================
+--- docs/manual/mod/quickreference.html.es     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/quickreference.html.es     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="../">Versión 2.2</a> &gt; <a href="./">Módulos</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="../">Versión 2.2</a> &gt; <a href="./">Módulos</a></div>
+ <div id="preamble"><h1>Guía Rápida de Referencia de Directivas</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="../de/mod/quickreference.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+Index: docs/manual/mod/mod_dav_fs.html.en
+===================================================================
+--- docs/manual/mod/mod_dav_fs.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dav_fs.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_dav_fs</h1>
+ <div class="toplang">
+Index: docs/manual/mod/worker.xml.meta
+===================================================================
+--- docs/manual/mod/worker.xml.meta    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/worker.xml.meta    (.../branches/2.2.x)    (wersja 358411)
+@@ -6,7 +6,7 @@
+   <relpath>..</relpath>
+   <variants>
+-    <variant>de</variant>
++    <variant outdated="yes">de</variant>
+     <variant>en</variant>
+     <variant outdated="yes">ja</variant>
+   </variants>
+Index: docs/manual/mod/mod_unique_id.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_unique_id.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_unique_id.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_unique_id</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_auth_basic.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_auth_basic.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_auth_basic.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_auth_basic</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_auth_digest.html.en
+===================================================================
+--- docs/manual/mod/mod_auth_digest.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_auth_digest.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_auth_digest</h1>
+ <div class="toplang">
+@@ -56,6 +56,7 @@
+ <li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li>
+ <li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
+ <li><code class="directive"><a href="../mod/core.html#satisfy">Satisfy</a></code></li>
++<li><a href="../howto/auth.html">Authentication howto</a></li>
+ </ul></div>
+ <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+ <div class="section">
+@@ -253,8 +254,8 @@
+     by the <code class="module"><a href="../mod/mod_authn_file.html">mod_authn_file</a></code> module.  Make sure
+     that the chosen provider module is present in the server.</p>
+-    <p>See <code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code> and <code class="module"><a href="../mod/mod_authn_file.html">mod_authn_file</a></code>
+-    for providers.</p>
++    <p>See <code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code>, <code class="module"><a href="../mod/mod_authn_file.html">mod_authn_file</a></code>, 
++    and <code class="module"><a href="../mod/mod_authn_dbd.html">mod_authn_dbd</a></code> for providers.</p>
+ </div>
+ <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+Index: docs/manual/mod/mod_actions.html.en
+===================================================================
+--- docs/manual/mod/mod_actions.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_actions.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_actions</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_headers.html.en
+===================================================================
+--- docs/manual/mod/mod_headers.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_headers.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_headers</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_so.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_so.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_so.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_so</h1>
+ <div class="toplang">
+Index: docs/manual/mod/beos.html.de
+===================================================================
+--- docs/manual/mod/beos.html.de       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/beos.html.de       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache-MPM beos</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_cgid.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_cgid.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_cgid.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_cgid</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_groupfile</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_usertrack.html.en
+===================================================================
+--- docs/manual/mod/mod_usertrack.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_usertrack.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_usertrack</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_echo.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_echo.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_echo.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_echo</h1>
+ <div class="toplang">
+Index: docs/manual/mod/event.xml
+===================================================================
+--- docs/manual/mod/event.xml  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/event.xml  (.../branches/2.2.x)    (wersja 358411)
+@@ -30,14 +30,46 @@
+ <summary>
+     <note type="warning"><title>Warning</title>
+-      <p>This MPM is experimental, so it may or may not work
+-      as expected.</p>
++      <p>This MPM is experimental, so it may or may not work as
++      expected.</p> 
+     </note>
+-    
++
++    <p>The <module>event</module> Multi-Processing Module (MPM) is
++    designed to allow more requests to be served simultaneously by
++    passing off some processing work to supporting threads, freeing up
++    the main threads to work on new requests.  It is based on the
++    <module>worker</module> MPM, which implements a hybrid
++    multi-process multi-threaded server.  Run-time configuration
++    directives are identical to those provided by
++    <module>worker</module>.</p>
++
+     <p>To use the <module>event</module> MPM, add
+       <code>--with-mpm=event</code> to the <program>configure</program>
+       script's arguments when building the <program>httpd</program>.</p>
+-  
++
++</summary>
++
++<seealso><a href="worker.html">The worker MPM</a></seealso>
++
++<section id="how-it-works"><title>How it Works</title>
++    <p>This MPM tries to fix the 'keep alive problem' in HTTP. After a client
++    completes the first request, the client can keep the connection
++    open, and send further requests using the same socket. This can
++    save signifigant overhead in creating TCP connections. However,
++    Apache traditionally keeps an entire child process/thread waiting
++    for data from the client, which brings its own disadvantages. To
++    solve this problem, this MPM uses a dedicated thread to handle both
++    the Listening sockets, and all sockets that are in a Keep Alive
++    state.</p>
++
++    <p>The MPM assumes that the underlying <code>apr_pollset</code>
++    implementation is reasonably threadsafe. This enables the MPM to
++    avoid excessive high level locking, or having to wake up the listener
++    thread in order to send it a keep-alive socket. This is currently
++    only compatible with KQueue and EPoll.</p>
++
++</section>
++<section id="requirements"><title>Requirements</title>
+     <p>This MPM depends on <glossary>APR</glossary>'s atomic
+     compare-and-swap operations for thread synchronization. If you are
+     compiling for an x86 target and you don't need to support 386s, or
+@@ -46,9 +78,33 @@
+     <code>--enable-nonportable-atomics=yes</code> to the
+     <program>configure</program> script's arguments. This will cause
+     APR to implement atomic operations using efficient opcodes not
+-    available in older CPUs.</p> 
+-</summary>
++    available in older CPUs.</p>
++    <p>This MPM does not perform well on older platforms which lack good
++    threading, but the requirement for EPoll or KQueue makes this
++    moot.</p>
++
++    <ul>
++    
++      <li>To use this MPM on FreeBSD, FreeBSD 5.3 or higher is recommended.
++      However, it is possible to run this MPM on FreeBSD 5.2.1, if you
++      use <code>libkse</code> (see <code>man libmap.conf</code>).</li>
++
++      <li>For NetBSD, at least version 2.0 is recommended.</li>
++
++      <li>For Linux, a 2.6 kernel is recommended. It is also necessary to
++      ensure that your version of <code>glibc</code> has been compiled
++      with support for EPoll.</li>
++
++    </ul>
++</section>
++
++<section id="issues"><title>Issues</title>
++    <p>At present, this MPM is incompatible with <module>mod_ssl</module>, and
++    other input filters.</p>
++</section>
++
++
+ <directivesynopsis location="mpm_common"><name>AcceptMutex</name>
+ </directivesynopsis>
+ <directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name>
+Index: docs/manual/mod/mod_disk_cache.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_disk_cache.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_disk_cache.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_disk_cache</h1>
+ <div class="toplang">
+Index: docs/manual/mod/beos.html.en
+===================================================================
+--- docs/manual/mod/beos.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/beos.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache MPM beos</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_info.html.en
+===================================================================
+--- docs/manual/mod/mod_info.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_info.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_info</h1>
+ <div class="toplang">
+Index: docs/manual/mod/beos.html.es
+===================================================================
+--- docs/manual/mod/beos.html.es       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/beos.html.es       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="../">Versión 2.2</a> &gt; <a href="./">Módulos</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="../">Versión 2.2</a> &gt; <a href="./">Módulos</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>MPM de Apache beos</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authz_user.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_authz_user.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_user.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_user</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_proxy_http.html.en
+===================================================================
+--- docs/manual/mod/mod_proxy_http.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_proxy_http.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_proxy_http</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_env.html.en
+===================================================================
+--- docs/manual/mod/mod_env.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_env.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_env</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mpm_common.html.de
+===================================================================
+--- docs/manual/mod/mpm_common.html.de (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mpm_common.html.de (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Allgemeine Direktiven der Apache-MPMs</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_speling.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_speling.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_speling.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_speling</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_cache.html.en
+===================================================================
+--- docs/manual/mod/mod_cache.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_cache.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_cache</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_log_config.html.en
+===================================================================
+--- docs/manual/mod/mod_log_config.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_log_config.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_log_config</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_proxy_balancer.html.en
+===================================================================
+--- docs/manual/mod/mod_proxy_balancer.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_proxy_balancer.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_proxy_balancer</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_log_forensic.html.en
+===================================================================
+--- docs/manual/mod/mod_log_forensic.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_log_forensic.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_log_forensic</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authnz_ldap.html.en
+===================================================================
+--- docs/manual/mod/mod_authnz_ldap.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authnz_ldap.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authnz_ldap</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_dav.html.en
+===================================================================
+--- docs/manual/mod/mod_dav.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dav.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_dav</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_imagemap.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_imagemap.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_imagemap.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -5,7 +5,7 @@
+               This file is generated from xml source: DO NOT EDIT
+         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+       -->
+-<title>mod_imap - Apache HTTP Server</title>
++<title>mod_imagemap - Apache HTTP Server</title>
+ <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
+ <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
+ <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
+@@ -17,9 +17,9 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+-<div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_imap</h1>
++<div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_imagemap</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/mod/mod_imagemap.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/mod/mod_imagemap.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+@@ -28,8 +28,8 @@
+             ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
+ <table class="module"><tr><th><a href="module-dict.html#Description">¼³¸í:</a></th><td>¼­¹öÃø À̹ÌÁö¸Ê(imagemap) Ã³¸®</td></tr>
+ <tr><th><a href="module-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
+-<tr><th><a href="module-dict.html#ModuleIdentifier">¸ðµâ¸í:</a></th><td>imap_module</td></tr>
+-<tr><th><a href="module-dict.html#SourceFile">¼Ò½ºÆÄÀÏ:</a></th><td>mod_imap.c</td></tr></table>
++<tr><th><a href="module-dict.html#ModuleIdentifier">¸ðµâ¸í:</a></th><td>imagemap_module</td></tr>
++<tr><th><a href="module-dict.html#SourceFile">¼Ò½ºÆÄÀÏ:</a></th><td>mod_imagemap.c</td></tr></table>
+ <h3>¿ä¾à</h3>
+     <p>ÀÌ ¸ðµâÀº <code>imagemap</code> CGI ÇÁ·Î±×·¥À» ´ë½ÅÇÏ¿©
+@@ -280,7 +280,7 @@
+ <tr><th><a href="directive-dict.html#Context">»ç¿ëÀå¼Ò:</a></th><td>ÁÖ¼­¹ö¼³Á¤, °¡»óÈ£½ºÆ®, directory, .htaccess</td></tr>
+ <tr><th><a href="directive-dict.html#Override">Override ¿É¼Ç:</a></th><td>Indexes</td></tr>
+ <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
+-<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imap</td></tr>
++<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imagemap</td></tr>
+ </table>
+     <p><code class="directive">ImapBase</code> Áö½Ã¾î´Â À̹ÌÁö¸Ê ÆÄÀÏ¿¡¼­
+     »ç¿ëÇÒ <code>base</code> ±âº»°ªÀ» ¼³Á¤ÇÑ´Ù. À̹ÌÁö¸Ê ÆÄÀÏ
+@@ -303,7 +303,7 @@
+ <tr><th><a href="directive-dict.html#Context">»ç¿ëÀå¼Ò:</a></th><td>ÁÖ¼­¹ö¼³Á¤, °¡»óÈ£½ºÆ®, directory, .htaccess</td></tr>
+ <tr><th><a href="directive-dict.html#Override">Override ¿É¼Ç:</a></th><td>Indexes</td></tr>
+ <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
+-<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imap</td></tr>
++<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imagemap</td></tr>
+ </table>
+     <p><code class="directive">ImapDefault</code> Áö½Ã¾î´Â À̹ÌÁö¸Ê
+     ÆÄÀÏ¿¡¼­ »ç¿ëÇÒ <code>default</code> ±âº»°ªÀ» ¼³Á¤ÇÑ´Ù.
+@@ -322,7 +322,7 @@
+ <tr><th><a href="directive-dict.html#Context">»ç¿ëÀå¼Ò:</a></th><td>ÁÖ¼­¹ö¼³Á¤, °¡»óÈ£½ºÆ®, directory, .htaccess</td></tr>
+ <tr><th><a href="directive-dict.html#Override">Override ¿É¼Ç:</a></th><td>Indexes</td></tr>
+ <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
+-<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imap</td></tr>
++<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imagemap</td></tr>
+ </table>
+     <p><code class="directive">ImapMenu</code> Áö½Ã¾î´Â À̹ÌÁö¸Ê ÆÄÀÏ¿¡
+     À¯È¿ÇÑ ÁÂÇ¥¸¦ ÁÖÁö ¾ÊÀº °æ¿ì ÃëÇÒ ÇൿÀ» °áÁ¤ÇÑ´Ù.</p>
+Index: docs/manual/mod/mod_so.html.en
+===================================================================
+--- docs/manual/mod/mod_so.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_so.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_so</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_dav.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_dav.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_dav.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dav</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_anon.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_authn_anon.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_anon.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authn_anon</h1>
+ <div class="toplang">
+Index: docs/manual/mod/directive-dict.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/directive-dict.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/directive-dict.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Áö½Ã¾î¸¦ ¼³¸íÇϴµ¥ »ç¿ëÇÑ ¿ë¾îµé</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Áö½Ã¾î¸¦ ¼³¸íÇϴµ¥ »ç¿ëÇÑ ¿ë¾îµé</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/mod/directive-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/mod/mpm_common.html.en
+===================================================================
+--- docs/manual/mod/mpm_common.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mpm_common.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache MPM Common Directives</h1>
+ <div class="toplang">
+Index: docs/manual/mod/core.xml.de
+===================================================================
+--- docs/manual/mod/core.xml.de        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/core.xml.de        (.../branches/2.2.x)    (wersja 358411)
+@@ -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:345333 (outdated) -->
++<!-- English Revision: 167959:349779 (outdated) -->
+ <!--
+  Copyright 2003-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/mod/mod_status.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_status.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_status.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_status</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_proxy.html.en
+===================================================================
+--- docs/manual/mod/mod_proxy.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_proxy.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_proxy</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_logio.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_logio.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_logio.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_logio</h1>
+ <div class="toplang">
+Index: docs/manual/mod/core.xml
+===================================================================
+--- docs/manual/mod/core.xml   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/core.xml   (.../branches/2.2.x)    (wersja 358411)
+@@ -2394,7 +2394,7 @@
+     <p>This directive selects which authenticated users can access a
+     resource.  The restrictions are processed by authorization
+     modules.  Some of the allowed syntaxes provided by
+-    <module>mod_authz_owner</module> and
++    <module>mod_authz_user</module> and
+     <module>mod_authz_groupfile</module> are:</p>
+     <dl>
+@@ -2437,6 +2437,37 @@
+     place the <directive>Require</directive> statement into a
+     <directive module="core" type="section">Limit</directive>
+     section.</p>
++ 
++    <p>If <directive>Require</directive> is used together with 
++    the <directive module="mod_authz_host">Allow</directive> or
++    <directive module="mod_authz_host">Deny</directive> directives,
++    then the interaction of these restrictions is controlled by
++    the <directive module="core">Satisfy</directive> directive.</p>
++
++    <note><title>Removing controls in subdirectories</title>
++    <p>The following example shows how to use the <directive
++    module="core">Satisfy</directive> directive to disable access
++    controls in a subdirectory of a protected directory.  This
++    technique should be used with caution, because it will also
++    disable any access controls imposed by
++    <module>mod_authz_host</module>.</p>
++    <example>
++      &lt;Directory /path/to/protected/&gt;<br />
++        <indent>
++        Require user david<br />
++        </indent>
++      &lt;/Directory&gt;<br />
++      &lt;Directory /path/to/protected/unprotected&gt;<br />
++        <indent>
++        # All access controls and authentication are disabled<br />
++        # in this directory<br />
++        Satisfy Any<br />
++        Allow from all<br />
++        </indent>
++      &lt;/Directory&gt;<br />
++    </example>
++    </note>
++      
+ </usage>
+ <seealso><a href="../howto/auth.html">Authentication, Authorization,
+Index: docs/manual/mod/mod_info.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_info.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_info.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_info</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_include.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_include.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_include.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_include</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_file_cache.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_file_cache.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_file_cache.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_file_cache</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_env.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_env.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_env.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_env</h1>
+ <div class="toplang">
+Index: docs/manual/mod/core.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/core.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/core.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥³¥¢µ¡Ç½</h1>
+ <div class="toplang">
+Index: docs/manual/mod/module-dict.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/module-dict.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/module-dict.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë¤Î²òÀâ¤Ç»ÈÍѤ¹¤ëÍѸì</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë¤Î²òÀâ¤Ç»ÈÍѤ¹¤ëÍѸì</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/mod/module-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/mod/module-dict.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/mod/mod_include.html.en
+===================================================================
+--- docs/manual/mod/mod_include.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_include.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_include</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_alias.html.en
+===================================================================
+--- docs/manual/mod/mod_authn_alias.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_alias.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_authn_alias</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_file.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_authn_file.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_file.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authn_file</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_auth_digest.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_auth_digest.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_auth_digest.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_auth_digest</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_actions.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_actions.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_actions.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_actions</h1>
+ <div class="toplang">
+Index: docs/manual/mod/directives.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/directives.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/directives.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div><div id="preamble"><h1>Áö½Ã¾î ¸ñ·Ï</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div><div id="preamble"><h1>Áö½Ã¾î ¸ñ·Ï</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/mod/directives.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/mod/directives.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+@@ -201,9 +201,9 @@
+ <li><a href="core.html#ifdefine">&lt;IfDefine&gt;</a></li>
+ <li><a href="core.html#ifmodule">&lt;IfModule&gt;</a></li>
+ <li><a href="mod_version.html#ifversion">&lt;IfVersion&gt;</a></li>
+-<li><a href="mod_imap.html#imapbase">ImapBase</a></li>
+-<li><a href="mod_imap.html#imapdefault">ImapDefault</a></li>
+-<li><a href="mod_imap.html#imapmenu">ImapMenu</a></li>
++<li><a href="mod_imagemap.html#imapbase">ImapBase</a></li>
++<li><a href="mod_imagemap.html#imapdefault">ImapDefault</a></li>
++<li><a href="mod_imagemap.html#imapmenu">ImapMenu</a></li>
+ <li><a href="core.html#include">Include</a></li>
+ <li><a href="mod_autoindex.html#indexignore">IndexIgnore</a></li>
+ <li><a href="mod_autoindex.html#indexoptions">IndexOptions</a></li>
+Index: docs/manual/mod/mod_mime.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_mime.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_mime.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_mime</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_isapi.html.en
+===================================================================
+--- docs/manual/mod/mod_isapi.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_isapi.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_isapi</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_charset_lite.html.en
+===================================================================
+--- docs/manual/mod/mod_charset_lite.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_charset_lite.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_charset_lite</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_ext_filter.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_ext_filter.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_ext_filter.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_ext_filter</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_expires.html.en
+===================================================================
+--- docs/manual/mod/mod_expires.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_expires.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_expires</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_imagemap.xml.ko
+===================================================================
+--- docs/manual/mod/mod_imagemap.xml.ko        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_imagemap.xml.ko        (.../branches/2.2.x)    (wersja 358411)
+@@ -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:160365 (outdated) -->
++<!-- English Revision: 151408:352018 (outdated) -->
+ <!--
+  Copyright 2004-2005 The Apache Software Foundation or its licensors,
+@@ -22,11 +22,11 @@
+ <modulesynopsis metafile="mod_imagemap.xml.meta">
+-<name>mod_imap</name>
++<name>mod_imagemap</name>
+ <description>¼­¹öÃø À̹ÌÁö¸Ê(imagemap) Ã³¸®</description>
+ <status>Base</status>
+-<sourcefile>mod_imap.c</sourcefile>
+-<identifier>imap_module</identifier>
++<sourcefile>mod_imagemap.c</sourcefile>
++<identifier>imagemap_module</identifier>
+ <summary>
+     <p>ÀÌ ¸ðµâÀº <code>imagemap</code> CGI ÇÁ·Î±×·¥À» ´ë½ÅÇÏ¿©
+@@ -99,7 +99,7 @@
+       ±â´ÉÀ» ÇÑ´Ù. ¸ÊÆÄÀÏ¿¡¼­ ³ª¿À´Â URLÀº Àý´ë URLÀÌ ¾Æ´Ï¶ó¸é
+       ÀÌ °ª¿¡ »ó´ë URL·Î Ãë±ÞÇÑ´Ù. <code>base</code> Áö½Ã¾î´Â
+       <code>.htaccess</code> ÆÄÀÏÀ̳ª ¼­¹ö¼³Á¤ÆÄÀÏ¿¡¼­ ¼³Á¤ÇÑ
+-      <directive module="mod_imap">ImapBase</directive> °ªÀ»
++      <directive module="mod_imagemap">ImapBase</directive> °ªÀ»
+       ¹«½ÃÇÑ´Ù. <directive>ImapBase</directive> ¼³Á¤Áö½Ã¾î°¡
+       ¾ø´Ù¸é ±âº» <code>base</code> °ªÀº
+       <code>http://server_name/</code>ÀÌ´Ù.</p>
+@@ -111,7 +111,7 @@
+       <dd>ÇØ´ç ÁÂÇ¥°¡ <code>poly</code>, <code>circle</code>,
+       <code>rect</code> Áö½Ã¾î¿¡ ÇØ´çÇÏÁö ¾Ê°í <code>point</code>
+       Áö½Ã¾î¸¦ »ç¿ëÇÏÁö ¾ÊÀº °æ¿ì ÇൿÀ» ÁöÁ¤ÇÑ´Ù. <directive
+-      module="mod_imap">ImapDefault</directive> ¼³Á¤ÀÌ ¾ø´Ù¸é
++      module="mod_imagemap">ImapDefault</directive> ¼³Á¤ÀÌ ¾ø´Ù¸é
+       ±âº»°ªÀº <code>204 No Content</code> »óÅÂÄڵ带 ¹ÝȯÇÏ´Â
+       <code>nocontent</code>ÀÌ´Ù. ÀÌ °æ¿ì Å¬¶óÀ̾ðÆ®´Â µ¿ÀÏÇÑ
+       ÆäÀÌÁö¸¦ º¸¿©Áà¾ß ÇÑ´Ù.</dd>
+@@ -157,7 +157,7 @@
+       <dt><code>map</code></dt>
+       <dd>À̹ÌÁö¸Ê ÆÄÀÏ ÀÚü URL°ú °°´Ù. ÁÂÇ¥°¡ ¾ø°í <directive
+-      module="mod_imap">ImapMenu</directive>°¡ <code>none</code>ÀÌ
++      module="mod_imagemap">ImapMenu</directive>°¡ <code>none</code>ÀÌ
+       ¾Æ´Ï¶ó¸é ¸Þ´º¸¦ ¸¸µç´Ù.</dd>
+       <dt><code>menu</code></dt>
+Index: docs/manual/mod/mod_alias.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_alias.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_alias.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_alias</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authz_default.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_authz_default.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_default.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_default</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_default.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_authn_default.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_default.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authn_default</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authn_dbm.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_authn_dbm.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authn_dbm.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authn_dbm</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_authz_owner.html.ko.euc-kr
+===================================================================
+--- docs/manual/mod/mod_authz_owner.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_authz_owner.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_owner</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_cgi.html.en
+===================================================================
+--- docs/manual/mod/mod_cgi.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_cgi.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache Module mod_cgi</h1>
+ <div class="toplang">
+Index: docs/manual/mod/mod_suexec.html.ja.euc-jp
+===================================================================
+--- docs/manual/mod/mod_suexec.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mod/mod_suexec.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
+ <div id="page-content">
+ <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_suexec</h1>
+ <div class="toplang">
+Index: docs/manual/index.html.fr
+===================================================================
+--- docs/manual/index.html.fr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/index.html.fr  (.../branches/2.2.x)    (wersja 358411)
+@@ -18,7 +18,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a></div>
+ <div id="page-content"><h1>Documentation du Serveur HTTP Apache Version
+ 2.2</h1>
+ <div class="toplang">
+Index: docs/manual/handler.html.en
+===================================================================
+--- docs/manual/handler.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/handler.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache's Handler Use</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache's Handler Use</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/handler.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/handler.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
+Index: docs/manual/upgrading.html
+===================================================================
+--- docs/manual/upgrading.html (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.html (.../branches/2.2.x)    (wersja 358411)
+@@ -6,10 +6,6 @@
+ Content-Language: en
+ Content-type: text/html; charset=ISO-8859-1
+-URI: upgrading.html.fr
+-Content-Language: fr
+-Content-type: text/html; charset=ISO-8859-1
+-
+ URI: upgrading.html.ja.euc-jp
+ Content-Language: ja
+ Content-type: text/html; charset=EUC-JP
+Index: docs/manual/install.html.ja.euc-jp
+===================================================================
+--- docs/manual/install.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/install.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥³¥ó¥Ñ¥¤¥ë¤È¥¤¥ó¥¹¥È¡¼¥ë</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥³¥ó¥Ñ¥¤¥ë¤È¥¤¥ó¥¹¥È¡¼¥ë</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/handler.html.es
+===================================================================
+--- docs/manual/handler.html.es        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/handler.html.es        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Uso de los Handlers en Apache</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Uso de los Handlers en Apache</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="./en/handler.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/handler.html" title="Español">&nbsp;es&nbsp;</a> |
+@@ -38,7 +38,7 @@
+ <div class="section">
+ <h2><a name="definition" id="definition">¿Qué es un Handler?</a></h2>
+     
+-    <table class="related"><tr><th>Módulos Relacionados</th><th>Directivas Relacionadas</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_actions.html">mod_actions</a></code></li><li><code class="module"><a href="./mod/mod_asis.html">mod_asis</a></code></li><li><code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="./mod/mod_imap.html">mod_imap</a></code></li><li><code class="module"><a href="./mod/mod_info.html">mod_info</a></code></li><li><code class="module"><a href="./mod/mod_mime.html">mod_mime</a></code></li><li><code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code></li><li><code class="module"><a href="./mod/mod_status.html">mod_status</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_actions.html#action">Action</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#addhandler">AddHandler</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#removehandler">RemoveHandler</a></code></li><li><code class="directive"><a href="./mod/core.html#sethandler">SetHandler</a></code></li></ul></td></tr></table>
++    <table class="related"><tr><th>Módulos Relacionados</th><th>Directivas Relacionadas</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_actions.html">mod_actions</a></code></li><li><code class="module"><a href="./mod/mod_asis.html">mod_asis</a></code></li><li><code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code></li><li><code class="module"><a href="./mod/mod_info.html">mod_info</a></code></li><li><code class="module"><a href="./mod/mod_mime.html">mod_mime</a></code></li><li><code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code></li><li><code class="module"><a href="./mod/mod_status.html">mod_status</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_actions.html#action">Action</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#addhandler">AddHandler</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#removehandler">RemoveHandler</a></code></li><li><code class="directive"><a href="./mod/core.html#sethandler">SetHandler</a></code></li></ul></td></tr></table>
+     <p>Un "handler" es una representación interna de Apache de
+@@ -78,7 +78,7 @@
+       CGI. (<code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code>)</li>
+       <li><strong>imap-file</strong>: Trata el fichero como un mapa de
+-      imágenes. (<code class="module"><a href="./mod/mod_imap.html">mod_imap</a></code>)</li>
++      imágenes. (<code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code>)</li>
+       <li><strong>server-info</strong>: Extrae la información de
+       configuración del
+Index: docs/manual/programs/configure.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/configure.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/configure.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>configure - ¼Ò½º Æ®¸®¸¦ ±¸¼ºÇÑ´Ù</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>configure - ¼Ò½º Æ®¸®¸¦ ±¸¼ºÇÑ´Ù</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/configure.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/configure.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+@@ -354,8 +354,8 @@
+             <br />
+             ÁÖÀÇ: ÀÌ ¸ðµâÀº Ç×»ó Á¤ÀûÀ¸·Î ¸µÅ©µÈ´Ù.</dd>
+-        <dt><code>--disable-imap</code></dt>
+-        <dd><code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code>ÀÌ Á¦°øÇϴ ¼­¹ö±â¹Ý imagemap
++        <dt><code>--disable-imagemap</code></dt>
++        <dd><code class="module"><a href="../mod/mod_imagemap.html">mod_imagemap</a></code>ÀÌ Á¦°øÇϴ ¼­¹ö±â¹Ý imagemap
+           ±â´ÉÀ» »ç¿ëÇÏÁö ¾Ê´Â´Ù.</dd>
+         <dt><code>--disable-include</code></dt>
+Index: docs/manual/programs/other.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/other.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/other.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>Other Programs</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>Other Programs</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/other.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/other.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/ab.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/ab.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/ab.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>ab - ¾ÆÆÄÄ¡ À¥¼­¹ö ¼º´É°Ë»ç µµ±¸</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>ab - ¾ÆÆÄÄ¡ À¥¼­¹ö ¼º´É°Ë»ç µµ±¸</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/ab.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/ab.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/configure.html.en
+===================================================================
+--- docs/manual/programs/configure.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/configure.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>configure - Configure the source tree</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>configure - Configure the source tree</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/configure.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/other.html.en
+===================================================================
+--- docs/manual/programs/other.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/other.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>Other Programs</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>Other Programs</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/other.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/htdbm.html.en
+===================================================================
+--- docs/manual/programs/htdbm.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/htdbm.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htdbm - Manipulate DBM password databases</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htdbm - Manipulate DBM password databases</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/htdbm.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/programs/htcacheclean.html.en
+===================================================================
+--- docs/manual/programs/htcacheclean.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/htcacheclean.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htcacheclean - Clean up the disk cache</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htcacheclean - Clean up the disk cache</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/htcacheclean.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/htcacheclean.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/htdigest.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/htdigest.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/htdigest.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htdigest - digest authentication¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htdigest - digest authentication¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
+ °ü¸®ÇÑ´Ù</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/htdigest.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/programs/apxs.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/apxs.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/apxs.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>apxs - APache eXtenSion µµ±¸</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>apxs - APache eXtenSion µµ±¸</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/apxs.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/apxs.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/dbmmanage.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/dbmmanage.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/dbmmanage.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>dbmmanage - DBM Çü½ÄÀÇ »ç¿ëÀÚÀÎÁõ ÆÄÀÏÀ» °ü¸®ÇÑ´Ù</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>dbmmanage - DBM Çü½ÄÀÇ »ç¿ëÀÚÀÎÁõ ÆÄÀÏÀ» °ü¸®ÇÑ´Ù</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/dbmmanage.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/dbmmanage.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/logresolve.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/logresolve.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/logresolve.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>logresolve - ¾ÆÆÄÄ¡ ·Î±×ÆÄÀÏÀÇ IP-ÁÖ¼Ò¸¦ È£½ºÆ®¸íÀ¸·Î
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>logresolve - ¾ÆÆÄÄ¡ ·Î±×ÆÄÀÏÀÇ IP-ÁÖ¼Ò¸¦ È£½ºÆ®¸íÀ¸·Î
+   º¯È¯ÇÑ´Ù</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/logresolve.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/programs/httpd.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/httpd.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/httpd.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>httpd - ¾ÆÆÄÄ¡ ÇÏÀÌÆÛÅؽºÆ® Àü¼Û ÇÁ·ÎÅäÄÝ ¼­¹ö</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>httpd - ¾ÆÆÄÄ¡ ÇÏÀÌÆÛÅؽºÆ® Àü¼Û ÇÁ·ÎÅäÄÝ ¼­¹ö</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/httpd.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/httpd.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/logresolve.html.en
+===================================================================
+--- docs/manual/programs/logresolve.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/logresolve.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>logresolve - Resolve IP-addresses to hostnames in Apache 
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>logresolve - Resolve IP-addresses to hostnames in Apache 
+    log files</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/logresolve.html" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/programs/ab.html.en
+===================================================================
+--- docs/manual/programs/ab.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/ab.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>ab - Apache HTTP server benchmarking tool</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>ab - Apache HTTP server benchmarking tool</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/ab.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/ab.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/rotatelogs.html.en
+===================================================================
+--- docs/manual/programs/rotatelogs.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/rotatelogs.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>rotatelogs - Piped logging program to rotate Apache logs</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>rotatelogs - Piped logging program to rotate Apache logs</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/rotatelogs.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/rotatelogs.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/apachectl.html.en
+===================================================================
+--- docs/manual/programs/apachectl.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/apachectl.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>apachectl - Apache HTTP Server Control Interface</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>apachectl - Apache HTTP Server Control Interface</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/apachectl.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/apachectl.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/suexec.html.en
+===================================================================
+--- docs/manual/programs/suexec.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/suexec.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>suexec - Switch user before executing external programs</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>suexec - Switch user before executing external programs</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/suexec.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/suexec.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/index.html.en
+===================================================================
+--- docs/manual/programs/index.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/index.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Server and Supporting Programs</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Server and Supporting Programs</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../es/programs/" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
+Index: docs/manual/programs/index.html.es
+===================================================================
+--- docs/manual/programs/index.html.es (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/index.html.es (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="../">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>El Servidor Apache y Programas de Soporte</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="../">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>El Servidor Apache y Programas de Soporte</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="../en/programs/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../es/programs/" title="Español">&nbsp;es&nbsp;</a> |
+Index: docs/manual/programs/apachectl.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/apachectl.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/apachectl.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>apachectl - ¾ÆÆÄÄ¡ À¥¼­¹ö Á¶Àý ÀÎÅÍÆäÀ̽º</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>apachectl - ¾ÆÆÄÄ¡ À¥¼­¹ö Á¶Àý ÀÎÅÍÆäÀ̽º</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/apachectl.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/apachectl.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/suexec.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/suexec.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/suexec.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>suexec - ¿ÜºÎ ÇÁ·Î±×·¥À» ½ÇÇàÇϱâ Àü¿¡ »ç¿ëÀÚ¸¦ º¯°æÇÑ´Ù</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>suexec - ¿ÜºÎ ÇÁ·Î±×·¥À» ½ÇÇàÇϱâ Àü¿¡ »ç¿ëÀÚ¸¦ º¯°æÇÑ´Ù</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/suexec.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/suexec.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/htdigest.html.en
+===================================================================
+--- docs/manual/programs/htdigest.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/htdigest.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htdigest - manage user files for digest authentication</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htdigest - manage user files for digest authentication</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/htdigest.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/htdigest.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/apxs.html.en
+===================================================================
+--- docs/manual/programs/apxs.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/apxs.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>apxs - APache eXtenSion tool</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>apxs - APache eXtenSion tool</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/apxs.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/apxs.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/dbmmanage.html.en
+===================================================================
+--- docs/manual/programs/dbmmanage.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/dbmmanage.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>dbmmanage - Manage user authentication files in DBM format</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>dbmmanage - Manage user authentication files in DBM format</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/dbmmanage.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/dbmmanage.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/rotatelogs.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/rotatelogs.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/rotatelogs.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>rotatelogs - ¾ÆÆÄÄ¡ ·Î±×¸¦ ¼øȯÇϱâÀ§ÇØ ÆÄÀÌÇÁ·Î ¿¬°áÇÒ
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>rotatelogs - ¾ÆÆÄÄ¡ ·Î±×¸¦ ¼øȯÇϱâÀ§ÇØ ÆÄÀÌÇÁ·Î ¿¬°áÇÒ
+   ·Î±× ÇÁ·Î±×·¥</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/rotatelogs.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/programs/httxt2dbm.html.en
+===================================================================
+--- docs/manual/programs/httxt2dbm.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/httxt2dbm.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>httxt2dbm - Generate dbm files for use with RewriteMap</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>httxt2dbm - Generate dbm files for use with RewriteMap</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/httxt2dbm.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/programs/httpd.html.en
+===================================================================
+--- docs/manual/programs/httpd.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/httpd.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>httpd - Apache Hypertext Transfer Protocol Server</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>httpd - Apache Hypertext Transfer Protocol Server</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/httpd.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/httpd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/configure.xml.ko
+===================================================================
+--- docs/manual/programs/configure.xml.ko      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/configure.xml.ko      (.../branches/2.2.x)    (wersja 358411)
+@@ -355,8 +355,8 @@
+             <br/>
+             ÁÖÀÇ: ÀÌ ¸ðµâÀº Ç×»ó Á¤ÀûÀ¸·Î ¸µÅ©µÈ´Ù.</dd>
+-        <dt><code>--disable-imap</code></dt>
+-        <dd><module>mod_imap</module>ÀÌ Á¦°øÇϴ ¼­¹ö±â¹Ý imagemap
++        <dt><code>--disable-imagemap</code></dt>
++        <dd><module>mod_imagemap</module>ÀÌ Á¦°øÇϴ ¼­¹ö±â¹Ý imagemap
+           ±â´ÉÀ» »ç¿ëÇÏÁö ¾Ê´Â´Ù.</dd>
+         <dt><code>--disable-include</code></dt>
+Index: docs/manual/programs/htpasswd.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/htpasswd.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/htpasswd.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htpasswd - basic authentication¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htpasswd - basic authentication¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
+       °ü¸®ÇÑ´Ù</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/htpasswd.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/programs/htpasswd.html.en
+===================================================================
+--- docs/manual/programs/htpasswd.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/htpasswd.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htpasswd - Manage user files for basic authentication</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htpasswd - Manage user files for basic authentication</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/programs/htpasswd.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/htpasswd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/htcacheclean.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/htcacheclean.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/htcacheclean.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htcacheclean - µð½ºÅ© Ä³½¬¸¦ Ã»¼ÒÇÑ´Ù</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htcacheclean - µð½ºÅ© Ä³½¬¸¦ Ã»¼ÒÇÑ´Ù</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/htcacheclean.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/programs/htcacheclean.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/programs/index.html.ko.euc-kr
+===================================================================
+--- docs/manual/programs/index.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/programs/index.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¼­¹ö¿Í Áö¿ø ÇÁ·Î±×·¥</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¼­¹ö¿Í Áö¿ø ÇÁ·Î±×·¥</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../es/programs/" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
+Index: docs/manual/ssl/ssl_intro.html.en
+===================================================================
+--- docs/manual/ssl/ssl_intro.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/ssl/ssl_intro.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: An Introduction</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: An Introduction</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/ssl/ssl_intro.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/ssl/ssl_intro.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
+Index: docs/manual/ssl/ssl_howto.html.en
+===================================================================
+--- docs/manual/ssl/ssl_howto.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/ssl/ssl_howto.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: How-To</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: How-To</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/ssl/ssl_howto.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/ssl/index.html.ja.euc-jp
+===================================================================
+--- docs/manual/ssl/index.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/ssl/index.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache ¤Î SSL/TLS °Å¹æ²½</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache ¤Î SSL/TLS °Å¹æ²½</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/ssl/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/ssl/" title="Japanese">&nbsp;ja&nbsp;</a></p>
+Index: docs/manual/ssl/ssl_intro.html.ja.euc-jp
+===================================================================
+--- docs/manual/ssl/ssl_intro.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/ssl/ssl_intro.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS °Å¹æ²½: ¤Ï¤¸¤á¤Ë</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS °Å¹æ²½: ¤Ï¤¸¤á¤Ë</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/ssl/ssl_intro.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/ssl/ssl_intro.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
+Index: docs/manual/ssl/ssl_faq.html.en
+===================================================================
+--- docs/manual/ssl/ssl_faq.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/ssl/ssl_faq.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: FAQ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: FAQ</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/ssl/ssl_faq.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/ssl/ssl_compat.html.en
+===================================================================
+--- docs/manual/ssl/ssl_compat.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/ssl/ssl_compat.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: Compatibility</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: Compatibility</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/ssl/ssl_compat.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/ssl/index.html.en
+===================================================================
+--- docs/manual/ssl/index.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/ssl/index.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache SSL/TLS Encryption</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache SSL/TLS Encryption</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/ssl/" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/ssl/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
+Index: docs/manual/configuring.html.de
+===================================================================
+--- docs/manual/configuring.html.de    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/configuring.html.de    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Konfigurationsdateien</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Konfigurationsdateien</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="./de/configuring.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/configuring.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/install.xml.es
+===================================================================
+--- docs/manual/install.xml.es (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/install.xml.es (.../branches/2.2.x)    (wersja 358411)
+@@ -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:344412 (outdated) -->
++<!-- English Revision: 105989:350287 (outdated) -->
+ <!--
+  Copyright 2004-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/urlmapping.html.en
+===================================================================
+--- docs/manual/urlmapping.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/urlmapping.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Mapping URLs to Filesystem Locations</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Mapping URLs to Filesystem Locations</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/urlmapping.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/urlmapping.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/index.html.ja.euc-jp
+===================================================================
+--- docs/manual/index.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/index.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a></div>
+ <div id="page-content"><h1>Apache HTTP ¥µ¡¼¥Ð ¥Ð¡¼¥¸¥ç¥ó 2.2 ¥É¥­¥å¥á¥ó¥È</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+Index: docs/manual/license.html.en
+===================================================================
+--- docs/manual/license.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/license.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>The Apache License, Version 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>The Apache License, Version 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/license.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/new_features_2_2.xml
+===================================================================
+--- docs/manual/new_features_2_2.xml   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_2.xml   (.../branches/2.2.x)    (wersja 358411)
+@@ -103,9 +103,13 @@
+           timeout was reached.</dd>
+       <dt>SQL Database Support</dt>
+-      <dd><module>mod_dbd</module>, together with the apr_dbd framework,
++      <dd><p><module>mod_dbd</module>, together with the apr_dbd framework,
+           brings direct SQL support to modules that need it.  Supports
+-          connection pooling in threaded MPMs.</dd>
++          connection pooling in threaded MPMs.</p>
++        <p><strong>Windows Users</strong> please note that this is not
++        yet included in the standard windows build.  If you try to use
++        it on the Windows platform, please let us know how you get on.</p>
++        </dd>
+     </dl>
+   </section>
+@@ -117,7 +121,7 @@
+       <dd>Modules in the aaa directory have been renamed and offer
+           better support for digest authentication.  For example, mod_auth
+           is now split into <module>mod_auth_basic</module> and
+-          <module>mod_auth_file</module>; mod_auth_dbm is now called
++          <module>mod_authn_file</module>; mod_auth_dbm is now called
+           <module>mod_authn_dbm</module>; mod_access has been renamed
+           <module>mod_authz_host</module>.  There is also a new
+           <module>mod_authn_alias</module> module for simplifying
+@@ -131,6 +135,14 @@
+           complicated search filters in the 
+           <directive module="core">Require</directive> directive.</dd>
++      <dt><module>mod_authz_owner</module></dt>
++      <dd>A new module that authorizes access to files based
++          on the owner of the file on the file system</dd>
++
++      <dt><module>mod_version</module></dt>
++      <dd>A new module that allows configuration blocks to be enabled based on the
++          version number of the running server.</dd>
++
+       <dt><module>mod_info</module></dt>
+       <dd>Added a new <code>?config</code> argument which will show
+           the configuration directives as parsed by Apache, including
+@@ -143,7 +155,12 @@
+       <dd>Added a support for 
+          <a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, which 
+          allows connections to upgrade from clear text to TLS encryption.</dd>
++
++      <dt><module>mod_imagemap</module></dt>
++      <dd>mod_imap has been renamed to <module>mod_imagemap</module> to avoid
++          user confusion.</dd>
+     </dl>
++
+   </section>
+   <section id="programs">
+Index: docs/manual/custom-error.html.ko.euc-kr
+===================================================================
+--- docs/manual/custom-error.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/custom-error.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>»ç¿ëÀÚÁ¤ÀÇ ¿À·ù ÀÀ´ä</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>»ç¿ëÀÚÁ¤ÀÇ ¿À·ù ÀÀ´ä</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/custom-error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/custom-error.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
+Index: docs/manual/invoking.html.ja.euc-jp
+===================================================================
+--- docs/manual/invoking.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/invoking.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache ¤Îµ¯Æ°</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache ¤Îµ¯Æ°</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/logs.html.en
+===================================================================
+--- docs/manual/logs.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/logs.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Log Files</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Log Files</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/logs.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/logs.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/install.xml.fr
+===================================================================
+--- docs/manual/install.xml.fr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/install.xml.fr (.../branches/2.2.x)    (wersja 358411)
+@@ -1,7 +1,7 @@
+ <?xml version='1.0' encoding='ISO-8859-1' ?>
+ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
+ <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
+-<!-- English Revision: 105989:344412 (outdated) -->
++<!-- English Revision: 105989:350287 (outdated) -->
+ <!--
+  Copyright 2004-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/configuring.html.en
+===================================================================
+--- docs/manual/configuring.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/configuring.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Configuration Files</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Configuration Files</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/configuring.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/configuring.html" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/upgrading.html.ko.euc-kr
+===================================================================
+--- docs/manual/upgrading.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,11 +16,10 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>1.3¿¡¼­ 2.0À¸·Î ¾÷±×·¹À̵å</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>1.3¿¡¼­ 2.0À¸·Î ¾÷±×·¹À̵å</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+-<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+ <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="./ko/upgrading.html" title="Korean">&nbsp;ko&nbsp;</a> |
+ <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
+@@ -195,7 +194,6 @@
+ <div class="bottomlang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+-<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+ <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="./ko/upgrading.html" title="Korean">&nbsp;ko&nbsp;</a> |
+ <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
+Index: docs/manual/rewrite/rewrite_guide_advanced.html.en
+===================================================================
+--- docs/manual/rewrite/rewrite_guide_advanced.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/rewrite/rewrite_guide_advanced.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide - Advanced topics</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide - Advanced topics</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide_advanced.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/rewrite/rewrite_tech.html.en
+===================================================================
+--- docs/manual/rewrite/rewrite_tech.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/rewrite/rewrite_tech.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Technical Details</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Technical Details</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_tech.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/rewrite/rewrite_intro.html.en
+===================================================================
+--- docs/manual/rewrite/rewrite_intro.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/rewrite/rewrite_intro.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Introduction</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Introduction</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_intro.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/rewrite/rewrite_guide.html.en
+===================================================================
+--- docs/manual/rewrite/rewrite_guide.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/rewrite/rewrite_guide.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/rewrite/index.html.en
+===================================================================
+--- docs/manual/rewrite/index.html.en  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/rewrite/index.html.en  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/rewrite/" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/env.html.ko.euc-kr
+===================================================================
+--- docs/manual/env.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/env.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ÀǠȯ°æº¯¼ö</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ÀǠȯ°æº¯¼ö</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/env.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/new_features_2_0.html.pt-br
+===================================================================
+--- docs/manual/new_features_2_0.html.pt-br    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_0.html.pt-br    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentação</a> &gt; <a href="./">Versão 2.2</a></div><div id="page-content"><div id="preamble"><h1>Descrição das novas funcionalidades do Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentação</a> &gt; <a href="./">Versão 2.2</a></div><div id="page-content"><div id="preamble"><h1>Descrição das novas funcionalidades do Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Línguas Disponíveis: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/invoking.html.de
+===================================================================
+--- docs/manual/invoking.html.de       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/invoking.html.de       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache starten</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache starten</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="./de/invoking.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/upgrading.html.ru.koi8-r
+===================================================================
+--- docs/manual/upgrading.html.ru.koi8-r       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.html.ru.koi8-r       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,11 +16,10 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ÓÅÒ×ÅÒ</a> &gt; <a href="http://httpd.apache.org/docs-project/">äÏËÕÍÅÎÔÁÃÉÑ</a> &gt; <a href="./">÷ÅÒÓÉÑ 2.2</a></div><div id="page-content"><div id="preamble"><h1>ðÅÒÅÈÏÄ ÏÔ ×ÅÒÓÉÉ 1.3 Ë ×ÅÒÓÉÉ 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ÓÅÒ×ÅÒ</a> &gt; <a href="http://httpd.apache.org/docs/">äÏËÕÍÅÎÔÁÃÉÑ</a> &gt; <a href="./">÷ÅÒÓÉÑ 2.2</a></div><div id="page-content"><div id="preamble"><h1>ðÅÒÅÈÏÄ ÏÔ ×ÅÒÓÉÉ 1.3 Ë ×ÅÒÓÉÉ 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+-<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+ <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
+ <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
+@@ -192,7 +191,6 @@
+ <div class="bottomlang">
+ <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+-<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+ <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
+ <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
+Index: docs/manual/mpm.html.ko.euc-kr
+===================================================================
+--- docs/manual/mpm.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mpm.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>´ÙÁß󸮠¸ðµâ (MPM)</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>´ÙÁß󸮠¸ðµâ (MPM)</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/mpm.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/mpm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/bind.html.ja.euc-jp
+===================================================================
+--- docs/manual/bind.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/bind.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥Ð¥¤¥ó¥É</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥Ð¥¤¥ó¥É</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/bind.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/bind.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/install.html.de
+===================================================================
+--- docs/manual/install.html.de        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/install.html.de        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Kompilieren und Installieren</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Kompilieren und Installieren</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="./de/install.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/faq/support.html.en
+===================================================================
+--- docs/manual/faq/support.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/support.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Support - Frequently Asked Questions</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Support - Frequently Asked Questions</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/faq/support.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/faq/support.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/faq/background.html.en
+===================================================================
+--- docs/manual/faq/background.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/background.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Background - Frequently Asked Questions</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Background - Frequently Asked Questions</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/faq/background.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+@@ -83,7 +83,7 @@
+       available.</p>
+     
+-      <h3><a name="background.logo" id="background.logo">&gt;May I use the Apache logo on my product or Web site?</a></h3>
++      <h3><a name="background.logo" id="background.logo">May I use the Apache logo on my product or Web site?</a></h3>
+       
+       <p>You may <em>NOT</em> use any original artwork from the Apache
+       Software Foundation, nor make or use modified versions of such
+@@ -98,7 +98,7 @@
+         <em>IF and ONLY IF</em> such use can in no way be interpreted as
+         anything other than an attribution. Using the Apache name and 
+         artwork in a manner that implies endorsement of a product or
+-        service is <a href="">strictly forbidden.</a></li>
++        service is strictly forbidden.</li>
+       </ul>
+     
+  </div></div>
+Index: docs/manual/faq/index.html.ja.euc-jp
+===================================================================
+--- docs/manual/faq/index.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/index.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¤è¤¯¤¢¤ë¼ÁÌä</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¤è¤¯¤¢¤ë¼ÁÌä</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/faq/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/faq/" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/faq/error.html.ko.euc-kr
+===================================================================
+--- docs/manual/faq/error.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/error.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>¿À·ù¹® - ÀÚÁÖ ¹°¾îº¸´Â Áú¹® (FAQ)</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>¿À·ù¹® - ÀÚÁÖ ¹°¾îº¸´Â Áú¹® (FAQ)</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/faq/error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/faq/error.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/faq/error.html.en
+===================================================================
+--- docs/manual/faq/error.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/error.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Error Messages - Frequently Asked Questions</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Error Messages - Frequently Asked Questions</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/faq/error.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/faq/error.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/faq/error.html.ja.euc-jp
+===================================================================
+--- docs/manual/faq/error.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/error.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸ ¡½ ¤è¤¯¤¢¤ë¼ÁÌä</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸ ¡½ ¤è¤¯¤¢¤ë¼ÁÌä</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/faq/error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/faq/error.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/faq/support.html.ko.euc-kr
+===================================================================
+--- docs/manual/faq/support.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/support.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Áö¿ø - ÀÚÁÖ ¹°¾îº¸´Â Áú¹® (FAQ)</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Áö¿ø - ÀÚÁÖ ¹°¾îº¸´Â Áú¹® (FAQ)</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/faq/support.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/faq/support.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/faq/background.xml
+===================================================================
+--- docs/manual/faq/background.xml     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/background.xml     (.../branches/2.2.x)    (wersja 358411)
+@@ -89,7 +89,7 @@
+     </section>
+       <section id="background.logo">
+-      <title>>May I use the Apache logo on my product or Web site?</title>
++      <title>May I use the Apache logo on my product or Web site?</title>
+       <p>You may <em>NOT</em> use any original artwork from the Apache
+       Software Foundation, nor make or use modified versions of such
+       artwork, except under the following conditions:</p>
+@@ -106,7 +106,7 @@
+         <em>IF and ONLY IF</em> such use can in no way be interpreted as
+         anything other than an attribution. Using the Apache name and 
+         artwork in a manner that implies endorsement of a product or
+-        service is <a href="">strictly forbidden.</a></li>
++        service is strictly forbidden.</li>
+       </ul>
+     </section>
+  </section>
+Index: docs/manual/faq/support.html.ja.euc-jp
+===================================================================
+--- docs/manual/faq/support.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/support.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>¥µ¥Ý¡¼¥È ¡½ ¤è¤¯¤¢¤ë¼ÁÌä</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>¥µ¥Ý¡¼¥È ¡½ ¤è¤¯¤¢¤ë¼ÁÌä</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/faq/support.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/faq/support.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/faq/all_in_one.html.ko.euc-kr
+===================================================================
+--- docs/manual/faq/all_in_one.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/all_in_one.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>ÀÚÁÖ ¹°¾îº¸´Â Áú¹® (FAQ)</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>ÀÚÁÖ ¹°¾îº¸´Â Áú¹® (FAQ)</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/faq/all_in_one.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/faq/all_in_one.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/faq/all_in_one.html.en
+===================================================================
+--- docs/manual/faq/all_in_one.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/all_in_one.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Frequently Asked Questions</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Frequently Asked Questions</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/faq/all_in_one.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+@@ -103,7 +103,7 @@
+       available.</p>
+     
+-      <h3><a name="background.logo" id="background.logo">&gt;May I use the Apache logo on my product or Web site?</a></h3>
++      <h3><a name="background.logo" id="background.logo">May I use the Apache logo on my product or Web site?</a></h3>
+       
+       <p>You may <em>NOT</em> use any original artwork from the Apache
+       Software Foundation, nor make or use modified versions of such
+@@ -118,7 +118,7 @@
+         <em>IF and ONLY IF</em> such use can in no way be interpreted as
+         anything other than an attribution. Using the Apache name and 
+         artwork in a manner that implies endorsement of a product or
+-        service is <a href="">strictly forbidden.</a></li>
++        service is strictly forbidden.</li>
+       </ul>
+     
+  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+Index: docs/manual/faq/index.html.ko.euc-kr
+===================================================================
+--- docs/manual/faq/index.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/index.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>ÀÚÁÖ ¹°¾îº¸´Â Áú¹® (FAQ)</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>ÀÚÁÖ ¹°¾îº¸´Â Áú¹® (FAQ)</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/faq/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/faq/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/faq/index.html.en
+===================================================================
+--- docs/manual/faq/index.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/index.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Frequently Asked Questions</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Frequently Asked Questions</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/faq/" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/faq/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/faq/all_in_one.html.ja.euc-jp
+===================================================================
+--- docs/manual/faq/all_in_one.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/faq/all_in_one.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>¤è¤¯¤¢¤ë¼ÁÌä</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>¤è¤¯¤¢¤ë¼ÁÌä</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ja/faq/all_in_one.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/upgrading.html.de
+===================================================================
+--- docs/manual/upgrading.html.de      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.html.de      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,11 +16,10 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Upgrade von 2.0 auf 2.2</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Upgrade von 2.0 auf 2.2</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="./de/upgrading.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+-<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
+ <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
+ <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
+@@ -111,7 +110,6 @@
+ <div class="bottomlang">
+ <p><span>Verfügbare Sprachen: </span><a href="./de/upgrading.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+-<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
+ <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
+ <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
+Index: docs/manual/dns-caveats.html.ja.euc-jp
+===================================================================
+--- docs/manual/dns-caveats.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/dns-caveats.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>DNS ¤È Apache ¤Ë¤Þ¤Ä¤ï¤ëÃí°Õ»ö¹à</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>DNS ¤È Apache ¤Ë¤Þ¤Ä¤ï¤ëÃí°Õ»ö¹à</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/dns-caveats.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/dns-caveats.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/invoking.html.en
+===================================================================
+--- docs/manual/invoking.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/invoking.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Starting Apache</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Starting Apache</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/invoking.html" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/urlmapping.html.ja.euc-jp
+===================================================================
+--- docs/manual/urlmapping.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/urlmapping.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>URL ¤«¤é¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¾å¤Î°ÌÃ֤ؤΥޥå×</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>URL ¤«¤é¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¾å¤Î°ÌÃ֤ؤΥޥå×</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/urlmapping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/urlmapping.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/invoking.html.es
+===================================================================
+--- docs/manual/invoking.html.es       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/invoking.html.es       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>iniciar Apache</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>iniciar Apache</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/style/build.properties
+===================================================================
+--- docs/manual/style/build.properties (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/style/build.properties (.../branches/2.2.x)    (wersja 358411)
+@@ -1,4 +1,4 @@
+ # This file contains version specific properties
+ # No xml files yet
+-noxml.fr = upgrading.html.fr
++# noxml.fr = upgrading.html.fr
+Index: docs/manual/style/xsl/common.xsl
+===================================================================
+--- docs/manual/style/xsl/common.xsl   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/style/xsl/common.xsl   (.../branches/2.2.x)    (wersja 358411)
+@@ -216,7 +216,7 @@
+     <xsl:text> &gt; </xsl:text>
+-    <a href="http://httpd.apache.org/docs-project/">
++    <a href="http://httpd.apache.org/docs/">
+         <xsl:if test="$ext-target">
+             <xsl:attribute name="target">_blank</xsl:attribute>
+         </xsl:if>
+Index: docs/manual/upgrading.xml.ru
+===================================================================
+--- docs/manual/upgrading.xml.ru       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.xml.ru       (.../branches/2.2.x)    (wersja 358411)
+@@ -1,7 +1,7 @@
+ <?xml version='1.0' encoding='KOI8-R' ?>
+ <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
+ <?xml-stylesheet type="text/xsl" href="./style/manual.ru.xsl"?>
+-<!-- English Revision: 96997:349164 (outdated) -->
++<!-- English Revision: 96997:349745 (outdated) -->
+ <!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/configuring.html.ko.euc-kr
+===================================================================
+--- docs/manual/configuring.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/configuring.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¼³Á¤ÆÄÀÏ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¼³Á¤ÆÄÀÏ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/configuring.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/configuring.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/install.html.en
+===================================================================
+--- docs/manual/install.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/install.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Compiling and Installing</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Compiling and Installing</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/install.html" title="English">&nbsp;en&nbsp;</a> |
+@@ -70,8 +70,8 @@
+         <td><a href="#extract">Extract</a></td>
+         <td><code>$ gzip -d httpd-<em>NN</em>.tar.gz<br />
+-         $ tar xvf httpd-<em>NN</em>.tar</code><br />
+-         $ cd httpd-<em>NN</em></td>
++         $ tar xvf httpd-<em>NN</em>.tar<br />
++         $ cd httpd-<em>NN</em></code></td>
+       </tr>
+       <tr>
+@@ -133,7 +133,7 @@
+       <dt>ANSI-C Compiler and Build System</dt>
+       <dd>Make sure you have an ANSI-C compiler installed. The <a href="http://www.gnu.org/software/gcc/gcc.html">GNU C
+       compiler (GCC)</a> from the <a href="http://www.gnu.org/">Free Software Foundation (FSF)</a>
+-      is recommended (version 2.7.2 is fine). If you don't have GCC
++      is recommended. If you don't have GCC
+       then at least make sure your vendor's compiler is ANSI
+       compliant. In addition, your <code>PATH</code> must contain
+       basic build tools such as <code>make</code>.</dd>
+@@ -161,6 +161,35 @@
+       <code class="program"><a href="./programs/configure.html">configure</a></code> script, you will not be able to use 
+       the affected support scripts. Of course, you will still be able to 
+       build and use Apache httpd.</dd>
++
++      <dt><a href="http://apr.apache.org">apr/apr-util &gt;= 1.2</a></dt>
++      <dd><code>apr</code> and <code>apr-util</code> are bundled
++      with the Apache httpd source releases, and will be used without any 
++      problems in almost all circumstances. However, if 
++      <code>apr</code> or <code>apr-util</code>, versions 1.0 or 1.1,
++      are installed on your system, you must either upgrade your
++      <code>apr</code>/<code>apr-util</code> installations to
++      1.2, or have httpd use seperate builds. To use the bundled 
++      <code>apr</code>/<code>apr-util</code> sources for this
++      purpose you must install them manually:
++<div class="example"><p><code>
++# Build and install apr 1.2<br />
++cd srclib/apr<br />
++./configure --prefix=/usr/local/apr-httpd/<br />
++make<br />
++make install<br />
++<br />
++# Build and install apr-util 1.2<br />
++cd ../apr-util<br />
++./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/<br />
++make<br />
++make install<br />
++<br />
++# Configure httpd<br />
++cd ../../<br />
++./configure --with-apr=/usr/local/apr-httpd/ --with-apr-util=/usr/local/apr-util-httpd/<br />
++</code></p></div>
++      </dd>
+     </dl>
+ </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
+ <div class="section">
+Index: docs/manual/install.html.es
+===================================================================
+--- docs/manual/install.html.es        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/install.html.es        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Compilación e Instalación</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Compilación e Instalación</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/handler.xml.es
+===================================================================
+--- docs/manual/handler.xml.es (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/handler.xml.es (.../branches/2.2.x)    (wersja 358411)
+@@ -35,7 +35,7 @@
+         <module>mod_actions</module>
+         <module>mod_asis</module>
+         <module>mod_cgi</module>
+-        <module>mod_imap</module>
++        <module>mod_imagemap</module>
+         <module>mod_info</module>
+         <module>mod_mime</module>
+         <module>mod_negotiation</module>
+@@ -88,7 +88,7 @@
+       CGI. (<module>mod_cgi</module>)</li>
+       <li><strong>imap-file</strong>: Trata el fichero como un mapa de
+-      im&#225;genes. (<module>mod_imap</module>)</li>
++      im&#225;genes. (<module>mod_imagemap</module>)</li>
+       <li><strong>server-info</strong>: Extrae la informaci&#243;n de
+       configuraci&#243;n del
+Index: docs/manual/upgrading.html.en
+===================================================================
+--- docs/manual/upgrading.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,11 +16,10 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Upgrading to 2.2 from 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Upgrading to 2.2 from 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/upgrading.html" title="English">&nbsp;en&nbsp;</a> |
+-<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
+ <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
+ <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
+@@ -48,14 +47,24 @@
+ <div class="section">
+ <h2><a name="compile-time" id="compile-time">Compile-Time Configuration Changes</a></h2>
+     
++
++    <p>The compilation process is very similar to the one used in
++    version 2.0.  Your old <code>configure</code> command line (as
++    found in <code>build/config.nice</code> in the installed server
++    directory) can be used in some cases.  The most significant change
++    required will be to account for changes in module names, in
++    particular for the authentication and authorization modules.
++    Some details of changes:</p>
++
+     <ul>
+-      <li>Upgraded to require the APR 1.0 API.</li>
+-      <li>Updated bundled PCRE version to 5.0</li>
+       <li>mod_imap has been renamed to <code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code></li>
+-      <li>mod_auth has been split up into <code class="module"><a href="./mod/mod_auth_basic.html">mod_auth_basic</a></code>
+-          and <code class="module"><a href="./mod/mod_authn_file.html">mod_authn_file</a></code></li>
++      <li>mod_auth has been split up into <code class="module"><a href="./mod/mod_auth_basic.html">mod_auth_basic</a></code>,
++          <code class="module"><a href="./mod/mod_authn_file.html">mod_authn_file</a></code>, <code class="module"><a href="./mod/mod_authz_user.html">mod_authz_user</a></code>, and
++          <code class="module"><a href="./mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code></li>
+       <li>mod_access has been renamed to <code class="module"><a href="./mod/mod_authz_host.html">mod_authz_host</a></code></li>
+       <li>mod_auth_ldap has been renamed to <code class="module"><a href="./mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code></li>
++      <li>Upgraded to require the APR 1.0 API.</li>
++      <li>Updated bundled PCRE version to 5.0</li>
+     </ul>
+   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
+@@ -63,21 +72,32 @@
+ <h2><a name="run-time" id="run-time">Run-Time Configuration Changes</a></h2>
+     
++    <p>Your existing version 2.0 config files and startup scripts can
++      usually be used unchanged in version 2.2.  Some small
++      adjustments may be necessary for particular configurations as
++      discussed below.  In addition, if you dynamically load the
++      standard modules using the <code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code> directive, then you will
++      need to account for the module name changes mentioned above.</p>
++
++    <p>If you choose to use the new default
++      configuration file for version 2.2, you will find that it has
++      been greatly simplified by removing all but the most essential
++      configuration settings.  A set of example configuration settings
++      for more advanced features is present in the
++      <code>conf/extra/</code> directory of the installed server.  Default
++      configuration files are installed in the <code>conf/original</code>
++      directory.</p>
++
++    <p>Some runtime configuration changes that you may notice:</p>
++
+     <ul>
+-      <li>The config file <code>httpd.conf</code> distributed with the
+-      Apache HTTP Server has been greatly simplified by removing all
+-      but the most essential configuration settings.  A set of example
+-      configuration settings for more advanced features is present in
+-      the <code>conf/extra/</code> directory of the installed
+-      server.</li>
+-
+       <li>The <code class="program"><a href="./programs/apachectl.html">apachectl</a></code> option
+-      <code>startssl</code> is no longer available.  To enable ssl
++      <code>startssl</code> is no longer available.  To enable SSL
+       support, you should edit <code>httpd.conf</code> to include the
+       relevant <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> directives and then use
+       <code>apachectl start</code> to start the server.  An example
+-      configuration to activate <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> has been included
+-      in <code>conf/extra/httpd-ssl.conf</code>.</li>
++      configuration to activate <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> has been
++      included in <code>conf/extra/httpd-ssl.conf</code>.</li>
+       <li>The default setting of <code class="directive"><a href="./mod/core.html#usecanonicalname">UseCanonicalName</a></code> is now
+       <code>Off</code>.  If you did not have this directive in your
+@@ -118,11 +138,14 @@
+ <h2><a name="third-party" id="third-party">Third Party Modules</a></h2>
+     
++   <p>Many third-party modules designed for version 2.0 will work
++   unchanged with the the Apache HTTP Server version 2.2.  But all
++   modules must be recompiled before being loaded.</p>
++
+   </div></div>
+ <div class="bottomlang">
+ <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/upgrading.html" title="English">&nbsp;en&nbsp;</a> |
+-<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
+ <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
+ <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
+Index: docs/manual/sections.html.ko.euc-kr
+===================================================================
+--- docs/manual/sections.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/sections.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¼½¼Ç ¼³Á¤</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¼½¼Ç ¼³Á¤</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/sections.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/sections.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/content-negotiation.html.en
+===================================================================
+--- docs/manual/content-negotiation.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/content-negotiation.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Content Negotiation</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Content Negotiation</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/content-negotiation.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/content-negotiation.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/stopping.html.de
+===================================================================
+--- docs/manual/stopping.html.de       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/stopping.html.de       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Beenden und Neustarten</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Beenden und Neustarten</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="./de/stopping.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/index.html.pt-br
+===================================================================
+--- docs/manual/index.html.pt-br       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/index.html.pt-br       (.../branches/2.2.x)    (wersja 358411)
+@@ -18,7 +18,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentação</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentação</a></div>
+ <div id="page-content"><h1>Documentação do Servidor HTTP Apache Versão
+ 2.2</h1>
+ <div class="toplang">
+Index: docs/manual/install.xml.ja
+===================================================================
+--- docs/manual/install.xml.ja (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/install.xml.ja (.../branches/2.2.x)    (wersja 358411)
+@@ -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: 178520:344412 (outdated) -->
++<!-- English Revision: 178520:350287 (outdated) -->
+ <!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors, as
+Index: docs/manual/install.xml
+===================================================================
+--- docs/manual/install.xml    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/install.xml    (.../branches/2.2.x)    (wersja 358411)
+@@ -63,8 +63,8 @@
+         <td><a href="#extract">Extract</a></td>
+         <td><code>$ gzip -d httpd-<em>NN</em>.tar.gz<br />
+-         $ tar xvf httpd-<em>NN</em>.tar</code><br />
+-         $ cd httpd-<em>NN</em></td>
++         $ tar xvf httpd-<em>NN</em>.tar<br />
++         $ cd httpd-<em>NN</em></code></td>
+       </tr>
+       <tr>
+@@ -128,7 +128,7 @@
+       href="http://www.gnu.org/software/gcc/gcc.html">GNU C
+       compiler (GCC)</a> from the <a
+       href="http://www.gnu.org/">Free Software Foundation (FSF)</a>
+-      is recommended (version 2.7.2 is fine). If you don't have GCC
++      is recommended. If you don't have GCC
+       then at least make sure your vendor's compiler is ANSI
+       compliant. In addition, your <code>PATH</code> must contain
+       basic build tools such as <code>make</code>.</dd>
+@@ -157,6 +157,35 @@
+       <program>configure</program> script, you will not be able to use 
+       the affected support scripts. Of course, you will still be able to 
+       build and use Apache httpd.</dd>
++
++      <dt><a href="http://apr.apache.org">apr/apr-util >= 1.2</a></dt>
++      <dd><code>apr</code> and <code>apr-util</code> are bundled
++      with the Apache httpd source releases, and will be used without any 
++      problems in almost all circumstances. However, if 
++      <code>apr</code> or <code>apr-util</code>, versions 1.0 or 1.1,
++      are installed on your system, you must either upgrade your
++      <code>apr</code>/<code>apr-util</code> installations to
++      1.2, or have httpd use seperate builds. To use the bundled 
++      <code>apr</code>/<code>apr-util</code> sources for this
++      purpose you must install them manually:
++<example>
++# Build and install apr 1.2<br />
++cd srclib/apr<br/>
++./configure --prefix=/usr/local/apr-httpd/<br/>
++make<br/>
++make install<br />
++<br />
++# Build and install apr-util 1.2<br />
++cd ../apr-util<br />
++./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/<br />
++make<br/>
++make install<br />
++<br />
++# Configure httpd<br />
++cd ../../<br />
++./configure --with-apr=/usr/local/apr-httpd/ --with-apr-util=/usr/local/apr-util-httpd/<br />
++</example>
++      </dd>
+     </dl>
+ </section>
+Index: docs/manual/upgrading.xml.de
+===================================================================
+--- docs/manual/upgrading.xml.de       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.xml.de       (.../branches/2.2.x)    (wersja 358411)
+@@ -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: 333065:349164 (outdated) -->
++<!-- English Revision: 333065:349745 (outdated) -->
+ <!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/new_features_2_2.xml.pt-br
+===================================================================
+--- docs/manual/new_features_2_2.xml.pt-br     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_2.xml.pt-br     (.../branches/2.2.x)    (wersja 358411)
+@@ -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.pt-br.xsl"?>
+-<!-- English Revision: 151408:345705 (outdated) -->
++<!-- English Revision: 151408:356658 (outdated) -->
+ <!--
+  Copyright 2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/custom-error.html.ja.euc-jp
+===================================================================
+--- docs/manual/custom-error.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/custom-error.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥«¥¹¥¿¥à¥¨¥é¡¼¥ì¥¹¥Ý¥ó¥¹</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥«¥¹¥¿¥à¥¨¥é¡¼¥ì¥¹¥Ý¥ó¥¹</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/custom-error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/custom-error.html" hreflang="es" rel="alternate" title="Espa\8f«Ðol">&nbsp;es&nbsp;</a> |
+Index: docs/manual/install.html.fr
+===================================================================
+--- docs/manual/install.html.fr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/install.html.fr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Compilation et Installation</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Compilation et Installation</h1>
+ <div class="toplang">
+ <p><span>Langues Disponibles: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/mpm.html.de
+===================================================================
+--- docs/manual/mpm.html.de    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mpm.html.de    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Multi-Processing-Module (MPMs)</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Multi-Processing-Module (MPMs)</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="./de/mpm.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/mpm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/misc/relevant_standards.html.ko.euc-kr
+===================================================================
+--- docs/manual/misc/relevant_standards.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/misc/relevant_standards.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>°ü·Ã Ç¥ÁØ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>°ü·Ã Ç¥ÁØ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/relevant_standards.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/misc/relevant_standards.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/misc/relevant_standards.html.en
+===================================================================
+--- docs/manual/misc/relevant_standards.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/misc/relevant_standards.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Relevant Standards</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Relevant Standards</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/misc/relevant_standards.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/misc/relevant_standards.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/misc/perf-tuning.html.ko.euc-kr
+===================================================================
+--- docs/manual/misc/perf-tuning.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/misc/perf-tuning.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ ¼º´ÉÇâ»ó</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ ¼º´ÉÇâ»ó</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/perf-tuning.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/misc/perf-tuning.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/misc/rewriteguide.html.ko.euc-kr
+===================================================================
+--- docs/manual/misc/rewriteguide.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/misc/rewriteguide.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>URL ÀçÀÛ¼º Áöħ¼­</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>URL ÀçÀÛ¼º Áöħ¼­</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/rewriteguide.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/misc/rewriteguide.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+@@ -512,7 +512,7 @@
+     
+-    <h3>NCSA imagemapÀ» ¾ÆÆÄÄ¡ <code>mod_imap</code>À¸·Î</h3>
++    <h3>NCSA imagemapÀ» ¾ÆÆÄÄ¡ <code>mod_imagemap</code>À¸·Î</h3>
+       
+@@ -523,7 +523,7 @@
+           <p>»ç¶÷µéÀº NCSA À¥¼­¹ö¿¡¼­ Çö´ëÀûÀΠ¾ÆÆÄÄ¡ À¥¼­¹ö·Î
+           ÀÚ¿¬½º·´°Ô ¿Å°Ü°¡±æ ¹Ù¶õ´Ù. ±×·¡¼­ ¿À·¡µÈ NCSA
+           <code>imagemap</code> ÇÁ·Î±×·¥À» »ç¿ëÇÑ ÆäÀÌÁö¸¦ Çö´ëÀûÀÎ
+-          ¾ÆÆÄÄ¡ <code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code>·Î Ã³¸®Çϱ根ٶõ´Ù.
++          ¾ÆÆÄÄ¡ <code class="module"><a href="../mod/mod_imagemap.html">mod_imagemap</a></code>·Î Ã³¸®Çϱ根ٶõ´Ù.
+           ¹®Á¦´Â <code>imagemap</code> ÇÁ·Î±×·¥À»
+           <code>/cgi-bin/imagemap/path/to/page.map</code>°ú
+           °°ÀÌ ÂüÁ¶Çϴ ÇÏÀÌÆÛ¸µÅ©°¡ ¸¹´Ù´Â °ÍÀÌ´Ù. ¾ÆÆÄÄ¡´Â
+Index: docs/manual/misc/perf-tuning.html.en
+===================================================================
+--- docs/manual/misc/perf-tuning.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/misc/perf-tuning.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache Performance Tuning</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache Performance Tuning</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/misc/perf-tuning.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/misc/perf-tuning.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/misc/rewriteguide.html.en
+===================================================================
+--- docs/manual/misc/rewriteguide.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/misc/rewriteguide.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/misc/rewriteguide.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/misc/rewriteguide.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/misc/rewriteguide.xml.ko
+===================================================================
+--- docs/manual/misc/rewriteguide.xml.ko       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/misc/rewriteguide.xml.ko       (.../branches/2.2.x)    (wersja 358411)
+@@ -511,7 +511,7 @@
+     <section>
+-      <title>NCSA imagemapÀ» ¾ÆÆÄÄ¡ <code>mod_imap</code>À¸·Î</title>
++      <title>NCSA imagemapÀ» ¾ÆÆÄÄ¡ <code>mod_imagemap</code>À¸·Î</title>
+       <dl>
+         <dt>»óȲ¼³¸í:</dt>
+@@ -520,7 +520,7 @@
+           <p>»ç¶÷µéÀº NCSA À¥¼­¹ö¿¡¼­ Çö´ëÀûÀΠ¾ÆÆÄÄ¡ À¥¼­¹ö·Î
+           ÀÚ¿¬½º·´°Ô ¿Å°Ü°¡±æ ¹Ù¶õ´Ù. ±×·¡¼­ ¿À·¡µÈ NCSA
+           <code>imagemap</code> ÇÁ·Î±×·¥À» »ç¿ëÇÑ ÆäÀÌÁö¸¦ Çö´ëÀûÀÎ
+-          ¾ÆÆÄÄ¡ <module>mod_imap</module>·Î Ã³¸®Çϱ根ٶõ´Ù.
++          ¾ÆÆÄÄ¡ <module>mod_imagemap</module>·Î Ã³¸®Çϱ根ٶõ´Ù.
+           ¹®Á¦´Â <code>imagemap</code> ÇÁ·Î±×·¥À»
+           <code>/cgi-bin/imagemap/path/to/page.map</code>°ú
+           °°ÀÌ ÂüÁ¶Çϴ ÇÏÀÌÆÛ¸µÅ©°¡ ¸¹´Ù´Â °ÍÀÌ´Ù. ¾ÆÆÄÄ¡´Â
+Index: docs/manual/misc/security_tips.html.ko.euc-kr
+===================================================================
+--- docs/manual/misc/security_tips.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/misc/security_tips.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>º¸¾È ÆÁ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>º¸¾È ÆÁ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/security_tips.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/misc/security_tips.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/misc/index.html.ko.euc-kr
+===================================================================
+--- docs/manual/misc/index.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/misc/index.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>±âŸ ¾ÆÆÄÄ¡ ¹®¼­</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>±âŸ ¾ÆÆÄÄ¡ ¹®¼­</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/misc/" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/misc/security_tips.html.en
+===================================================================
+--- docs/manual/misc/security_tips.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/misc/security_tips.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Security Tips</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Security Tips</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/misc/security_tips.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/misc/security_tips.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/misc/index.html.en
+===================================================================
+--- docs/manual/misc/index.html.en     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/misc/index.html.en     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache Miscellaneous Documentation</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache Miscellaneous Documentation</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/misc/" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/misc/" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/upgrading.html.ja.euc-jp
+===================================================================
+--- docs/manual/upgrading.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,11 +16,10 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>1.3 ¤«¤é 2.0 ¤Ø¤Î¥¢¥Ã¥×¥°¥ì¡¼¥É</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>1.3 ¤«¤é 2.0 ¤Ø¤Î¥¢¥Ã¥×¥°¥ì¡¼¥É</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+-<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
+ <a href="./ja/upgrading.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
+ <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu\8f«´s (Brasil)">&nbsp;pt-br&nbsp;</a> |
+@@ -213,7 +212,6 @@
+ <div class="bottomlang">
+ <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+-<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
+ <a href="./ja/upgrading.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
+ <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu\8f«´s (Brasil)">&nbsp;pt-br&nbsp;</a> |
+Index: docs/manual/suexec.html.en
+===================================================================
+--- docs/manual/suexec.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/suexec.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>suEXEC Support</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>suEXEC Support</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/suexec.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/suexec.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/sitemap.html.ko.euc-kr
+===================================================================
+--- docs/manual/sitemap.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/sitemap.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div>
+ <div id="page-content"><div id="preamble"><h1>»çÀÌÆ®¸Ê</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/sitemap.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+@@ -203,7 +203,7 @@
+ <li><a href="mod/mod_filter.html">¾ÆÆÄÄ¡ ¸ðµâ mod_filter</a></li>
+ <li><a href="mod/mod_headers.html">¾ÆÆÄÄ¡ ¸ðµâ mod_headers</a></li>
+ <li><a href="mod/mod_ident.html">¾ÆÆÄÄ¡ ¸ðµâ mod_ident</a></li>
+-<li><a href="mod/mod_imap.html">¾ÆÆÄÄ¡ ¸ðµâ mod_imap</a></li>
++<li><a href="mod/mod_imagemap.html">¾ÆÆÄÄ¡ ¸ðµâ mod_imagemap</a></li>
+ <li><a href="mod/mod_include.html">¾ÆÆÄÄ¡ ¸ðµâ mod_include</a></li>
+ <li><a href="mod/mod_info.html">¾ÆÆÄÄ¡ ¸ðµâ mod_info</a></li>
+ <li><a href="mod/mod_isapi.html">¾ÆÆÄÄ¡ ¸ðµâ mod_isapi</a></li>
+Index: docs/manual/env.html.ja.euc-jp
+===================================================================
+--- docs/manual/env.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/env.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache ¤Î´Ä¶­ÊÑ¿ô</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache ¤Î´Ä¶­ÊÑ¿ô</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/env.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/env.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/upgrading.html.pt-br
+===================================================================
+--- docs/manual/upgrading.html.pt-br   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.html.pt-br   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,11 +16,10 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentação</a> &gt; <a href="./">Versão 2.2</a></div><div id="page-content"><div id="preamble"><h1>Atualizando da versão 1.3 para 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentação</a> &gt; <a href="./">Versão 2.2</a></div><div id="page-content"><div id="preamble"><h1>Atualizando da versão 1.3 para 2.0</h1>
+ <div class="toplang">
+ <p><span>Línguas Disponíveis: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+-<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
+ <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
+ <a href="./pt-br/upgrading.html" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
+@@ -216,7 +215,6 @@
+ <div class="bottomlang">
+ <p><span>Línguas Disponíveis: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+-<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
+ <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+ <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
+ <a href="./pt-br/upgrading.html" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
+Index: docs/manual/stopping.html.en
+===================================================================
+--- docs/manual/stopping.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/stopping.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Stopping and Restarting</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Stopping and Restarting</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/stopping.html" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/stopping.html.es
+===================================================================
+--- docs/manual/stopping.html.es       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/stopping.html.es       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Iniciar y Parar el servidor Apache</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Iniciar y Parar el servidor Apache</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/install.xml.ko
+===================================================================
+--- docs/manual/install.xml.ko (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/install.xml.ko (.../branches/2.2.x)    (wersja 358411)
+@@ -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:344412 (outdated) -->
++<!-- English Revision: 105989:350287 (outdated) -->
+ <!--
+  Copyright 2003-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/platform/windows.html.en
+===================================================================
+--- docs/manual/platform/windows.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/windows.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Using Apache with Microsoft Windows</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Using Apache with Microsoft Windows</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/platform/windows.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/platform/windows.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/platform/perf-hp.html.ko.euc-kr
+===================================================================
+--- docs/manual/platform/perf-hp.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/perf-hp.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>HPUX¿¡¼­ °í¼º´É À¥¼­¹ö ½ÇÇàÇϱâ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>HPUX¿¡¼­ °í¼º´É À¥¼­¹ö ½ÇÇàÇϱâ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/perf-hp.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/platform/perf-hp.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/platform/win_compiling.html.en
+===================================================================
+--- docs/manual/platform/win_compiling.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/win_compiling.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Compiling Apache for Microsoft Windows</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Compiling Apache for Microsoft Windows</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/platform/win_compiling.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/platform/win_compiling.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/platform/perf-hp.html.en
+===================================================================
+--- docs/manual/platform/perf-hp.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/perf-hp.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Running a High-Performance Web Server on HPUX</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Running a High-Performance Web Server on HPUX</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/platform/perf-hp.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/platform/perf-hp.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/platform/ebcdic.xml.ko
+===================================================================
+--- docs/manual/platform/ebcdic.xml.ko (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/ebcdic.xml.ko (.../branches/2.2.x)    (wersja 358411)
+@@ -402,7 +402,7 @@
+       </tr>
+       <tr>
+-        <td><module>mod_imap</module></td>
++        <td><module>mod_imagemap</module></td>
+         <td class="centered">+</td>
+         <td></td>
+       </tr>
+Index: docs/manual/platform/windows.html.ko.euc-kr
+===================================================================
+--- docs/manual/platform/windows.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/windows.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Microsoft Windows¿¡¼­ ¾ÆÆÄÄ¡ »ç¿ë¹ý</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Microsoft Windows¿¡¼­ ¾ÆÆÄÄ¡ »ç¿ë¹ý</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/windows.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/platform/windows.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/platform/win_compiling.html.ko.euc-kr
+===================================================================
+--- docs/manual/platform/win_compiling.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/win_compiling.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Microsoft Windows¿ë ¾ÆÆÄÄ¡ ÄÄÆÄÀÏ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Microsoft Windows¿ë ¾ÆÆÄÄ¡ ÄÄÆÄÀÏ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/win_compiling.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/platform/win_compiling.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/platform/netware.html.ko.euc-kr
+===================================================================
+--- docs/manual/platform/netware.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/netware.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Novell NetWare¿¡¼­ ¾ÆÆÄÄ¡ »ç¿ëÇϱâ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Novell NetWare¿¡¼­ ¾ÆÆÄÄ¡ »ç¿ëÇϱâ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/netware.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/platform/netware.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/platform/index.html.ko.euc-kr
+===================================================================
+--- docs/manual/platform/index.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/index.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Ç÷¡Æûº° ¼³¸í</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Ç÷¡Æûº° ¼³¸í</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/platform/" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/platform/ebcdic.html.ko.euc-kr
+===================================================================
+--- docs/manual/platform/ebcdic.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/ebcdic.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ EBCDIC Æ÷ÆÃ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ EBCDIC Æ÷ÆÃ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/ebcdic.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/platform/ebcdic.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+@@ -407,7 +407,7 @@
+       </tr>
+       <tr>
+-        <td><code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code></td>
++        <td><code class="module"><a href="../mod/mod_imagemap.html">mod_imagemap</a></code></td>
+         <td class="centered">+</td>
+         <td />
+       </tr>
+Index: docs/manual/platform/netware.html.en
+===================================================================
+--- docs/manual/platform/netware.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/netware.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Using Apache With Novell NetWare</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Using Apache With Novell NetWare</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/platform/netware.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/platform/netware.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/platform/index.html.en
+===================================================================
+--- docs/manual/platform/index.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/index.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Platform Specific Notes</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Platform Specific Notes</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/platform/" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/platform/" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/platform/ebcdic.html.en
+===================================================================
+--- docs/manual/platform/ebcdic.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/platform/ebcdic.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>The Apache EBCDIC Port</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>The Apache EBCDIC Port</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/platform/ebcdic.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/platform/ebcdic.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/vhosts/index.html.ja.euc-jp
+===================================================================
+--- docs/manual/vhosts/index.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/index.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache ¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥ÈÀâÌÀ½ñ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache ¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥ÈÀâÌÀ½ñ</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/vhosts/ip-based.html.en
+===================================================================
+--- docs/manual/vhosts/ip-based.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/ip-based.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>Apache IP-based Virtual Host Support</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>Apache IP-based Virtual Host Support</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/vhosts/ip-based.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/ip-based.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/details.html.fr
+===================================================================
+--- docs/manual/vhosts/details.html.fr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/details.html.fr (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Serveurs virtuels</a></div><div id="page-content"><div id="preamble"><h1>Détails sur le fonctionnement des serveurs virtuels</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Serveurs virtuels</a></div><div id="page-content"><div id="preamble"><h1>Détails sur le fonctionnement des serveurs virtuels</h1>
+ <div class="toplang">
+ <p><span>Langues Disponibles: </span><a href="../en/vhosts/details.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/details.html" title="Français">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/index.html.de
+===================================================================
+--- docs/manual/vhosts/index.html.de   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/index.html.de   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache-Dokumentation zu virtuellen Hosts</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache-Dokumentation zu virtuellen Hosts</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="../de/vhosts/" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/vhosts/examples.html.ko.euc-kr
+===================================================================
+--- docs/manual/vhosts/examples.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/examples.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">°¡»óÈ£½ºÆ®</a></div><div id="page-content"><div id="preamble"><h1>°¡»óÈ£½ºÆ® ¿¹</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">°¡»óÈ£½ºÆ®</a></div><div id="page-content"><div id="preamble"><h1>°¡»óÈ£½ºÆ® ¿¹</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/examples.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/examples.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/ip-based.html.ko.euc-kr
+===================================================================
+--- docs/manual/vhosts/ip-based.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/ip-based.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">°¡»óÈ£½ºÆ®</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ IP±â¹Ý °¡»óÈ£½ºÆ® Áö¿ø</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">°¡»óÈ£½ºÆ®</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ IP±â¹Ý °¡»óÈ£½ºÆ® Áö¿ø</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/ip-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/ip-based.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/name-based.html.de
+===================================================================
+--- docs/manual/vhosts/name-based.html.de      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/name-based.html.de      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>Unterstützung namensbasierter virtueller Hosts</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>Unterstützung namensbasierter virtueller Hosts</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="../de/vhosts/name-based.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/vhosts/name-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/vhosts/examples.html.ja.euc-jp
+===================================================================
+--- docs/manual/vhosts/examples.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/examples.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È</a></div><div id="page-content"><div id="preamble"><h1>¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È¤ÎÎã</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È</a></div><div id="page-content"><div id="preamble"><h1>¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È¤ÎÎã</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/vhosts/examples.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/examples.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/fd-limits.html.en
+===================================================================
+--- docs/manual/vhosts/fd-limits.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/fd-limits.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>File Descriptor Limits</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>File Descriptor Limits</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/vhosts/fd-limits.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/fd-limits.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/ip-based.html.fr
+===================================================================
+--- docs/manual/vhosts/ip-based.html.fr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/ip-based.html.fr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Serveurs virtuels</a></div><div id="page-content"><div id="preamble"><h1>Support Apache des serveurs virtuels par IP</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Serveurs virtuels</a></div><div id="page-content"><div id="preamble"><h1>Support Apache des serveurs virtuels par IP</h1>
+ <div class="toplang">
+ <p><span>Langues Disponibles: </span><a href="../en/vhosts/ip-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/ip-based.html" title="Français">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/ip-based.html.ja.euc-jp
+===================================================================
+--- docs/manual/vhosts/ip-based.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/ip-based.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È</a></div><div id="page-content"><div id="preamble"><h1>Apache ¤Î IP ¥Ù¡¼¥¹¤Î¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È¥µ¥Ý¡¼¥È</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È</a></div><div id="page-content"><div id="preamble"><h1>Apache ¤Î IP ¥Ù¡¼¥¹¤Î¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È¥µ¥Ý¡¼¥È</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/vhosts/ip-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/ip-based.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/mass.html.ko.euc-kr
+===================================================================
+--- docs/manual/vhosts/mass.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/mass.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">°¡»óÈ£½ºÆ®</a></div><div id="page-content"><div id="preamble"><h1>´ë·®ÀÇ °¡»óÈ£½ºÆ®¸¦ µ¿ÀûÀ¸·Î ¼³Á¤Çϱâ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">°¡»óÈ£½ºÆ®</a></div><div id="page-content"><div id="preamble"><h1>´ë·®ÀÇ °¡»óÈ£½ºÆ®¸¦ µ¿ÀûÀ¸·Î ¼³Á¤Çϱâ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/mass.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/vhosts/mass.html" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/vhosts/index.html.en
+===================================================================
+--- docs/manual/vhosts/index.html.en   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/index.html.en   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache Virtual Host documentation</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache Virtual Host documentation</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/vhosts/" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/vhosts/examples.html.en
+===================================================================
+--- docs/manual/vhosts/examples.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/examples.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>VirtualHost Examples</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>VirtualHost Examples</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/vhosts/examples.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/examples.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/fd-limits.html.ko.euc-kr
+===================================================================
+--- docs/manual/vhosts/fd-limits.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/fd-limits.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">°¡»óÈ£½ºÆ®</a></div><div id="page-content"><div id="preamble"><h1>ÆÄÀϱâ¼úÀÚ(file descriptor) ÇÑ°è</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">°¡»óÈ£½ºÆ®</a></div><div id="page-content"><div id="preamble"><h1>ÆÄÀϱâ¼úÀÚ(file descriptor) ÇÑ°è</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/fd-limits.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/fd-limits.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/name-based.html.en
+===================================================================
+--- docs/manual/vhosts/name-based.html.en      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/name-based.html.en      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>Name-based Virtual Host Support</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>Name-based Virtual Host Support</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../de/vhosts/name-based.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/vhosts/name-based.html" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/vhosts/fd-limits.html.fr
+===================================================================
+--- docs/manual/vhosts/fd-limits.html.fr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/fd-limits.html.fr       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Serveurs Virtuels</a></div><div id="page-content"><div id="preamble"><h1>Limites des descripteurs de fichiers</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Serveurs Virtuels</a></div><div id="page-content"><div id="preamble"><h1>Limites des descripteurs de fichiers</h1>
+ <div class="toplang">
+ <p><span>Langues Disponibles: </span><a href="../en/vhosts/fd-limits.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/fd-limits.html" title="Français">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/fd-limits.html.ja.euc-jp
+===================================================================
+--- docs/manual/vhosts/fd-limits.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/fd-limits.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È</a></div><div id="page-content"><div id="preamble"><h1>¥Õ¥¡¥¤¥ëµ­½Ò»Ò¤Î¸Â³¦</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È</a></div><div id="page-content"><div id="preamble"><h1>¥Õ¥¡¥¤¥ëµ­½Ò»Ò¤Î¸Â³¦</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/vhosts/fd-limits.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/fd-limits.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/index.html.fr
+===================================================================
+--- docs/manual/vhosts/index.html.fr   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/index.html.fr   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Documentation sur les serveurs virtuels Apache</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Documentation sur les serveurs virtuels Apache</h1>
+ <div class="toplang">
+ <p><span>Langues Disponibles: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/vhosts/details.html.ko.euc-kr
+===================================================================
+--- docs/manual/vhosts/details.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/details.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">°¡»óÈ£½ºÆ®</a></div><div id="page-content"><div id="preamble"><h1>°¡»óÈ£½ºÆ® Ã£±â¿¡ ´ëÇÑ ÀÚ¼¼ÇÑ ¼³¸í</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">°¡»óÈ£½ºÆ®</a></div><div id="page-content"><div id="preamble"><h1>°¡»óÈ£½ºÆ® Ã£±â¿¡ ´ëÇÑ ÀÚ¼¼ÇÑ ¼³¸í</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/details.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/details.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/examples.html.fr
+===================================================================
+--- docs/manual/vhosts/examples.html.fr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/examples.html.fr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Serveurs virtuels</a></div><div id="page-content"><div id="preamble"><h1>Exemples d'utilisations de VirtualHost</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Serveurs virtuels</a></div><div id="page-content"><div id="preamble"><h1>Exemples d'utilisations de VirtualHost</h1>
+ <div class="toplang">
+ <p><span>Langues Disponibles: </span><a href="../en/vhosts/examples.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/examples.html" title="Français">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/details.html.en
+===================================================================
+--- docs/manual/vhosts/details.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/details.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>An In-Depth Discussion of Virtual Host Matching</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>An In-Depth Discussion of Virtual Host Matching</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/vhosts/details.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../fr/vhosts/details.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
+Index: docs/manual/vhosts/name-based.html.ko.euc-kr
+===================================================================
+--- docs/manual/vhosts/name-based.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/name-based.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">°¡»óÈ£½ºÆ®</a></div><div id="page-content"><div id="preamble"><h1>À̸§±â¹Ý °¡»óÈ£½ºÆ® Áö¿ø</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">°¡»óÈ£½ºÆ®</a></div><div id="page-content"><div id="preamble"><h1>À̸§±â¹Ý °¡»óÈ£½ºÆ® Áö¿ø</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/vhosts/name-based.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/vhosts/name-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/vhosts/name-based.html.fr
+===================================================================
+--- docs/manual/vhosts/name-based.html.fr      (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/name-based.html.fr      (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Serveurs virtuels</a></div><div id="page-content"><div id="preamble"><h1>Support Apache des serveurs virtuels par nom</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Serveurs virtuels</a></div><div id="page-content"><div id="preamble"><h1>Support Apache des serveurs virtuels par nom</h1>
+ <div class="toplang">
+ <p><span>Langues Disponibles: </span><a href="../de/vhosts/name-based.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/vhosts/name-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/vhosts/mass.html.en
+===================================================================
+--- docs/manual/vhosts/mass.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/mass.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>Dynamically configured mass virtual hosting</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>Dynamically configured mass virtual hosting</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../en/vhosts/mass.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="../ko/vhosts/mass.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+Index: docs/manual/vhosts/index.html.ko.euc-kr
+===================================================================
+--- docs/manual/vhosts/index.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/index.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ °¡»óÈ£½ºÆ® ¹®¼­</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ °¡»óÈ£½ºÆ® ¹®¼­</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/vhosts/name-based.html.ja.euc-jp
+===================================================================
+--- docs/manual/vhosts/name-based.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/vhosts/name-based.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="../images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È</a></div><div id="page-content"><div id="preamble"><h1>̾Á°¥Ù¡¼¥¹¤Î¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È</a></div><div id="page-content"><div id="preamble"><h1>̾Á°¥Ù¡¼¥¹¤Î¥Ð¡¼¥Á¥ã¥ë¥Û¥¹¥È</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="../de/vhosts/name-based.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="../en/vhosts/name-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/sections.html.en
+===================================================================
+--- docs/manual/sections.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/sections.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Configuration Sections</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Configuration Sections</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/sections.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/sections.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/suexec.html.ko.euc-kr
+===================================================================
+--- docs/manual/suexec.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/suexec.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>suEXEC Áö¿ø</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>suEXEC Áö¿ø</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/suexec.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/suexec.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/mpm.html.en
+===================================================================
+--- docs/manual/mpm.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mpm.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Multi-Processing Modules (MPMs)</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Multi-Processing Modules (MPMs)</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/mpm.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/mpm.html" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/mpm.html.es
+===================================================================
+--- docs/manual/mpm.html.es    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mpm.html.es    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Módulos de MultiProcesamiento (MPMs)</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Módulos de MultiProcesamiento (MPMs)</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="./de/mpm.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/mpm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+
+Zmiany atrybutów dla: docs/manual/images/mod_filter_new.png
+___________________________________________________________________
+Nazwa: svn:mime-type
+   - application/octet-stream
+   + image/png
+
+
+Zmiany atrybutów dla: docs/manual/images/filter_arch.png
+___________________________________________________________________
+Nazwa: svn:mime-type
+   - application/octet-stream
+   + image/png
+
+Index: docs/manual/mpm.html.ja.euc-jp
+===================================================================
+--- docs/manual/mpm.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/mpm.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥Þ¥ë¥Á¥×¥í¥»¥Ã¥·¥ó¥°¥â¥¸¥å¡¼¥ë (MPM)</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥Þ¥ë¥Á¥×¥í¥»¥Ã¥·¥ó¥°¥â¥¸¥å¡¼¥ë (MPM)</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/mpm.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/mpm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/handler.html.ko.euc-kr
+===================================================================
+--- docs/manual/handler.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/handler.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡¿¡¼­ Çڵ鷯 »ç¿ë</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡¿¡¼­ Çڵ鷯 »ç¿ë</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/handler.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/handler.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
+@@ -36,7 +36,7 @@
+ <div class="section">
+ <h2><a name="definition" id="definition">Çڵ鷯°¡ ¹«¾ùÀΰ¡</a></h2>
+     
+-    <table class="related"><tr><th>°ü·ÃµÈ ¸ðµâ</th><th>°ü·ÃµÈ Áö½Ã¾î</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_actions.html">mod_actions</a></code></li><li><code class="module"><a href="./mod/mod_asis.html">mod_asis</a></code></li><li><code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="./mod/mod_imap.html">mod_imap</a></code></li><li><code class="module"><a href="./mod/mod_info.html">mod_info</a></code></li><li><code class="module"><a href="./mod/mod_mime.html">mod_mime</a></code></li><li><code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code></li><li><code class="module"><a href="./mod/mod_status.html">mod_status</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_actions.html#action">Action</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#addhandler">AddHandler</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#removehandler">RemoveHandler</a></code></li><li><code class="directive"><a href="./mod/core.html#sethandler">SetHandler</a></code></li></ul></td></tr></table>
++    <table class="related"><tr><th>°ü·ÃµÈ ¸ðµâ</th><th>°ü·ÃµÈ Áö½Ã¾î</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_actions.html">mod_actions</a></code></li><li><code class="module"><a href="./mod/mod_asis.html">mod_asis</a></code></li><li><code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code></li><li><code class="module"><a href="./mod/mod_info.html">mod_info</a></code></li><li><code class="module"><a href="./mod/mod_mime.html">mod_mime</a></code></li><li><code class="module"><a href="./mod/mod_negotiation.html">mod_negotiation</a></code></li><li><code class="module"><a href="./mod/mod_status.html">mod_status</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_actions.html#action">Action</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#addhandler">AddHandler</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#removehandler">RemoveHandler</a></code></li><li><code class="directive"><a href="./mod/core.html#sethandler">SetHandler</a></code></li></ul></td></tr></table>
+     <p>ÆÄÀÏÀ» ¿äûÇÒ¶§ ¾ÆÆÄÄ¡°¡ ³»ºÎÀûÀ¸·Î ¼öÇàÇÒ ÀÛ¾÷À»
+@@ -66,7 +66,7 @@
+       (<code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code>)</li>
+       <li><strong>imap-file</strong>: imagemap ±ÔÄ¢ ÆÄÀÏ·Î
+-      Ã³¸®ÇÑ´Ù. (<code class="module"><a href="./mod/mod_imap.html">mod_imap</a></code>)</li>
++      Ã³¸®ÇÑ´Ù. (<code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code>)</li>
+       <li><strong>server-info</strong>: ¼­¹öÀÇ ¼³Á¤ Á¤º¸¸¦
+       ¾Ë·ÁÁØ´Ù. (<code class="module"><a href="./mod/mod_info.html">mod_info</a></code>)</li>
+Index: docs/manual/dso.html.ko.euc-kr
+===================================================================
+--- docs/manual/dso.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/dso.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>µ¿Àû°øÀ¯°´Ã¼ (DSO) Áö¿ø</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>µ¿Àû°øÀ¯°´Ã¼ (DSO) Áö¿ø</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/dso.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/dso.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/new_features_2_2.html.ko.euc-kr
+===================================================================
+--- docs/manual/new_features_2_2.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_2.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ 2.2ÀÇ »õ·Î¿î ±â´É °³¿ä</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ 2.2ÀÇ »õ·Î¿î ±â´É °³¿ä</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/new_features_2_2.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ko/new_features_2_2.html" title="Korean">&nbsp;ko&nbsp;</a> |
+Index: docs/manual/dso.html.en
+===================================================================
+--- docs/manual/dso.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/dso.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Dynamic Shared Object (DSO) Support</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Dynamic Shared Object (DSO) Support</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/dso.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/dso.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/stopping.html.ko.euc-kr
+===================================================================
+--- docs/manual/stopping.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/stopping.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Áß´Ü°ú Àç½ÃÀÛ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Áß´Ü°ú Àç½ÃÀÛ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/new_features_2_2.html.pt-br
+===================================================================
+--- docs/manual/new_features_2_2.html.pt-br    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_2.html.pt-br    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentação</a> &gt; <a href="./">Versão 2.2</a></div><div id="page-content"><div id="preamble"><h1>Descrição das novas funcionalidades do Apache 2.2</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentação</a> &gt; <a href="./">Versão 2.2</a></div><div id="page-content"><div id="preamble"><h1>Descrição das novas funcionalidades do Apache 2.2</h1>
+ <div class="toplang">
+ <p><span>Línguas Disponíveis: </span><a href="./en/new_features_2_2.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ko/new_features_2_2.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
+Index: docs/manual/configuring.html.ja.euc-jp
+===================================================================
+--- docs/manual/configuring.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/configuring.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>ÀßÄê¥Õ¥¡¥¤¥ë</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>ÀßÄê¥Õ¥¡¥¤¥ë</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/configuring.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/configuring.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/upgrading.xml.meta
+===================================================================
+--- docs/manual/upgrading.xml.meta     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.xml.meta     (.../branches/2.2.x)    (wersja 358411)
+@@ -8,7 +8,6 @@
+   <variants>
+     <variant outdated="yes">de</variant>
+     <variant>en</variant>
+-    <variant htmlonly="yes">fr</variant>
+     <variant outdated="yes">ja</variant>
+     <variant outdated="yes">ko</variant>
+     <variant outdated="yes">pt-br</variant>
+Index: docs/manual/sections.html.ja.euc-jp
+===================================================================
+--- docs/manual/sections.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/sections.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥»¥¯¥·¥ç¥ó¤ÎÀßÄê</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>¥»¥¯¥·¥ç¥ó¤ÎÀßÄê</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/sections.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/sections.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/filter.html.ko.euc-kr
+===================================================================
+--- docs/manual/filter.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/filter.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>ÇÊÅÍ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>ÇÊÅÍ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/filter.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
+Index: docs/manual/new_features_2_0.html.ko.euc-kr
+===================================================================
+--- docs/manual/new_features_2_0.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_0.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0ÀÇ »õ·Î¿î ±â´É °³¿ä</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0ÀÇ »õ·Î¿î ±â´É °³¿ä</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/content-negotiation.html.ko.euc-kr
+===================================================================
+--- docs/manual/content-negotiation.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/content-negotiation.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>³»¿ëÇù»ó (Content Negotiation)</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>³»¿ëÇù»ó (Content Negotiation)</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/content-negotiation.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/content-negotiation.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/filter.html.en
+===================================================================
+--- docs/manual/filter.html.en (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/filter.html.en (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Filters</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Filters</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/filter.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/filter.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
+Index: docs/manual/sitemap.html.de
+===================================================================
+--- docs/manual/sitemap.html.de        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/sitemap.html.de        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div>
+ <div id="page-content"><div id="preamble"><h1>Seitenindex</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="./de/sitemap.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+Index: docs/manual/glossary.html.de
+===================================================================
+--- docs/manual/glossary.html.de       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/glossary.html.de       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Glossar</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Glossar</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="./de/glossary.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/glossary.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/filter.html.es
+===================================================================
+--- docs/manual/filter.html.es (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/filter.html.es (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Filtros</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Filtros</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="./en/filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/filter.html" title="Español">&nbsp;es&nbsp;</a> |
+Index: docs/manual/server-wide.html.en
+===================================================================
+--- docs/manual/server-wide.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/server-wide.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Server-Wide Configuration</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Server-Wide Configuration</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/server-wide.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/server-wide.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/logs.html.ko.euc-kr
+===================================================================
+--- docs/manual/logs.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/logs.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>·Î±×ÆÄÀÏ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>·Î±×ÆÄÀÏ</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/logs.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/logs.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/convenience.map
+===================================================================
+--- docs/manual/convenience.map        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/convenience.map        (.../branches/2.2.x)    (wersja 358411)
+@@ -374,6 +374,7 @@
+ typesconfig   mod/mod_mime.html#typesconfig
+ unsetenv      mod/mod_env.html#unsetenv
+ usecanonicalname      mod/core.html#usecanonicalname
++usecanonicalphysicalport      mod/core.html#usecanonicalphysicalport
+ user  mod/mpm_common.html#user
+ userdir       mod/mod_userdir.html#userdir
+ virtualdocumentroot   mod/mod_vhost_alias.html#virtualdocumentroot
+Index: docs/manual/dns-caveats.html.en
+===================================================================
+--- docs/manual/dns-caveats.html.en    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/dns-caveats.html.en    (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Issues Regarding DNS and Apache</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Issues Regarding DNS and Apache</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/dns-caveats.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/dns-caveats.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/sitemap.html.ja.euc-jp
+===================================================================
+--- docs/manual/sitemap.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/sitemap.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div>
+ <div id="page-content"><div id="preamble"><h1>Site Map</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/sitemap.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+Index: docs/manual/new_features_2_0.html.de
+===================================================================
+--- docs/manual/new_features_2_0.html.de       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_0.html.de       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Übersicht der neuen Funktionen in Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Übersicht der neuen Funktionen in Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="./de/new_features_2_0.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/handler.xml.ko
+===================================================================
+--- docs/manual/handler.xml.ko (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/handler.xml.ko (.../branches/2.2.x)    (wersja 358411)
+@@ -35,7 +35,7 @@
+         <module>mod_actions</module>
+         <module>mod_asis</module>
+         <module>mod_cgi</module>
+-        <module>mod_imap</module>
++        <module>mod_imagemap</module>
+         <module>mod_info</module>
+         <module>mod_mime</module>
+         <module>mod_negotiation</module>
+@@ -79,7 +79,7 @@
+       (<module>mod_cgi</module>)</li>
+       <li><strong>imap-file</strong>: imagemap ±ÔÄ¢ ÆÄÀÏ·Î
+-      Ã³¸®ÇÑ´Ù. (<module>mod_imap</module>)</li>
++      Ã³¸®ÇÑ´Ù. (<module>mod_imagemap</module>)</li>
+       <li><strong>server-info</strong>: ¼­¹öÀÇ ¼³Á¤ Á¤º¸¸¦
+       ¾Ë·ÁÁØ´Ù. (<module>mod_info</module>)</li>
+Index: docs/manual/new_features_2_0.html.ru.koi8-r
+===================================================================
+--- docs/manual/new_features_2_0.html.ru.koi8-r        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_0.html.ru.koi8-r        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ÓÅÒ×ÅÒ</a> &gt; <a href="http://httpd.apache.org/docs-project/">äÏËÕÍÅÎÔÁÃÉÑ</a> &gt; <a href="./">÷ÅÒÓÉÑ 2.2</a></div><div id="page-content"><div id="preamble"><h1>ïÂÚÏÒ ÎÏ×ÙÈ ×ÏÚÍÏÖÎÏÓÔÅÊ × Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ÓÅÒ×ÅÒ</a> &gt; <a href="http://httpd.apache.org/docs/">äÏËÕÍÅÎÔÁÃÉÑ</a> &gt; <a href="./">÷ÅÒÓÉÑ 2.2</a></div><div id="page-content"><div id="preamble"><h1>ïÂÚÏÒ ÎÏ×ÙÈ ×ÏÚÍÏÖÎÏÓÔÅÊ × Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/server-wide.html.ko.euc-kr
+===================================================================
+--- docs/manual/server-wide.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/server-wide.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¼­¹ö Àü¿ª ¼³Á¤</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¼­¹ö Àü¿ª ¼³Á¤</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/server-wide.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/server-wide.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/filter.html.fr
+===================================================================
+--- docs/manual/filter.html.fr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/filter.html.fr (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Filtres</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Serveur HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Filtres</h1>
+ <div class="toplang">
+ <p><span>Langues Disponibles: </span><a href="./en/filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/filter.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
+Index: docs/manual/new_features_2_2.xml.ko
+===================================================================
+--- docs/manual/new_features_2_2.xml.ko        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_2.xml.ko        (.../branches/2.2.x)    (wersja 358411)
+@@ -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:345705 (outdated) -->
++<!-- English Revision: 105989:356658 (outdated) -->
+ <!--
+  Copyright 2004-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/sitemap.html.en
+===================================================================
+--- docs/manual/sitemap.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/sitemap.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div>
+ <div id="page-content"><div id="preamble"><h1>Sitemap</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/sitemap.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+Index: docs/manual/install.html.ko.euc-kr
+===================================================================
+--- docs/manual/install.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/install.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>ÄÄÆÄÀÏ°ú ¼³Ä¡</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>ÄÄÆÄÀÏ°ú ¼³Ä¡</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/glossary.html.en
+===================================================================
+--- docs/manual/glossary.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/glossary.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Glossary</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Glossary</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/glossary.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/glossary.html" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/upgrading.xml.ja
+===================================================================
+--- docs/manual/upgrading.xml.ja       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.xml.ja       (.../branches/2.2.x)    (wersja 358411)
+@@ -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:349164 (outdated) -->
++<!-- English Revision: 151408:349745 (outdated) -->
+ <!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/suexec.html.ja.euc-jp
+===================================================================
+--- docs/manual/suexec.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/suexec.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>suEXEC ¥µ¥Ý¡¼¥È</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>suEXEC ¥µ¥Ý¡¼¥È</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/suexec.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/suexec.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/sitemap.html.es
+===================================================================
+--- docs/manual/sitemap.html.es        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/sitemap.html.es        (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div>
+ <div id="page-content"><div id="preamble"><h1>Mapa de este sitio web</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="./de/sitemap.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+Index: docs/manual/glossary.html.es
+===================================================================
+--- docs/manual/glossary.html.es       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/glossary.html.es       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Glosario</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div><div id="page-content"><div id="preamble"><h1>Glosario</h1>
+ <div class="toplang">
+ <p><span>Idiomas disponibles: </span><a href="./de/glossary.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/glossary.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/new_features_2_0.html.en
+===================================================================
+--- docs/manual/new_features_2_0.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_0.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Overview of new features in Apache 2.0</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Overview of new features in Apache 2.0</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/new_features_2_0.html" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/handler.html.ja.euc-jp
+===================================================================
+--- docs/manual/handler.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/handler.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache ¤Î¥Ï¥ó¥É¥é¤Î»ÈÍÑ</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache ¤Î¥Ï¥ó¥É¥é¤Î»ÈÍÑ</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/handler.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./es/handler.html" hreflang="es" rel="alternate" title="Espa\8f«Ðol">&nbsp;es&nbsp;</a> |
+Index: docs/manual/new_features_2_2.html.en
+===================================================================
+--- docs/manual/new_features_2_2.html.en       (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/new_features_2_2.html.en       (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Overview of new features in Apache 2.2</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Overview of new features in Apache 2.2</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/new_features_2_2.html" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ko/new_features_2_2.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
+@@ -106,9 +106,13 @@
+           timeout was reached.</dd>
+       <dt>SQL Database Support</dt>
+-      <dd><code class="module"><a href="./mod/mod_dbd.html">mod_dbd</a></code>, together with the apr_dbd framework,
++      <dd><p><code class="module"><a href="./mod/mod_dbd.html">mod_dbd</a></code>, together with the apr_dbd framework,
+           brings direct SQL support to modules that need it.  Supports
+-          connection pooling in threaded MPMs.</dd>
++          connection pooling in threaded MPMs.</p>
++        <p><strong>Windows Users</strong> please note that this is not
++        yet included in the standard windows build.  If you try to use
++        it on the Windows platform, please let us know how you get on.</p>
++        </dd>
+     </dl>
+   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
+@@ -120,7 +124,7 @@
+       <dd>Modules in the aaa directory have been renamed and offer
+           better support for digest authentication.  For example, mod_auth
+           is now split into <code class="module"><a href="./mod/mod_auth_basic.html">mod_auth_basic</a></code> and
+-          <code class="module"><a href="./mod/mod_auth_file.html">mod_auth_file</a></code>; mod_auth_dbm is now called
++          <code class="module"><a href="./mod/mod_authn_file.html">mod_authn_file</a></code>; mod_auth_dbm is now called
+           <code class="module"><a href="./mod/mod_authn_dbm.html">mod_authn_dbm</a></code>; mod_access has been renamed
+           <code class="module"><a href="./mod/mod_authz_host.html">mod_authz_host</a></code>.  There is also a new
+           <code class="module"><a href="./mod/mod_authn_alias.html">mod_authn_alias</a></code> module for simplifying
+@@ -134,6 +138,14 @@
+           complicated search filters in the 
+           <code class="directive"><a href="./mod/core.html#require">Require</a></code> directive.</dd>
++      <dt><code class="module"><a href="./mod/mod_authz_owner.html">mod_authz_owner</a></code></dt>
++      <dd>A new module that authorizes access to files based
++          on the owner of the file on the file system</dd>
++
++      <dt><code class="module"><a href="./mod/mod_version.html">mod_version</a></code></dt>
++      <dd>A new module that allows configuration blocks to be enabled based on the
++          version number of the running server.</dd>
++
+       <dt><code class="module"><a href="./mod/mod_info.html">mod_info</a></code></dt>
+       <dd>Added a new <code>?config</code> argument which will show
+           the configuration directives as parsed by Apache, including
+@@ -146,7 +158,12 @@
+       <dd>Added a support for 
+          <a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, which 
+          allows connections to upgrade from clear text to TLS encryption.</dd>
++
++      <dt><code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code></dt>
++      <dd>mod_imap has been renamed to <code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code> to avoid
++          user confusion.</dd>
+     </dl>
++
+   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
+ <div class="section">
+ <h2><a name="programs" id="programs">Program Enhancements</a></h2>
+Index: docs/manual/caching.html.en
+===================================================================
+--- docs/manual/caching.html.en        (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/caching.html.en        (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Caching Guide</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Caching Guide</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/caching.html" title="English">&nbsp;en&nbsp;</a></p>
+ </div>
+Index: docs/manual/upgrading.xml.pt-br
+===================================================================
+--- docs/manual/upgrading.xml.pt-br    (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/upgrading.xml.pt-br    (.../branches/2.2.x)    (wersja 358411)
+@@ -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.pt-br.xsl"?>
+-<!-- English Revision: 151408:349164 (outdated) -->
++<!-- English Revision: 151408:349745 (outdated) -->
+ <!--
+  Copyright 2005 The Apache Software Foundation or its licensors,
+Index: docs/manual/dso.html.ja.euc-jp
+===================================================================
+--- docs/manual/dso.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/dso.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>ưŪ¶¦Í­¥ª¥Ö¥¸¥§¥¯¥È (DSO) ¥µ¥Ý¡¼¥È</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="./">¥Ð¡¼¥¸¥ç¥ó 2.2</a></div><div id="page-content"><div id="preamble"><h1>ưŪ¶¦Í­¥ª¥Ö¥¸¥§¥¯¥È (DSO) ¥µ¥Ý¡¼¥È</h1>
+ <div class="toplang">
+ <p><span>Available Languages: </span><a href="./en/dso.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+ <a href="./ja/dso.html" title="Japanese">&nbsp;ja&nbsp;</a> |
+Index: docs/manual/bind.html.de
+===================================================================
+--- docs/manual/bind.html.de   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/bind.html.de   (.../branches/2.2.x)    (wersja 358411)
+@@ -16,7 +16,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Anbindung</h1>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Anbindung</h1>
+ <div class="toplang">
+ <p><span>Verfügbare Sprachen: </span><a href="./de/bind.html" title="Deutsch">&nbsp;de&nbsp;</a> |
+ <a href="./en/bind.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+Index: docs/manual/index.html.ko.euc-kr
+===================================================================
+--- docs/manual/index.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
++++ docs/manual/index.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
+@@ -17,7 +17,7 @@
+ <img alt="" src="./images/feather.gif" /></div>
+ <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
+ <div id="path">
+-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a></div>
++<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a></div>
+ <div id="page-content"><h1>Apache HTTP Server Version 2.2 ¹®¼­</h1>
+ <div class="toplang">
+ <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
+Index: server/util.c
+===================================================================
+--- server/util.c      (.../tags/2.2.0)        (wersja 358411)
++++ server/util.c      (.../branches/2.2.x)    (wersja 358411)
+@@ -1748,6 +1748,8 @@
+             j += 3;
+         else if (s[i] == '&')
+             j += 4;
++        else if (s[i] == '"')
++            j += 5;
+     if (j == 0)
+         return apr_pstrmemdup(p, s, i);
+@@ -1766,6 +1768,10 @@
+             memcpy(&x[j], "&amp;", 5);
+             j += 4;
+         }
++        else if (s[i] == '"') {
++            memcpy(&x[j], "&quot;", 6);
++            j += 5;
++        }
+         else
+             x[j] = s[i];
+Index: server/protocol.c
+===================================================================
+--- server/protocol.c  (.../tags/2.2.0)        (wersja 358411)
++++ server/protocol.c  (.../branches/2.2.x)    (wersja 358411)
+@@ -990,6 +990,8 @@
+     }
+     if ((access_status = ap_run_post_read_request(r))) {
++        ap_add_input_filter_handle(ap_http_input_filter_handle,
++                                   NULL, r, r->connection);
+         ap_die(access_status, r);
+         ap_update_child_status(conn->sbh, SERVER_BUSY_LOG, r);
+         ap_run_log_transaction(r);
+@@ -1302,7 +1304,19 @@
+      * We can only set a C-L in the response header if we haven't already
+      * sent any buckets on to the next output filter for this request.
+      */
+-    if (ctx->data_sent == 0 && eos) {
++    if (ctx->data_sent == 0 && eos &&
++        /* don't whack the C-L if it has already been set for a HEAD
++         * by something like proxy.  the brigade only has an EOS bucket
++         * in this case, making r->bytes_sent zero.
++         *
++         * if r->bytes_sent > 0 we have a (temporary) body whose length may 
++         * have been changed by a filter.  the C-L header might not have been 
++         * updated so we do it here.  long term it would be cleaner to have 
++         * such filters update or remove the C-L header, and just use it 
++         * if present.
++         */
++        !(r->header_only && r->bytes_sent == 0 &&   
++            apr_table_get(r->headers_out, "Content-Length"))) {
+         ap_set_content_length(r, r->bytes_sent);
+     }
+Index: modules/http/http_request.c
+===================================================================
+--- modules/http/http_request.c        (.../tags/2.2.0)        (wersja 358411)
++++ modules/http/http_request.c        (.../branches/2.2.x)    (wersja 358411)
+@@ -268,6 +268,7 @@
+         ap_finalize_request_protocol(r);
+     }
+     else {
++        r->status = HTTP_OK;
+         ap_die(access_status, r);
+     }
+Index: modules/http/chunk_filter.c
+===================================================================
+--- modules/http/chunk_filter.c        (.../tags/2.2.0)        (wersja 358411)
++++ modules/http/chunk_filter.c        (.../branches/2.2.x)    (wersja 358411)
+@@ -69,6 +69,8 @@
+             }
+             if (APR_BUCKET_IS_FLUSH(e)) {
+                 flush = e;
++                more = apr_brigade_split(b, APR_BUCKET_NEXT(e));
++                break;
+             }
+             else if (e->length == (apr_size_t)-1) {
+                 /* unknown amount of data (e.g. a pipe) */
+Index: modules/proxy/mod_proxy_balancer.c
+===================================================================
+--- modules/proxy/mod_proxy_balancer.c (.../tags/2.2.0)        (wersja 358411)
++++ modules/proxy/mod_proxy_balancer.c (.../branches/2.2.x)    (wersja 358411)
+@@ -113,7 +113,7 @@
+     char *path = NULL;
+     for (path = strstr(url, name); path; path = strstr(path + 1, name)) {
+-        path += (strlen(name) + 1);
++        path += strlen(name);
+         if (*path == '=') {
+             /*
+              * Session path was found, get it's value
+Index: modules/aaa/mod_authn_dbd.dsp
+===================================================================
+--- modules/aaa/mod_authn_dbd.dsp      (.../tags/2.2.0)        (wersja 0)
++++ modules/aaa/mod_authn_dbd.dsp      (.../branches/2.2.x)    (wersja 358411)
+@@ -0,0 +1,132 @@
++# Microsoft Developer Studio Project File - Name="mod_authn_dbd" - Package Owner=<4>
++# Microsoft Developer Studio Generated Build File, Format Version 6.00
++# ** DO NOT EDIT **
++
++# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
++
++CFG=mod_authn_dbd - Win32 Debug
++!MESSAGE This is not a valid makefile. To build this project using NMAKE,
++!MESSAGE use the Export Makefile command and run
++!MESSAGE 
++!MESSAGE NMAKE /f "mod_authn_dbd.mak".
++!MESSAGE 
++!MESSAGE You can specify a configuration when running NMAKE
++!MESSAGE by defining the macro CFG on the command line. For example:
++!MESSAGE 
++!MESSAGE NMAKE /f "mod_authn_dbd.mak" CFG="mod_authn_dbd - Win32 Debug"
++!MESSAGE 
++!MESSAGE Possible choices for configuration are:
++!MESSAGE 
++!MESSAGE "mod_authn_dbd - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
++!MESSAGE "mod_authn_dbd - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
++!MESSAGE 
++
++# Begin Project
++# PROP AllowPerConfigDependencies 0
++# PROP Scc_ProjName ""
++# PROP Scc_LocalPath ""
++CPP=cl.exe
++MTL=midl.exe
++RSC=rc.exe
++
++!IF  "$(CFG)" == "mod_authn_dbd - Win32 Release"
++
++# PROP BASE Use_MFC 0
++# PROP BASE Use_Debug_Libraries 0
++# PROP BASE Output_Dir "Release"
++# PROP BASE Intermediate_Dir "Release"
++# PROP BASE Target_Dir ""
++# PROP Use_MFC 0
++# PROP Use_Debug_Libraries 0
++# PROP Output_Dir "Release"
++# PROP Intermediate_Dir "Release"
++# PROP Ignore_Export_Lib 0
++# PROP Target_Dir ""
++# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
++# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "../../include" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /I ../database /D DBD_DECLARE_EXPORT /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fd"Release\mod_authn_dbd_src" /FD /c
++# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
++# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
++# ADD BASE RSC /l 0x409 /d "NDEBUG"
++# ADD RSC /l 0x409 /d "NDEBUG"
++BSC32=bscmake.exe
++# ADD BASE BSC32 /nologo
++# ADD BSC32 /nologo
++LINK32=link.exe
++# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/mod_authn_dbd.so" /base:@..\..\os\win32\BaseAddr.ref,mod_authn_dbd.so
++# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Release/mod_authn_dbd.so" /base:@..\..\os\win32\BaseAddr.ref,mod_authn_dbd.so /opt:ref
++
++!ELSEIF  "$(CFG)" == "mod_authn_dbd - Win32 Debug"
++
++# PROP BASE Use_MFC 0
++# PROP BASE Use_Debug_Libraries 1
++# PROP BASE Output_Dir "Debug"
++# PROP BASE Intermediate_Dir "Debug"
++# PROP BASE Target_Dir ""
++# PROP Use_MFC 0
++# PROP Use_Debug_Libraries 1
++# PROP Output_Dir "Debug"
++# PROP Intermediate_Dir "Debug"
++# PROP Ignore_Export_Lib 0
++# PROP Target_Dir ""
++# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
++# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "../../include" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /I ../database /D DBD_DECLARE_EXPORT /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fd"Debug\mod_authn_dbd_src" /FD /c
++# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
++# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
++# ADD BASE RSC /l 0x409 /d "_DEBUG"
++# ADD RSC /l 0x409 /d "_DEBUG"
++BSC32=bscmake.exe
++# ADD BASE BSC32 /nologo
++# ADD BSC32 /nologo
++LINK32=link.exe
++# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Debug/mod_authn_dbd.so" /base:@..\..\os\win32\BaseAddr.ref,mod_authn_dbd.so
++# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Debug/mod_authn_dbd.so" /base:@..\..\os\win32\BaseAddr.ref,mod_authn_dbd.so
++
++!ENDIF 
++
++# Begin Target
++
++# Name "mod_authn_dbd - Win32 Release"
++# Name "mod_authn_dbd - Win32 Debug"
++# Begin Source File
++
++SOURCE=..\database\mod_dbd.h
++# End Source File
++# Begin Source File
++
++SOURCE=.\mod_authn_dbd.c
++# End Source File
++# Begin Source File
++
++SOURCE=.\mod_authn_dbd.rc
++# End Source File
++# Begin Source File
++
++SOURCE=..\..\build\win32\win32ver.awk
++
++!IF  "$(CFG)" == "mod_authn_dbd - Win32 Release"
++
++# PROP Ignore_Default_Tool 1
++# Begin Custom Build - Creating Version Resource
++InputPath=..\..\build\win32\win32ver.awk
++
++".\mod_authn_dbd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
++      awk -f ../../build/win32/win32ver.awk mod_authn_dbd.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_dbd.rc
++
++# End Custom Build
++
++!ELSEIF  "$(CFG)" == "mod_authn_dbd - Win32 Debug"
++
++# PROP Ignore_Default_Tool 1
++# Begin Custom Build - Creating Version Resource
++InputPath=..\..\build\win32\win32ver.awk
++
++".\mod_authn_dbd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
++      awk -f ../../build/win32/win32ver.awk mod_authn_dbd.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_dbd.rc
++
++# End Custom Build
++
++!ENDIF 
++
++# End Source File
++# End Target
++# End Project
+
+Zmiany atrybutów dla: modules/aaa/mod_authn_dbd.dsp
+___________________________________________________________________
+Nazwa: svn:eol-style
+   + native
+
+Index: modules/ssl/README
+===================================================================
+--- modules/ssl/README (.../tags/2.2.0)        (wersja 358411)
++++ modules/ssl/README (.../branches/2.2.x)    (wersja 358411)
+@@ -13,7 +13,7 @@
+ SOURCES
+- See the top-level LAYOUT file in httpd-2.1 for file descriptions.
++ See the top-level LAYOUT file for file descriptions.
+  The source files are written in clean ANSI C and pass the ``gcc -O -g
+  -ggdb3 -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes
+@@ -74,7 +74,7 @@
+ MAJOR CHANGES 
+  For a complete history of changes for Apache 2 mod_ssl, see the 
+- CHANGES file in the top-level httpd-2.1 directory.  The following 
++ CHANGES file in the top-level directory.  The following 
+  is a condensed summary of the major changes were made between 
+  mod_ssl 2.x from Apache 1.3 and this mod_ssl version for Apache 2:
+@@ -104,4 +104,4 @@
+ TODO
+- See the top-level STATUS file in httpd-2.1 for current efforts and goals.
++ See the top-level STATUS file for current efforts and goals.
+Index: modules/database/mod_dbd.c
+===================================================================
+--- modules/database/mod_dbd.c (.../tags/2.2.0)        (wersja 358411)
++++ modules/database/mod_dbd.c (.../branches/2.2.x)    (wersja 358411)
+@@ -119,7 +119,7 @@
+     }
+     return NULL;
+ }
+-AP_DECLARE(void) ap_dbd_prepare(server_rec *s, const char *query,
++DBD_DECLARE_NONSTD(void) ap_dbd_prepare(server_rec *s, const char *query,
+                                 const char *label)
+ {
+     svr_cfg *svr = ap_get_module_config(s->module_config, &dbd_module);
+@@ -300,7 +300,7 @@
+         - open acquires a connection from the pool (opens one if necessary)
+         - close releases it back in to the pool
+ */
+-AP_DECLARE(void) ap_dbd_close(server_rec *s, ap_dbd_t *sql)
++DBD_DECLARE_NONSTD(void) ap_dbd_close(server_rec *s, ap_dbd_t *sql)
+ {
+     svr_cfg *svr = ap_get_module_config(s->module_config, &dbd_module);
+     if (!svr->persist) {
+@@ -319,7 +319,7 @@
+ }
+ #define arec ((ap_dbd_t*)rec)
+ #if APR_HAS_THREADS
+-AP_DECLARE(ap_dbd_t*) ap_dbd_open(apr_pool_t *pool, server_rec *s)
++DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_open(apr_pool_t *pool, server_rec *s)
+ {
+     void *rec = NULL;
+     svr_cfg *svr = ap_get_module_config(s->module_config, &dbd_module);
+@@ -356,7 +356,7 @@
+     return arec;
+ }
+ #else
+-AP_DECLARE(ap_dbd_t*) ap_dbd_open(apr_pool_t *pool, server_rec *s)
++DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_open(apr_pool_t *pool, server_rec *s)
+ {
+     apr_status_t rv = APR_SUCCESS;
+     const char *errmsg;
+@@ -405,7 +405,7 @@
+     apr_reslist_release(req->dbpool, req->conn);
+     return APR_SUCCESS;
+ }
+-AP_DECLARE(ap_dbd_t *) ap_dbd_acquire(request_rec *r)
++DBD_DECLARE_NONSTD(ap_dbd_t *) ap_dbd_acquire(request_rec *r)
+ {
+     svr_cfg *svr;
+     dbd_pool_rec *req = ap_get_module_config(r->request_config, &dbd_module);
+@@ -428,7 +428,7 @@
+     }
+     return req->conn;
+ }
+-AP_DECLARE(ap_dbd_t *) ap_dbd_cacquire(conn_rec *c)
++DBD_DECLARE_NONSTD(ap_dbd_t *) ap_dbd_cacquire(conn_rec *c)
+ {
+     svr_cfg *svr;
+     dbd_pool_rec *req = ap_get_module_config(c->conn_config, &dbd_module);
+@@ -452,7 +452,7 @@
+     return req->conn;
+ }
+ #else
+-AP_DECLARE(ap_dbd_t *) ap_dbd_acquire(request_rec *r)
++DBD_DECLARE_NONSTD(ap_dbd_t *) ap_dbd_acquire(request_rec *r)
+ {
+     svr_cfg *svr;
+     ap_dbd_t *ret = ap_get_module_config(r->request_config, &dbd_module);
+@@ -470,7 +470,7 @@
+     }
+     return ret;
+ }
+-AP_DECLARE(ap_dbd_t *) ap_dbd_cacquire(conn_rec *c)
++DBD_DECLARE_NONSTD(ap_dbd_t *) ap_dbd_cacquire(conn_rec *c)
+ {
+     svr_cfg *svr;
+     ap_dbd_t *ret = ap_get_module_config(c->conn_config, &dbd_module);
+Index: modules/database/NWGNUmakefile
+===================================================================
+--- modules/database/NWGNUmakefile     (.../tags/2.2.0)        (wersja 358411)
++++ modules/database/NWGNUmakefile     (.../branches/2.2.x)    (wersja 358411)
+@@ -222,6 +222,11 @@
+ #
+ FILES_nlm_exports = \
+       dbd_module \
++      ap_dbd_open \
++      ap_dbd_close \
++      ap_dbd_acquire \
++      ap_dbd_cacquire \
++      ap_dbd_prepare \
+       $(EOLIST)
+       
+ #   
+Index: modules/database/mod_dbd.dsp
+===================================================================
+--- modules/database/mod_dbd.dsp       (.../tags/2.2.0)        (wersja 0)
++++ modules/database/mod_dbd.dsp       (.../branches/2.2.x)    (wersja 358411)
+@@ -0,0 +1,132 @@
++# Microsoft Developer Studio Project File - Name="mod_dbd" - Package Owner=<4>
++# Microsoft Developer Studio Generated Build File, Format Version 6.00
++# ** DO NOT EDIT **
++
++# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
++
++CFG=mod_dbd - Win32 Debug
++!MESSAGE This is not a valid makefile. To build this project using NMAKE,
++!MESSAGE use the Export Makefile command and run
++!MESSAGE 
++!MESSAGE NMAKE /f "mod_dbd.mak".
++!MESSAGE 
++!MESSAGE You can specify a configuration when running NMAKE
++!MESSAGE by defining the macro CFG on the command line. For example:
++!MESSAGE 
++!MESSAGE NMAKE /f "mod_dbd.mak" CFG="mod_dbd - Win32 Debug"
++!MESSAGE 
++!MESSAGE Possible choices for configuration are:
++!MESSAGE 
++!MESSAGE "mod_dbd - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
++!MESSAGE "mod_dbd - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
++!MESSAGE 
++
++# Begin Project
++# PROP AllowPerConfigDependencies 0
++# PROP Scc_ProjName ""
++# PROP Scc_LocalPath ""
++CPP=cl.exe
++MTL=midl.exe
++RSC=rc.exe
++
++!IF  "$(CFG)" == "mod_dbd - Win32 Release"
++
++# PROP BASE Use_MFC 0
++# PROP BASE Use_Debug_Libraries 0
++# PROP BASE Output_Dir "Release"
++# PROP BASE Intermediate_Dir "Release"
++# PROP BASE Target_Dir ""
++# PROP Use_MFC 0
++# PROP Use_Debug_Libraries 0
++# PROP Output_Dir "Release"
++# PROP Intermediate_Dir "Release"
++# PROP Ignore_Export_Lib 0
++# PROP Target_Dir ""
++# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
++# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "../../include" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "DBD_DECLARE_EXPORT" /Fd"Release\mod_dbd_src" /FD /c
++# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
++# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
++# ADD BASE RSC /l 0x409 /d "NDEBUG"
++# ADD RSC /l 0x409 /d "NDEBUG"
++BSC32=bscmake.exe
++# ADD BASE BSC32 /nologo
++# ADD BSC32 /nologo
++LINK32=link.exe
++# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/mod_dbd.so" /base:@..\..\os\win32\BaseAddr.ref,mod_dbd.so
++# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Release/mod_dbd.so" /base:@..\..\os\win32\BaseAddr.ref,mod_dbd.so /opt:ref
++
++!ELSEIF  "$(CFG)" == "mod_dbd - Win32 Debug"
++
++# PROP BASE Use_MFC 0
++# PROP BASE Use_Debug_Libraries 1
++# PROP BASE Output_Dir "Debug"
++# PROP BASE Intermediate_Dir "Debug"
++# PROP BASE Target_Dir ""
++# PROP Use_MFC 0
++# PROP Use_Debug_Libraries 1
++# PROP Output_Dir "Debug"
++# PROP Intermediate_Dir "Debug"
++# PROP Ignore_Export_Lib 0
++# PROP Target_Dir ""
++# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
++# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "../../include" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "DBD_DECLARE_EXPORT" /Fd"Debug\mod_dbd_src" /FD /c
++# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
++# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
++# ADD BASE RSC /l 0x409 /d "_DEBUG"
++# ADD RSC /l 0x409 /d "_DEBUG"
++BSC32=bscmake.exe
++# ADD BASE BSC32 /nologo
++# ADD BSC32 /nologo
++LINK32=link.exe
++# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Debug/mod_dbd.so" /base:@..\..\os\win32\BaseAddr.ref,mod_dbd.so
++# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Debug/mod_dbd.so" /base:@..\..\os\win32\BaseAddr.ref,mod_dbd.so
++
++!ENDIF 
++
++# Begin Target
++
++# Name "mod_dbd - Win32 Release"
++# Name "mod_dbd - Win32 Debug"
++# Begin Source File
++
++SOURCE=.\mod_dbd.h
++# End Source File
++# Begin Source File
++
++SOURCE=.\mod_dbd.c
++# End Source File
++# Begin Source File
++
++SOURCE=.\mod_dbd.rc
++# End Source File
++# Begin Source File
++
++SOURCE=..\..\build\win32\win32ver.awk
++
++!IF  "$(CFG)" == "mod_dbd - Win32 Release"
++
++# PROP Ignore_Default_Tool 1
++# Begin Custom Build - Creating Version Resource
++InputPath=..\..\build\win32\win32ver.awk
++
++".\mod_dbd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
++      awk -f ../../build/win32/win32ver.awk mod_dbd.so "dbd_module for Apache" ../../include/ap_release.h > .\mod_dbd.rc
++
++# End Custom Build
++
++!ELSEIF  "$(CFG)" == "mod_dbd - Win32 Debug"
++
++# PROP Ignore_Default_Tool 1
++# Begin Custom Build - Creating Version Resource
++InputPath=..\..\build\win32\win32ver.awk
++
++".\mod_dbd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
++      awk -f ../../build/win32/win32ver.awk mod_dbd.so "dbd_module for Apache" ../../include/ap_release.h > .\mod_dbd.rc
++
++# End Custom Build
++
++!ENDIF 
++
++# End Source File
++# End Target
++# End Project
+
+Zmiany atrybutów dla: modules/database/mod_dbd.dsp
+___________________________________________________________________
+Nazwa: svn:eol-style
+   + native
+
+Index: modules/database/mod_dbd.h
+===================================================================
+--- modules/database/mod_dbd.h (.../tags/2.2.0)        (wersja 358411)
++++ modules/database/mod_dbd.h (.../branches/2.2.x)    (wersja 358411)
+@@ -32,6 +32,27 @@
+ #ifndef DBD_H
+ #define DBD_H
++/* Create a set of DBD_DECLARE(type), DBD_DECLARE_NONSTD(type) and 
++ * DBD_DECLARE_DATA with appropriate export and import tags for the platform
++ */
++#if !defined(WIN32)
++#define DBD_DECLARE(type)            type
++#define DBD_DECLARE_NONSTD(type)     type
++#define DBD_DECLARE_DATA
++#elif defined(DBD_DECLARE_STATIC)
++#define DBD_DECLARE(type)            type __stdcall
++#define DBD_DECLARE_NONSTD(type)     type
++#define DBD_DECLARE_DATA
++#elif defined(DBD_DECLARE_EXPORT)
++#define DBD_DECLARE(type)            __declspec(dllexport) type __stdcall
++#define DBD_DECLARE_NONSTD(type)     __declspec(dllexport) type
++#define DBD_DECLARE_DATA             __declspec(dllexport)
++#else
++#define DBD_DECLARE(type)            __declspec(dllimport) type __stdcall
++#define DBD_DECLARE_NONSTD(type)     __declspec(dllimport) type
++#define DBD_DECLARE_DATA             __declspec(dllimport)
++#endif
++
+ #include <httpd.h>
+ #include <apr_optional.h>
+ #include <apr_hash.h>
+@@ -47,28 +68,28 @@
+ /* acquire a connection that MUST be explicitly closed.
+  * Returns NULL on error
+  */
+-AP_DECLARE(ap_dbd_t*) ap_dbd_open(apr_pool_t*, server_rec*);
++DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_open(apr_pool_t*, server_rec*);
+ /* release a connection acquired with ap_dbd_open */
+-AP_DECLARE(void) ap_dbd_close(server_rec*, ap_dbd_t*);
++DBD_DECLARE_NONSTD(void) ap_dbd_close(server_rec*, ap_dbd_t*);
+ /* acquire a connection that will have the lifetime of a request
+  * and MUST NOT be explicitly closed.  Return NULL on error.
+  * This is the preferred function for most applications.
+  */
+-AP_DECLARE(ap_dbd_t*) ap_dbd_acquire(request_rec*);
++DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_acquire(request_rec*);
+ /* acquire a connection that will have the lifetime of a connection
+  * and MUST NOT be explicitly closed.  Return NULL on error.
+  * This is the preferred function for most applications.
+  */
+-AP_DECLARE(ap_dbd_t*) ap_dbd_cacquire(conn_rec*);
++DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_cacquire(conn_rec*);
+ /* Prepare a statement for use by a client module during
+  * the server startup/configuration phase.  Can't be called
+  * after the server has created its children (use apr_dbd_*).
+  */
+-AP_DECLARE(void) ap_dbd_prepare(server_rec*, const char*, const char*);
++DBD_DECLARE_NONSTD(void) ap_dbd_prepare(server_rec*, const char*, const char*);
+ /* Also export them as optional functions for modules that prefer it */
+ APR_DECLARE_OPTIONAL_FN(ap_dbd_t*, ap_dbd_open, (apr_pool_t*, server_rec*));
+Index: modules/mappers/mod_imagemap.c
+===================================================================
+--- modules/mappers/mod_imagemap.c     (.../tags/2.2.0)        (wersja 358411)
++++ modules/mappers/mod_imagemap.c     (.../branches/2.2.x)    (wersja 358411)
+@@ -342,7 +342,7 @@
+     if (!strcasecmp(value, "referer")) {
+         referer = apr_table_get(r->headers_in, "Referer");
+         if (referer && *referer) {
+-            return apr_pstrdup(r->pool, referer);
++            return ap_escape_html(r->pool, referer);
+         }
+         else {
+             /* XXX:  This used to do *value = '\0'; ... which is totally bogus
+Index: modules/mappers/mod_imagemap.dsp
+===================================================================
+--- modules/mappers/mod_imagemap.dsp   (.../tags/2.2.0)        (wersja 358411)
++++ modules/mappers/mod_imagemap.dsp   (.../branches/2.2.x)    (wersja 358411)
+@@ -1,128 +1,128 @@
+-# Microsoft Developer Studio Project File - Name="mod_imagemap" - Package Owner=<4>\r
+-# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
+-# ** DO NOT EDIT **\r
+-\r
+-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102\r
+-\r
+-CFG=mod_imagemap - Win32 Release\r
+-!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
+-!MESSAGE use the Export Makefile command and run\r
+-!MESSAGE \r
+-!MESSAGE NMAKE /f "mod_imagemap.mak".\r
+-!MESSAGE \r
+-!MESSAGE You can specify a configuration when running NMAKE\r
+-!MESSAGE by defining the macro CFG on the command line. For example:\r
+-!MESSAGE \r
+-!MESSAGE NMAKE /f "mod_imagemap.mak" CFG="mod_imagemap - Win32 Release"\r
+-!MESSAGE \r
+-!MESSAGE Possible choices for configuration are:\r
+-!MESSAGE \r
+-!MESSAGE "mod_imagemap - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")\r
+-!MESSAGE "mod_imagemap - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
+-!MESSAGE \r
+-\r
+-# Begin Project\r
+-# PROP AllowPerConfigDependencies 0\r
+-# PROP Scc_ProjName ""\r
+-# PROP Scc_LocalPath ""\r
+-CPP=cl.exe\r
+-MTL=midl.exe\r
+-RSC=rc.exe\r
+-\r
+-!IF  "$(CFG)" == "mod_imagemap - Win32 Release"\r
+-\r
+-# PROP BASE Use_MFC 0\r
+-# PROP BASE Use_Debug_Libraries 0\r
+-# PROP BASE Output_Dir "Release"\r
+-# PROP BASE Intermediate_Dir "Release"\r
+-# PROP BASE Target_Dir ""\r
+-# PROP Use_MFC 0\r
+-# PROP Use_Debug_Libraries 0\r
+-# PROP Output_Dir "Release"\r
+-# PROP Intermediate_Dir "Release"\r
+-# PROP Ignore_Export_Lib 0\r
+-# PROP Target_Dir ""\r
+-# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c\r
+-# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "../../include" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fd"Release\mod_imagemap_src" /FD /c\r
+-# ADD BASE MTL /nologo /D "NDEBUG" /win32\r
+-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
+-# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
+-# ADD RSC /l 0x409 /d "NDEBUG"\r
+-BSC32=bscmake.exe\r
+-# ADD BASE BSC32 /nologo\r
+-# ADD BSC32 /nologo\r
+-LINK32=link.exe\r
+-# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/mod_imagemap.so" /base:@..\..\os\win32\BaseAddr.ref,mod_imagemap.so\r
+-# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Release/mod_imagemap.so" /base:@..\..\os\win32\BaseAddr.ref,mod_imagemap.so /opt:ref\r
+-\r
+-!ELSEIF  "$(CFG)" == "mod_imagemap - Win32 Debug"\r
+-\r
+-# PROP BASE Use_MFC 0\r
+-# PROP BASE Use_Debug_Libraries 1\r
+-# PROP BASE Output_Dir "Debug"\r
+-# PROP BASE Intermediate_Dir "Debug"\r
+-# PROP BASE Target_Dir ""\r
+-# PROP Use_MFC 0\r
+-# PROP Use_Debug_Libraries 1\r
+-# PROP Output_Dir "Debug"\r
+-# PROP Intermediate_Dir "Debug"\r
+-# PROP Ignore_Export_Lib 0\r
+-# PROP Target_Dir ""\r
+-# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c\r
+-# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "../../include" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fd"Debug\mod_imagemap_src" /FD /c\r
+-# ADD BASE MTL /nologo /D "_DEBUG" /win32\r
+-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
+-# ADD BASE RSC /l 0x409 /d "_DEBUG"\r
+-# ADD RSC /l 0x409 /d "_DEBUG"\r
+-BSC32=bscmake.exe\r
+-# ADD BASE BSC32 /nologo\r
+-# ADD BSC32 /nologo\r
+-LINK32=link.exe\r
+-# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Debug/mod_imagemap.so" /base:@..\..\os\win32\BaseAddr.ref,mod_imagemap.so\r
+-# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Debug/mod_imagemap.so" /base:@..\..\os\win32\BaseAddr.ref,mod_imagemap.so\r
+-\r
+-!ENDIF \r
+-\r
+-# Begin Target\r
+-\r
+-# Name "mod_imagemap - Win32 Release"\r
+-# Name "mod_imagemap - Win32 Debug"\r
+-# Begin Source File\r
+-\r
+-SOURCE=.\mod_imagemap.c\r
+-# End Source File\r
+-# Begin Source File\r
+-\r
+-SOURCE=.\mod_imagemap.rc\r
+-# End Source File\r
+-# Begin Source File\r
+-\r
+-SOURCE=..\..\build\win32\win32ver.awk\r
+-\r
+-!IF  "$(CFG)" == "mod_imagemap - Win32 Release"\r
+-\r
+-# PROP Ignore_Default_Tool 1\r
+-# Begin Custom Build - Creating Version Resource\r
+-InputPath=..\..\build\win32\win32ver.awk\r
+-\r
+-".\mod_imagemap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+-      awk -f ../../build/win32/win32ver.awk mod_imagemap.so "imagemap_module for Apache" ../../include/ap_release.h > .\mod_imagemap.rc\r
+-\r
+-# End Custom Build\r
+-\r
+-!ELSEIF  "$(CFG)" == "mod_imagemap - Win32 Debug"\r
+-\r
+-# PROP Ignore_Default_Tool 1\r
+-# Begin Custom Build - Creating Version Resource\r
+-InputPath=..\..\build\win32\win32ver.awk\r
+-\r
+-".\mod_imagemap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+-      awk -f ../../build/win32/win32ver.awk mod_imagemap.so "imagemap_module for Apache" ../../include/ap_release.h > .\mod_imagemap.rc\r
+-\r
+-# End Custom Build\r
+-\r
+-!ENDIF \r
+-\r
+-# End Source File\r
+-# End Target\r
+-# End Project\r
++# Microsoft Developer Studio Project File - Name="mod_imagemap" - Package Owner=<4>
++# Microsoft Developer Studio Generated Build File, Format Version 6.00
++# ** DO NOT EDIT **
++
++# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
++
++CFG=mod_imagemap - Win32 Release
++!MESSAGE This is not a valid makefile. To build this project using NMAKE,
++!MESSAGE use the Export Makefile command and run
++!MESSAGE 
++!MESSAGE NMAKE /f "mod_imagemap.mak".
++!MESSAGE 
++!MESSAGE You can specify a configuration when running NMAKE
++!MESSAGE by defining the macro CFG on the command line. For example:
++!MESSAGE 
++!MESSAGE NMAKE /f "mod_imagemap.mak" CFG="mod_imagemap - Win32 Release"
++!MESSAGE 
++!MESSAGE Possible choices for configuration are:
++!MESSAGE 
++!MESSAGE "mod_imagemap - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
++!MESSAGE "mod_imagemap - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
++!MESSAGE 
++
++# Begin Project
++# PROP AllowPerConfigDependencies 0
++# PROP Scc_ProjName ""
++# PROP Scc_LocalPath ""
++CPP=cl.exe
++MTL=midl.exe
++RSC=rc.exe
++
++!IF  "$(CFG)" == "mod_imagemap - Win32 Release"
++
++# PROP BASE Use_MFC 0
++# PROP BASE Use_Debug_Libraries 0
++# PROP BASE Output_Dir "Release"
++# PROP BASE Intermediate_Dir "Release"
++# PROP BASE Target_Dir ""
++# PROP Use_MFC 0
++# PROP Use_Debug_Libraries 0
++# PROP Output_Dir "Release"
++# PROP Intermediate_Dir "Release"
++# PROP Ignore_Export_Lib 0
++# PROP Target_Dir ""
++# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
++# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "../../include" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fd"Release\mod_imagemap_src" /FD /c
++# ADD BASE MTL /nologo /D "NDEBUG" /win32
++# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
++# ADD BASE RSC /l 0x409 /d "NDEBUG"
++# ADD RSC /l 0x409 /d "NDEBUG"
++BSC32=bscmake.exe
++# ADD BASE BSC32 /nologo
++# ADD BSC32 /nologo
++LINK32=link.exe
++# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/mod_imagemap.so" /base:@..\..\os\win32\BaseAddr.ref,mod_imagemap.so
++# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Release/mod_imagemap.so" /base:@..\..\os\win32\BaseAddr.ref,mod_imagemap.so /opt:ref
++
++!ELSEIF  "$(CFG)" == "mod_imagemap - Win32 Debug"
++
++# PROP BASE Use_MFC 0
++# PROP BASE Use_Debug_Libraries 1
++# PROP BASE Output_Dir "Debug"
++# PROP BASE Intermediate_Dir "Debug"
++# PROP BASE Target_Dir ""
++# PROP Use_MFC 0
++# PROP Use_Debug_Libraries 1
++# PROP Output_Dir "Debug"
++# PROP Intermediate_Dir "Debug"
++# PROP Ignore_Export_Lib 0
++# PROP Target_Dir ""
++# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
++# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "../../include" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /Fd"Debug\mod_imagemap_src" /FD /c
++# ADD BASE MTL /nologo /D "_DEBUG" /win32
++# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
++# ADD BASE RSC /l 0x409 /d "_DEBUG"
++# ADD RSC /l 0x409 /d "_DEBUG"
++BSC32=bscmake.exe
++# ADD BASE BSC32 /nologo
++# ADD BSC32 /nologo
++LINK32=link.exe
++# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Debug/mod_imagemap.so" /base:@..\..\os\win32\BaseAddr.ref,mod_imagemap.so
++# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Debug/mod_imagemap.so" /base:@..\..\os\win32\BaseAddr.ref,mod_imagemap.so
++
++!ENDIF 
++
++# Begin Target
++
++# Name "mod_imagemap - Win32 Release"
++# Name "mod_imagemap - Win32 Debug"
++# Begin Source File
++
++SOURCE=.\mod_imagemap.c
++# End Source File
++# Begin Source File
++
++SOURCE=.\mod_imagemap.rc
++# End Source File
++# Begin Source File
++
++SOURCE=..\..\build\win32\win32ver.awk
++
++!IF  "$(CFG)" == "mod_imagemap - Win32 Release"
++
++# PROP Ignore_Default_Tool 1
++# Begin Custom Build - Creating Version Resource
++InputPath=..\..\build\win32\win32ver.awk
++
++".\mod_imagemap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
++      awk -f ../../build/win32/win32ver.awk mod_imagemap.so "imagemap_module for Apache" ../../include/ap_release.h > .\mod_imagemap.rc
++
++# End Custom Build
++
++!ELSEIF  "$(CFG)" == "mod_imagemap - Win32 Debug"
++
++# PROP Ignore_Default_Tool 1
++# Begin Custom Build - Creating Version Resource
++InputPath=..\..\build\win32\win32ver.awk
++
++".\mod_imagemap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
++      awk -f ../../build/win32/win32ver.awk mod_imagemap.so "imagemap_module for Apache" ../../include/ap_release.h > .\mod_imagemap.rc
++
++# End Custom Build
++
++!ENDIF 
++
++# End Source File
++# End Target
++# End Project
+
+Zmiany atrybutów dla: modules/mappers/mod_imagemap.dsp
+___________________________________________________________________
+Nazwa: svn:eol-style
+   - CRLF
+   + native
+
+Index: CHANGES
+===================================================================
+--- CHANGES    (.../tags/2.2.0)        (wersja 358411)
++++ CHANGES    (.../branches/2.2.x)    (wersja 358411)
+@@ -1,4 +1,29 @@
+                                                         -*- coding: utf-8 -*-
++Changes with Apache 2.2.1
++
++  *) Chunk filter: Fix chunk filter to create correct chunks in the case that
++     a flush bucket is surrounded by data buckets. [Ruediger Pluem]
++
++  *) SECURITY: CVE-2005-3352 (cve.mitre.org)
++     mod_imagemap: Escape untrusted referer header before outputting
++     in HTML to avoid potential cross-site scripting.  Change also
++     made to ap_escape_html so we escape quotes.  Reported by JPCERT.
++     [Mark Cox]
++
++  *) Fix syntax error in httpd.h with strict compilers.  PR 38740.
++     [Per Olausson <pao darkheim.freeserve.co.uk>]
++
++  *) Preserve the Content-Length header for a proxied HEAD response.
++     PR 18757.  [Greg Ames]
++
++  *) Fix recursive ErrorDocument handling.  PR 36090. 
++     [Chris Darroch <chrisd pearsoncmg.com>]
++
++  *) Don't hang on error return from post_read_request.  PR37790 [Nick Kew]
++
++  *) Fix off-by-one error in proxy_balancer.  PR37753
++     [Kazuhiro Osawa <ko yappo ne jp>]
++
+ Changes with Apache 2.2.0
+   *) mod_negotiation: Minor performance tweak by reusing already calculated
+Index: Apache.dsw
+===================================================================
+--- Apache.dsw (.../tags/2.2.0)        (wersja 358411)
++++ Apache.dsw (.../branches/2.2.x)    (wersja 358411)
+@@ -81,6 +81,9 @@
+     Project_Dep_Name mod_authn_anon
+     End Project Dependency
+     Begin Project Dependency
++    Project_Dep_Name mod_authn_dbd
++    End Project Dependency
++    Begin Project Dependency
+     Project_Dep_Name mod_authn_dbm
+     End Project Dependency
+     Begin Project Dependency
+@@ -126,6 +129,9 @@
+     Project_Dep_Name mod_dav_fs
+     End Project Dependency
+     Begin Project Dependency
++    Project_Dep_Name mod_dbd
++    End Project Dependency
++    Begin Project Dependency
+     Project_Dep_Name mod_dir
+     End Project Dependency
+     Begin Project Dependency
+@@ -747,6 +753,33 @@
+ ###############################################################################
++Project: "mod_authn_dbd"=.\modules\aaa\mod_authn_dbd.dsp - Package Owner=<4>
++
++Package=<5>
++{{{
++}}}
++
++Package=<4>
++{{{
++    Begin Project Dependency
++    Project_Dep_Name libapr
++    End Project Dependency
++    Begin Project Dependency
++    Project_Dep_Name libaprutil
++    End Project Dependency
++    Begin Project Dependency
++    Project_Dep_Name libhttpd
++    End Project Dependency
++    Begin Project Dependency
++    Project_Dep_Name mod_auth_basic
++    End Project Dependency
++    Begin Project Dependency
++    Project_Dep_Name mod_dbd
++    End Project Dependency
++}}}
++
++###############################################################################
++
+ Project: "mod_authn_dbm"=.\modules\aaa\mod_authn_dbm.dsp - Package Owner=<4>
+ Package=<5>
+@@ -1110,6 +1143,27 @@
+ ###############################################################################
++Project: "mod_dbd"=.\modules\database\mod_dbd.dsp - Package Owner=<4>
++
++Package=<5>
++{{{
++}}}
++
++Package=<4>
++{{{
++    Begin Project Dependency
++    Project_Dep_Name libapr
++    End Project Dependency
++    Begin Project Dependency
++    Project_Dep_Name libaprutil
++    End Project Dependency
++    Begin Project Dependency
++    Project_Dep_Name libhttpd
++    End Project Dependency
++}}}
++
++###############################################################################
++
+ Project: "mod_deflate"=.\modules\filters\mod_deflate.dsp - Package Owner=<4>
+ Package=<5>
+Index: BuildBin.dsp
+===================================================================
+--- BuildBin.dsp       (.../tags/2.2.0)        (wersja 358411)
++++ BuildBin.dsp       (.../branches/2.2.x)    (wersja 358411)
+@@ -33,15 +33,15 @@
+ # PROP BASE Intermediate_Dir ""
+ # PROP BASE Cmd_Line "NMAKE /f makefile.win"
+ # PROP BASE Rebuild_Opt "/a"
+-# PROP BASE Target_File "\Apache21\bin\httpd.exe"
++# PROP BASE Target_File "\Apache2\bin\httpd.exe"
+ # PROP BASE Bsc_Name ".\Browse\BuildBin.bsc"
+ # PROP BASE Target_Dir ""
+ # PROP Use_Debug_Libraries 0
+ # PROP Output_Dir ""
+ # PROP Intermediate_Dir ""
+-# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" LONG=Release _tryssl _tryzlib _dummy"
++# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Release _tryssl _tryzlib _dummy"
+ # PROP Rebuild_Opt ""
+-# PROP Target_File "\Apache21\bin\httpd.exe"
++# PROP Target_File "\Apache2\bin\httpd.exe"
+ # PROP Bsc_Name ".\Browse\httpd.bsc"
+ # PROP Target_Dir ""
+@@ -52,15 +52,15 @@
+ # PROP BASE Intermediate_Dir ""
+ # PROP BASE Cmd_Line "NMAKE /f makefile.win"
+ # PROP BASE Rebuild_Opt "/a"
+-# PROP BASE Target_File "\Apache21\bin\httpd.exe"
++# PROP BASE Target_File "\Apache2\bin\httpd.exe"
+ # PROP BASE Bsc_Name ".\Browse\BuildBin.bsc"
+ # PROP BASE Target_Dir ""
+ # PROP Use_Debug_Libraries 1
+ # PROP Output_Dir ""
+ # PROP Intermediate_Dir ""
+-# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" LONG=Debug _tryssl _tryzlib _dummy"
++# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Debug _tryssl _tryzlib _dummy"
+ # PROP Rebuild_Opt ""
+-# PROP Target_File "\Apache21\bin\httpd.exe"
++# PROP Target_File "\Apache2\bin\httpd.exe"
+ # PROP Bsc_Name ".\Browse\httpd.bsc"
+ # PROP Target_Dir ""
+Index: LAYOUT
+===================================================================
+--- LAYOUT     (.../tags/2.2.0)        (wersja 358411)
++++ LAYOUT     (.../branches/2.2.x)    (wersja 358411)
+@@ -163,12 +163,8 @@
+     experimental/ ........... 
+-      leader/ ................. 
++      event/ ................. 
+-      perchild/ ............... 
+-
+-      threadpool/ ............. 
+-
+     mpmt_os2/ ............... 
+     netware/ ................ 
+Index: include/httpd.h
+===================================================================
+--- include/httpd.h    (.../tags/2.2.0)        (wersja 358411)
++++ include/httpd.h    (.../branches/2.2.x)    (wersja 358411)
+@@ -1074,7 +1074,7 @@
+ typedef enum  {
+     CONN_STATE_CHECK_REQUEST_LINE_READABLE,
+     CONN_STATE_READ_REQUEST_LINE,
+-    CONN_STATE_LINGER,
++    CONN_STATE_LINGER
+ } conn_state_e;
+ /** 
+Index: README
+===================================================================
+--- README     (.../tags/2.2.0)        (wersja 358411)
++++ README     (.../branches/2.2.x)    (wersja 358411)
+@@ -16,15 +16,15 @@
+   ------------------
+   Details of the latest version can be found on the Apache HTTP
+-  server project page under http://httpd.apache.org/.
++  server project page under <http://httpd.apache.org/>.
+   Documentation
+   -------------
+   The documentation available as of the date of this release is
+   included in HTML format in the docs/manual/ directory.  The most
+-  up-to-date documentation can be found at
+-  http://httpd.apache.org/docs-2.2/.
++  up-to-date documentation for the 2.2.x releases can be found at
++  <http://httpd.apache.org/docs-2.2/>.
+   Installation
+   ------------
+@@ -43,28 +43,28 @@
+      o If you want to be informed about new code releases, bug fixes,
+        security fixes, general news and information about the Apache server
+        subscribe to the apache-announce mailing list as described under
+-       http://httpd.apache.org/lists.html#http-announce
++       <http://httpd.apache.org/lists.html#http-announce>
+      o If you want freely available support for running Apache please join the
+        Apache user community by subscribing to Users Mailing List at
+-       http://httpd.apache.org/userslist.html or one of the following USENET
+-       newsgroups:
+-       comp.infosystems.www.servers.unix
+-       comp.infosystems.www.servers.ms-windows
++       <http://httpd.apache.org/userslist.html> or one of the following
++       USENET newsgroups:
++         comp.infosystems.www.servers.unix
++         comp.infosystems.www.servers.ms-windows
+        Also available at: 
+-       http://groups.google.com/groups?group=comp.infosystems.www.servers
++         <http://groups.google.com/groups?group=comp.infosystems.www.servers>
+      o If you want commercial support for running Apache please contact
+        one of the companies and contractors which are listed at
+-       http://www.apache.org/info/support.cgi
++       <http://www.apache.org/info/support.cgi>
+      o If you have a concrete bug report for Apache please go to the
+        Apache Group Bug Database and submit your report:
+-       http://httpd.apache.org/bug_report.html
++       <http://httpd.apache.org/bug_report.html>
+      o If you want to participate in actively developing Apache please
+        subscribe to the `dev@httpd.apache.org' mailing list as described at
+-       http://www.apache.org/lists.html#http-dev
++       <http://httpd.apache.org/lists.html#http-dev>
+   Acknowledgments
+   ----------------
+Index: Makefile.win
+===================================================================
+--- Makefile.win       (.../tags/2.2.0)        (wersja 358411)
++++ Makefile.win       (.../branches/2.2.x)    (wersja 358411)
+@@ -19,7 +19,7 @@
+ #
+ # For example;
+ #
+-#   nmake /f Makefile.win PORT=80 INSTDIR="d:\Program Files\Apache" installr
++#   nmake -f Makefile.win PORT=80 INSTDIR="d:\Program Files\Apache" installr
+ #
+ # Be aware that certain awk's will not accept backslahed names,
+ # so the server root should be given in forward slashes (quoted),
+@@ -33,10 +33,10 @@
+ !IF !EXIST("srclib\apr") || !EXIST("srclib\apr-util") || !EXIST("srclib\apr-iconv")
+ !MESSAGE Please check out or download and unpack the Apache Portability Runtime
+-!MESSAGE sources (apr, apr-iconv and apr-util) into your $(INSTDIR)\srclib dir.
++!MESSAGE sources (apr, apr-iconv and apr-util) into your srclib dir.
+ !MESSAGE Apache cannot build without these libraries!
+ !MESSAGE 
+-!ERROR Need $(INSTDIR)\srclib\  apr, apr-iconv and apr-util
++!ERROR Need srclib\  apr, apr-iconv and apr-util
+ !ENDIF
+ # Note; _tryssl: is only used by the msvc developer studio environment to 'fix up'
+@@ -119,18 +119,18 @@
+ !MESSAGE SERVERNAME = $(SERVERNAME)
+ !MESSAGE PORT       = $(PORT)
+ !MESSAGE
+-!MESSAGE To change these options use 'nmake /f Makefile.win [option=value]'
+-!MESSAGE Example: nmake /f Makefile.win PORT=8080
++!MESSAGE To change these options use 'nmake -f Makefile.win [option=value]'
++!MESSAGE Example: nmake -f Makefile.win PORT=8080
+ !MESSAGE
+ !MESSAGE
+ !ENDIF
+ !IFNDEF MAKEOPT
+ # Only default the behavior if MAKEOPT= is omitted
+-!IF "$(MAKE)" == "NMAKE"
++!IFDEF _NMAKE_VER
+ # Microsoft NMake options
+ MAKEOPT=-nologo
+-!ELSEIF "($MAKE)" == "make"
++!ELSEIF "$(MAKE)" == "make"
+ # Borland make options?  Not really supported (yet)
+ MAKEOPT=-s -N
+ !ENDIF
+@@ -178,14 +178,14 @@
+        $(MAKE) $(MAKEOPT) -f apriconv.mak  CFG="apriconv - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+        $(MAKE) $(MAKEOPT) -f libapriconv.mak  CFG="libapriconv - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ !IF "$(CTARGET)" == "CLEAN"
+-      $(MAKE) $(MAKEOPT) /f build\modules.mk.win clean \
++      $(MAKE) $(MAKEOPT) -f build\modules.mk.win clean \
+               BUILD_MODE=$(LONG) BIND_MODE=shared API_SOURCE=.
+ !ELSE
+       cd ccs
+-      $(MAKE) /nologo /f Makefile.win all \
++      $(MAKE) $(MAKEOPT) -f Makefile.win all \
+               BUILD_MODE=$(LONG) BIND_MODE=shared
+       cd ..\ces
+-      $(MAKE) /nologo /f Makefile.win all \
++      $(MAKE) $(MAKEOPT) -f Makefile.win all \
+               BUILD_MODE=$(LONG) BIND_MODE=shared
+       cd ..
+ !ENDIF
+@@ -216,6 +216,7 @@
+        $(MAKE) $(MAKEOPT) -f mod_auth_basic.mak  CFG="mod_auth_basic - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+        $(MAKE) $(MAKEOPT) -f mod_auth_digest.mak CFG="mod_auth_digest - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+        $(MAKE) $(MAKEOPT) -f mod_authn_anon.mak  CFG="mod_authn_anon - Win32 $(LONG)" RECURSE=0 $(CTARGET)
++       $(MAKE) $(MAKEOPT) -f mod_authn_dbd.mak   CFG="mod_authn_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+        $(MAKE) $(MAKEOPT) -f mod_authn_dbm.mak   CFG="mod_authn_dbm - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+        $(MAKE) $(MAKEOPT) -f mod_authn_default.mak CFG="mod_authn_default - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+        $(MAKE) $(MAKEOPT) -f mod_authn_file.mak  CFG="mod_authn_file - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+@@ -235,6 +236,9 @@
+        $(MAKE) $(MAKEOPT) -f mod_mem_cache.mak   CFG="mod_mem_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+        $(MAKE) $(MAKEOPT) -f mod_disk_cache.mak  CFG="mod_disk_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+       cd ..\..
++      cd modules\database
++       $(MAKE) $(MAKEOPT) -f mod_dbd.mak         CFG="mod_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
++      cd ..\..
+       cd modules\dav\main
+        $(MAKE) $(MAKEOPT) -f mod_dav.mak         CFG="mod_dav - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+       cd ..\..\..
+@@ -246,9 +250,9 @@
+        $(MAKE) $(MAKEOPT) -f mod_dumpio.mak      CFG="mod_dumpio - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+       cd ..\..
+       cd modules\experimental
+-       $(MAKE) $(MAKEOPT) -f mod_charset_lite.mak CFG="mod_charset_lite - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+       cd ..\..
+       cd modules\filters
++       $(MAKE) $(MAKEOPT) -f mod_charset_lite.mak CFG="mod_charset_lite - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ !IF EXIST("srclib\zlib")
+        $(MAKE) $(MAKEOPT) -f mod_deflate.mak     CFG="mod_deflate - Win32 $(LONG)" RECURSE=0 $(CTARGET)
+ !ENDIF
+@@ -356,7 +360,7 @@
+               "BuildBin - Win32 $(LONG)" $(CTARGET)
+ !IF "$(CTARGET)" == "/CLEAN"
+       @cd srclib\apr-iconv
+-      @$(MAKE) $(MAKEOPT) /f build\modules.mk.win clean \
++      @$(MAKE) $(MAKEOPT) -f build\modules.mk.win clean \
+               BUILD_MODE=$(LONG) BIND_MODE=shared API_SOURCE=.
+       @cd ..\..
+ !ENDIF
+@@ -382,6 +386,7 @@
+       copy modules\aaa\$(LONG)\mod_auth_basic.$(src_so)       "$(inst_so)" <.y
+       copy modules\aaa\$(LONG)\mod_auth_digest.$(src_so)      "$(inst_so)" <.y
+       copy modules\aaa\$(LONG)\mod_authn_anon.$(src_so)       "$(inst_so)" <.y
++      copy modules\aaa\$(LONG)\mod_authn_dbd.$(src_so)        "$(inst_so)" <.y
+       copy modules\aaa\$(LONG)\mod_authn_dbm.$(src_so)        "$(inst_so)" <.y
+       copy modules\aaa\$(LONG)\mod_authn_default.$(src_so)    "$(inst_so)" <.y
+       copy modules\aaa\$(LONG)\mod_authn_file.$(src_so)       "$(inst_so)" <.y
+@@ -396,11 +401,12 @@
+       copy modules\cache\$(LONG)\mod_file_cache.$(src_so)     "$(inst_so)" <.y
+       copy modules\cache\$(LONG)\mod_mem_cache.$(src_so)      "$(inst_so)" <.y
+       copy modules\cache\$(LONG)\mod_disk_cache.$(src_so)     "$(inst_so)" <.y
++      copy modules\database\$(LONG)\mod_dbd.$(src_so)         "$(inst_so)" <.y
+       copy modules\dav\fs\$(LONG)\mod_dav_fs.$(src_so)        "$(inst_so)" <.y
+       copy modules\dav\main\$(LONG)\mod_dav.$(src_so)         "$(inst_so)" <.y
+       copy modules\debug\$(LONG)\mod_bucketeer.$(src_so)      "$(inst_so)" <.y
+       copy modules\debug\$(LONG)\mod_dumpio.$(src_so)         "$(inst_so)" <.y
+-      copy modules\experimental\$(LONG)\mod_charset_lite.$(src_so)    "$(inst_so)" <.y
++      copy modules\filters\$(LONG)\mod_charset_lite.$(src_so) "$(inst_so)" <.y
+ !IF EXIST("srclib\zlib")
+       copy modules\filters\$(LONG)\mod_deflate.$(src_so)      "$(inst_so)" <.y
+ !IF EXIST("srclib\zlib\zlib1.$(src_dll)")
+Index: support/win32/wintty.c
+===================================================================
+--- support/win32/wintty.c     (.../tags/2.2.0)        (wersja 358411)
++++ support/win32/wintty.c     (.../branches/2.2.x)    (wersja 358411)
+@@ -39,6 +39,11 @@
+ #include <stdlib.h>
+ #include <stdio.h>
++#if defined(_MSC_VER) && _MSC_VER >= 1400
++#define _CRT_SECURE_NO_DEPRECATE
++#pragma warning(disable: 4996)
++#endif
++
+ const char *options =
+ "\nwintty: a utility for echoing the stdin stream to a new console window,\n"
+ "\teven when invoked from within a service (such as the Apache server.)\n"
+Index: support/win32/ApacheMonitor.c
+===================================================================
+--- support/win32/ApacheMonitor.c      (.../tags/2.2.0)        (wersja 358411)
++++ support/win32/ApacheMonitor.c      (.../branches/2.2.x)    (wersja 358411)
+@@ -31,6 +31,11 @@
+ #define OEMRESOURCE
+ #endif
++#if defined(_MSC_VER) && _MSC_VER >= 1400
++#define _CRT_SECURE_NO_DEPRECATE
++#pragma warning(disable: 4996)
++#endif
++
+ #include <windows.h>
+ #include <windowsx.h>
+ #include <commctrl.h>
This page took 0.51075 seconds and 4 git commands to generate.