]> git.pld-linux.org Git - packages/apache.git/blob - apache-branch.patch
- new from 2.2 branch
[packages/apache.git] / apache-branch.patch
1 Index: os/win32/BaseAddr.ref
2 ===================================================================
3 --- os/win32/BaseAddr.ref       (.../tags/2.2.0)        (wersja 358411)
4 +++ os/win32/BaseAddr.ref       (.../branches/2.2.x)    (wersja 358411)
5 @@ -71,3 +71,5 @@
6  mod_bucketeer.so        0x6FA60000    0x00010000
7  mod_dumpio.so           0x6FA50000    0x00010000
8  mod_echo.so             0x6FA40000    0x00010000
9 +mod_authn_dbd.so        0x6FA30000    0x00010000
10 +mod_dbd.so              0x6FA20000    0x00010000
11 Index: InstallBin.dsp
12 ===================================================================
13 --- InstallBin.dsp      (.../tags/2.2.0)        (wersja 358411)
14 +++ InstallBin.dsp      (.../branches/2.2.x)    (wersja 358411)
15 @@ -33,15 +33,15 @@
16  # PROP BASE Intermediate_Dir "Release"
17  # PROP BASE Cmd_Line "NMAKE /f InstallBin.mak"
18  # PROP BASE Rebuild_Opt "/a"
19 -# PROP BASE Target_File "\Apache21\bin\httpd.exe"
20 +# PROP BASE Target_File "\Apache2\bin\httpd.exe"
21  # PROP BASE Bsc_Name "InstallBin.bsc"
22  # PROP BASE Target_Dir ""
23  # PROP Use_Debug_Libraries 0
24  # PROP Output_Dir "Release"
25  # PROP Intermediate_Dir "Release"
26 -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" SHORT=R LONG=Release _install"
27 +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=R LONG=Release _install"
28  # PROP Rebuild_Opt ""
29 -# PROP Target_File "\Apache21\bin\httpd.exe"
30 +# PROP Target_File "\Apache2\bin\httpd.exe"
31  # PROP Bsc_Name "Browse\httpd.bsc"
32  # PROP Target_Dir ""
33  
34 @@ -52,15 +52,15 @@
35  # PROP BASE Intermediate_Dir "Debug"
36  # PROP BASE Cmd_Line "NMAKE /f InstallBin.mak"
37  # PROP BASE Rebuild_Opt "/a"
38 -# PROP BASE Target_File "\Apache21\bin\httpd.exe"
39 +# PROP BASE Target_File "\Apache2\bin\httpd.exe"
40  # PROP BASE Bsc_Name "InstallBin.bsc"
41  # PROP BASE Target_Dir ""
42  # PROP Use_Debug_Libraries 1
43  # PROP Output_Dir "Debug"
44  # PROP Intermediate_Dir "Debug"
45 -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" SHORT=D LONG=Debug _install"
46 +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=D LONG=Debug _install"
47  # PROP Rebuild_Opt ""
48 -# PROP Target_File "\Apache21\bin\httpd.exe"
49 +# PROP Target_File "\Apache2\bin\httpd.exe"
50  # PROP Bsc_Name ""
51  # PROP Target_Dir ""
52  
53 Index: docs/conf/httpd-win.conf
54 ===================================================================
55 --- docs/conf/httpd-win.conf    (.../tags/2.2.0)        (wersja 358411)
56 +++ docs/conf/httpd-win.conf    (.../branches/2.2.x)    (wersja 358411)
57 @@ -161,6 +161,7 @@
58      AllowOverride None
59      Order deny,allow
60      Deny from all
61 +    Satisfy all
62  </Directory>
63  
64  #
65 @@ -391,12 +392,6 @@
66      #
67      #AddHandler cgi-script .cgi
68  
69 -    # For files that include their own HTTP headers:
70 -    #AddHandler send-as-is asis
71 -
72 -    # For server-parsed imagemap files:
73 -    #AddHandler imap-file map
74 -
75      # For type maps (negotiated resources):
76      #AddHandler type-map var
77  
78 Index: docs/conf/extra/httpd-mpm.conf.in
79 ===================================================================
80 --- docs/conf/extra/httpd-mpm.conf.in   (.../tags/2.2.0)        (wersja 358411)
81 +++ docs/conf/extra/httpd-mpm.conf.in   (.../branches/2.2.x)    (wersja 358411)
82 @@ -57,14 +57,6 @@
83      MaxRequestsPerChild   0
84  </IfModule>
85  
86 -# WinNT MPM
87 -# ThreadsPerChild: constant number of worker threads in the server process
88 -# MaxRequestsPerChild: maximum  number of requests a server process serves
89 -<IfModule mpm_winnt_module>
90 -    ThreadsPerChild     250
91 -    MaxRequestsPerChild   0
92 -</IfModule>
93 -
94  # BeOS MPM
95  # StartThreads: how many threads do we initially spawn?
96  # MaxClients:   max number of threads we can have (1 thread == 1 client)
97 Index: docs/conf/httpd.conf.in
98 ===================================================================
99 --- docs/conf/httpd.conf.in     (.../tags/2.2.0)        (wersja 358411)
100 +++ docs/conf/httpd.conf.in     (.../branches/2.2.x)    (wersja 358411)
101 @@ -53,7 +53,6 @@
102  #
103  @@LoadModule@@
104  
105 -<IfModule !mpm_winnt_module>
106  <IfModule !mpm_netware_module>
107  #
108  # If you wish httpd to run as a different user or group, you must run
109 @@ -66,7 +65,6 @@
110  User daemon
111  Group daemon
112  </IfModule>
113 -</IfModule>
114  
115  # 'Main' server configuration
116  #
117 @@ -173,6 +171,7 @@
118  <FilesMatch "^\.ht">
119      Order allow,deny
120      Deny from all
121 +    Satisfy All
122  </FilesMatch>
123  
124  #
125 @@ -316,12 +315,6 @@
126      #
127      #AddHandler cgi-script .cgi
128  
129 -    # For files that include their own HTTP headers:
130 -    #AddHandler send-as-is asis
131 -
132 -    # For server-parsed imagemap files:
133 -    #AddHandler imap-file map
134 -
135      # For type maps (negotiated resources):
136      #AddHandler type-map var
137  
138 Index: docs/docroot/apache_pb2_ani.gif
139 ===================================================================
140 Nie można wyświetlić: plik binarny.
141 svn:mime-type = image/gif
142 Index: docs/docroot/apache_pb2.png
143 ===================================================================
144 Nie można wyświetlić: plik binarny.
145 svn:mime-type = image/png
146 Index: docs/docroot/apache_pb2.gif
147 ===================================================================
148 Nie można wyświetlić: plik binarny.
149 svn:mime-type = image/gif
150 Index: docs/docroot/apache_pb22_ani.gif
151 ===================================================================
152 Nie można wyświetlić: plik binarny.
153 svn:mime-type = image/gif
154
155 Zmiany atrybutów dla: docs/docroot/apache_pb22_ani.gif
156 ___________________________________________________________________
157 Nazwa: svn:mime-type
158    + image/gif
159
160 Index: docs/docroot/apache_pb22.png
161 ===================================================================
162 Nie można wyświetlić: plik binarny.
163 svn:mime-type = image/png
164
165 Zmiany atrybutów dla: docs/docroot/apache_pb22.png
166 ___________________________________________________________________
167 Nazwa: svn:mime-type
168    + image/png
169
170 Index: docs/docroot/apache_pb22.gif
171 ===================================================================
172 Nie można wyświetlić: plik binarny.
173 svn:mime-type = image/gif
174
175 Zmiany atrybutów dla: docs/docroot/apache_pb22.gif
176 ___________________________________________________________________
177 Nazwa: svn:mime-type
178    + image/gif
179
180 Index: docs/manual/stopping.html.ja.euc-jp
181 ===================================================================
182 --- docs/manual/stopping.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
183 +++ docs/manual/stopping.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
184 @@ -16,7 +16,7 @@
185  <img alt="" src="./images/feather.gif" /></div>
186  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
187  <div id="path">
188 -<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>
189 +<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>
190  <div class="toplang">
191  <p><span>Available Languages: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
192  <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
193 Index: docs/manual/invoking.html.ko.euc-kr
194 ===================================================================
195 --- docs/manual/invoking.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
196 +++ docs/manual/invoking.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
197 @@ -16,7 +16,7 @@
198  <img alt="" src="./images/feather.gif" /></div>
199  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
200  <div id="path">
201 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
202 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
203  <div class="toplang">
204  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
205  <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
206 Index: docs/manual/developer/documenting.html.en
207 ===================================================================
208 --- docs/manual/developer/documenting.html.en   (.../tags/2.2.0)        (wersja 358411)
209 +++ docs/manual/developer/documenting.html.en   (.../branches/2.2.x)    (wersja 358411)
210 @@ -16,7 +16,7 @@
211  <img alt="" src="../images/feather.gif" /></div>
212  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
213  <div id="path">
214 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
215 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
216  <div class="toplang">
217  <p><span>Available Languages: </span><a href="../en/developer/documenting.html" title="English">&nbsp;en&nbsp;</a></p>
218  </div>
219 Index: docs/manual/developer/modules.html.ja.euc-jp
220 ===================================================================
221 --- docs/manual/developer/modules.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
222 +++ docs/manual/developer/modules.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
223 @@ -16,7 +16,7 @@
224  <img alt="" src="../images/feather.gif" /></div>
225  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
226  <div id="path">
227 -<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>
228 +<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>
229  <div class="toplang">
230  <p><span>Available Languages: </span><a href="../en/developer/modules.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
231  <a href="../ja/developer/modules.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
232 Index: docs/manual/developer/debugging.html.en
233 ===================================================================
234 --- docs/manual/developer/debugging.html.en     (.../tags/2.2.0)        (wersja 358411)
235 +++ docs/manual/developer/debugging.html.en     (.../branches/2.2.x)    (wersja 358411)
236 @@ -16,7 +16,7 @@
237  <img alt="" src="../images/feather.gif" /></div>
238  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
239  <div id="path">
240 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
241 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
242  <div class="toplang">
243  <p><span>Available Languages: </span><a href="../en/developer/debugging.html" title="English">&nbsp;en&nbsp;</a></p>
244  </div>
245 Index: docs/manual/developer/modules.html.en
246 ===================================================================
247 --- docs/manual/developer/modules.html.en       (.../tags/2.2.0)        (wersja 358411)
248 +++ docs/manual/developer/modules.html.en       (.../branches/2.2.x)    (wersja 358411)
249 @@ -16,7 +16,7 @@
250  <img alt="" src="../images/feather.gif" /></div>
251  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
252  <div id="path">
253 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
254 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
255  <div class="toplang">
256  <p><span>Available Languages: </span><a href="../en/developer/modules.html" title="English">&nbsp;en&nbsp;</a> |
257  <a href="../ja/developer/modules.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
258 Index: docs/manual/developer/filters.html.en
259 ===================================================================
260 --- docs/manual/developer/filters.html.en       (.../tags/2.2.0)        (wersja 358411)
261 +++ docs/manual/developer/filters.html.en       (.../branches/2.2.x)    (wersja 358411)
262 @@ -16,7 +16,7 @@
263  <img alt="" src="../images/feather.gif" /></div>
264  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
265  <div id="path">
266 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
267 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
268  <div class="toplang">
269  <p><span>Available Languages: </span><a href="../en/developer/filters.html" title="English">&nbsp;en&nbsp;</a></p>
270  </div>
271 Index: docs/manual/developer/API.html.en
272 ===================================================================
273 --- docs/manual/developer/API.html.en   (.../tags/2.2.0)        (wersja 358411)
274 +++ docs/manual/developer/API.html.en   (.../branches/2.2.x)    (wersja 358411)
275 @@ -16,7 +16,7 @@
276  <img alt="" src="../images/feather.gif" /></div>
277  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
278  <div id="path">
279 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
280 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
281  <div class="toplang">
282  <p><span>Available Languages: </span><a href="../en/developer/API.html" title="English">&nbsp;en&nbsp;</a></p>
283  </div>
284 Index: docs/manual/developer/thread_safety.html.en
285 ===================================================================
286 --- docs/manual/developer/thread_safety.html.en (.../tags/2.2.0)        (wersja 358411)
287 +++ docs/manual/developer/thread_safety.html.en (.../branches/2.2.x)    (wersja 358411)
288 @@ -16,7 +16,7 @@
289  <img alt="" src="../images/feather.gif" /></div>
290  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
291  <div id="path">
292 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
293 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
294  <div class="toplang">
295  <p><span>Available Languages: </span><a href="../en/developer/thread_safety.html" title="English">&nbsp;en&nbsp;</a></p>
296  </div>
297 Index: docs/manual/developer/hooks.html.en
298 ===================================================================
299 --- docs/manual/developer/hooks.html.en (.../tags/2.2.0)        (wersja 358411)
300 +++ docs/manual/developer/hooks.html.en (.../branches/2.2.x)    (wersja 358411)
301 @@ -16,7 +16,7 @@
302  <img alt="" src="../images/feather.gif" /></div>
303  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
304  <div id="path">
305 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
306 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
307  <div class="toplang">
308  <p><span>Available Languages: </span><a href="../en/developer/hooks.html" title="English">&nbsp;en&nbsp;</a></p>
309  </div>
310 Index: docs/manual/developer/request.html.en
311 ===================================================================
312 --- docs/manual/developer/request.html.en       (.../tags/2.2.0)        (wersja 358411)
313 +++ docs/manual/developer/request.html.en       (.../branches/2.2.x)    (wersja 358411)
314 @@ -16,7 +16,7 @@
315  <img alt="" src="../images/feather.gif" /></div>
316  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
317  <div id="path">
318 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
319 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
320  <div class="toplang">
321  <p><span>Available Languages: </span><a href="../en/developer/request.html" title="English">&nbsp;en&nbsp;</a></p>
322  </div>
323 Index: docs/manual/developer/index.html.en
324 ===================================================================
325 --- docs/manual/developer/index.html.en (.../tags/2.2.0)        (wersja 358411)
326 +++ docs/manual/developer/index.html.en (.../branches/2.2.x)    (wersja 358411)
327 @@ -16,7 +16,7 @@
328  <img alt="" src="../images/feather.gif" /></div>
329  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
330  <div id="path">
331 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
332 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
333  <div class="toplang">
334  <p><span>Available Languages: </span><a href="../en/developer/" title="English">&nbsp;en&nbsp;</a></p>
335  </div>
336 Index: docs/manual/upgrading.xml.ko
337 ===================================================================
338 --- docs/manual/upgrading.xml.ko        (.../tags/2.2.0)        (wersja 358411)
339 +++ docs/manual/upgrading.xml.ko        (.../branches/2.2.x)    (wersja 358411)
340 @@ -1,7 +1,7 @@
341  <?xml version='1.0' encoding='EUC-KR' ?>
342  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
343  <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
344 -<!-- English Revision: 151408:349164 (outdated) -->
345 +<!-- English Revision: 151408:349745 (outdated) -->
346  
347  <!--
348   Copyright 2003-2005 The Apache Software Foundation or its licensors,
349 Index: docs/manual/env.html.en
350 ===================================================================
351 --- docs/manual/env.html.en     (.../tags/2.2.0)        (wersja 358411)
352 +++ docs/manual/env.html.en     (.../branches/2.2.x)    (wersja 358411)
353 @@ -16,7 +16,7 @@
354  <img alt="" src="./images/feather.gif" /></div>
355  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
356  <div id="path">
357 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
358 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
359  <div class="toplang">
360  <p><span>Available Languages: </span><a href="./en/env.html" title="English">&nbsp;en&nbsp;</a> |
361  <a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
362 Index: docs/manual/new_features_2_0.html.fr
363 ===================================================================
364 --- docs/manual/new_features_2_0.html.fr        (.../tags/2.2.0)        (wersja 358411)
365 +++ docs/manual/new_features_2_0.html.fr        (.../branches/2.2.x)    (wersja 358411)
366 @@ -16,7 +16,7 @@
367  <img alt="" src="./images/feather.gif" /></div>
368  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
369  <div id="path">
370 -<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>
371 +<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>
372  <div class="toplang">
373  <p><span>Langues Disponibles: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
374  <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
375 Index: docs/manual/howto/cgi.html.ja.euc-jp
376 ===================================================================
377 --- docs/manual/howto/cgi.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
378 +++ docs/manual/howto/cgi.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
379 @@ -16,7 +16,7 @@
380  <img alt="" src="../images/feather.gif" /></div>
381  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
382  <div id="path">
383 -<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>
384 +<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>
385  <div class="toplang">
386  <p><span>Available Languages: </span><a href="../en/howto/cgi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
387  <a href="../ja/howto/cgi.html" title="Japanese">&nbsp;ja&nbsp;</a> |
388 Index: docs/manual/howto/htaccess.html.pt-br
389 ===================================================================
390 --- docs/manual/howto/htaccess.html.pt-br       (.../tags/2.2.0)        (wersja 358411)
391 +++ docs/manual/howto/htaccess.html.pt-br       (.../branches/2.2.x)    (wersja 358411)
392 @@ -16,7 +16,7 @@
393  <img alt="" src="../images/feather.gif" /></div>
394  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
395  <div id="path">
396 -<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>
397 +<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>
398  <div class="toplang">
399  <p><span>Línguas Disponíveis: </span><a href="../en/howto/htaccess.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
400  <a href="../ja/howto/htaccess.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
401 Index: docs/manual/howto/access.xml.meta
402 ===================================================================
403 --- docs/manual/howto/access.xml.meta   (.../tags/2.2.0)        (wersja 0)
404 +++ docs/manual/howto/access.xml.meta   (.../branches/2.2.x)    (wersja 358411)
405 @@ -0,0 +1,11 @@
406 +<?xml version="1.0" encoding="UTF-8" ?>
407 +
408 +<metafile>
409 +  <basename>access</basename>
410 +  <path>/howto/</path>
411 +  <relpath>..</relpath>
412 +
413 +  <variants>
414 +    <variant>en</variant>
415 +  </variants>
416 +</metafile>
417
418 Zmiany atrybutów dla: docs/manual/howto/access.xml.meta
419 ___________________________________________________________________
420 Nazwa: svn:eol-style
421    + native
422
423 Index: docs/manual/howto/index.html.ja.euc-jp
424 ===================================================================
425 --- docs/manual/howto/index.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
426 +++ docs/manual/howto/index.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
427 @@ -16,12 +16,14 @@
428  <img alt="" src="../images/feather.gif" /></div>
429  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
430  <div id="path">
431 -<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>
432 +<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>
433  <div class="toplang">
434  <p><span>Available Languages: </span><a href="../en/howto/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
435  <a href="../ja/howto/" title="Japanese">&nbsp;ja&nbsp;</a> |
436  <a href="../ko/howto/" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
437  </div>
438 +<div class="outofdate">This translation may be out of date. Check the
439 +            English version for recent changes.</div>
440  </div>
441  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
442  <div class="section">
443 Index: docs/manual/howto/auth.xml.ja
444 ===================================================================
445 --- docs/manual/howto/auth.xml.ja       (.../tags/2.2.0)        (wersja 358411)
446 +++ docs/manual/howto/auth.xml.ja       (.../branches/2.2.x)    (wersja 358411)
447 @@ -1,7 +1,7 @@
448  <?xml version='1.0' encoding='iso-2022-jp' ?>
449  <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
450  <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
451 -<!-- English Revision: 219484:345066 (outdated) -->
452 +<!-- English Revision: 219484:356011 (outdated) -->
453  
454  <!--
455   Copyright 2003-2005 The Apache Software Foundation or its licensors,
456 Index: docs/manual/howto/ssi.html.ko.euc-kr
457 ===================================================================
458 --- docs/manual/howto/ssi.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
459 +++ docs/manual/howto/ssi.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
460 @@ -16,7 +16,7 @@
461  <img alt="" src="../images/feather.gif" /></div>
462  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
463  <div id="path">
464 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
465 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
466  <div class="toplang">
467  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/ssi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
468  <a href="../ja/howto/ssi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
469 Index: docs/manual/howto/auth.html.ko.euc-kr
470 ===================================================================
471 --- docs/manual/howto/auth.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
472 +++ docs/manual/howto/auth.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
473 @@ -17,7 +17,7 @@
474  <img alt="" src="../images/feather.gif" /></div>
475  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
476  <div id="path">
477 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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),
478 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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),
479  Á¢±ÙÁ¦¾î(Access Control)</h1>
480  <div class="toplang">
481  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/auth.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
482 Index: docs/manual/howto/public_html.html.ko.euc-kr
483 ===================================================================
484 --- docs/manual/howto/public_html.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
485 +++ docs/manual/howto/public_html.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
486 @@ -16,7 +16,7 @@
487  <img alt="" src="../images/feather.gif" /></div>
488  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
489  <div id="path">
490 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
491 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
492  <div class="toplang">
493  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/public_html.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
494  <a href="../ja/howto/public_html.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
495 Index: docs/manual/howto/access.html
496 ===================================================================
497 --- docs/manual/howto/access.html       (.../tags/2.2.0)        (wersja 0)
498 +++ docs/manual/howto/access.html       (.../branches/2.2.x)    (wersja 358411)
499 @@ -0,0 +1,3 @@
500 +URI: access.html.en
501 +Content-Language: en
502 +Content-type: text/html; charset=ISO-8859-1
503
504 Zmiany atrybutów dla: docs/manual/howto/access.html
505 ___________________________________________________________________
506 Nazwa: svn:eol-style
507    + native
508
509 Index: docs/manual/howto/access.html.en
510 ===================================================================
511 --- docs/manual/howto/access.html.en    (.../tags/2.2.0)        (wersja 0)
512 +++ docs/manual/howto/access.html.en    (.../branches/2.2.x)    (wersja 358411)
513 @@ -0,0 +1,189 @@
514 +<?xml version="1.0" encoding="ISO-8859-1"?>
515 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
516 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
517 +        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
518 +              This file is generated from xml source: DO NOT EDIT
519 +        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
520 +      -->
521 +<title>Access Control - Apache HTTP Server</title>
522 +<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
523 +<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
524 +<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
525 +<link href="../images/favicon.ico" rel="shortcut icon" /></head>
526 +<body id="manual-page"><div id="page-header">
527 +<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>
528 +<p class="apache">Apache HTTP Server Version 2.2</p>
529 +<img alt="" src="../images/feather.gif" /></div>
530 +<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
531 +<div id="path">
532 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
533 +<div class="toplang">
534 +<p><span>Available Languages: </span><a href="../en/howto/access.html" title="English">&nbsp;en&nbsp;</a></p>
535 +</div>
536 +
537 +    <p>Access control refers to any means of controlling access to any
538 +    resource. This is separate from <a href="auth.html">authentication and authorization</a>.</p>
539 +</div>
540 +<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#related">Related Modules and Directives</a></li>
541 +<li><img alt="" src="../images/down.gif" /> <a href="#host">Access control by host</a></li>
542 +<li><img alt="" src="../images/down.gif" /> <a href="#env">Access control by environment variable</a></li>
543 +<li><img alt="" src="../images/down.gif" /> <a href="#rewrite">Access control with mod_rewrite</a></li>
544 +<li><img alt="" src="../images/down.gif" /> <a href="#moreinformation">More information</a></li>
545 +</ul></div>
546 +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
547 +<div class="section">
548 +<h2><a name="related" id="related">Related Modules and Directives</a></h2>
549 +
550 +<p>Access control can be done by several different modules. The most
551 +important of these is <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>. Other modules
552 +discussed in this document include <code class="module"><a href="../mod/mod_setenvif.html">mod_setenvif</a></code> and
553 +<code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>.</p>
554 +
555 +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
556 +<div class="section">
557 +<h2><a name="host" id="host">Access control by host</a></h2>
558 +    <p>
559 +    If you wish to restrict access to portions of your site based on the
560 +    host address of your visitors, this is most easily done using
561 +    <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>.
562 +    </p>
563 +
564 +    <p>The <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> and
565 +    <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> directives let
566 +    you allow and deny access based on the host name, or host
567 +    address, of the machine requesting a document. The
568 +    <code class="directive"><a href="../mod/mod_authz_host.html#order">Order</a></code> directive goes
569 +    hand-in-hand with these two, and tells Apache in which order to
570 +    apply the filters.</p>
571 +
572 +    <p>The usage of these directives is:</p>
573 +
574 +    <div class="example"><p><code>
575 +      Allow from <var>address</var>
576 +    </code></p></div>
577 +
578 +    <p>where <var>address</var> is an IP address (or a partial IP
579 +    address) or a fully qualified domain name (or a partial domain
580 +    name); you may provide multiple addresses or domain names, if
581 +    desired.</p>
582 +
583 +    <p>For example, if you have someone spamming your message
584 +    board, and you want to keep them out, you could do the
585 +    following:</p>
586 +
587 +    <div class="example"><p><code>
588 +      Deny from 205.252.46.165
589 +    </code></p></div>
590 +
591 +    <p>Visitors coming from that address will not be able to see
592 +    the content covered by this directive. If, instead, you have a
593 +    machine name, rather than an IP address, you can use that.</p>
594 +
595 +    <div class="example"><p><code>
596 +      Deny from <var>host.example.com</var>
597 +    </code></p></div>
598 +
599 +    <p>And, if you'd like to block access from an entire domain,
600 +    you can specify just part of an address or domain name:</p>
601 +
602 +    <div class="example"><p><code>
603 +      Deny from <var>192.101.205</var><br />
604 +      Deny from <var>cyberthugs.com</var> <var>moreidiots.com</var><br />
605 +      Deny from ke
606 +    </code></p></div>
607 +
608 +    <p>Using <code class="directive"><a href="../mod/mod_authz_host.html#order">Order</a></code> will let you
609 +    be sure that you are actually restricting things to the group that you want
610 +    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>
611 +
612 +    <div class="example"><p><code>
613 +      Order deny,allow<br />
614 +      Deny from all<br />
615 +      Allow from <var>dev.example.com</var>
616 +    </code></p></div>
617 +
618 +    <p>Listing just the <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code>
619 +    directive would not do what you want, because it will let folks from that
620 +    host in, in addition to letting everyone in. What you want is to let
621 +    <em>only</em> those folks in.</p>
622 +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
623 +<div class="section">
624 +<h2><a name="env" id="env">Access control by environment variable</a></h2>
625 +
626 +    <p>
627 +    <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>, in conjunction with
628 +    <code class="module"><a href="../mod/mod_setenvif.html">mod_setenvif</a></code>, can be used to restrict access to
629 +    your website based on the value of arbitrary environment variables.
630 +    This is done with the <code>Allow from env=</code> and <code>Deny
631 +    from env=</code> syntax.
632 +    </p>
633 +
634 +    <div class="example"><p><code>
635 +    SetEnvIf User-Agent BadBot GoAway=1<br />
636 +    Order allow,deny<br />
637 +    Allow from all<br />
638 +    Deny from env=GoAway
639 +    </code></p></div>
640 +
641 +    <div class="note"><h3>Warning:</h3>
642 +    <p>Access control by <code>User-Agent</code> is an unreliable technique,
643 +    since the <code>User-Agent</code> header can be set to anything at all,
644 +    at the whim of the end user.</p>
645 +    </div>
646 +
647 +    <p>
648 +    In the above example, the environment variable <code>GoAway</code>
649 +    is set to <code>1</code> if the <code>User-Agent</code> matches the
650 +    string <code>BadBot</code>. Then we deny access for any request when
651 +    this variable is set. This blocks that particular user agent from
652 +    the site.
653 +    </p>
654 +
655 +    <p>An environment variable test can be negated using the <code>=!</code>
656 +    syntax:</p>
657 +
658 +    <div class="example"><p>
659 +    Allow from env=!GoAway
660 +    </p></div>
661 +
662 +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
663 +<div class="section">
664 +<h2><a name="rewrite" id="rewrite">Access control with mod_rewrite</a></h2>
665 +
666 +<p>The <code>[F]</code> <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> flag causes a 403 Forbidden
667 +response to be sent. Using this, you can deny access to a resource based
668 +on arbitrary criteria.</p>
669 +
670 +<p>For example, if you wish to block access to a resource between 8pm
671 +and 6am, you can do this using <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>.</p>
672 +
673 +<div class="example"><p><code>
674 +RewriteEngine On<br />
675 +RewriteCond %{TIME_HOUR} &gt; 20 [OR]<br />
676 +RewriteCond %{TIME_HOUR} &lt; 07<br />
677 +RewriteRule ^/fridge - [F]
678 +</code></p></div>
679 +
680 +<p>This will return a 403 Forbidden response for any request after 8pm
681 +or before 7am. This technique can be used for any criteria that you wish
682 +to check. You can also redirect, or otherwise rewrite these requests, if
683 +that approach is preferred.</p>
684 +
685 +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
686 +<div class="section">
687 +<h2><a name="moreinformation" id="moreinformation">More information</a></h2>
688 +    <p>You should also read the documentation for
689 +    <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
690 +    contain some more information about how this all works.
691 +    <code class="module"><a href="../mod/mod_authn_alias.html">mod_authn_alias</a></code> can also help in simplifying certain
692 +    authentication configurations.</p>
693 +
694 +    <p>See the <a href="auth.html">Authentication and Authorization</a>
695 +    howto.</p>
696 +</div></div>
697 +<div class="bottomlang">
698 +<p><span>Available Languages: </span><a href="../en/howto/access.html" title="English">&nbsp;en&nbsp;</a></p>
699 +</div><div id="footer">
700 +<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>
701 +<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>
702 +</body></html>
703 \ No newline at end of file
704
705 Zmiany atrybutów dla: docs/manual/howto/access.html.en
706 ___________________________________________________________________
707 Nazwa: svn:eol-style
708    + native
709
710 Index: docs/manual/howto/auth.html.en
711 ===================================================================
712 --- docs/manual/howto/auth.html.en      (.../tags/2.2.0)        (wersja 358411)
713 +++ docs/manual/howto/auth.html.en      (.../branches/2.2.x)    (wersja 358411)
714 @@ -16,7 +16,7 @@
715  <img alt="" src="../images/feather.gif" /></div>
716  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
717  <div id="path">
718 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
719 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
720  <div class="toplang">
721  <p><span>Available Languages: </span><a href="../en/howto/auth.html" title="English">&nbsp;en&nbsp;</a> |
722  <a href="../ja/howto/auth.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
723 @@ -35,8 +35,7 @@
724  <li><img alt="" src="../images/down.gif" /> <a href="#lettingmorethanonepersonin">Letting more than one
725  person in</a></li>
726  <li><img alt="" src="../images/down.gif" /> <a href="#possibleproblems">Possible problems</a></li>
727 -<li><img alt="" src="../images/down.gif" /> <a href="#whatotherneatstuffcanido">What other neat stuff can I
728 -do?</a></li>
729 +<li><img alt="" src="../images/down.gif" /> <a href="#dbmdbd">Alternate password storage</a></li>
730  <li><img alt="" src="../images/down.gif" /> <a href="#moreinformation">More information</a></li>
731  </ul></div>
732  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
733 @@ -90,6 +89,9 @@
734    of the request, but is not part of the authentication provider
735    system.</p>
736  
737 +  <p>You probably also want to take a look at the <a href="access.html">Access Control</a> howto, which discusses the
738 +  various ways to control access to your server.</p>
739 +
740  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
741  <div class="section">
742  <h2><a name="introduction" id="introduction">Introduction</a></h2>
743 @@ -100,6 +102,11 @@
744  
745      <p>This article covers the "standard" way of protecting parts
746      of your web site that most of you are going to use.</p>
747 +
748 +    <div class="note"><h3>Note:</h3>
749 +    <p>If your data really needs to be secure, consider using
750 +    <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> in addition to any authentication.</p>
751 +    </div>
752  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
753  <div class="section">
754  <h2><a name="theprerequisites" id="theprerequisites">The Prerequisites</a></h2>
755 @@ -137,7 +144,12 @@
756      <p>Here's the basics of password protecting a directory on your
757      server.</p>
758  
759 -    <p>You'll need to create a password file. This file should be
760 +    <p>First, you need to create a password file. Exactly how you do
761 +    this will vary depending on what authentication provider you have
762 +    chosen. More on that later. To start with, we'll use a text password
763 +    file.</p>
764 +
765 +    <p>This file should be
766      placed somewhere not accessible from the web. This is so that
767      folks cannot download the password file. For example, if your
768      documents are served out of <code>/usr/local/apache/htdocs</code> you
769 @@ -146,7 +158,10 @@
770  
771      <p>To create the file, use the <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code> utility that
772      came with Apache. This will be located in the <code>bin</code> directory
773 -    of wherever you installed Apache. To create the file, type:</p>
774 +    of wherever you installed Apache. If you have installed Apache from
775 +    a third-party package, it may be in your execution path.</p>
776 +    
777 +    <p>To create the file, type:</p>
778  
779      <div class="example"><p><code>
780        htpasswd -c /usr/local/apache/passwd/passwords rbowen
781 @@ -164,8 +179,8 @@
782  
783      <p>If <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code> is not in your path, of course
784      you'll have to type the full path to the file to get it to run.
785 -    On my server, it's located at
786 -    <code>/usr/local/apache/bin/htpasswd</code></p>
787 +    With a default installation, it's located at
788 +    <code>/usr/local/apache2/bin/htpasswd</code></p>
789  
790      <p>Next, you'll need to configure the server to request a
791      password and tell the server which users are allowed access.
792 @@ -181,6 +196,8 @@
793      <div class="example"><p><code>
794        AuthType Basic<br />
795        AuthName "Restricted Files"<br />
796 +      # (Following line optional)<br />
797 +      AuthBasicProvider file<br />
798        AuthUserFile /usr/local/apache/passwd/passwords<br />
799        Require user rbowen
800      </code></p></div>
801 @@ -191,9 +208,10 @@
802      implemented by <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code>. It is important to be aware,
803      however, that Basic authentication sends the password from the client to
804      the server unencrypted. This method should therefore not be used for
805 -    highly sensitive data. Apache supports one other authentication method:
806 -    <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
807 -    versions of clients are known to support Digest authentication.</p>
808 +    highly sensitive data, unless accompanied by <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code>.
809 +    Apache supports one other authentication method:
810 +    <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
811 +    browsers support Digest authentication.</p>
812  
813      <p>The <code class="directive"><a href="../mod/core.html#authname">AuthName</a></code> directive sets
814      the <dfn>Realm</dfn> to be used in the authentication. The realm serves
815 @@ -212,6 +230,12 @@
816      will always need to ask again for the password whenever the
817      hostname of the server changes.</p>
818  
819 +    <p>The <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicprovider">AuthBasicProvider</a></code> is,
820 +    in this case, optional, since <code>file</code> is the default value
821 +    for this directive. You'll need to use this directive if you are
822 +    choosing a different source for authentication, such as
823 +    <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>
824 +
825      <p>The <code class="directive"><a href="../mod/mod_authn_file.html#authuserfile">AuthUserFile</a></code>
826      directive sets the path to the password file that we just
827      created with <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code>. If you have a large number
828 @@ -269,6 +293,8 @@
829      <div class="example"><p><code>
830        AuthType Basic<br />
831        AuthName "By Invitation Only"<br />
832 +      # Optional line:
833 +      AuthBasicProvider file
834        AuthUserFile /usr/local/apache/passwd/passwords<br />
835        AuthGroupFile /usr/local/apache/passwd/groups<br />
836        Require group GroupName
837 @@ -317,71 +343,31 @@
838      different authentication method at that time.</p>
839  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
840  <div class="section">
841 -<h2><a name="whatotherneatstuffcanido" id="whatotherneatstuffcanido">What other neat stuff can I
842 -do?</a></h2>
843 -    <p>Authentication by username and password is only part of the
844 -    story. Frequently you want to let people in based on something
845 -    other than who they are. Something such as where they are
846 -    coming from.</p>
847 +<h2><a name="dbmdbd" id="dbmdbd">Alternate password storage</a></h2>
848  
849 -    <p>The <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> and
850 -    <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> directives let
851 -    you allow and deny access based on the host name, or host
852 -    address, of the machine requesting a document. The
853 -    <code class="directive"><a href="../mod/mod_authz_host.html#order">Order</a></code> directive goes
854 -    hand-in-hand with these two, and tells Apache in which order to
855 -    apply the filters.</p>
856 +    <p>Because storing passwords in plain text files has the above
857 +    problems, you may wish to store your passwords somewhere else, such
858 +    as in a database.</p>
859  
860 -    <p>The usage of these directives is:</p>
861 +    <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>
862 +    are two modules which make this possible. Rather than selecting
863 +    <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicsource">AuthBasicSource</a></code> file,
864 +    instead you can choose <code>dbm</code> or <code>dbd</code> as your
865 +    storage format.</p>
866  
867 -    <div class="example"><p><code>
868 -      Allow from <var>address</var>
869 -    </code></p></div>
870 +    <p>To select a dbd file rather than a text file, for example:</p>
871  
872 -    <p>where <var>address</var> is an IP address (or a partial IP
873 -    address) or a fully qualified domain name (or a partial domain
874 -    name); you may provide multiple addresses or domain names, if
875 -    desired.</p>
876 -
877 -    <p>For example, if you have someone spamming your message
878 -    board, and you want to keep them out, you could do the
879 -    following:</p>
880 -
881      <div class="example"><p><code>
882 -      Deny from 205.252.46.165
883 +    &lt;Directory /www/docs/private&gt;<br />
884 +    AuthName "Private"<br />
885 +    AuthType Basic<br />
886 +    AuthBasicProvider dbm<br />
887 +    AuthDBMUserFile /www/passwords/passwd.dbm<br />
888 +    Require valid-user
889      </code></p></div>
890  
891 -    <p>Visitors coming from that address will not be able to see
892 -    the content covered by this directive. If, instead, you have a
893 -    machine name, rather than an IP address, you can use that.</p>
894 -
895 -    <div class="example"><p><code>
896 -      Deny from <var>host.example.com</var>
897 -    </code></p></div>
898 -
899 -    <p>And, if you'd like to block access from an entire domain,
900 -    you can specify just part of an address or domain name:</p>
901 -
902 -    <div class="example"><p><code>
903 -      Deny from <var>192.101.205</var><br />
904 -      Deny from <var>cyberthugs.com</var> <var>moreidiots.com</var><br />
905 -      Deny from ke
906 -    </code></p></div>
907 -
908 -    <p>Using <code class="directive"><a href="../mod/mod_authz_host.html#order">Order</a></code> will let you
909 -    be sure that you are actually restricting things to the group that you want
910 -    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>
911 -
912 -    <div class="example"><p><code>
913 -      Order deny,allow<br />
914 -      Deny from all<br />
915 -      Allow from <var>dev.example.com</var>
916 -    </code></p></div>
917 -
918 -    <p>Listing just the <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code>
919 -    directive would not do what you want, because it will let folks from that
920 -    host in, in addition to letting everyone in. What you want is to let
921 -    <em>only</em> those folks in.</p>
922 +    <p>Other options are available. Consult the
923 +    <code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code> documentation for more details.</p>
924  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
925  <div class="section">
926  <h2><a name="moreinformation" id="moreinformation">More information</a></h2>
927 @@ -390,6 +376,10 @@
928      contain some more information about how this all works.
929      <code class="module"><a href="../mod/mod_authn_alias.html">mod_authn_alias</a></code> can also help in simplifying certain
930      authentication configurations.</p>
931 +
932 +    <p>And you may want to look at the <a href="access.html">Access
933 +    Control</a> howto, which discusses a number of related topics.</p>
934 +
935  </div></div>
936  <div class="bottomlang">
937  <p><span>Available Languages: </span><a href="../en/howto/auth.html" title="English">&nbsp;en&nbsp;</a> |
938 Index: docs/manual/howto/cgi.html.en
939 ===================================================================
940 --- docs/manual/howto/cgi.html.en       (.../tags/2.2.0)        (wersja 358411)
941 +++ docs/manual/howto/cgi.html.en       (.../branches/2.2.x)    (wersja 358411)
942 @@ -16,7 +16,7 @@
943  <img alt="" src="../images/feather.gif" /></div>
944  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
945  <div id="path">
946 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
947 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
948  <div class="toplang">
949  <p><span>Available Languages: </span><a href="../en/howto/cgi.html" title="English">&nbsp;en&nbsp;</a> |
950  <a href="../ja/howto/cgi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
951 Index: docs/manual/howto/index.xml
952 ===================================================================
953 --- docs/manual/howto/index.xml (.../tags/2.2.0)        (wersja 358411)
954 +++ docs/manual/howto/index.xml (.../branches/2.2.x)    (wersja 358411)
955 @@ -30,18 +30,30 @@
956      <title>How-To / Tutorials</title>
957  
958      <dl>
959 -      <dt>Authentication</dt>
960 +      <dt>Authentication and Authorization</dt>
961        <dd>
962          <p>Authentication is any process by which you verify that
963          someone is who they claim they are. Authorization is any
964          process by which someone is allowed to be where they want to
965          go, or to have information that they want to have.</p>
966  
967 -        <p>See: <a href="auth.html">Authentication, Authorization, and Access Control</a></p>
968 +        <p>See: <a href="auth.html">Authentication, Authorization</a></p>
969        </dd>
970      </dl>
971  
972      <dl>
973 +      <dt>Access Control</dt>
974 +      <dd>
975 +        <p>Access control refers to the process of restricting, or
976 +        granting access to a resource based on arbitrary criteria. There
977 +        are a variety of different ways that this can be
978 +        accomplished.</p>
979 +
980 +        <p>See: <a href="access.html">Access Control</a></p>
981 +      </dd>
982 +    </dl>
983 +
984 +   <dl>
985        <dt>Dynamic Content with CGI</dt>
986        <dd>
987          <p>The CGI (Common Gateway Interface) defines a way for a web
988 Index: docs/manual/howto/ssi.html.ja.euc-jp
989 ===================================================================
990 --- docs/manual/howto/ssi.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
991 +++ docs/manual/howto/ssi.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
992 @@ -16,7 +16,7 @@
993  <img alt="" src="../images/feather.gif" /></div>
994  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
995  <div id="path">
996 -<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>
997 +<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>
998  <div class="toplang">
999  <p><span>Available Languages: </span><a href="../en/howto/ssi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1000  <a href="../ja/howto/ssi.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1001 Index: docs/manual/howto/index.xml.ko
1002 ===================================================================
1003 --- docs/manual/howto/index.xml.ko      (.../tags/2.2.0)        (wersja 358411)
1004 +++ docs/manual/howto/index.xml.ko      (.../branches/2.2.x)    (wersja 358411)
1005 @@ -1,7 +1,7 @@
1006  <?xml version="1.0" encoding="EUC-KR" ?>
1007  <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
1008  <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
1009 -<!-- English Revision: 151408 -->
1010 +<!-- English Revision: 151408:355767 (outdated) -->
1011  
1012  <!--
1013   Copyright 2004-2005 The Apache Software Foundation or its licensors,
1014 Index: docs/manual/howto/auth.html.ja.euc-jp
1015 ===================================================================
1016 --- docs/manual/howto/auth.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
1017 +++ docs/manual/howto/auth.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
1018 @@ -16,7 +16,7 @@
1019  <img alt="" src="../images/feather.gif" /></div>
1020  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1021  <div id="path">
1022 -<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>
1023 +<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>
1024  <div class="toplang">
1025  <p><span>Available Languages: </span><a href="../en/howto/auth.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1026  <a href="../ja/howto/auth.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1027 Index: docs/manual/howto/public_html.html.ja.euc-jp
1028 ===================================================================
1029 --- docs/manual/howto/public_html.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
1030 +++ docs/manual/howto/public_html.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
1031 @@ -16,7 +16,7 @@
1032  <img alt="" src="../images/feather.gif" /></div>
1033  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1034  <div id="path">
1035 -<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>
1036 +<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>
1037  <div class="toplang">
1038  <p><span>Available Languages: </span><a href="../en/howto/public_html.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1039  <a href="../ja/howto/public_html.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1040 Index: docs/manual/howto/index.xml.meta
1041 ===================================================================
1042 --- docs/manual/howto/index.xml.meta    (.../tags/2.2.0)        (wersja 358411)
1043 +++ docs/manual/howto/index.xml.meta    (.../branches/2.2.x)    (wersja 358411)
1044 @@ -7,7 +7,7 @@
1045  
1046    <variants>
1047      <variant>en</variant>
1048 -    <variant>ja</variant>
1049 -    <variant>ko</variant>
1050 +    <variant outdated="yes">ja</variant>
1051 +    <variant outdated="yes">ko</variant>
1052    </variants>
1053  </metafile>
1054 Index: docs/manual/howto/htaccess.html.ko.euc-kr
1055 ===================================================================
1056 --- docs/manual/howto/htaccess.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
1057 +++ docs/manual/howto/htaccess.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
1058 @@ -16,7 +16,7 @@
1059  <img alt="" src="../images/feather.gif" /></div>
1060  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1061  <div id="path">
1062 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1063 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1064  <div class="toplang">
1065  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/htaccess.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1066  <a href="../ja/howto/htaccess.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1067 Index: docs/manual/howto/index.xml.ja
1068 ===================================================================
1069 --- docs/manual/howto/index.xml.ja      (.../tags/2.2.0)        (wersja 358411)
1070 +++ docs/manual/howto/index.xml.ja      (.../branches/2.2.x)    (wersja 358411)
1071 @@ -1,7 +1,7 @@
1072  <?xml version="1.0" encoding="iso-2022-jp" ?>
1073  <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
1074  <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
1075 -<!-- English Revision: 151408 -->
1076 +<!-- English Revision: 151408:355767 (outdated) -->
1077  
1078  <!--
1079   Copyright 2003-2005 The Apache Software Foundation or its licensors,
1080 Index: docs/manual/howto/access.xml
1081 ===================================================================
1082 --- docs/manual/howto/access.xml        (.../tags/2.2.0)        (wersja 0)
1083 +++ docs/manual/howto/access.xml        (.../branches/2.2.x)    (wersja 358411)
1084 @@ -0,0 +1,188 @@
1085 +<?xml version='1.0' encoding='UTF-8' ?>
1086 +<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
1087 +<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
1088 +<!-- $LastChangedRevision$ -->
1089 +
1090 +<!--
1091 + Copyright 2003-2005 The Apache Software Foundation or its licensors, as
1092 + applicable.
1093 +
1094 + Licensed under the Apache License, Version 2.0 (the "License");
1095 + you may not use this file except in compliance with the License.
1096 + You may obtain a copy of the License at
1097 +
1098 +     http://www.apache.org/licenses/LICENSE-2.0
1099 +
1100 + Unless required by applicable law or agreed to in writing, software
1101 + distributed under the License is distributed on an "AS IS" BASIS,
1102 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1103 + See the License for the specific language governing permissions and
1104 + limitations under the License.
1105 +-->
1106 +
1107 +<manualpage metafile="access.xml.meta">
1108 +<parentdocument href="./">How-To / Tutorials</parentdocument>
1109 +
1110 +<title>Access Control</title>
1111 +
1112 +<summary>
1113 +    <p>Access control refers to any means of controlling access to any
1114 +    resource. This is separate from <a
1115 +    href="auth.html">authentication and authorization</a>.</p>
1116 +</summary>
1117 +
1118 +<section id="related"><title>Related Modules and Directives</title>
1119 +
1120 +<p>Access control can be done by several different modules. The most
1121 +important of these is <module>mod_authz_host</module>. Other modules
1122 +discussed in this document include <module>mod_setenvif</module> and
1123 +<module>mod_rewrite</module>.</p>
1124 +
1125 +</section>
1126 +
1127 +<section id="host"><title>Access control by host</title>
1128 +    <p>
1129 +    If you wish to restrict access to portions of your site based on the
1130 +    host address of your visitors, this is most easily done using
1131 +    <module>mod_authz_host</module>.
1132 +    </p>
1133 +
1134 +    <p>The <directive module="mod_authz_host">Allow</directive> and
1135 +    <directive module="mod_authz_host">Deny</directive> directives let
1136 +    you allow and deny access based on the host name, or host
1137 +    address, of the machine requesting a document. The
1138 +    <directive module="mod_authz_host">Order</directive> directive goes
1139 +    hand-in-hand with these two, and tells Apache in which order to
1140 +    apply the filters.</p>
1141 +
1142 +    <p>The usage of these directives is:</p>
1143 +
1144 +    <example>
1145 +      Allow from <var>address</var>
1146 +    </example>
1147 +
1148 +    <p>where <var>address</var> is an IP address (or a partial IP
1149 +    address) or a fully qualified domain name (or a partial domain
1150 +    name); you may provide multiple addresses or domain names, if
1151 +    desired.</p>
1152 +
1153 +    <p>For example, if you have someone spamming your message
1154 +    board, and you want to keep them out, you could do the
1155 +    following:</p>
1156 +
1157 +    <example>
1158 +      Deny from 205.252.46.165
1159 +    </example>
1160 +
1161 +    <p>Visitors coming from that address will not be able to see
1162 +    the content covered by this directive. If, instead, you have a
1163 +    machine name, rather than an IP address, you can use that.</p>
1164 +
1165 +    <example>
1166 +      Deny from <var>host.example.com</var>
1167 +    </example>
1168 +
1169 +    <p>And, if you'd like to block access from an entire domain,
1170 +    you can specify just part of an address or domain name:</p>
1171 +
1172 +    <example>
1173 +      Deny from <var>192.101.205</var><br />
1174 +      Deny from <var>cyberthugs.com</var> <var>moreidiots.com</var><br />
1175 +      Deny from ke
1176 +    </example>
1177 +
1178 +    <p>Using <directive module="mod_authz_host">Order</directive> will let you
1179 +    be sure that you are actually restricting things to the group that you want
1180 +    to let in, by combining a <directive
1181 +    module="mod_authz_host">Deny</directive> and an <directive
1182 +    module="mod_authz_host">Allow</directive> directive:</p>
1183 +
1184 +    <example>
1185 +      Order deny,allow<br />
1186 +      Deny from all<br />
1187 +      Allow from <var>dev.example.com</var>
1188 +    </example>
1189 +
1190 +    <p>Listing just the <directive module="mod_authz_host">Allow</directive>
1191 +    directive would not do what you want, because it will let folks from that
1192 +    host in, in addition to letting everyone in. What you want is to let
1193 +    <em>only</em> those folks in.</p>
1194 +</section>
1195 +
1196 +<section id="env"><title>Access control by environment variable</title>
1197 +
1198 +    <p>
1199 +    <module>mod_authz_host</module>, in conjunction with
1200 +    <module>mod_setenvif</module>, can be used to restrict access to
1201 +    your website based on the value of arbitrary environment variables.
1202 +    This is done with the <code>Allow from env=</code> and <code>Deny
1203 +    from env=</code> syntax.
1204 +    </p>
1205 +
1206 +    <example>
1207 +    SetEnvIf User-Agent BadBot GoAway=1<br />
1208 +    Order allow,deny<br />
1209 +    Allow from all<br />
1210 +    Deny from env=GoAway
1211 +    </example>
1212 +
1213 +    <note><title>Warning:</title>
1214 +    <p>Access control by <code>User-Agent</code> is an unreliable technique,
1215 +    since the <code>User-Agent</code> header can be set to anything at all,
1216 +    at the whim of the end user.</p>
1217 +    </note>
1218 +
1219 +    <p>
1220 +    In the above example, the environment variable <code>GoAway</code>
1221 +    is set to <code>1</code> if the <code>User-Agent</code> matches the
1222 +    string <code>BadBot</code>. Then we deny access for any request when
1223 +    this variable is set. This blocks that particular user agent from
1224 +    the site.
1225 +    </p>
1226 +
1227 +    <p>An environment variable test can be negated using the <code>=!</code>
1228 +    syntax:</p>
1229 +
1230 +    <example><p>
1231 +    Allow from env=!GoAway
1232 +    </p></example>
1233 +
1234 +</section>
1235 +
1236 +<section id="rewrite"><title>Access control with mod_rewrite</title>
1237 +
1238 +<p>The <code>[F]</code> <directive
1239 +module="mod_rewrite">RewriteRule</directive> flag causes a 403 Forbidden
1240 +response to be sent. Using this, you can deny access to a resource based
1241 +on arbitrary criteria.</p>
1242 +
1243 +<p>For example, if you wish to block access to a resource between 8pm
1244 +and 6am, you can do this using <module>mod_rewrite</module>.</p>
1245 +
1246 +<example>
1247 +RewriteEngine On<br />
1248 +RewriteCond %{TIME_HOUR} &gt; 20 [OR]<br />
1249 +RewriteCond %{TIME_HOUR} &lt; 07<br />
1250 +RewriteRule ^/fridge - [F]
1251 +</example>
1252 +
1253 +<p>This will return a 403 Forbidden response for any request after 8pm
1254 +or before 7am. This technique can be used for any criteria that you wish
1255 +to check. You can also redirect, or otherwise rewrite these requests, if
1256 +that approach is preferred.</p>
1257 +
1258 +</section>
1259 +
1260 +<section id="moreinformation"><title>More information</title>
1261 +    <p>You should also read the documentation for
1262 +    <module>mod_auth_basic</module> and <module>mod_authz_host</module> which
1263 +    contain some more information about how this all works.
1264 +    <module>mod_authn_alias</module> can also help in simplifying certain
1265 +    authentication configurations.</p>
1266 +
1267 +    <p>See the <a href="auth.html">Authentication and Authorization</a>
1268 +    howto.</p>
1269 +</section>
1270 +
1271 +</manualpage>
1272 +
1273
1274 Zmiany atrybutów dla: docs/manual/howto/access.xml
1275 ___________________________________________________________________
1276 Nazwa: svn:eol-style
1277    + native
1278 Nazwa: svn:keywords
1279    + LastChangedRevision
1280
1281 Index: docs/manual/howto/auth.xml
1282 ===================================================================
1283 --- docs/manual/howto/auth.xml  (.../tags/2.2.0)        (wersja 358411)
1284 +++ docs/manual/howto/auth.xml  (.../branches/2.2.x)    (wersja 358411)
1285 @@ -81,6 +81,10 @@
1286    of the request, but is not part of the authentication provider
1287    system.</p>
1288  
1289 +  <p>You probably also want to take a look at the <a
1290 +  href="access.html">Access Control</a> howto, which discusses the
1291 +  various ways to control access to your server.</p>
1292 +
1293  </section>
1294  
1295  <section id="introduction"><title>Introduction</title>
1296 @@ -91,6 +95,11 @@
1297  
1298      <p>This article covers the "standard" way of protecting parts
1299      of your web site that most of you are going to use.</p>
1300 +
1301 +    <note><title>Note:</title>
1302 +    <p>If your data really needs to be secure, consider using
1303 +    <module>mod_ssl</module> in addition to any authentication.</p>
1304 +    </note>
1305  </section>
1306  
1307  <section id="theprerequisites"><title>The Prerequisites</title>
1308 @@ -128,7 +137,12 @@
1309      <p>Here's the basics of password protecting a directory on your
1310      server.</p>
1311  
1312 -    <p>You'll need to create a password file. This file should be
1313 +    <p>First, you need to create a password file. Exactly how you do
1314 +    this will vary depending on what authentication provider you have
1315 +    chosen. More on that later. To start with, we'll use a text password
1316 +    file.</p>
1317 +
1318 +    <p>This file should be
1319      placed somewhere not accessible from the web. This is so that
1320      folks cannot download the password file. For example, if your
1321      documents are served out of <code>/usr/local/apache/htdocs</code> you
1322 @@ -137,7 +151,10 @@
1323  
1324      <p>To create the file, use the <program>htpasswd</program> utility that
1325      came with Apache. This will be located in the <code>bin</code> directory
1326 -    of wherever you installed Apache. To create the file, type:</p>
1327 +    of wherever you installed Apache. If you have installed Apache from
1328 +    a third-party package, it may be in your execution path.</p>
1329 +    
1330 +    <p>To create the file, type:</p>
1331  
1332      <example>
1333        htpasswd -c /usr/local/apache/passwd/passwords rbowen
1334 @@ -155,8 +172,8 @@
1335  
1336      <p>If <program>htpasswd</program> is not in your path, of course
1337      you'll have to type the full path to the file to get it to run.
1338 -    On my server, it's located at
1339 -    <code>/usr/local/apache/bin/htpasswd</code></p>
1340 +    With a default installation, it's located at
1341 +    <code>/usr/local/apache2/bin/htpasswd</code></p>
1342  
1343      <p>Next, you'll need to configure the server to request a
1344      password and tell the server which users are allowed access.
1345 @@ -172,6 +189,8 @@
1346      <example>
1347        AuthType Basic<br />
1348        AuthName "Restricted Files"<br />
1349 +      # (Following line optional)<br />
1350 +      AuthBasicProvider file<br />
1351        AuthUserFile /usr/local/apache/passwd/passwords<br />
1352        Require user rbowen
1353      </example>
1354 @@ -183,10 +202,11 @@
1355      implemented by <module>mod_auth_basic</module>. It is important to be aware,
1356      however, that Basic authentication sends the password from the client to
1357      the server unencrypted. This method should therefore not be used for
1358 -    highly sensitive data. Apache supports one other authentication method:
1359 +    highly sensitive data, unless accompanied by <module>mod_ssl</module>.
1360 +    Apache supports one other authentication method:
1361      <code>AuthType Digest</code>. This method is implemented by <module
1362 -    >mod_auth_digest</module> and is much more secure. Only the most recent
1363 -    versions of clients are known to support Digest authentication.</p>
1364 +    >mod_auth_digest</module> and is much more secure. Most recent
1365 +    browsers support Digest authentication.</p>
1366  
1367      <p>The <directive module="core">AuthName</directive> directive sets
1368      the <dfn>Realm</dfn> to be used in the authentication. The realm serves
1369 @@ -205,6 +225,13 @@
1370      will always need to ask again for the password whenever the
1371      hostname of the server changes.</p>
1372  
1373 +    <p>The <directive
1374 +    module="mod_auth_basic">AuthBasicProvider</directive> is,
1375 +    in this case, optional, since <code>file</code> is the default value
1376 +    for this directive. You'll need to use this directive if you are
1377 +    choosing a different source for authentication, such as
1378 +    <module>mod_authn_dbm</module> or <module>mod_authn_dbd</module>.</p>
1379 +
1380      <p>The <directive module="mod_authn_file">AuthUserFile</directive>
1381      directive sets the path to the password file that we just
1382      created with <program>htpasswd</program>. If you have a large number
1383 @@ -266,6 +293,8 @@
1384      <example>
1385        AuthType Basic<br />
1386        AuthName "By Invitation Only"<br />
1387 +      # Optional line:
1388 +      AuthBasicProvider file
1389        AuthUserFile /usr/local/apache/passwd/passwords<br />
1390        AuthGroupFile /usr/local/apache/passwd/groups<br />
1391        Require group GroupName
1392 @@ -314,73 +343,31 @@
1393      different authentication method at that time.</p>
1394  </section>
1395  
1396 -<section id="whatotherneatstuffcanido"><title>What other neat stuff can I
1397 -do?</title>
1398 -    <p>Authentication by username and password is only part of the
1399 -    story. Frequently you want to let people in based on something
1400 -    other than who they are. Something such as where they are
1401 -    coming from.</p>
1402 +<section id="dbmdbd"><title>Alternate password storage</title>
1403  
1404 -    <p>The <directive module="mod_authz_host">Allow</directive> and
1405 -    <directive module="mod_authz_host">Deny</directive> directives let
1406 -    you allow and deny access based on the host name, or host
1407 -    address, of the machine requesting a document. The
1408 -    <directive module="mod_authz_host">Order</directive> directive goes
1409 -    hand-in-hand with these two, and tells Apache in which order to
1410 -    apply the filters.</p>
1411 +    <p>Because storing passwords in plain text files has the above
1412 +    problems, you may wish to store your passwords somewhere else, such
1413 +    as in a database.</p>
1414  
1415 -    <p>The usage of these directives is:</p>
1416 +    <p><module>mod_authn_dbm</module> and <module>mod_authn_dbd</module>
1417 +    are two modules which make this possible. Rather than selecting
1418 +    <directive module="mod_auth_basic">AuthBasicSource</directive> file,
1419 +    instead you can choose <code>dbm</code> or <code>dbd</code> as your
1420 +    storage format.</p>
1421  
1422 -    <example>
1423 -      Allow from <var>address</var>
1424 -    </example>
1425 +    <p>To select a dbd file rather than a text file, for example:</p>
1426  
1427 -    <p>where <var>address</var> is an IP address (or a partial IP
1428 -    address) or a fully qualified domain name (or a partial domain
1429 -    name); you may provide multiple addresses or domain names, if
1430 -    desired.</p>
1431 -
1432 -    <p>For example, if you have someone spamming your message
1433 -    board, and you want to keep them out, you could do the
1434 -    following:</p>
1435 -
1436      <example>
1437 -      Deny from 205.252.46.165
1438 +    &lt;Directory /www/docs/private&gt;<br />
1439 +    AuthName "Private"<br />
1440 +    AuthType Basic<br />
1441 +    AuthBasicProvider dbm<br />
1442 +    AuthDBMUserFile /www/passwords/passwd.dbm<br />
1443 +    Require valid-user
1444      </example>
1445  
1446 -    <p>Visitors coming from that address will not be able to see
1447 -    the content covered by this directive. If, instead, you have a
1448 -    machine name, rather than an IP address, you can use that.</p>
1449 -
1450 -    <example>
1451 -      Deny from <var>host.example.com</var>
1452 -    </example>
1453 -
1454 -    <p>And, if you'd like to block access from an entire domain,
1455 -    you can specify just part of an address or domain name:</p>
1456 -
1457 -    <example>
1458 -      Deny from <var>192.101.205</var><br />
1459 -      Deny from <var>cyberthugs.com</var> <var>moreidiots.com</var><br />
1460 -      Deny from ke
1461 -    </example>
1462 -
1463 -    <p>Using <directive module="mod_authz_host">Order</directive> will let you
1464 -    be sure that you are actually restricting things to the group that you want
1465 -    to let in, by combining a <directive
1466 -    module="mod_authz_host">Deny</directive> and an <directive
1467 -    module="mod_authz_host">Allow</directive> directive:</p>
1468 -
1469 -    <example>
1470 -      Order deny,allow<br />
1471 -      Deny from all<br />
1472 -      Allow from <var>dev.example.com</var>
1473 -    </example>
1474 -
1475 -    <p>Listing just the <directive module="mod_authz_host">Allow</directive>
1476 -    directive would not do what you want, because it will let folks from that
1477 -    host in, in addition to letting everyone in. What you want is to let
1478 -    <em>only</em> those folks in.</p>
1479 +    <p>Other options are available. Consult the
1480 +    <module>mod_authn_dbm</module> documentation for more details.</p>
1481  </section>
1482  
1483  <section id="moreinformation"><title>More information</title>
1484 @@ -389,6 +376,10 @@
1485      contain some more information about how this all works.
1486      <module>mod_authn_alias</module> can also help in simplifying certain
1487      authentication configurations.</p>
1488 +
1489 +    <p>And you may want to look at the <a href="access.html">Access
1490 +    Control</a> howto, which discusses a number of related topics.</p>
1491 +
1492  </section>
1493  
1494  </manualpage>
1495 Index: docs/manual/howto/htaccess.html.en
1496 ===================================================================
1497 --- docs/manual/howto/htaccess.html.en  (.../tags/2.2.0)        (wersja 358411)
1498 +++ docs/manual/howto/htaccess.html.en  (.../branches/2.2.x)    (wersja 358411)
1499 @@ -16,7 +16,7 @@
1500  <img alt="" src="../images/feather.gif" /></div>
1501  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1502  <div id="path">
1503 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1504 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1505  <div class="toplang">
1506  <p><span>Available Languages: </span><a href="../en/howto/htaccess.html" title="English">&nbsp;en&nbsp;</a> |
1507  <a href="../ja/howto/htaccess.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1508 Index: docs/manual/howto/cgi.html.ko.euc-kr
1509 ===================================================================
1510 --- docs/manual/howto/cgi.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
1511 +++ docs/manual/howto/cgi.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
1512 @@ -16,7 +16,7 @@
1513  <img alt="" src="../images/feather.gif" /></div>
1514  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1515  <div id="path">
1516 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1517 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1518  <div class="toplang">
1519  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/cgi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1520  <a href="../ja/howto/cgi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1521 Index: docs/manual/howto/ssi.html.en
1522 ===================================================================
1523 --- docs/manual/howto/ssi.html.en       (.../tags/2.2.0)        (wersja 358411)
1524 +++ docs/manual/howto/ssi.html.en       (.../branches/2.2.x)    (wersja 358411)
1525 @@ -16,7 +16,7 @@
1526  <img alt="" src="../images/feather.gif" /></div>
1527  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1528  <div id="path">
1529 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1530 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1531  <div class="toplang">
1532  <p><span>Available Languages: </span><a href="../en/howto/ssi.html" title="English">&nbsp;en&nbsp;</a> |
1533  <a href="../ja/howto/ssi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1534 Index: docs/manual/howto/public_html.html.en
1535 ===================================================================
1536 --- docs/manual/howto/public_html.html.en       (.../tags/2.2.0)        (wersja 358411)
1537 +++ docs/manual/howto/public_html.html.en       (.../branches/2.2.x)    (wersja 358411)
1538 @@ -16,7 +16,7 @@
1539  <img alt="" src="../images/feather.gif" /></div>
1540  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1541  <div id="path">
1542 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1543 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1544  <div class="toplang">
1545  <p><span>Available Languages: </span><a href="../en/howto/public_html.html" title="English">&nbsp;en&nbsp;</a> |
1546  <a href="../ja/howto/public_html.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1547 Index: docs/manual/howto/index.html.ko.euc-kr
1548 ===================================================================
1549 --- docs/manual/howto/index.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
1550 +++ docs/manual/howto/index.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
1551 @@ -16,12 +16,14 @@
1552  <img alt="" src="../images/feather.gif" /></div>
1553  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1554  <div id="path">
1555 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1556 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1557  <div class="toplang">
1558  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1559  <a href="../ja/howto/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1560  <a href="../ko/howto/" title="Korean">&nbsp;ko&nbsp;</a></p>
1561  </div>
1562 +<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
1563 +            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
1564  </div>
1565  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
1566  <div class="section">
1567 Index: docs/manual/howto/auth.xml.ko
1568 ===================================================================
1569 --- docs/manual/howto/auth.xml.ko       (.../tags/2.2.0)        (wersja 358411)
1570 +++ docs/manual/howto/auth.xml.ko       (.../branches/2.2.x)    (wersja 358411)
1571 @@ -1,7 +1,7 @@
1572  <?xml version='1.0' encoding='EUC-KR' ?>
1573  <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
1574  <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
1575 -<!-- English Revision: 105989:345066 (outdated) -->
1576 +<!-- English Revision: 105989:356011 (outdated) -->
1577  
1578  <!--
1579   Copyright 2004-2005 The Apache Software Foundation or its licensors,
1580 Index: docs/manual/howto/index.html.en
1581 ===================================================================
1582 --- docs/manual/howto/index.html.en     (.../tags/2.2.0)        (wersja 358411)
1583 +++ docs/manual/howto/index.html.en     (.../branches/2.2.x)    (wersja 358411)
1584 @@ -16,7 +16,7 @@
1585  <img alt="" src="../images/feather.gif" /></div>
1586  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1587  <div id="path">
1588 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1589 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1590  <div class="toplang">
1591  <p><span>Available Languages: </span><a href="../en/howto/" title="English">&nbsp;en&nbsp;</a> |
1592  <a href="../ja/howto/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1593 @@ -30,18 +30,30 @@
1594      
1595  
1596      <dl>
1597 -      <dt>Authentication</dt>
1598 +      <dt>Authentication and Authorization</dt>
1599        <dd>
1600          <p>Authentication is any process by which you verify that
1601          someone is who they claim they are. Authorization is any
1602          process by which someone is allowed to be where they want to
1603          go, or to have information that they want to have.</p>
1604  
1605 -        <p>See: <a href="auth.html">Authentication, Authorization, and Access Control</a></p>
1606 +        <p>See: <a href="auth.html">Authentication, Authorization</a></p>
1607        </dd>
1608      </dl>
1609  
1610      <dl>
1611 +      <dt>Access Control</dt>
1612 +      <dd>
1613 +        <p>Access control refers to the process of restricting, or
1614 +        granting access to a resource based on arbitrary criteria. There
1615 +        are a variety of different ways that this can be
1616 +        accomplished.</p>
1617 +
1618 +        <p>See: <a href="access.html">Access Control</a></p>
1619 +      </dd>
1620 +    </dl>
1621 +
1622 +   <dl>
1623        <dt>Dynamic Content with CGI</dt>
1624        <dd>
1625          <p>The CGI (Common Gateway Interface) defines a way for a web
1626 Index: docs/manual/howto/htaccess.html.ja.euc-jp
1627 ===================================================================
1628 --- docs/manual/howto/htaccess.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
1629 +++ docs/manual/howto/htaccess.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
1630 @@ -16,7 +16,7 @@
1631  <img alt="" src="../images/feather.gif" /></div>
1632  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1633  <div id="path">
1634 -<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>
1635 +<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>
1636  <div class="toplang">
1637  <p><span>Available Languages: </span><a href="../en/howto/htaccess.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1638  <a href="../ja/howto/htaccess.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1639 Index: docs/manual/index.html.de
1640 ===================================================================
1641 --- docs/manual/index.html.de   (.../tags/2.2.0)        (wersja 358411)
1642 +++ docs/manual/index.html.de   (.../branches/2.2.x)    (wersja 358411)
1643 @@ -18,7 +18,7 @@
1644  <img alt="" src="./images/feather.gif" /></div>
1645  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1646  <div id="path">
1647 -<a href="http://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>
1648 +<a href="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>
1649  <div id="page-content"><h1>Dokumentation zum Apache HTTP Server Version
1650  2.2</h1>
1651  <div class="toplang">
1652 Index: docs/manual/glossary.html.ko.euc-kr
1653 ===================================================================
1654 --- docs/manual/glossary.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
1655 +++ docs/manual/glossary.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
1656 @@ -16,7 +16,7 @@
1657  <img alt="" src="./images/feather.gif" /></div>
1658  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1659  <div id="path">
1660 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1661 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1662  <div class="toplang">
1663  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/glossary.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1664  <a href="./en/glossary.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1665 Index: docs/manual/custom-error.html.en
1666 ===================================================================
1667 --- docs/manual/custom-error.html.en    (.../tags/2.2.0)        (wersja 358411)
1668 +++ docs/manual/custom-error.html.en    (.../branches/2.2.x)    (wersja 358411)
1669 @@ -16,7 +16,7 @@
1670  <img alt="" src="./images/feather.gif" /></div>
1671  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1672  <div id="path">
1673 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1674 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1675  <div class="toplang">
1676  <p><span>Available Languages: </span><a href="./en/custom-error.html" title="English">&nbsp;en&nbsp;</a> |
1677  <a href="./es/custom-error.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
1678 Index: docs/manual/custom-error.html.es
1679 ===================================================================
1680 --- docs/manual/custom-error.html.es    (.../tags/2.2.0)        (wersja 358411)
1681 +++ docs/manual/custom-error.html.es    (.../branches/2.2.x)    (wersja 358411)
1682 @@ -16,7 +16,7 @@
1683  <img alt="" src="./images/feather.gif" /></div>
1684  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1685  <div id="path">
1686 -<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>
1687 +<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>
1688  <div class="toplang">
1689  <p><span>Idiomas disponibles: </span><a href="./en/custom-error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1690  <a href="./es/custom-error.html" title="Español">&nbsp;es&nbsp;</a> |
1691 Index: docs/manual/upgrading.xml
1692 ===================================================================
1693 --- docs/manual/upgrading.xml   (.../tags/2.2.0)        (wersja 358411)
1694 +++ docs/manual/upgrading.xml   (.../branches/2.2.x)    (wersja 358411)
1695 @@ -43,14 +43,24 @@
1696  
1697    <section id="compile-time">
1698      <title>Compile-Time Configuration Changes</title>
1699 +
1700 +    <p>The compilation process is very similar to the one used in
1701 +    version 2.0.  Your old <code>configure</code> command line (as
1702 +    found in <code>build/config.nice</code> in the installed server
1703 +    directory) can be used in some cases.  The most significant change
1704 +    required will be to account for changes in module names, in
1705 +    particular for the authentication and authorization modules.
1706 +    Some details of changes:</p>
1707 +
1708      <ul>
1709 -      <li>Upgraded to require the APR 1.0 API.</li>
1710 -      <li>Updated bundled PCRE version to 5.0</li>
1711        <li>mod_imap has been renamed to <module>mod_imagemap</module></li>
1712 -      <li>mod_auth has been split up into <module>mod_auth_basic</module>
1713 -          and <module>mod_authn_file</module></li>
1714 +      <li>mod_auth has been split up into <module>mod_auth_basic</module>,
1715 +          <module>mod_authn_file</module>, <module>mod_authz_user</module>, and
1716 +          <module>mod_authz_groupfile</module></li>
1717        <li>mod_access has been renamed to <module>mod_authz_host</module></li>
1718        <li>mod_auth_ldap has been renamed to <module>mod_authnz_ldap</module></li>
1719 +      <li>Upgraded to require the APR 1.0 API.</li>
1720 +      <li>Updated bundled PCRE version to 5.0</li>
1721      </ul>
1722  
1723    </section>
1724 @@ -58,21 +68,33 @@
1725    <section id="run-time">
1726      <title>Run-Time Configuration Changes</title>
1727  
1728 +    <p>Your existing version 2.0 config files and startup scripts can
1729 +      usually be used unchanged in version 2.2.  Some small
1730 +      adjustments may be necessary for particular configurations as
1731 +      discussed below.  In addition, if you dynamically load the
1732 +      standard modules using the <directive
1733 +      module="mod_so">LoadModule</directive> directive, then you will
1734 +      need to account for the module name changes mentioned above.</p>
1735 +
1736 +    <p>If you choose to use the new default
1737 +      configuration file for version 2.2, you will find that it has
1738 +      been greatly simplified by removing all but the most essential
1739 +      configuration settings.  A set of example configuration settings
1740 +      for more advanced features is present in the
1741 +      <code>conf/extra/</code> directory of the installed server.  Default
1742 +      configuration files are installed in the <code>conf/original</code>
1743 +      directory.</p>
1744 +
1745 +    <p>Some runtime configuration changes that you may notice:</p>
1746 +
1747      <ul>
1748 -      <li>The config file <code>httpd.conf</code> distributed with the
1749 -      Apache HTTP Server has been greatly simplified by removing all
1750 -      but the most essential configuration settings.  A set of example
1751 -      configuration settings for more advanced features is present in
1752 -      the <code>conf/extra/</code> directory of the installed
1753 -      server.</li>
1754 -
1755        <li>The <program>apachectl</program> option
1756 -      <code>startssl</code> is no longer available.  To enable ssl
1757 +      <code>startssl</code> is no longer available.  To enable SSL
1758        support, you should edit <code>httpd.conf</code> to include the
1759        relevant <module>mod_ssl</module> directives and then use
1760        <code>apachectl start</code> to start the server.  An example
1761 -      configuration to activate <module>mod_ssl</module> has been included
1762 -      in <code>conf/extra/httpd-ssl.conf</code>.</li>
1763 +      configuration to activate <module>mod_ssl</module> has been
1764 +      included in <code>conf/extra/httpd-ssl.conf</code>.</li>
1765  
1766        <li>The default setting of <directive
1767        module="core">UseCanonicalName</directive> is now
1768 @@ -115,5 +137,9 @@
1769    <section id="third-party">
1770      <title>Third Party Modules</title>
1771  
1772 +   <p>Many third-party modules designed for version 2.0 will work
1773 +   unchanged with the the Apache HTTP Server version 2.2.  But all
1774 +   modules must be recompiled before being loaded.</p>
1775 +
1776    </section>
1777  </manualpage>
1778 Index: docs/manual/bind.html.en
1779 ===================================================================
1780 --- docs/manual/bind.html.en    (.../tags/2.2.0)        (wersja 358411)
1781 +++ docs/manual/bind.html.en    (.../branches/2.2.x)    (wersja 358411)
1782 @@ -16,7 +16,7 @@
1783  <img alt="" src="./images/feather.gif" /></div>
1784  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1785  <div id="path">
1786 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1787 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1788  <div class="toplang">
1789  <p><span>Available Languages: </span><a href="./de/bind.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1790  <a href="./en/bind.html" title="English">&nbsp;en&nbsp;</a> |
1791 Index: docs/manual/filter.html.ja.euc-jp
1792 ===================================================================
1793 --- docs/manual/filter.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
1794 +++ docs/manual/filter.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
1795 @@ -16,7 +16,7 @@
1796  <img alt="" src="./images/feather.gif" /></div>
1797  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1798  <div id="path">
1799 -<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>
1800 +<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>
1801  <div class="toplang">
1802  <p><span>Available Languages: </span><a href="./en/filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1803  <a href="./es/filter.html" hreflang="es" rel="alternate" title="Espa\8f«Ðol">&nbsp;es&nbsp;</a> |
1804 Index: docs/manual/new_features_2_0.html.ja.euc-jp
1805 ===================================================================
1806 --- docs/manual/new_features_2_0.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
1807 +++ docs/manual/new_features_2_0.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
1808 @@ -16,7 +16,7 @@
1809  <img alt="" src="./images/feather.gif" /></div>
1810  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1811  <div id="path">
1812 -<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>
1813 +<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>
1814  <div class="toplang">
1815  <p><span>Available Languages: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1816  <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1817 Index: docs/manual/content-negotiation.html.ja.euc-jp
1818 ===================================================================
1819 --- docs/manual/content-negotiation.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
1820 +++ docs/manual/content-negotiation.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
1821 @@ -16,7 +16,7 @@
1822  <img alt="" src="./images/feather.gif" /></div>
1823  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1824  <div id="path">
1825 -<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>
1826 +<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>
1827  <div class="toplang">
1828  <p><span>Available Languages: </span><a href="./en/content-negotiation.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1829  <a href="./ja/content-negotiation.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1830 Index: docs/manual/index.html.en
1831 ===================================================================
1832 --- docs/manual/index.html.en   (.../tags/2.2.0)        (wersja 358411)
1833 +++ docs/manual/index.html.en   (.../branches/2.2.x)    (wersja 358411)
1834 @@ -18,7 +18,7 @@
1835  <img alt="" src="./images/feather.gif" /></div>
1836  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1837  <div id="path">
1838 -<a href="http://www.apache.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>
1839 +<a href="http://www.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>
1840  <div id="page-content"><h1>Apache HTTP Server Version 2.2
1841  Documentation</h1>
1842  <div class="toplang">
1843 Index: docs/manual/bind.html.ko.euc-kr
1844 ===================================================================
1845 --- docs/manual/bind.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
1846 +++ docs/manual/bind.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
1847 @@ -16,7 +16,7 @@
1848  <img alt="" src="./images/feather.gif" /></div>
1849  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1850  <div id="path">
1851 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1852 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1853  <div class="toplang">
1854  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/bind.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1855  <a href="./en/bind.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1856 Index: docs/manual/index.html.es
1857 ===================================================================
1858 --- docs/manual/index.html.es   (.../tags/2.2.0)        (wersja 358411)
1859 +++ docs/manual/index.html.es   (.../branches/2.2.x)    (wersja 358411)
1860 @@ -18,7 +18,7 @@
1861  <img alt="" src="./images/feather.gif" /></div>
1862  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1863  <div id="path">
1864 -<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>
1865 +<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>
1866  <div id="page-content"><h1>Versión 2.2 de la documentación del
1867  Servidor de HTTP Apache</h1>
1868  <div class="toplang">
1869 Index: docs/manual/logs.html.ja.euc-jp
1870 ===================================================================
1871 --- docs/manual/logs.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
1872 +++ docs/manual/logs.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
1873 @@ -16,7 +16,7 @@
1874  <img alt="" src="./images/feather.gif" /></div>
1875  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1876  <div id="path">
1877 -<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>
1878 +<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>
1879  <div class="toplang">
1880  <p><span>Available Languages: </span><a href="./en/logs.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1881  <a href="./ja/logs.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1882 Index: docs/manual/bind.html.fr
1883 ===================================================================
1884 --- docs/manual/bind.html.fr    (.../tags/2.2.0)        (wersja 358411)
1885 +++ docs/manual/bind.html.fr    (.../branches/2.2.x)    (wersja 358411)
1886 @@ -16,7 +16,7 @@
1887  <img alt="" src="./images/feather.gif" /></div>
1888  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1889  <div id="path">
1890 -<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>
1891 +<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>
1892  <div class="toplang">
1893  <p><span>Langues Disponibles: </span><a href="./de/bind.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1894  <a href="./en/bind.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1895 Index: docs/manual/install.xml.de
1896 ===================================================================
1897 --- docs/manual/install.xml.de  (.../tags/2.2.0)        (wersja 358411)
1898 +++ docs/manual/install.xml.de  (.../branches/2.2.x)    (wersja 358411)
1899 @@ -1,7 +1,7 @@
1900  <?xml version='1.0' encoding='UTF-8' ?>
1901  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
1902  <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
1903 -<!-- English Revision: 333030:344412 (outdated) -->
1904 +<!-- English Revision: 333030:350287 (outdated) -->
1905  
1906  <!--
1907   Copyright 2002-2005 The Apache Software Foundation or its licensors,
1908 Index: docs/manual/dns-caveats.html.ko.euc-kr
1909 ===================================================================
1910 --- docs/manual/dns-caveats.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
1911 +++ docs/manual/dns-caveats.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
1912 @@ -16,7 +16,7 @@
1913  <img alt="" src="./images/feather.gif" /></div>
1914  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1915  <div id="path">
1916 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1917 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1918  <div class="toplang">
1919  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/dns-caveats.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1920  <a href="./ja/dns-caveats.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1921 Index: docs/manual/server-wide.html.ja.euc-jp
1922 ===================================================================
1923 --- docs/manual/server-wide.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
1924 +++ docs/manual/server-wide.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
1925 @@ -16,7 +16,7 @@
1926  <img alt="" src="./images/feather.gif" /></div>
1927  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1928  <div id="path">
1929 -<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>
1930 +<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>
1931  <div class="toplang">
1932  <p><span>Available Languages: </span><a href="./en/server-wide.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1933  <a href="./ja/server-wide.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1934 Index: docs/manual/urlmapping.html.ko.euc-kr
1935 ===================================================================
1936 --- docs/manual/urlmapping.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
1937 +++ docs/manual/urlmapping.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
1938 @@ -16,7 +16,7 @@
1939  <img alt="" src="./images/feather.gif" /></div>
1940  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1941  <div id="path">
1942 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1943 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1944  <div class="toplang">
1945  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/urlmapping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1946  <a href="./ja/urlmapping.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1947 Index: docs/manual/mod/mod_dav_fs.html.ja.euc-jp
1948 ===================================================================
1949 --- docs/manual/mod/mod_dav_fs.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
1950 +++ docs/manual/mod/mod_dav_fs.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
1951 @@ -17,7 +17,7 @@
1952  <img alt="" src="../images/feather.gif" /></div>
1953  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1954  <div id="path">
1955 -<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>
1956 +<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>
1957  <div id="page-content">
1958  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dav_fs</h1>
1959  <div class="toplang">
1960 Index: docs/manual/mod/mod_log_config.html.ja.euc-jp
1961 ===================================================================
1962 --- docs/manual/mod/mod_log_config.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
1963 +++ docs/manual/mod/mod_log_config.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
1964 @@ -17,7 +17,7 @@
1965  <img alt="" src="../images/feather.gif" /></div>
1966  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1967  <div id="path">
1968 -<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>
1969 +<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>
1970  <div id="page-content">
1971  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_log_config</h1>
1972  <div class="toplang">
1973 Index: docs/manual/mod/mod_unique_id.html.en
1974 ===================================================================
1975 --- docs/manual/mod/mod_unique_id.html.en       (.../tags/2.2.0)        (wersja 358411)
1976 +++ docs/manual/mod/mod_unique_id.html.en       (.../branches/2.2.x)    (wersja 358411)
1977 @@ -17,7 +17,7 @@
1978  <img alt="" src="../images/feather.gif" /></div>
1979  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1980  <div id="path">
1981 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1982 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1983  <div id="page-content">
1984  <div id="preamble"><h1>Apache Module mod_unique_id</h1>
1985  <div class="toplang">
1986 Index: docs/manual/mod/mod_authn_default.html.en
1987 ===================================================================
1988 --- docs/manual/mod/mod_authn_default.html.en   (.../tags/2.2.0)        (wersja 358411)
1989 +++ docs/manual/mod/mod_authn_default.html.en   (.../branches/2.2.x)    (wersja 358411)
1990 @@ -17,7 +17,7 @@
1991  <img alt="" src="../images/feather.gif" /></div>
1992  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1993  <div id="path">
1994 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1995 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1996  <div id="page-content">
1997  <div id="preamble"><h1>Apache Module mod_authn_default</h1>
1998  <div class="toplang">
1999 Index: docs/manual/mod/mod_headers.html.ja.euc-jp
2000 ===================================================================
2001 --- docs/manual/mod/mod_headers.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
2002 +++ docs/manual/mod/mod_headers.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
2003 @@ -17,7 +17,7 @@
2004  <img alt="" src="../images/feather.gif" /></div>
2005  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2006  <div id="path">
2007 -<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>
2008 +<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>
2009  <div id="page-content">
2010  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_headers</h1>
2011  <div class="toplang">
2012 Index: docs/manual/mod/mod_dir.html.ja.euc-jp
2013 ===================================================================
2014 --- docs/manual/mod/mod_dir.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
2015 +++ docs/manual/mod/mod_dir.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
2016 @@ -17,7 +17,7 @@
2017  <img alt="" src="../images/feather.gif" /></div>
2018  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2019  <div id="path">
2020 -<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>
2021 +<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>
2022  <div id="page-content">
2023  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dir</h1>
2024  <div class="toplang">
2025 Index: docs/manual/mod/mod_negotiation.html.ja.euc-jp
2026 ===================================================================
2027 --- docs/manual/mod/mod_negotiation.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
2028 +++ docs/manual/mod/mod_negotiation.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
2029 @@ -17,7 +17,7 @@
2030  <img alt="" src="../images/feather.gif" /></div>
2031  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2032  <div id="path">
2033 -<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>
2034 +<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>
2035  <div id="page-content">
2036  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_negotiation</h1>
2037  <div class="toplang">
2038 Index: docs/manual/mod/mod_authn_anon.html.en
2039 ===================================================================
2040 --- docs/manual/mod/mod_authn_anon.html.en      (.../tags/2.2.0)        (wersja 358411)
2041 +++ docs/manual/mod/mod_authn_anon.html.en      (.../branches/2.2.x)    (wersja 358411)
2042 @@ -17,7 +17,7 @@
2043  <img alt="" src="../images/feather.gif" /></div>
2044  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2045  <div id="path">
2046 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2047 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2048  <div id="page-content">
2049  <div id="preamble"><h1>Apache Module mod_authn_anon</h1>
2050  <div class="toplang">
2051 Index: docs/manual/mod/mod_setenvif.html.ja.euc-jp
2052 ===================================================================
2053 --- docs/manual/mod/mod_setenvif.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
2054 +++ docs/manual/mod/mod_setenvif.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
2055 @@ -17,7 +17,7 @@
2056  <img alt="" src="../images/feather.gif" /></div>
2057  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2058  <div id="path">
2059 -<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>
2060 +<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>
2061  <div id="page-content">
2062  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_setenvif</h1>
2063  <div class="toplang">
2064 Index: docs/manual/mod/mod_authz_default.html.en
2065 ===================================================================
2066 --- docs/manual/mod/mod_authz_default.html.en   (.../tags/2.2.0)        (wersja 358411)
2067 +++ docs/manual/mod/mod_authz_default.html.en   (.../branches/2.2.x)    (wersja 358411)
2068 @@ -17,7 +17,7 @@
2069  <img alt="" src="../images/feather.gif" /></div>
2070  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2071  <div id="path">
2072 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2073 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2074  <div id="page-content">
2075  <div id="preamble"><h1>Apache Module mod_authz_default</h1>
2076  <div class="toplang">
2077 Index: docs/manual/mod/mod_setenvif.html.en
2078 ===================================================================
2079 --- docs/manual/mod/mod_setenvif.html.en        (.../tags/2.2.0)        (wersja 358411)
2080 +++ docs/manual/mod/mod_setenvif.html.en        (.../branches/2.2.x)    (wersja 358411)
2081 @@ -17,7 +17,7 @@
2082  <img alt="" src="../images/feather.gif" /></div>
2083  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2084  <div id="path">
2085 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2086 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2087  <div id="page-content">
2088  <div id="preamble"><h1>Apache Module mod_setenvif</h1>
2089  <div class="toplang">
2090 Index: docs/manual/mod/quickreference.html.ko.euc-kr
2091 ===================================================================
2092 --- docs/manual/mod/quickreference.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
2093 +++ docs/manual/mod/quickreference.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
2094 @@ -17,7 +17,7 @@
2095  <img alt="" src="../images/feather.gif" /></div>
2096  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2097  <div id="path">
2098 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2099 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2100  <div id="preamble"><h1>Áö½Ã¾î ºü¸¥ÂüÁ¶</h1>
2101  <div class="toplang">
2102  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/mod/quickreference.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2103 @@ -315,10 +315,10 @@
2104  presence or absence of a specific module</td></tr>
2105  <tr><td><a href="mod_version.html#ifversion">&lt;IfVersion [[!]<var>operator</var>] <var>version</var>&gt; ...
2106  &lt;/IfVersion&gt;</a></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">¹öÀüº° ¼³Á¤À» ¹­´Â´Ù</td></tr>
2107 -<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>
2108 -<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">À̹ÌÁö¸Ê¿¡ ¾î´À ¿µ¿ª¿¡µµ ÇØ´çÇÏÁö ¾Ê´Â ÁÂÇ¥¸¦ ÁØ
2109 +<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>
2110 +<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">À̹ÌÁö¸Ê¿¡ ¾î´À ¿µ¿ª¿¡µµ ÇØ´çÇÏÁö ¾Ê´Â ÁÂÇ¥¸¦ ÁØ
2111  °æ¿ì ±âº» Çൿ</td></tr>
2112 -<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>
2113 +<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>
2114  <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
2115  the server configuration files</td></tr>
2116  <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>
2117 Index: docs/manual/mod/mod_suexec.html.en
2118 ===================================================================
2119 --- docs/manual/mod/mod_suexec.html.en  (.../tags/2.2.0)        (wersja 358411)
2120 +++ docs/manual/mod/mod_suexec.html.en  (.../branches/2.2.x)    (wersja 358411)
2121 @@ -17,7 +17,7 @@
2122  <img alt="" src="../images/feather.gif" /></div>
2123  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2124  <div id="path">
2125 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2126 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2127  <div id="page-content">
2128  <div id="preamble"><h1>Apache Module mod_suexec</h1>
2129  <div class="toplang">
2130 Index: docs/manual/mod/mod_version.html.ja.euc-jp
2131 ===================================================================
2132 --- docs/manual/mod/mod_version.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
2133 +++ docs/manual/mod/mod_version.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
2134 @@ -17,7 +17,7 @@
2135  <img alt="" src="../images/feather.gif" /></div>
2136  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2137  <div id="path">
2138 -<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>
2139 +<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>
2140  <div id="page-content">
2141  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_version</h1>
2142  <div class="toplang">
2143 Index: docs/manual/mod/mpmt_os2.html.en
2144 ===================================================================
2145 --- docs/manual/mod/mpmt_os2.html.en    (.../tags/2.2.0)        (wersja 358411)
2146 +++ docs/manual/mod/mpmt_os2.html.en    (.../branches/2.2.x)    (wersja 358411)
2147 @@ -17,7 +17,7 @@
2148  <img alt="" src="../images/feather.gif" /></div>
2149  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2150  <div id="path">
2151 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2152 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2153  <div id="page-content">
2154  <div id="preamble"><h1>Apache MPM os2</h1>
2155  <div class="toplang">
2156 Index: docs/manual/mod/mod_auth_digest.xml.ko
2157 ===================================================================
2158 --- docs/manual/mod/mod_auth_digest.xml.ko      (.../tags/2.2.0)        (wersja 358411)
2159 +++ docs/manual/mod/mod_auth_digest.xml.ko      (.../branches/2.2.x)    (wersja 358411)
2160 @@ -1,7 +1,7 @@
2161  <?xml version="1.0" encoding="EUC-KR" ?>
2162  <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
2163  <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
2164 -<!-- English Revision: 105989:345066 (outdated) -->
2165 +<!-- English Revision: 105989:355991 (outdated) -->
2166  
2167  <!--
2168   Copyright 2004-2005 The Apache Software Foundation or its licensors,
2169 Index: docs/manual/mod/mod_ext_filter.html.en
2170 ===================================================================
2171 --- docs/manual/mod/mod_ext_filter.html.en      (.../tags/2.2.0)        (wersja 358411)
2172 +++ docs/manual/mod/mod_ext_filter.html.en      (.../branches/2.2.x)    (wersja 358411)
2173 @@ -17,7 +17,7 @@
2174  <img alt="" src="../images/feather.gif" /></div>
2175  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2176  <div id="path">
2177 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2178 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2179  <div id="page-content">
2180  <div id="preamble"><h1>Apache Module mod_ext_filter</h1>
2181  <div class="toplang">
2182 Index: docs/manual/mod/mod_authn_file.html.en
2183 ===================================================================
2184 --- docs/manual/mod/mod_authn_file.html.en      (.../tags/2.2.0)        (wersja 358411)
2185 +++ docs/manual/mod/mod_authn_file.html.en      (.../branches/2.2.x)    (wersja 358411)
2186 @@ -17,7 +17,7 @@
2187  <img alt="" src="../images/feather.gif" /></div>
2188  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2189  <div id="path">
2190 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2191 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2192  <div id="page-content">
2193  <div id="preamble"><h1>Apache Module mod_authn_file</h1>
2194  <div class="toplang">
2195 Index: docs/manual/mod/mod_userdir.html.ja.euc-jp
2196 ===================================================================
2197 --- docs/manual/mod/mod_userdir.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
2198 +++ docs/manual/mod/mod_userdir.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
2199 @@ -17,7 +17,7 @@
2200  <img alt="" src="../images/feather.gif" /></div>
2201  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2202  <div id="path">
2203 -<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>
2204 +<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>
2205  <div id="page-content">
2206  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_userdir</h1>
2207  <div class="toplang">
2208 Index: docs/manual/mod/mod_expires.html.ja.euc-jp
2209 ===================================================================
2210 --- docs/manual/mod/mod_expires.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
2211 +++ docs/manual/mod/mod_expires.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
2212 @@ -17,7 +17,7 @@
2213  <img alt="" src="../images/feather.gif" /></div>
2214  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2215  <div id="path">
2216 -<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>
2217 +<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>
2218  <div id="page-content">
2219  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_expires</h1>
2220  <div class="toplang">
2221 Index: docs/manual/mod/worker.xml.de
2222 ===================================================================
2223 --- docs/manual/mod/worker.xml.de       (.../tags/2.2.0)        (wersja 358411)
2224 +++ docs/manual/mod/worker.xml.de       (.../branches/2.2.x)    (wersja 358411)
2225 @@ -1,7 +1,7 @@
2226  <?xml version="1.0"?>
2227  <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
2228  <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
2229 -<!-- English Revision: 290427 -->
2230 +<!-- English Revision: 290427:354167 (outdated) -->
2231  
2232  <!--
2233   Copyright 2003-2005 The Apache Software Foundation or its licensors,
2234 Index: docs/manual/mod/mod_ident.html.ko.euc-kr
2235 ===================================================================
2236 --- docs/manual/mod/mod_ident.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
2237 +++ docs/manual/mod/mod_ident.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
2238 @@ -17,7 +17,7 @@
2239  <img alt="" src="../images/feather.gif" /></div>
2240  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2241  <div id="path">
2242 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2243 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2244  <div id="page-content">
2245  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_ident</h1>
2246  <div class="toplang">
2247 Index: docs/manual/mod/mod_authz_groupfile.html.en
2248 ===================================================================
2249 --- docs/manual/mod/mod_authz_groupfile.html.en (.../tags/2.2.0)        (wersja 358411)
2250 +++ docs/manual/mod/mod_authz_groupfile.html.en (.../branches/2.2.x)    (wersja 358411)
2251 @@ -17,7 +17,7 @@
2252  <img alt="" src="../images/feather.gif" /></div>
2253  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2254  <div id="path">
2255 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2256 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2257  <div id="page-content">
2258  <div id="preamble"><h1>Apache Module mod_authz_groupfile</h1>
2259  <div class="toplang">
2260 Index: docs/manual/mod/mod_asis.html.ja.euc-jp
2261 ===================================================================
2262 --- docs/manual/mod/mod_asis.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
2263 +++ docs/manual/mod/mod_asis.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
2264 @@ -17,7 +17,7 @@
2265  <img alt="" src="../images/feather.gif" /></div>
2266  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2267  <div id="path">
2268 -<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>
2269 +<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>
2270  <div id="page-content">
2271  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_asis</h1>
2272  <div class="toplang">
2273 Index: docs/manual/mod/core.xml.ja
2274 ===================================================================
2275 --- docs/manual/mod/core.xml.ja (.../tags/2.2.0)        (wersja 358411)
2276 +++ docs/manual/mod/core.xml.ja (.../branches/2.2.x)    (wersja 358411)
2277 @@ -1,7 +1,7 @@
2278  <?xml version="1.0" encoding="iso-2022-jp"?>
2279  <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
2280  <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
2281 -<!-- English Revision: 190982:345333 (outdated) -->
2282 +<!-- English Revision: 190982:349779 (outdated) -->
2283  
2284  <!--
2285   Copyright 2003-2005 The Apache Software Foundation or its licensors,
2286 Index: docs/manual/mod/mod_authz_dbm.html.en
2287 ===================================================================
2288 --- docs/manual/mod/mod_authz_dbm.html.en       (.../tags/2.2.0)        (wersja 358411)
2289 +++ docs/manual/mod/mod_authz_dbm.html.en       (.../branches/2.2.x)    (wersja 358411)
2290 @@ -17,7 +17,7 @@
2291  <img alt="" src="../images/feather.gif" /></div>
2292  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2293  <div id="path">
2294 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2295 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2296  <div id="page-content">
2297  <div id="preamble"><h1>Apache Module mod_authz_dbm</h1>
2298  <div class="toplang">
2299 Index: docs/manual/mod/mod_mime.html.en
2300 ===================================================================
2301 --- docs/manual/mod/mod_mime.html.en    (.../tags/2.2.0)        (wersja 358411)
2302 +++ docs/manual/mod/mod_mime.html.en    (.../branches/2.2.x)    (wersja 358411)
2303 @@ -17,7 +17,7 @@
2304  <img alt="" src="../images/feather.gif" /></div>
2305  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2306  <div id="path">
2307 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2308 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2309  <div id="page-content">
2310  <div id="preamble"><h1>Apache Module mod_mime</h1>
2311  <div class="toplang">
2312 Index: docs/manual/mod/mod_logio.html.en
2313 ===================================================================
2314 --- docs/manual/mod/mod_logio.html.en   (.../tags/2.2.0)        (wersja 358411)
2315 +++ docs/manual/mod/mod_logio.html.en   (.../branches/2.2.x)    (wersja 358411)
2316 @@ -17,7 +17,7 @@
2317  <img alt="" src="../images/feather.gif" /></div>
2318  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2319  <div id="path">
2320 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2321 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2322  <div id="page-content">
2323  <div id="preamble"><h1>Apache Module mod_logio</h1>
2324  <div class="toplang">
2325 Index: docs/manual/mod/mod_authz_dbm.html.ko.euc-kr
2326 ===================================================================
2327 --- docs/manual/mod/mod_authz_dbm.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
2328 +++ docs/manual/mod/mod_authz_dbm.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
2329 @@ -17,7 +17,7 @@
2330  <img alt="" src="../images/feather.gif" /></div>
2331  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2332  <div id="path">
2333 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2334 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2335  <div id="page-content">
2336  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_dbm</h1>
2337  <div class="toplang">
2338 Index: docs/manual/mod/mod_dir.html.en
2339 ===================================================================
2340 --- docs/manual/mod/mod_dir.html.en     (.../tags/2.2.0)        (wersja 358411)
2341 +++ docs/manual/mod/mod_dir.html.en     (.../branches/2.2.x)    (wersja 358411)
2342 @@ -17,7 +17,7 @@
2343  <img alt="" src="../images/feather.gif" /></div>
2344  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2345  <div id="path">
2346 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2347 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2348  <div id="page-content">
2349  <div id="preamble"><h1>Apache Module mod_dir</h1>
2350  <div class="toplang">
2351 Index: docs/manual/mod/mod_unique_id.html.ko.euc-kr
2352 ===================================================================
2353 --- docs/manual/mod/mod_unique_id.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
2354 +++ docs/manual/mod/mod_unique_id.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
2355 @@ -17,7 +17,7 @@
2356  <img alt="" src="../images/feather.gif" /></div>
2357  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2358  <div id="path">
2359 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2360 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2361  <div id="page-content">
2362  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_unique_id</h1>
2363  <div class="toplang">
2364 Index: docs/manual/mod/index.html.ja.euc-jp
2365 ===================================================================
2366 --- docs/manual/mod/index.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
2367 +++ docs/manual/mod/index.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
2368 @@ -16,7 +16,7 @@
2369  <img alt="" src="../images/feather.gif" /></div>
2370  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2371  <div id="path">
2372 -<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>
2373 +<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>
2374  <div class="toplang">
2375  <p><span>Available Languages: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2376  <a href="../en/mod/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2377 Index: docs/manual/mod/mod_ssl.html.en
2378 ===================================================================
2379 --- docs/manual/mod/mod_ssl.html.en     (.../tags/2.2.0)        (wersja 358411)
2380 +++ docs/manual/mod/mod_ssl.html.en     (.../branches/2.2.x)    (wersja 358411)
2381 @@ -17,7 +17,7 @@
2382  <img alt="" src="../images/feather.gif" /></div>
2383  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2384  <div id="path">
2385 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2386 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2387  <div id="page-content">
2388  <div id="preamble"><h1>Apache Module mod_ssl</h1>
2389  <div class="toplang">
2390 Index: docs/manual/mod/mod_auth_basic.html.en
2391 ===================================================================
2392 --- docs/manual/mod/mod_auth_basic.html.en      (.../tags/2.2.0)        (wersja 358411)
2393 +++ docs/manual/mod/mod_auth_basic.html.en      (.../branches/2.2.x)    (wersja 358411)
2394 @@ -17,7 +17,7 @@
2395  <img alt="" src="../images/feather.gif" /></div>
2396  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2397  <div id="path">
2398 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2399 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2400  <div id="page-content">
2401  <div id="preamble"><h1>Apache Module mod_auth_basic</h1>
2402  <div class="toplang">
2403 @@ -49,6 +49,9 @@
2404  <ul class="seealso">
2405  <li><code class="directive"><a href="../mod/core.html#authname">AuthName</a></code></li>
2406  <li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li>
2407 +<li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
2408 +<li><code class="directive"><a href="../mod/core.html#satisfy">Satisfy</a></code></li>
2409 +<li><a href="../howto/auth.html">Authentication howto</a></li>
2410  </ul></div>
2411  
2412  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
2413 @@ -99,6 +102,7 @@
2414        &lt;Location /secure&gt;<br />
2415        <span class="indent">
2416          AuthType basic<br />
2417 +        AuthName "private area"<br />
2418          AuthBasicProvider  dbm<br />
2419          AuthDBMType        SDBM<br />
2420          AuthDBMUserFile    /www/etc/dbmpasswd<br />
2421 Index: docs/manual/mod/mod_cgid.html.ko.euc-kr
2422 ===================================================================
2423 --- docs/manual/mod/mod_cgid.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
2424 +++ docs/manual/mod/mod_cgid.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
2425 @@ -17,7 +17,7 @@
2426  <img alt="" src="../images/feather.gif" /></div>
2427  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2428  <div id="path">
2429 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2430 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2431  <div id="page-content">
2432  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_cgid</h1>
2433  <div class="toplang">
2434 Index: docs/manual/mod/mod_autoindex.html.ja.euc-jp
2435 ===================================================================
2436 --- docs/manual/mod/mod_autoindex.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
2437 +++ docs/manual/mod/mod_autoindex.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
2438 @@ -17,7 +17,7 @@
2439  <img alt="" src="../images/feather.gif" /></div>
2440  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2441  <div id="path">
2442 -<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>
2443 +<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>
2444  <div id="page-content">
2445  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_autoindex</h1>
2446  <div class="toplang">
2447 Index: docs/manual/mod/mod_vhost_alias.html.en
2448 ===================================================================
2449 --- docs/manual/mod/mod_vhost_alias.html.en     (.../tags/2.2.0)        (wersja 358411)
2450 +++ docs/manual/mod/mod_vhost_alias.html.en     (.../branches/2.2.x)    (wersja 358411)
2451 @@ -17,7 +17,7 @@
2452  <img alt="" src="../images/feather.gif" /></div>
2453  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2454  <div id="path">
2455 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2456 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2457  <div id="page-content">
2458  <div id="preamble"><h1>Apache Module mod_vhost_alias</h1>
2459  <div class="toplang">
2460 Index: docs/manual/mod/mpm_common.html.ja.euc-jp
2461 ===================================================================
2462 --- docs/manual/mod/mpm_common.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
2463 +++ docs/manual/mod/mpm_common.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
2464 @@ -17,7 +17,7 @@
2465  <img alt="" src="../images/feather.gif" /></div>
2466  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2467  <div id="path">
2468 -<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>
2469 +<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>
2470  <div id="page-content">
2471  <div id="preamble"><h1>Apache MPM ¶¦Ḁ̈ǥ£¥ì¥¯¥Æ¥£¥Ö</h1>
2472  <div class="toplang">
2473 Index: docs/manual/mod/mod_disk_cache.html.en
2474 ===================================================================
2475 --- docs/manual/mod/mod_disk_cache.html.en      (.../tags/2.2.0)        (wersja 358411)
2476 +++ docs/manual/mod/mod_disk_cache.html.en      (.../branches/2.2.x)    (wersja 358411)
2477 @@ -17,7 +17,7 @@
2478  <img alt="" src="../images/feather.gif" /></div>
2479  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2480  <div id="path">
2481 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2482 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2483  <div id="page-content">
2484  <div id="preamble"><h1>Apache Module mod_disk_cache</h1>
2485  <div class="toplang">
2486 Index: docs/manual/mod/mod_deflate.html.ja.euc-jp
2487 ===================================================================
2488 --- docs/manual/mod/mod_deflate.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
2489 +++ docs/manual/mod/mod_deflate.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
2490 @@ -17,7 +17,7 @@
2491  <img alt="" src="../images/feather.gif" /></div>
2492  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2493  <div id="path">
2494 -<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>
2495 +<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>
2496  <div id="page-content">
2497  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_deflate</h1>
2498  <div class="toplang">
2499 Index: docs/manual/mod/mod_filter.html.en
2500 ===================================================================
2501 --- docs/manual/mod/mod_filter.html.en  (.../tags/2.2.0)        (wersja 358411)
2502 +++ docs/manual/mod/mod_filter.html.en  (.../branches/2.2.x)    (wersja 358411)
2503 @@ -17,7 +17,7 @@
2504  <img alt="" src="../images/feather.gif" /></div>
2505  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2506  <div id="path">
2507 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2508 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2509  <div id="page-content">
2510  <div id="preamble"><h1>Apache Module mod_filter</h1>
2511  <div class="toplang">
2512 Index: docs/manual/mod/mod_auth_digest.xml
2513 ===================================================================
2514 --- docs/manual/mod/mod_auth_digest.xml (.../tags/2.2.0)        (wersja 358411)
2515 +++ docs/manual/mod/mod_auth_digest.xml (.../branches/2.2.x)    (wersja 358411)
2516 @@ -39,6 +39,7 @@
2517  <seealso><directive module="core">AuthType</directive></seealso>
2518  <seealso><directive module="core">Require</directive></seealso>
2519  <seealso><directive module="core">Satisfy</directive></seealso>
2520 +<seealso><a href="../howto/auth.html">Authentication howto</a></seealso>
2521  
2522  <section id="using"><title>Using Digest Authentication</title>
2523  
2524 @@ -136,8 +137,8 @@
2525      by the <module>mod_authn_file</module> module.  Make sure
2526      that the chosen provider module is present in the server.</p>
2527  
2528 -    <p>See <module>mod_authn_dbm</module> and <module>mod_authn_file</module>
2529 -    for providers.</p>
2530 +    <p>See <module>mod_authn_dbm</module>, <module>mod_authn_file</module>, 
2531 +    and <module>mod_authn_dbd</module> for providers.</p>
2532  </usage>
2533  </directivesynopsis>
2534  
2535 Index: docs/manual/mod/mod_disk_cache.html.ko.euc-kr
2536 ===================================================================
2537 --- docs/manual/mod/mod_disk_cache.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
2538 +++ docs/manual/mod/mod_disk_cache.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
2539 @@ -17,7 +17,7 @@
2540  <img alt="" src="../images/feather.gif" /></div>
2541  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2542  <div id="path">
2543 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2544 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2545  <div id="page-content">
2546  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_disk_cache</h1>
2547  <div class="toplang">
2548 Index: docs/manual/mod/mod_imagemap.html.en
2549 ===================================================================
2550 --- docs/manual/mod/mod_imagemap.html.en        (.../tags/2.2.0)        (wersja 358411)
2551 +++ docs/manual/mod/mod_imagemap.html.en        (.../branches/2.2.x)    (wersja 358411)
2552 @@ -17,7 +17,7 @@
2553  <img alt="" src="../images/feather.gif" /></div>
2554  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2555  <div id="path">
2556 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2557 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2558  <div id="page-content">
2559  <div id="preamble"><h1>Apache Module mod_imagemap</h1>
2560  <div class="toplang">
2561 @@ -26,7 +26,7 @@
2562  </div>
2563  <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Server-side imagemap processing</td></tr>
2564  <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
2565 -<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>imap_module</td></tr>
2566 +<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>imagemap_module</td></tr>
2567  <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_imagemap.c</td></tr></table>
2568  <h3>Summary</h3>
2569  
2570 Index: docs/manual/mod/mod_authz_user.html.ko.euc-kr
2571 ===================================================================
2572 --- docs/manual/mod/mod_authz_user.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
2573 +++ docs/manual/mod/mod_authz_user.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
2574 @@ -17,7 +17,7 @@
2575  <img alt="" src="../images/feather.gif" /></div>
2576  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2577  <div id="path">
2578 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2579 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2580  <div id="page-content">
2581  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_user</h1>
2582  <div class="toplang">
2583 Index: docs/manual/mod/mod_cern_meta.html.en
2584 ===================================================================
2585 --- docs/manual/mod/mod_cern_meta.html.en       (.../tags/2.2.0)        (wersja 358411)
2586 +++ docs/manual/mod/mod_cern_meta.html.en       (.../branches/2.2.x)    (wersja 358411)
2587 @@ -17,7 +17,7 @@
2588  <img alt="" src="../images/feather.gif" /></div>
2589  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2590  <div id="path">
2591 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2592 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2593  <div id="page-content">
2594  <div id="preamble"><h1>Apache Module mod_cern_meta</h1>
2595  <div class="toplang">
2596 Index: docs/manual/mod/mod_proxy_ajp.html.en
2597 ===================================================================
2598 --- docs/manual/mod/mod_proxy_ajp.html.en       (.../tags/2.2.0)        (wersja 358411)
2599 +++ docs/manual/mod/mod_proxy_ajp.html.en       (.../branches/2.2.x)    (wersja 358411)
2600 @@ -17,7 +17,7 @@
2601  <img alt="" src="../images/feather.gif" /></div>
2602  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2603  <div id="path">
2604 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2605 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2606  <div id="page-content">
2607  <div id="preamble"><h1>Apache Module mod_proxy_ajp</h1>
2608  <div class="toplang">
2609 Index: docs/manual/mod/mod_dav_lock.html.ja.euc-jp
2610 ===================================================================
2611 --- docs/manual/mod/mod_dav_lock.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
2612 +++ docs/manual/mod/mod_dav_lock.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
2613 @@ -17,7 +17,7 @@
2614  <img alt="" src="../images/feather.gif" /></div>
2615  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2616  <div id="path">
2617 -<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>
2618 +<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>
2619  <div id="page-content">
2620  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dav_lock</h1>
2621  <div class="toplang">
2622 Index: docs/manual/mod/mod_isapi.html.ko.euc-kr
2623 ===================================================================
2624 --- docs/manual/mod/mod_isapi.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
2625 +++ docs/manual/mod/mod_isapi.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
2626 @@ -17,7 +17,7 @@
2627  <img alt="" src="../images/feather.gif" /></div>
2628  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2629  <div id="path">
2630 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2631 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2632  <div id="page-content">
2633  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_isapi</h1>
2634  <div class="toplang">
2635 Index: docs/manual/mod/mod_ident.html.en
2636 ===================================================================
2637 --- docs/manual/mod/mod_ident.html.en   (.../tags/2.2.0)        (wersja 358411)
2638 +++ docs/manual/mod/mod_ident.html.en   (.../branches/2.2.x)    (wersja 358411)
2639 @@ -17,7 +17,7 @@
2640  <img alt="" src="../images/feather.gif" /></div>
2641  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2642  <div id="path">
2643 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2644 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2645  <div id="page-content">
2646  <div id="preamble"><h1>Apache Module mod_ident</h1>
2647  <div class="toplang">
2648 Index: docs/manual/mod/mod_dav.html.ko.euc-kr
2649 ===================================================================
2650 --- docs/manual/mod/mod_dav.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
2651 +++ docs/manual/mod/mod_dav.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
2652 @@ -17,7 +17,7 @@
2653  <img alt="" src="../images/feather.gif" /></div>
2654  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2655  <div id="path">
2656 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2657 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2658  <div id="page-content">
2659  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_dav</h1>
2660  <div class="toplang">
2661 Index: docs/manual/mod/mod_cgi.html.ja.euc-jp
2662 ===================================================================
2663 --- docs/manual/mod/mod_cgi.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
2664 +++ docs/manual/mod/mod_cgi.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
2665 @@ -17,7 +17,7 @@
2666  <img alt="" src="../images/feather.gif" /></div>
2667  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2668  <div id="path">
2669 -<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>
2670 +<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>
2671  <div id="page-content">
2672  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_cgi</h1>
2673  <div class="toplang">
2674 Index: docs/manual/mod/mpm_winnt.html.ja.euc-jp
2675 ===================================================================
2676 --- docs/manual/mod/mpm_winnt.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
2677 +++ docs/manual/mod/mpm_winnt.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
2678 @@ -17,7 +17,7 @@
2679  <img alt="" src="../images/feather.gif" /></div>
2680  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2681  <div id="path">
2682 -<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>
2683 +<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>
2684  <div id="page-content">
2685  <div id="preamble"><h1>Apache MPM winnt</h1>
2686  <div class="toplang">
2687 Index: docs/manual/mod/mod_authz_host.html.en
2688 ===================================================================
2689 --- docs/manual/mod/mod_authz_host.html.en      (.../tags/2.2.0)        (wersja 358411)
2690 +++ docs/manual/mod/mod_authz_host.html.en      (.../branches/2.2.x)    (wersja 358411)
2691 @@ -17,7 +17,7 @@
2692  <img alt="" src="../images/feather.gif" /></div>
2693  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2694  <div id="path">
2695 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2696 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2697  <div id="page-content">
2698  <div id="preamble"><h1>Apache Module mod_authz_host</h1>
2699  <div class="toplang">
2700 Index: docs/manual/mod/worker.xml.ja
2701 ===================================================================
2702 --- docs/manual/mod/worker.xml.ja       (.../tags/2.2.0)        (wersja 358411)
2703 +++ docs/manual/mod/worker.xml.ja       (.../branches/2.2.x)    (wersja 358411)
2704 @@ -1,7 +1,7 @@
2705  <?xml version="1.0" encoding="iso-2022-jp"?>
2706  <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
2707  <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
2708 -<!-- English Revision: 151408:290427 (outdated) -->
2709 +<!-- English Revision: 151408:354167 (outdated) -->
2710  
2711  <!--
2712   Copyright 2002-2005 The Apache Software Foundation or its licensors,
2713 Index: docs/manual/mod/mod_mem_cache.html.en
2714 ===================================================================
2715 --- docs/manual/mod/mod_mem_cache.html.en       (.../tags/2.2.0)        (wersja 358411)
2716 +++ docs/manual/mod/mod_mem_cache.html.en       (.../branches/2.2.x)    (wersja 358411)
2717 @@ -17,7 +17,7 @@
2718  <img alt="" src="../images/feather.gif" /></div>
2719  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2720  <div id="path">
2721 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2722 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2723  <div id="page-content">
2724  <div id="preamble"><h1>Apache Module mod_mem_cache</h1>
2725  <div class="toplang">
2726 Index: docs/manual/mod/mod_logio.html.ko.euc-kr
2727 ===================================================================
2728 --- docs/manual/mod/mod_logio.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
2729 +++ docs/manual/mod/mod_logio.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
2730 @@ -17,7 +17,7 @@
2731  <img alt="" src="../images/feather.gif" /></div>
2732  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2733  <div id="path">
2734 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2735 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2736  <div id="page-content">
2737  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_logio</h1>
2738  <div class="toplang">
2739 Index: docs/manual/mod/mod_env.html.ko.euc-kr
2740 ===================================================================
2741 --- docs/manual/mod/mod_env.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
2742 +++ docs/manual/mod/mod_env.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
2743 @@ -17,7 +17,7 @@
2744  <img alt="" src="../images/feather.gif" /></div>
2745  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2746  <div id="path">
2747 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2748 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2749  <div id="page-content">
2750  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_env</h1>
2751  <div class="toplang">
2752 Index: docs/manual/mod/mod_mime_magic.html.en
2753 ===================================================================
2754 --- docs/manual/mod/mod_mime_magic.html.en      (.../tags/2.2.0)        (wersja 358411)
2755 +++ docs/manual/mod/mod_mime_magic.html.en      (.../branches/2.2.x)    (wersja 358411)
2756 @@ -17,7 +17,7 @@
2757  <img alt="" src="../images/feather.gif" /></div>
2758  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2759  <div id="path">
2760 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2761 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2762  <div id="page-content">
2763  <div id="preamble"><h1>Apache Module mod_mime_magic</h1>
2764  <div class="toplang">
2765 Index: docs/manual/mod/directives.html.de
2766 ===================================================================
2767 --- docs/manual/mod/directives.html.de  (.../tags/2.2.0)        (wersja 358411)
2768 +++ docs/manual/mod/directives.html.de  (.../branches/2.2.x)    (wersja 358411)
2769 @@ -16,7 +16,7 @@
2770  <img alt="" src="../images/feather.gif" /></div>
2771  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2772  <div id="path">
2773 -<a href="http://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>
2774 +<a href="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>
2775  <div class="toplang">
2776  <p><span>Verfügbare Sprachen: </span><a href="../de/mod/directives.html" title="Deutsch">&nbsp;de&nbsp;</a> |
2777  <a href="../en/mod/directives.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2778 Index: docs/manual/mod/mod_auth_basic.xml
2779 ===================================================================
2780 --- docs/manual/mod/mod_auth_basic.xml  (.../tags/2.2.0)        (wersja 358411)
2781 +++ docs/manual/mod/mod_auth_basic.xml  (.../branches/2.2.x)    (wersja 358411)
2782 @@ -40,6 +40,9 @@
2783  </summary>
2784  <seealso><directive module="core">AuthName</directive></seealso>
2785  <seealso><directive module="core">AuthType</directive></seealso>
2786 +<seealso><directive module="core">Require</directive></seealso>
2787 +<seealso><directive module="core">Satisfy</directive></seealso>
2788 +<seealso><a href="../howto/auth.html">Authentication howto</a></seealso>
2789  
2790  <directivesynopsis>
2791  <name>AuthBasicProvider</name>
2792 @@ -62,6 +65,7 @@
2793        &lt;Location /secure&gt;<br />
2794        <indent>
2795          AuthType basic<br />
2796 +        AuthName "private area"<br />
2797          AuthBasicProvider  dbm<br />
2798          AuthDBMType        SDBM<br />
2799          AuthDBMUserFile    /www/etc/dbmpasswd<br />
2800 Index: docs/manual/mod/worker.html.de
2801 ===================================================================
2802 --- docs/manual/mod/worker.html.de      (.../tags/2.2.0)        (wersja 358411)
2803 +++ docs/manual/mod/worker.html.de      (.../branches/2.2.x)    (wersja 358411)
2804 @@ -17,7 +17,7 @@
2805  <img alt="" src="../images/feather.gif" /></div>
2806  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2807  <div id="path">
2808 -<a href="http://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>
2809 +<a href="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>
2810  <div id="page-content">
2811  <div id="preamble"><h1>Apache-MPM worker</h1>
2812  <div class="toplang">
2813 @@ -25,6 +25,9 @@
2814  <a href="../en/mod/worker.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2815  <a href="../ja/mod/worker.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
2816  </div>
2817 +<div class="outofdate">Diese Übersetzung ist möglicherweise
2818 +            nicht mehr aktuell. Bitte prüfen Sie die englische Version auf
2819 +            die neuesten Änderungen.</div>
2820  <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>Multi-Processing-Modul, das einen Hybrid-Webserver mit
2821    Multi-Thread und Multi-Prozess-Unterstützung implementiert</td></tr>
2822  <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr>
2823 Index: docs/manual/mod/mod_file_cache.html.en
2824 ===================================================================
2825 --- docs/manual/mod/mod_file_cache.html.en      (.../tags/2.2.0)        (wersja 358411)
2826 +++ docs/manual/mod/mod_file_cache.html.en      (.../branches/2.2.x)    (wersja 358411)
2827 @@ -17,7 +17,7 @@
2828  <img alt="" src="../images/feather.gif" /></div>
2829  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2830  <div id="path">
2831 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2832 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2833  <div id="page-content">
2834  <div id="preamble"><h1>Apache Module mod_file_cache</h1>
2835  <div class="toplang">
2836 Index: docs/manual/mod/module-dict.html.ko.euc-kr
2837 ===================================================================
2838 --- docs/manual/mod/module-dict.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
2839 +++ docs/manual/mod/module-dict.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
2840 @@ -16,7 +16,7 @@
2841  <img alt="" src="../images/feather.gif" /></div>
2842  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2843  <div id="path">
2844 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2845 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2846  <div class="toplang">
2847  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/mod/module-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2848  <a href="../ja/mod/module-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
2849 Index: docs/manual/mod/mod_authn_file.html.ko.euc-kr
2850 ===================================================================
2851 --- docs/manual/mod/mod_authn_file.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
2852 +++ docs/manual/mod/mod_authn_file.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
2853 @@ -17,7 +17,7 @@
2854  <img alt="" src="../images/feather.gif" /></div>
2855  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2856  <div id="path">
2857 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2858 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2859  <div id="page-content">
2860  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authn_file</h1>
2861  <div class="toplang">
2862 Index: docs/manual/mod/mod_mem_cache.html.ja.euc-jp
2863 ===================================================================
2864 --- docs/manual/mod/mod_mem_cache.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
2865 +++ docs/manual/mod/mod_mem_cache.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
2866 @@ -17,7 +17,7 @@
2867  <img alt="" src="../images/feather.gif" /></div>
2868  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2869  <div id="path">
2870 -<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>
2871 +<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>
2872  <div id="page-content">
2873  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_mem_cache</h1>
2874  <div class="toplang">
2875 Index: docs/manual/mod/mod_auth_basic.xml.ja
2876 ===================================================================
2877 --- docs/manual/mod/mod_auth_basic.xml.ja       (.../tags/2.2.0)        (wersja 358411)
2878 +++ docs/manual/mod/mod_auth_basic.xml.ja       (.../branches/2.2.x)    (wersja 358411)
2879 @@ -1,7 +1,7 @@
2880  <?xml version="1.0" encoding="iso-2022-jp"?>
2881  <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
2882  <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
2883 -<!-- English Revision: 151408:345059 (outdated) -->
2884 +<!-- English Revision: 151408:355991 (outdated) -->
2885  
2886  <!--
2887   Copyright 2002-2005 The Apache Software Foundation or its licensors,
2888 Index: docs/manual/mod/mod_authn_dbd.html.en
2889 ===================================================================
2890 --- docs/manual/mod/mod_authn_dbd.html.en       (.../tags/2.2.0)        (wersja 358411)
2891 +++ docs/manual/mod/mod_authn_dbd.html.en       (.../branches/2.2.x)    (wersja 358411)
2892 @@ -17,7 +17,7 @@
2893  <img alt="" src="../images/feather.gif" /></div>
2894  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2895  <div id="path">
2896 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2897 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2898  <div id="page-content">
2899  <div id="preamble"><h1>Apache Module mod_authn_dbd</h1>
2900  <div class="toplang">
2901 @@ -110,7 +110,6 @@
2902  <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>SQL query to look up a password for a user</td></tr>
2903  <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthDBDUserPWQuery <var>query</var></code></td></tr>
2904  <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory</td></tr>
2905 -<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
2906  <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
2907  <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authn_dbd</td></tr>
2908  </table>
2909 @@ -132,18 +131,17 @@
2910  </td></tr>
2911  <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthDBDUserRealmQuery <var>query</var></code></td></tr>
2912  <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory</td></tr>
2913 -<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
2914  <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
2915  <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authn_dbd</td></tr>
2916  </table>
2917 -    <p>The <code class="directive">AuthDBDUserRealmPWQuery</code> specifies an
2918 +    <p>The <code class="directive">AuthDBDUserRealmQuery</code> specifies an
2919      SQL query to look up a password for a specified user and realm.
2920      The query must take two string (typically SQL varchar) arguments
2921      (username and realm), and return a single value (encrypted password).
2922      </p>
2923      <div class="example"><p><code>
2924 -    AuthDBDUserRealmPWQuery "SELECT password FROM authn
2925 -                                    WHERE username = %s AND realm = %s"
2926 +    AuthDBDUserRealmQuery "SELECT password FROM authn
2927 +                              WHERE username = %s AND realm = %s"
2928      </code></p></div>
2929  
2930  
2931 Index: docs/manual/mod/mod_alias.html.en
2932 ===================================================================
2933 --- docs/manual/mod/mod_alias.html.en   (.../tags/2.2.0)        (wersja 358411)
2934 +++ docs/manual/mod/mod_alias.html.en   (.../branches/2.2.x)    (wersja 358411)
2935 @@ -17,7 +17,7 @@
2936  <img alt="" src="../images/feather.gif" /></div>
2937  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2938  <div id="path">
2939 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2940 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2941  <div id="page-content">
2942  <div id="preamble"><h1>Apache Module mod_alias</h1>
2943  <div class="toplang">
2944 Index: docs/manual/mod/mod_dumpio.html.en
2945 ===================================================================
2946 --- docs/manual/mod/mod_dumpio.html.en  (.../tags/2.2.0)        (wersja 358411)
2947 +++ docs/manual/mod/mod_dumpio.html.en  (.../branches/2.2.x)    (wersja 358411)
2948 @@ -17,7 +17,7 @@
2949  <img alt="" src="../images/feather.gif" /></div>
2950  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2951  <div id="path">
2952 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2953 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2954  <div id="page-content">
2955  <div id="preamble"><h1>Apache Module mod_dumpio</h1>
2956  <div class="toplang">
2957 Index: docs/manual/mod/mod_autoindex.html.en
2958 ===================================================================
2959 --- docs/manual/mod/mod_autoindex.html.en       (.../tags/2.2.0)        (wersja 358411)
2960 +++ docs/manual/mod/mod_autoindex.html.en       (.../branches/2.2.x)    (wersja 358411)
2961 @@ -17,7 +17,7 @@
2962  <img alt="" src="../images/feather.gif" /></div>
2963  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2964  <div id="path">
2965 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2966 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2967  <div id="page-content">
2968  <div id="preamble"><h1>Apache Module mod_autoindex</h1>
2969  <div class="toplang">
2970 Index: docs/manual/mod/mod_ext_filter.html.ko.euc-kr
2971 ===================================================================
2972 --- docs/manual/mod/mod_ext_filter.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
2973 +++ docs/manual/mod/mod_ext_filter.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
2974 @@ -17,7 +17,7 @@
2975  <img alt="" src="../images/feather.gif" /></div>
2976  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2977  <div id="path">
2978 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2979 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2980  <div id="page-content">
2981  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_ext_filter</h1>
2982  <div class="toplang">
2983 Index: docs/manual/mod/directives.html.en
2984 ===================================================================
2985 --- docs/manual/mod/directives.html.en  (.../tags/2.2.0)        (wersja 358411)
2986 +++ docs/manual/mod/directives.html.en  (.../branches/2.2.x)    (wersja 358411)
2987 @@ -16,7 +16,7 @@
2988  <img alt="" src="../images/feather.gif" /></div>
2989  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2990  <div id="path">
2991 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2992 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2993  <div class="toplang">
2994  <p><span>Available Languages: </span><a href="../de/mod/directives.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2995  <a href="../en/mod/directives.html" title="English">&nbsp;en&nbsp;</a> |
2996 Index: docs/manual/mod/mod_authz_host.html.ja.euc-jp
2997 ===================================================================
2998 --- docs/manual/mod/mod_authz_host.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
2999 +++ docs/manual/mod/mod_authz_host.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
3000 @@ -17,7 +17,7 @@
3001  <img alt="" src="../images/feather.gif" /></div>
3002  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3003  <div id="path">
3004 -<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>
3005 +<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>
3006  <div id="page-content">
3007  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_host</h1>
3008  <div class="toplang">
3009 Index: docs/manual/mod/mod_nw_ssl.html.en
3010 ===================================================================
3011 --- docs/manual/mod/mod_nw_ssl.html.en  (.../tags/2.2.0)        (wersja 358411)
3012 +++ docs/manual/mod/mod_nw_ssl.html.en  (.../branches/2.2.x)    (wersja 358411)
3013 @@ -17,7 +17,7 @@
3014  <img alt="" src="../images/feather.gif" /></div>
3015  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3016  <div id="path">
3017 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3018 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3019  <div id="page-content">
3020  <div id="preamble"><h1>Apache Module mod_nw_ssl</h1>
3021  <div class="toplang">
3022 Index: docs/manual/mod/directives.html.es
3023 ===================================================================
3024 --- docs/manual/mod/directives.html.es  (.../tags/2.2.0)        (wersja 358411)
3025 +++ docs/manual/mod/directives.html.es  (.../branches/2.2.x)    (wersja 358411)
3026 @@ -16,7 +16,7 @@
3027  <img alt="" src="../images/feather.gif" /></div>
3028  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3029  <div id="path">
3030 -<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>
3031 +<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>
3032  <div class="toplang">
3033  <p><span>Idiomas disponibles: </span><a href="../de/mod/directives.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
3034  <a href="../en/mod/directives.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
3035 Index: docs/manual/mod/worker.html.en
3036 ===================================================================
3037 --- docs/manual/mod/worker.html.en      (.../tags/2.2.0)        (wersja 358411)
3038 +++ docs/manual/mod/worker.html.en      (.../branches/2.2.x)    (wersja 358411)
3039 @@ -17,7 +17,7 @@
3040  <img alt="" src="../images/feather.gif" /></div>
3041  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3042  <div id="path">
3043 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3044 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3045  <div id="page-content">
3046  <div id="preamble"><h1>Apache MPM worker</h1>
3047  <div class="toplang">
3048 @@ -33,9 +33,9 @@
3049  <h3>Summary</h3>
3050  
3051      <p>This Multi-Processing Module (MPM) implements a hybrid
3052 -    multi-process multi-threaded server.  By using threads to serve
3053 +    multi-process multi-threaded server. By using threads to serve
3054      requests, it is able to serve a large number of requests with
3055 -    less system resources than a process-based server.  Yet it
3056 +    fewer system resources than a process-based server. However, it
3057      retains much of the stability of a process-based server by
3058      keeping multiple processes available, each with many threads.</p>
3059  
3060 @@ -94,7 +94,7 @@
3061      threads or processes to be created before their requests can be
3062      served. The number of processes that will initially launched is
3063      set by the <code class="directive"><a href="../mod/mpm_common.html#startservers">StartServers</a></code>
3064 -    directive. Then during operation, Apache assesses the total number
3065 +    directive. During operation, Apache assesses the total number
3066      of idle threads in all processes, and forks or kills processes to
3067      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
3068      process is very self-regulating, it is rarely necessary to modify
3069 @@ -122,13 +122,13 @@
3070      non-default values are specified for these directives, they 
3071      should appear before other <code class="module"><a href="../mod/worker.html">worker</a></code> directives.</p>
3072  
3073 -    <p>In addition to a the set of active child processes, there may 
3074 -    be additional child processes which are terminating but where at
3075 +    <p>In addition to the set of active child processes, there may 
3076 +    be additional child processes which are terminating, but where at
3077      least one server thread is still handling an existing client
3078      connection.  Up to <code class="directive"><a href="../mod/mpm_common.html#maxclients">MaxClients</a></code> terminating processes 
3079      may be present, though the actual number can be expected to be 
3080      much smaller.  This behavior can be avoided by disabling the 
3081 -    termination of individual child processes, which is achieved by 
3082 +    termination of individual child processes, which is achieved using
3083      the following:</p>
3084  
3085      <ul>
3086 Index: docs/manual/mod/mod_cache.html.ja.euc-jp
3087 ===================================================================
3088 --- docs/manual/mod/mod_cache.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
3089 +++ docs/manual/mod/mod_cache.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
3090 @@ -17,7 +17,7 @@
3091  <img alt="" src="../images/feather.gif" /></div>
3092  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3093  <div id="path">
3094 -<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>
3095 +<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>
3096  <div id="page-content">
3097  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_cache</h1>
3098  <div class="toplang">
3099 Index: docs/manual/mod/mod_authn_default.html.ko.euc-kr
3100 ===================================================================
3101 --- docs/manual/mod/mod_authn_default.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
3102 +++ docs/manual/mod/mod_authn_default.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
3103 @@ -17,7 +17,7 @@
3104  <img alt="" src="../images/feather.gif" /></div>
3105  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3106  <div id="path">
3107 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3108 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3109  <div id="page-content">
3110  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authn_default</h1>
3111  <div class="toplang">
3112 Index: docs/manual/mod/worker.html.ja.euc-jp
3113 ===================================================================
3114 --- docs/manual/mod/worker.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
3115 +++ docs/manual/mod/worker.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
3116 @@ -17,7 +17,7 @@
3117  <img alt="" src="../images/feather.gif" /></div>
3118  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3119  <div id="path">
3120 -<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>
3121 +<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>
3122  <div id="page-content">
3123  <div id="preamble"><h1>Apache MPM worker</h1>
3124  <div class="toplang">
3125 Index: docs/manual/mod/mod_suexec.html.ko.euc-kr
3126 ===================================================================
3127 --- docs/manual/mod/mod_suexec.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
3128 +++ docs/manual/mod/mod_suexec.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
3129 @@ -17,7 +17,7 @@
3130  <img alt="" src="../images/feather.gif" /></div>
3131  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3132  <div id="path">
3133 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3134 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3135  <div id="page-content">
3136  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_suexec</h1>
3137  <div class="toplang">
3138 Index: docs/manual/mod/mod_dav_fs.html.ko.euc-kr
3139 ===================================================================
3140 --- docs/manual/mod/mod_dav_fs.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
3141 +++ docs/manual/mod/mod_dav_fs.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
3142 @@ -17,7 +17,7 @@
3143  <img alt="" src="../images/feather.gif" /></div>
3144  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3145  <div id="path">
3146 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3147 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3148  <div id="page-content">
3149  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_dav_fs</h1>
3150  <div class="toplang">
3151 Index: docs/manual/mod/mod_log_config.html.ko.euc-kr
3152 ===================================================================
3153 --- docs/manual/mod/mod_log_config.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
3154 +++ docs/manual/mod/mod_log_config.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
3155 @@ -17,7 +17,7 @@
3156  <img alt="" src="../images/feather.gif" /></div>
3157  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3158  <div id="path">
3159 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3160 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3161  <div id="page-content">
3162  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_log_config</h1>
3163  <div class="toplang">
3164 Index: docs/manual/mod/mod_auth_basic.xml.ko
3165 ===================================================================
3166 --- docs/manual/mod/mod_auth_basic.xml.ko       (.../tags/2.2.0)        (wersja 358411)
3167 +++ docs/manual/mod/mod_auth_basic.xml.ko       (.../branches/2.2.x)    (wersja 358411)
3168 @@ -1,7 +1,7 @@
3169  <?xml version="1.0" encoding="EUC-KR" ?>
3170  <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3171  <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
3172 -<!-- English Revision: 151408:345059 (outdated) -->
3173 +<!-- English Revision: 151408:355991 (outdated) -->
3174  
3175  <!--
3176   Copyright 2004-2005 The Apache Software Foundation or its licensors,
3177 Index: docs/manual/mod/mod_headers.html.ko.euc-kr
3178 ===================================================================
3179 --- docs/manual/mod/mod_headers.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
3180 +++ docs/manual/mod/mod_headers.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
3181 @@ -17,7 +17,7 @@
3182  <img alt="" src="../images/feather.gif" /></div>
3183  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3184  <div id="path">
3185 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3186 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3187  <div id="page-content">
3188  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_headers</h1>
3189  <div class="toplang">
3190 Index: docs/manual/mod/mod_dir.html.ko.euc-kr
3191 ===================================================================
3192 --- docs/manual/mod/mod_dir.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
3193 +++ docs/manual/mod/mod_dir.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
3194 @@ -17,7 +17,7 @@
3195  <img alt="" src="../images/feather.gif" /></div>
3196  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3197  <div id="path">
3198 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3199 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3200  <div id="page-content">
3201  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_dir</h1>
3202  <div class="toplang">
3203 Index: docs/manual/mod/mod_setenvif.html.ko.euc-kr
3204 ===================================================================
3205 --- docs/manual/mod/mod_setenvif.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
3206 +++ docs/manual/mod/mod_setenvif.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
3207 @@ -17,7 +17,7 @@
3208  <img alt="" src="../images/feather.gif" /></div>
3209  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3210  <div id="path">
3211 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3212 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3213  <div id="page-content">
3214  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_setenvif</h1>
3215  <div class="toplang">
3216 Index: docs/manual/mod/mpm_netware.html.en
3217 ===================================================================
3218 --- docs/manual/mod/mpm_netware.html.en (.../tags/2.2.0)        (wersja 358411)
3219 +++ docs/manual/mod/mpm_netware.html.en (.../branches/2.2.x)    (wersja 358411)
3220 @@ -17,7 +17,7 @@
3221  <img alt="" src="../images/feather.gif" /></div>
3222  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3223  <div id="path">
3224 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3225 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3226  <div id="page-content">
3227  <div id="preamble"><h1>Apache MPM netware</h1>
3228  <div class="toplang">
3229 Index: docs/manual/mod/mod_proxy_connect.html.en
3230 ===================================================================
3231 --- docs/manual/mod/mod_proxy_connect.html.en   (.../tags/2.2.0)        (wersja 358411)
3232 +++ docs/manual/mod/mod_proxy_connect.html.en   (.../branches/2.2.x)    (wersja 358411)
3233 @@ -17,7 +17,7 @@
3234  <img alt="" src="../images/feather.gif" /></div>
3235  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3236  <div id="path">
3237 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3238 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3239  <div id="page-content">
3240  <div id="preamble"><h1>Apache Module mod_proxy_connect</h1>
3241  <div class="toplang">
3242 Index: docs/manual/mod/mod_auth_basic.html.ja.euc-jp
3243 ===================================================================
3244 --- docs/manual/mod/mod_auth_basic.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
3245 +++ docs/manual/mod/mod_auth_basic.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
3246 @@ -17,7 +17,7 @@
3247  <img alt="" src="../images/feather.gif" /></div>
3248  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3249  <div id="path">
3250 -<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>
3251 +<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>
3252  <div id="page-content">
3253  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_auth_basic</h1>
3254  <div class="toplang">
3255 Index: docs/manual/mod/mod_userdir.html.en
3256 ===================================================================
3257 --- docs/manual/mod/mod_userdir.html.en (.../tags/2.2.0)        (wersja 358411)
3258 +++ docs/manual/mod/mod_userdir.html.en (.../branches/2.2.x)    (wersja 358411)
3259 @@ -17,7 +17,7 @@
3260  <img alt="" src="../images/feather.gif" /></div>
3261  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3262  <div id="path">
3263 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3264 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3265  <div id="page-content">
3266  <div id="preamble"><h1>Apache Module mod_userdir</h1>
3267  <div class="toplang">
3268 Index: docs/manual/mod/mod_version.html.ko.euc-kr
3269 ===================================================================
3270 --- docs/manual/mod/mod_version.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
3271 +++ docs/manual/mod/mod_version.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
3272 @@ -17,7 +17,7 @@
3273  <img alt="" src="../images/feather.gif" /></div>
3274  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3275  <div id="path">
3276 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3277 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3278  <div id="page-content">
3279  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_version</h1>
3280  <div class="toplang">
3281 Index: docs/manual/mod/mod_so.html.ja.euc-jp
3282 ===================================================================
3283 --- docs/manual/mod/mod_so.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
3284 +++ docs/manual/mod/mod_so.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
3285 @@ -17,7 +17,7 @@
3286  <img alt="" src="../images/feather.gif" /></div>
3287  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3288  <div id="path">
3289 -<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>
3290 +<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>
3291  <div id="page-content">
3292  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_so</h1>
3293  <div class="toplang">
3294 Index: docs/manual/mod/mpm_winnt.html.de
3295 ===================================================================
3296 --- docs/manual/mod/mpm_winnt.html.de   (.../tags/2.2.0)        (wersja 358411)
3297 +++ docs/manual/mod/mpm_winnt.html.de   (.../branches/2.2.x)    (wersja 358411)
3298 @@ -17,7 +17,7 @@
3299  <img alt="" src="../images/feather.gif" /></div>
3300  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3301  <div id="path">
3302 -<a href="http://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>
3303 +<a href="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>
3304  <div id="page-content">
3305  <div id="preamble"><h1>Apache-MPM winnt</h1>
3306  <div class="toplang">
3307 Index: docs/manual/mod/mod_userdir.html.ko.euc-kr
3308 ===================================================================
3309 --- docs/manual/mod/mod_userdir.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
3310 +++ docs/manual/mod/mod_userdir.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
3311 @@ -17,7 +17,7 @@
3312  <img alt="" src="../images/feather.gif" /></div>
3313  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3314  <div id="path">
3315 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3316 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3317  <div id="page-content">
3318  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_userdir</h1>
3319  <div class="toplang">
3320 Index: docs/manual/mod/mod_expires.html.ko.euc-kr
3321 ===================================================================
3322 --- docs/manual/mod/mod_expires.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
3323 +++ docs/manual/mod/mod_expires.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
3324 @@ -17,7 +17,7 @@
3325  <img alt="" src="../images/feather.gif" /></div>
3326  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3327  <div id="path">
3328 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3329 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3330  <div id="page-content">
3331  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_expires</h1>
3332  <div class="toplang">
3333 Index: docs/manual/mod/mod_authz_groupfile.html.ja.euc-jp
3334 ===================================================================
3335 --- docs/manual/mod/mod_authz_groupfile.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
3336 +++ docs/manual/mod/mod_authz_groupfile.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
3337 @@ -17,7 +17,7 @@
3338  <img alt="" src="../images/feather.gif" /></div>
3339  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3340  <div id="path">
3341 -<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>
3342 +<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>
3343  <div id="page-content">
3344  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_groupfile</h1>
3345  <div class="toplang">
3346 Index: docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp
3347 ===================================================================
3348 --- docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
3349 +++ docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
3350 @@ -17,7 +17,7 @@
3351  <img alt="" src="../images/feather.gif" /></div>
3352  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3353  <div id="path">
3354 -<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>
3355 +<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>
3356  <div id="page-content">
3357  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_proxy_balancer</h1>
3358  <div class="toplang">
3359 Index: docs/manual/mod/mod_proxy_ajp.html.ja.euc-jp
3360 ===================================================================
3361 --- docs/manual/mod/mod_proxy_ajp.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
3362 +++ docs/manual/mod/mod_proxy_ajp.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
3363 @@ -17,7 +17,7 @@
3364  <img alt="" src="../images/feather.gif" /></div>
3365  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3366  <div id="path">
3367 -<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>
3368 +<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>
3369  <div id="page-content">
3370  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_proxy_ajp</h1>
3371  <div class="toplang">
3372 Index: docs/manual/mod/mod_echo.html.ja.euc-jp
3373 ===================================================================
3374 --- docs/manual/mod/mod_echo.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
3375 +++ docs/manual/mod/mod_echo.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
3376 @@ -17,7 +17,7 @@
3377  <img alt="" src="../images/feather.gif" /></div>
3378  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3379  <div id="path">
3380 -<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>
3381 +<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>
3382  <div id="page-content">
3383  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_echo</h1>
3384  <div class="toplang">
3385 Index: docs/manual/mod/mod_proxy.html.ja.euc-jp
3386 ===================================================================
3387 --- docs/manual/mod/mod_proxy.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
3388 +++ docs/manual/mod/mod_proxy.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
3389 @@ -17,7 +17,7 @@
3390  <img alt="" src="../images/feather.gif" /></div>
3391  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3392  <div id="path">
3393 -<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>
3394 +<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>
3395  <div id="page-content">
3396  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_proxy</h1>
3397  <div class="toplang">
3398 Index: docs/manual/mod/mod_asis.html.ko.euc-kr
3399 ===================================================================
3400 --- docs/manual/mod/mod_asis.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
3401 +++ docs/manual/mod/mod_asis.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
3402 @@ -17,7 +17,7 @@
3403  <img alt="" src="../images/feather.gif" /></div>
3404  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3405  <div id="path">
3406 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3407 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3408  <div id="page-content">
3409  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_asis</h1>
3410  <div class="toplang">
3411 Index: docs/manual/mod/mod_speling.html.en
3412 ===================================================================
3413 --- docs/manual/mod/mod_speling.html.en (.../tags/2.2.0)        (wersja 358411)
3414 +++ docs/manual/mod/mod_speling.html.en (.../branches/2.2.x)    (wersja 358411)
3415 @@ -17,7 +17,7 @@
3416  <img alt="" src="../images/feather.gif" /></div>
3417  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3418  <div id="path">
3419 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3420 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3421  <div id="page-content">
3422  <div id="preamble"><h1>Apache Module mod_speling</h1>
3423  <div class="toplang">
3424 Index: docs/manual/mod/mod_charset_lite.html.ko.euc-kr
3425 ===================================================================
3426 --- docs/manual/mod/mod_charset_lite.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
3427 +++ docs/manual/mod/mod_charset_lite.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
3428 @@ -17,7 +17,7 @@
3429  <img alt="" src="../images/feather.gif" /></div>
3430  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3431  <div id="path">
3432 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3433 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3434  <div id="page-content">
3435  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_charset_lite</h1>
3436  <div class="toplang">
3437 Index: docs/manual/mod/mod_deflate.html.en
3438 ===================================================================
3439 --- docs/manual/mod/mod_deflate.html.en (.../tags/2.2.0)        (wersja 358411)
3440 +++ docs/manual/mod/mod_deflate.html.en (.../branches/2.2.x)    (wersja 358411)
3441 @@ -17,7 +17,7 @@
3442  <img alt="" src="../images/feather.gif" /></div>
3443  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3444  <div id="path">
3445 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3446 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3447  <div id="page-content">
3448  <div id="preamble"><h1>Apache Module mod_deflate</h1>
3449  <div class="toplang">
3450 Index: docs/manual/mod/mpm_winnt.html.en
3451 ===================================================================
3452 --- docs/manual/mod/mpm_winnt.html.en   (.../tags/2.2.0)        (wersja 358411)
3453 +++ docs/manual/mod/mpm_winnt.html.en   (.../branches/2.2.x)    (wersja 358411)
3454 @@ -17,7 +17,7 @@
3455  <img alt="" src="../images/feather.gif" /></div>
3456  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3457  <div id="path">
3458 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3459 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3460  <div id="page-content">
3461  <div id="preamble"><h1>Apache MPM winnt</h1>
3462  <div class="toplang">
3463 Index: docs/manual/mod/mod_dav_lock.html.en
3464 ===================================================================
3465 --- docs/manual/mod/mod_dav_lock.html.en        (.../tags/2.2.0)        (wersja 358411)
3466 +++ docs/manual/mod/mod_dav_lock.html.en        (.../branches/2.2.x)    (wersja 358411)
3467 @@ -17,7 +17,7 @@
3468  <img alt="" src="../images/feather.gif" /></div>
3469  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3470  <div id="path">
3471 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3472 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3473  <div id="page-content">
3474  <div id="preamble"><h1>Apache Module mod_dav_lock</h1>
3475  <div class="toplang">
3476 Index: docs/manual/mod/prefork.html.ja.euc-jp
3477 ===================================================================
3478 --- docs/manual/mod/prefork.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
3479 +++ docs/manual/mod/prefork.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
3480 @@ -17,7 +17,7 @@
3481  <img alt="" src="../images/feather.gif" /></div>
3482  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3483  <div id="path">
3484 -<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>
3485 +<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>
3486  <div id="page-content">
3487  <div id="preamble"><h1>Apache MPM prefork</h1>
3488  <div class="toplang">
3489 Index: docs/manual/mod/beos.html.ko.euc-kr
3490 ===================================================================
3491 --- docs/manual/mod/beos.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
3492 +++ docs/manual/mod/beos.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
3493 @@ -17,7 +17,7 @@
3494  <img alt="" src="../images/feather.gif" /></div>
3495  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3496  <div id="path">
3497 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3498 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3499  <div id="page-content">
3500  <div id="preamble"><h1>¾ÆÆÄÄ¡ MPM beos</h1>
3501  <div class="toplang">
3502 Index: docs/manual/mod/mod_asis.html.en
3503 ===================================================================
3504 --- docs/manual/mod/mod_asis.html.en    (.../tags/2.2.0)        (wersja 358411)
3505 +++ docs/manual/mod/mod_asis.html.en    (.../branches/2.2.x)    (wersja 358411)
3506 @@ -17,7 +17,7 @@
3507  <img alt="" src="../images/feather.gif" /></div>
3508  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3509  <div id="path">
3510 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3511 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3512  <div id="page-content">
3513  <div id="preamble"><h1>Apache Module mod_asis</h1>
3514  <div class="toplang">
3515 Index: docs/manual/mod/index.html.ko.euc-kr
3516 ===================================================================
3517 --- docs/manual/mod/index.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
3518 +++ docs/manual/mod/index.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
3519 @@ -16,7 +16,7 @@
3520  <img alt="" src="../images/feather.gif" /></div>
3521  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3522  <div id="path">
3523 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3524 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3525  <div class="toplang">
3526  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
3527  <a href="../en/mod/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
3528 @@ -112,7 +112,7 @@
3529  <dt><a href="mod_filter.html">mod_filter</a></dt><dd>Context-sensitive smart filter configuration module</dd>
3530  <dt><a href="mod_headers.html" id="H" name="H">mod_headers</a></dt><dd>HTTP ¿äû Çì´õ¿Í ÀÀ´ä Çì´õ ¼öÁ¤</dd>
3531  <dt><a href="mod_ident.html" id="I" name="I">mod_ident</a></dt><dd>RFC 1413 ident °Ë»ö</dd>
3532 -<dt><a href="mod_imap.html">mod_imap</a></dt><dd>¼­¹öÃø À̹ÌÁö¸Ê(imagemap) Ã³¸®</dd>
3533 +<dt><a href="mod_imagemap.html">mod_imagemap</a></dt><dd>¼­¹öÃø À̹ÌÁö¸Ê(imagemap) Ã³¸®</dd>
3534  <dt><a href="mod_include.html">mod_include</a></dt><dd>Server-parsed html documents (Server Side Includes)</dd>
3535  <dt><a href="mod_info.html">mod_info</a></dt><dd>¼­¹ö ¼³Á¤¿¡ ´ëÇÑ Á¾ÇÕÀûÀΠÁ¤º¸¸¦ º¸¿©ÁØ´Ù</dd>
3536  <dt><a href="mod_isapi.html">mod_isapi</a></dt><dd>Windows¿ë ¾ÆÆÄÄ¡¿¡¼­ ISAPI Extension »ç¿ë</dd>
3537 Index: docs/manual/mod/worker.xml
3538 ===================================================================
3539 --- docs/manual/mod/worker.xml  (.../tags/2.2.0)        (wersja 358411)
3540 +++ docs/manual/mod/worker.xml  (.../branches/2.2.x)    (wersja 358411)
3541 @@ -30,9 +30,9 @@
3542  
3543  <summary>
3544      <p>This Multi-Processing Module (MPM) implements a hybrid
3545 -    multi-process multi-threaded server.  By using threads to serve
3546 +    multi-process multi-threaded server. By using threads to serve
3547      requests, it is able to serve a large number of requests with
3548 -    less system resources than a process-based server.  Yet it
3549 +    fewer system resources than a process-based server. However, it
3550      retains much of the stability of a process-based server by
3551      keeping multiple processes available, each with many threads.</p>
3552  
3553 @@ -60,7 +60,7 @@
3554      threads or processes to be created before their requests can be
3555      served. The number of processes that will initially launched is
3556      set by the <directive module="mpm_common">StartServers</directive>
3557 -    directive. Then during operation, Apache assesses the total number
3558 +    directive. During operation, Apache assesses the total number
3559      of idle threads in all processes, and forks or kills processes to
3560      keep this number within the boundaries specified by <directive
3561      module="mpm_common">MinSpareThreads</directive> and <directive
3562 @@ -91,14 +91,14 @@
3563      non-default values are specified for these directives, they 
3564      should appear before other <module>worker</module> directives.</p>
3565  
3566 -    <p>In addition to a the set of active child processes, there may 
3567 -    be additional child processes which are terminating but where at
3568 +    <p>In addition to the set of active child processes, there may 
3569 +    be additional child processes which are terminating, but where at
3570      least one server thread is still handling an existing client
3571      connection.  Up to <directive 
3572      module="mpm_common">MaxClients</directive> terminating processes 
3573      may be present, though the actual number can be expected to be 
3574      much smaller.  This behavior can be avoided by disabling the 
3575 -    termination of individual child processes, which is achieved by 
3576 +    termination of individual child processes, which is achieved using
3577      the following:</p>
3578  
3579      <ul>
3580 Index: docs/manual/mod/mod_dumpio.html.ja.euc-jp
3581 ===================================================================
3582 --- docs/manual/mod/mod_dumpio.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
3583 +++ docs/manual/mod/mod_dumpio.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
3584 @@ -17,7 +17,7 @@
3585  <img alt="" src="../images/feather.gif" /></div>
3586  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3587  <div id="path">
3588 -<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>
3589 +<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>
3590  <div id="page-content">
3591  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dumpio</h1>
3592  <div class="toplang">
3593 Index: docs/manual/mod/mod_speling.html.ja.euc-jp
3594 ===================================================================
3595 --- docs/manual/mod/mod_speling.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
3596 +++ docs/manual/mod/mod_speling.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
3597 @@ -17,7 +17,7 @@
3598  <img alt="" src="../images/feather.gif" /></div>
3599  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3600  <div id="path">
3601 -<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>
3602 +<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>
3603  <div id="page-content">
3604  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_speling</h1>
3605  <div class="toplang">
3606 Index: docs/manual/mod/mod_autoindex.html.ko.euc-kr
3607 ===================================================================
3608 --- docs/manual/mod/mod_autoindex.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
3609 +++ docs/manual/mod/mod_autoindex.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
3610 @@ -17,7 +17,7 @@
3611  <img alt="" src="../images/feather.gif" /></div>
3612  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3613  <div id="path">
3614 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3615 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3616  <div id="page-content">
3617  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_autoindex</h1>
3618  <div class="toplang">
3619 Index: docs/manual/mod/index.html.de
3620 ===================================================================
3621 --- docs/manual/mod/index.html.de       (.../tags/2.2.0)        (wersja 358411)
3622 +++ docs/manual/mod/index.html.de       (.../branches/2.2.x)    (wersja 358411)
3623 @@ -16,7 +16,7 @@
3624  <img alt="" src="../images/feather.gif" /></div>
3625  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3626  <div id="path">
3627 -<a href="http://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>
3628 +<a href="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>
3629  <div class="toplang">
3630  <p><span>Verfügbare Sprachen: </span><a href="../de/mod/" title="Deutsch">&nbsp;de&nbsp;</a> |
3631  <a href="../en/mod/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
3632 Index: docs/manual/mod/mod_deflate.html.ko.euc-kr
3633 ===================================================================
3634 --- docs/manual/mod/mod_deflate.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
3635 +++ docs/manual/mod/mod_deflate.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
3636 @@ -17,7 +17,7 @@
3637  <img alt="" src="../images/feather.gif" /></div>
3638  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3639  <div id="path">
3640 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3641 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3642  <div id="page-content">
3643  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_deflate</h1>
3644  <div class="toplang">
3645 Index: docs/manual/mod/mod_authn_anon.html.ja.euc-jp
3646 ===================================================================
3647 --- docs/manual/mod/mod_authn_anon.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
3648 +++ docs/manual/mod/mod_authn_anon.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
3649 @@ -17,7 +17,7 @@
3650  <img alt="" src="../images/feather.gif" /></div>
3651  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3652  <div id="path">
3653 -<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>
3654 +<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>
3655  <div id="page-content">
3656  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authn_anon</h1>
3657  <div class="toplang">
3658 Index: docs/manual/mod/directive-dict.html.ja.euc-jp
3659 ===================================================================
3660 --- docs/manual/mod/directive-dict.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
3661 +++ docs/manual/mod/directive-dict.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
3662 @@ -16,7 +16,7 @@
3663  <img alt="" src="../images/feather.gif" /></div>
3664  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3665  <div id="path">
3666 -<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>
3667 +<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>
3668  <div class="toplang">
3669  <p><span>Available Languages: </span><a href="../en/mod/directive-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
3670  <a href="../ja/mod/directive-dict.html" title="Japanese">&nbsp;ja&nbsp;</a> |
3671 Index: docs/manual/mod/mod_authz_user.html.en
3672 ===================================================================
3673 --- docs/manual/mod/mod_authz_user.html.en      (.../tags/2.2.0)        (wersja 358411)
3674 +++ docs/manual/mod/mod_authz_user.html.en      (.../branches/2.2.x)    (wersja 358411)
3675 @@ -17,7 +17,7 @@
3676  <img alt="" src="../images/feather.gif" /></div>
3677  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3678  <div id="path">
3679 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3680 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3681  <div id="page-content">
3682  <div id="preamble"><h1>Apache Module mod_authz_user</h1>
3683  <div class="toplang">
3684 Index: docs/manual/mod/mod_example.html.en
3685 ===================================================================
3686 --- docs/manual/mod/mod_example.html.en (.../tags/2.2.0)        (wersja 358411)
3687 +++ docs/manual/mod/mod_example.html.en (.../branches/2.2.x)    (wersja 358411)
3688 @@ -17,7 +17,7 @@
3689  <img alt="" src="../images/feather.gif" /></div>
3690  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3691  <div id="path">
3692 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3693 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3694  <div id="page-content">
3695  <div id="preamble"><h1>Apache Module mod_example</h1>
3696  <div class="toplang">
3697 Index: docs/manual/mod/mod_status.html.ja.euc-jp
3698 ===================================================================
3699 --- docs/manual/mod/mod_status.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
3700 +++ docs/manual/mod/mod_status.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
3701 @@ -17,7 +17,7 @@
3702  <img alt="" src="../images/feather.gif" /></div>
3703  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3704  <div id="path">
3705 -<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>
3706 +<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>
3707  <div id="page-content">
3708  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_status</h1>
3709  <div class="toplang">
3710 Index: docs/manual/mod/mod_info.html.ja.euc-jp
3711 ===================================================================
3712 --- docs/manual/mod/mod_info.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
3713 +++ docs/manual/mod/mod_info.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
3714 @@ -17,7 +17,7 @@
3715  <img alt="" src="../images/feather.gif" /></div>
3716  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3717  <div id="path">
3718 -<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>
3719 +<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>
3720  <div id="page-content">
3721  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_info</h1>
3722  <div class="toplang">
3723 Index: docs/manual/mod/index.html.en
3724 ===================================================================
3725 --- docs/manual/mod/index.html.en       (.../tags/2.2.0)        (wersja 358411)
3726 +++ docs/manual/mod/index.html.en       (.../branches/2.2.x)    (wersja 358411)
3727 @@ -16,7 +16,7 @@
3728  <img alt="" src="../images/feather.gif" /></div>
3729  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3730  <div id="path">
3731 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3732 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3733  <div class="toplang">
3734  <p><span>Available Languages: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
3735  <a href="../en/mod/" title="English">&nbsp;en&nbsp;</a> |
3736 Index: docs/manual/mod/index.html.es
3737 ===================================================================
3738 --- docs/manual/mod/index.html.es       (.../tags/2.2.0)        (wersja 358411)
3739 +++ docs/manual/mod/index.html.es       (.../branches/2.2.x)    (wersja 358411)
3740 @@ -16,7 +16,7 @@
3741  <img alt="" src="../images/feather.gif" /></div>
3742  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3743  <div id="path">
3744 -<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>
3745 +<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>
3746  <div class="toplang">
3747  <p><span>Idiomas disponibles: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
3748  <a href="../en/mod/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
3749 Index: docs/manual/mod/mod_echo.html.en
3750 ===================================================================
3751 --- docs/manual/mod/mod_echo.html.en    (.../tags/2.2.0)        (wersja 358411)
3752 +++ docs/manual/mod/mod_echo.html.en    (.../branches/2.2.x)    (wersja 358411)
3753 @@ -17,7 +17,7 @@
3754  <img alt="" src="../images/feather.gif" /></div>
3755  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3756  <div id="path">
3757 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3758 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3759  <div id="page-content">
3760  <div id="preamble"><h1>Apache Module mod_echo</h1>
3761  <div class="toplang">
3762 Index: docs/manual/mod/mod_ldap.html.en
3763 ===================================================================
3764 --- docs/manual/mod/mod_ldap.html.en    (.../tags/2.2.0)        (wersja 358411)
3765 +++ docs/manual/mod/mod_ldap.html.en    (.../branches/2.2.x)    (wersja 358411)
3766 @@ -17,7 +17,7 @@
3767  <img alt="" src="../images/feather.gif" /></div>
3768  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3769  <div id="path">
3770 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3771 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3772  <div id="page-content">
3773  <div id="preamble"><h1>Apache Module mod_ldap</h1>
3774  <div class="toplang">
3775 Index: docs/manual/mod/mod_rewrite.html.en
3776 ===================================================================
3777 --- docs/manual/mod/mod_rewrite.html.en (.../tags/2.2.0)        (wersja 358411)
3778 +++ docs/manual/mod/mod_rewrite.html.en (.../branches/2.2.x)    (wersja 358411)
3779 @@ -17,7 +17,7 @@
3780  <img alt="" src="../images/feather.gif" /></div>
3781  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3782  <div id="path">
3783 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3784 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3785  <div id="page-content">
3786  <div id="preamble"><h1>Apache Module mod_rewrite</h1>
3787  <div class="toplang">
3788 Index: docs/manual/mod/mod_status.html.en
3789 ===================================================================
3790 --- docs/manual/mod/mod_status.html.en  (.../tags/2.2.0)        (wersja 358411)
3791 +++ docs/manual/mod/mod_status.html.en  (.../branches/2.2.x)    (wersja 358411)
3792 @@ -17,7 +17,7 @@
3793  <img alt="" src="../images/feather.gif" /></div>
3794  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3795  <div id="path">
3796 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3797 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3798  <div id="page-content">
3799  <div id="preamble"><h1>Apache Module mod_status</h1>
3800  <div class="toplang">
3801 Index: docs/manual/mod/mod_authn_dbm.html.en
3802 ===================================================================
3803 --- docs/manual/mod/mod_authn_dbm.html.en       (.../tags/2.2.0)        (wersja 358411)
3804 +++ docs/manual/mod/mod_authn_dbm.html.en       (.../branches/2.2.x)    (wersja 358411)
3805 @@ -17,7 +17,7 @@
3806  <img alt="" src="../images/feather.gif" /></div>
3807  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3808  <div id="path">
3809 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3810 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3811  <div id="page-content">
3812  <div id="preamble"><h1>Apache Module mod_authn_dbm</h1>
3813  <div class="toplang">
3814 Index: docs/manual/mod/module-dict.html.en
3815 ===================================================================
3816 --- docs/manual/mod/module-dict.html.en (.../tags/2.2.0)        (wersja 358411)
3817 +++ docs/manual/mod/module-dict.html.en (.../branches/2.2.x)    (wersja 358411)
3818 @@ -16,7 +16,7 @@
3819  <img alt="" src="../images/feather.gif" /></div>
3820  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3821  <div id="path">
3822 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3823 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3824  <div class="toplang">
3825  <p><span>Available Languages: </span><a href="../en/mod/module-dict.html" title="English">&nbsp;en&nbsp;</a> |
3826  <a href="../ja/mod/module-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
3827 Index: docs/manual/mod/mod_actions.html.ja.euc-jp
3828 ===================================================================
3829 --- docs/manual/mod/mod_actions.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
3830 +++ docs/manual/mod/mod_actions.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
3831 @@ -17,7 +17,7 @@
3832  <img alt="" src="../images/feather.gif" /></div>
3833  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3834  <div id="path">
3835 -<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>
3836 +<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>
3837  <div id="page-content">
3838  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_actions</h1>
3839  <div class="toplang">
3840 Index: docs/manual/mod/mod_imagemap.xml
3841 ===================================================================
3842 --- docs/manual/mod/mod_imagemap.xml    (.../tags/2.2.0)        (wersja 358411)
3843 +++ docs/manual/mod/mod_imagemap.xml    (.../branches/2.2.x)    (wersja 358411)
3844 @@ -26,7 +26,7 @@
3845  <description>Server-side imagemap processing</description>
3846  <status>Base</status>
3847  <sourcefile>mod_imagemap.c</sourcefile>
3848 -<identifier>imap_module</identifier>
3849 +<identifier>imagemap_module</identifier>
3850  
3851  <summary>
3852      <p>This module processes <code>.map</code> files, thereby
3853 Index: docs/manual/mod/directives.html.ja.euc-jp
3854 ===================================================================
3855 --- docs/manual/mod/directives.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
3856 +++ docs/manual/mod/directives.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
3857 @@ -16,7 +16,7 @@
3858  <img alt="" src="../images/feather.gif" /></div>
3859  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3860  <div id="path">
3861 -<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>
3862 +<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>
3863  <div class="toplang">
3864  <p><span>Available Languages: </span><a href="../de/mod/directives.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
3865  <a href="../en/mod/directives.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
3866 Index: docs/manual/mod/core.html.de
3867 ===================================================================
3868 --- docs/manual/mod/core.html.de        (.../tags/2.2.0)        (wersja 358411)
3869 +++ docs/manual/mod/core.html.de        (.../branches/2.2.x)    (wersja 358411)
3870 @@ -17,7 +17,7 @@
3871  <img alt="" src="../images/feather.gif" /></div>
3872  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3873  <div id="path">
3874 -<a href="http://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>
3875 +<a href="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>
3876  <div id="page-content">
3877  <div id="preamble"><h1>Apache-Kernfunktionen</h1>
3878  <div class="toplang">
3879 Index: docs/manual/mod/mod_proxy_ftp.html.en
3880 ===================================================================
3881 --- docs/manual/mod/mod_proxy_ftp.html.en       (.../tags/2.2.0)        (wersja 358411)
3882 +++ docs/manual/mod/mod_proxy_ftp.html.en       (.../branches/2.2.x)    (wersja 358411)
3883 @@ -17,7 +17,7 @@
3884  <img alt="" src="../images/feather.gif" /></div>
3885  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3886  <div id="path">
3887 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3888 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3889  <div id="page-content">
3890  <div id="preamble"><h1>Apache Module mod_proxy_ftp</h1>
3891  <div class="toplang">
3892 Index: docs/manual/mod/mod_cgi.html.ko.euc-kr
3893 ===================================================================
3894 --- docs/manual/mod/mod_cgi.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
3895 +++ docs/manual/mod/mod_cgi.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
3896 @@ -17,7 +17,7 @@
3897  <img alt="" src="../images/feather.gif" /></div>
3898  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3899  <div id="path">
3900 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3901 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3902  <div id="page-content">
3903  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_cgi</h1>
3904  <div class="toplang">
3905 Index: docs/manual/mod/mod_alias.html.ja.euc-jp
3906 ===================================================================
3907 --- docs/manual/mod/mod_alias.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
3908 +++ docs/manual/mod/mod_alias.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
3909 @@ -17,7 +17,7 @@
3910  <img alt="" src="../images/feather.gif" /></div>
3911  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3912  <div id="path">
3913 -<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>
3914 +<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>
3915  <div id="page-content">
3916  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_alias</h1>
3917  <div class="toplang">
3918 Index: docs/manual/mod/mod_authz_default.html.ja.euc-jp
3919 ===================================================================
3920 --- docs/manual/mod/mod_authz_default.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
3921 +++ docs/manual/mod/mod_authz_default.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
3922 @@ -17,7 +17,7 @@
3923  <img alt="" src="../images/feather.gif" /></div>
3924  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3925  <div id="path">
3926 -<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>
3927 +<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>
3928  <div id="page-content">
3929  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_default</h1>
3930  <div class="toplang">
3931 Index: docs/manual/mod/mod_authn_dbm.html.ja.euc-jp
3932 ===================================================================
3933 --- docs/manual/mod/mod_authn_dbm.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
3934 +++ docs/manual/mod/mod_authn_dbm.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
3935 @@ -17,7 +17,7 @@
3936  <img alt="" src="../images/feather.gif" /></div>
3937  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3938  <div id="path">
3939 -<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>
3940 +<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>
3941  <div id="page-content">
3942  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authn_dbm</h1>
3943  <div class="toplang">
3944 Index: docs/manual/mod/mod_authz_owner.html.ja.euc-jp
3945 ===================================================================
3946 --- docs/manual/mod/mod_authz_owner.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
3947 +++ docs/manual/mod/mod_authz_owner.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
3948 @@ -17,7 +17,7 @@
3949  <img alt="" src="../images/feather.gif" /></div>
3950  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3951  <div id="path">
3952 -<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>
3953 +<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>
3954  <div id="page-content">
3955  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_owner</h1>
3956  <div class="toplang">
3957 Index: docs/manual/mod/mod_version.html.en
3958 ===================================================================
3959 --- docs/manual/mod/mod_version.html.en (.../tags/2.2.0)        (wersja 358411)
3960 +++ docs/manual/mod/mod_version.html.en (.../branches/2.2.x)    (wersja 358411)
3961 @@ -17,7 +17,7 @@
3962  <img alt="" src="../images/feather.gif" /></div>
3963  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3964  <div id="path">
3965 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3966 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3967  <div id="page-content">
3968  <div id="preamble"><h1>Apache Module mod_version</h1>
3969  <div class="toplang">
3970 Index: docs/manual/mod/mod_example.html.ko.euc-kr
3971 ===================================================================
3972 --- docs/manual/mod/mod_example.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
3973 +++ docs/manual/mod/mod_example.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
3974 @@ -17,7 +17,7 @@
3975  <img alt="" src="../images/feather.gif" /></div>
3976  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3977  <div id="path">
3978 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3979 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3980  <div id="page-content">
3981  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_example</h1>
3982  <div class="toplang">
3983 Index: docs/manual/mod/mod_dbd.html.en
3984 ===================================================================
3985 --- docs/manual/mod/mod_dbd.html.en     (.../tags/2.2.0)        (wersja 358411)
3986 +++ docs/manual/mod/mod_dbd.html.en     (.../branches/2.2.x)    (wersja 358411)
3987 @@ -17,7 +17,7 @@
3988  <img alt="" src="../images/feather.gif" /></div>
3989  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3990  <div id="path">
3991 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
3992 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
3993  <div id="page-content">
3994  <div id="preamble"><h1>Apache Module mod_dbd</h1>
3995  <div class="toplang">
3996 Index: docs/manual/mod/core.html.en
3997 ===================================================================
3998 --- docs/manual/mod/core.html.en        (.../tags/2.2.0)        (wersja 358411)
3999 +++ docs/manual/mod/core.html.en        (.../branches/2.2.x)    (wersja 358411)
4000 @@ -17,7 +17,7 @@
4001  <img alt="" src="../images/feather.gif" /></div>
4002  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4003  <div id="path">
4004 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4005 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4006  <div id="page-content">
4007  <div id="preamble"><h1>Apache Core Features</h1>
4008  <div class="toplang">
4009 @@ -2399,7 +2399,7 @@
4010      <p>This directive selects which authenticated users can access a
4011      resource.  The restrictions are processed by authorization
4012      modules.  Some of the allowed syntaxes provided by
4013 -    <code class="module"><a href="../mod/mod_authz_owner.html">mod_authz_owner</a></code> and
4014 +    <code class="module"><a href="../mod/mod_authz_user.html">mod_authz_user</a></code> and
4015      <code class="module"><a href="../mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code> are:</p>
4016  
4017      <dl>
4018 @@ -2441,7 +2441,37 @@
4019      place the <code class="directive">Require</code> statement into a
4020      <code class="directive"><a href="#limit">&lt;Limit&gt;</a></code>
4021      section.</p>
4022
4023 +    <p>If <code class="directive">Require</code> is used together with 
4024 +    the <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> or
4025 +    <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> directives,
4026 +    then the interaction of these restrictions is controlled by
4027 +    the <code class="directive"><a href="#satisfy">Satisfy</a></code> directive.</p>
4028  
4029 +    <div class="note"><h3>Removing controls in subdirectories</h3>
4030 +    <p>The following example shows how to use the <code class="directive"><a href="#satisfy">Satisfy</a></code> directive to disable access
4031 +    controls in a subdirectory of a protected directory.  This
4032 +    technique should be used with caution, because it will also
4033 +    disable any access controls imposed by
4034 +    <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>.</p>
4035 +    <div class="example"><p><code>
4036 +      &lt;Directory /path/to/protected/&gt;<br />
4037 +        <span class="indent">
4038 +        Require user david<br />
4039 +        </span>
4040 +      &lt;/Directory&gt;<br />
4041 +      &lt;Directory /path/to/protected/unprotected&gt;<br />
4042 +        <span class="indent">
4043 +        # All access controls and authentication are disabled<br />
4044 +        # in this directory<br />
4045 +        Satisfy Any<br />
4046 +        Allow from all<br />
4047 +        </span>
4048 +      &lt;/Directory&gt;<br />
4049 +    </code></p></div>
4050 +    </div>
4051 +      
4052 +
4053  <h3>See also</h3>
4054  <ul>
4055  <li><a href="../howto/auth.html">Authentication, Authorization,
4056 Index: docs/manual/mod/prefork.html.de
4057 ===================================================================
4058 --- docs/manual/mod/prefork.html.de     (.../tags/2.2.0)        (wersja 358411)
4059 +++ docs/manual/mod/prefork.html.de     (.../branches/2.2.x)    (wersja 358411)
4060 @@ -17,7 +17,7 @@
4061  <img alt="" src="../images/feather.gif" /></div>
4062  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4063  <div id="path">
4064 -<a href="http://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>
4065 +<a href="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>
4066  <div id="page-content">
4067  <div id="preamble"><h1>Apache-MPM prefork</h1>
4068  <div class="toplang">
4069 Index: docs/manual/mod/mod_cgid.html.en
4070 ===================================================================
4071 --- docs/manual/mod/mod_cgid.html.en    (.../tags/2.2.0)        (wersja 358411)
4072 +++ docs/manual/mod/mod_cgid.html.en    (.../branches/2.2.x)    (wersja 358411)
4073 @@ -17,7 +17,7 @@
4074  <img alt="" src="../images/feather.gif" /></div>
4075  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4076  <div id="path">
4077 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4078 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4079  <div id="page-content">
4080  <div id="preamble"><h1>Apache Module mod_cgid</h1>
4081  <div class="toplang">
4082 Index: docs/manual/mod/event.html.en
4083 ===================================================================
4084 --- docs/manual/mod/event.html.en       (.../tags/2.2.0)        (wersja 358411)
4085 +++ docs/manual/mod/event.html.en       (.../branches/2.2.x)    (wersja 358411)
4086 @@ -17,7 +17,7 @@
4087  <img alt="" src="../images/feather.gif" /></div>
4088  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4089  <div id="path">
4090 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4091 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4092  <div id="page-content">
4093  <div id="preamble"><h1>Apache MPM event</h1>
4094  <div class="toplang">
4095 @@ -31,23 +31,23 @@
4096  <h3>Summary</h3>
4097  
4098      <div class="warning"><h3>Warning</h3>
4099 -      <p>This MPM is experimental, so it may or may not work
4100 -      as expected.</p>
4101 +      <p>This MPM is experimental, so it may or may not work as
4102 +      expected.</p> 
4103      </div>
4104 -    
4105 +
4106 +    <p>The <code class="module"><a href="../mod/event.html">event</a></code> Multi-Processing Module (MPM) is
4107 +    designed to allow more requests to be served simultaneously by
4108 +    passing off some processing work to supporting threads, freeing up
4109 +    the main threads to work on new requests.  It is based on the
4110 +    <code class="module"><a href="../mod/worker.html">worker</a></code> MPM, which implements a hybrid
4111 +    multi-process multi-threaded server.  Run-time configuration
4112 +    directives are identical to those provided by
4113 +    <code class="module"><a href="../mod/worker.html">worker</a></code>.</p>
4114 +
4115      <p>To use the <code class="module"><a href="../mod/event.html">event</a></code> MPM, add
4116        <code>--with-mpm=event</code> to the <code class="program"><a href="../programs/configure.html">configure</a></code>
4117        script's arguments when building the <code class="program"><a href="../programs/httpd.html">httpd</a></code>.</p>
4118 -  
4119 -    <p>This MPM depends on <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a>'s atomic
4120 -    compare-and-swap operations for thread synchronization. If you are
4121 -    compiling for an x86 target and you don't need to support 386s, or
4122 -    you are compiling for a SPARC and you don't need to run on
4123 -    pre-UltraSPARC chips, add
4124 -    <code>--enable-nonportable-atomics=yes</code> to the
4125 -    <code class="program"><a href="../programs/configure.html">configure</a></code> script's arguments. This will cause
4126 -    APR to implement atomic operations using efficient opcodes not
4127 -    available in older CPUs.</p> 
4128 +
4129  </div>
4130  <div id="quickview"><h3 class="directives">Directives</h3>
4131  <ul id="toc">
4132 @@ -73,9 +73,71 @@
4133  <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#threadstacksize">ThreadStackSize</a></li>
4134  <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#user">User</a></li>
4135  </ul>
4136 -</div>
4137 +<h3>Topics</h3>
4138 +<ul id="topics">
4139 +<li><img alt="" src="../images/down.gif" /> <a href="#how-it-works">How it Works</a></li>
4140 +<li><img alt="" src="../images/down.gif" /> <a href="#requirements">Requirements</a></li>
4141 +<li><img alt="" src="../images/down.gif" /> <a href="#issues">Issues</a></li>
4142 +</ul><h3>See also</h3>
4143 +<ul class="seealso">
4144 +<li><a href="worker.html">The worker MPM</a></li>
4145 +</ul></div>
4146 +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
4147 +<div class="section">
4148 +<h2><a name="how-it-works" id="how-it-works">How it Works</a></h2>
4149 +    <p>This MPM tries to fix the 'keep alive problem' in HTTP. After a client
4150 +    completes the first request, the client can keep the connection
4151 +    open, and send further requests using the same socket. This can
4152 +    save signifigant overhead in creating TCP connections. However,
4153 +    Apache traditionally keeps an entire child process/thread waiting
4154 +    for data from the client, which brings its own disadvantages. To
4155 +    solve this problem, this MPM uses a dedicated thread to handle both
4156 +    the Listening sockets, and all sockets that are in a Keep Alive
4157 +    state.</p>
4158  
4159 +    <p>The MPM assumes that the underlying <code>apr_pollset</code>
4160 +    implementation is reasonably threadsafe. This enables the MPM to
4161 +    avoid excessive high level locking, or having to wake up the listener
4162 +    thread in order to send it a keep-alive socket. This is currently
4163 +    only compatible with KQueue and EPoll.</p>
4164 +
4165 +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
4166 +<div class="section">
4167 +<h2><a name="requirements" id="requirements">Requirements</a></h2>
4168 +    <p>This MPM depends on <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a>'s atomic
4169 +    compare-and-swap operations for thread synchronization. If you are
4170 +    compiling for an x86 target and you don't need to support 386s, or
4171 +    you are compiling for a SPARC and you don't need to run on
4172 +    pre-UltraSPARC chips, add
4173 +    <code>--enable-nonportable-atomics=yes</code> to the
4174 +    <code class="program"><a href="../programs/configure.html">configure</a></code> script's arguments. This will cause
4175 +    APR to implement atomic operations using efficient opcodes not
4176 +    available in older CPUs.</p>
4177 +
4178 +    <p>This MPM does not perform well on older platforms which lack good
4179 +    threading, but the requirement for EPoll or KQueue makes this
4180 +    moot.</p>
4181 +
4182 +    <ul>
4183 +    
4184 +      <li>To use this MPM on FreeBSD, FreeBSD 5.3 or higher is recommended.
4185 +      However, it is possible to run this MPM on FreeBSD 5.2.1, if you
4186 +      use <code>libkse</code> (see <code>man libmap.conf</code>).</li>
4187 +
4188 +      <li>For NetBSD, at least version 2.0 is recommended.</li>
4189 +
4190 +      <li>For Linux, a 2.6 kernel is recommended. It is also necessary to
4191 +      ensure that your version of <code>glibc</code> has been compiled
4192 +      with support for EPoll.</li>
4193 +
4194 +    </ul>
4195 +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
4196 +<div class="section">
4197 +<h2><a name="issues" id="issues">Issues</a></h2>
4198 +    <p>At present, this MPM is incompatible with <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code>, and
4199 +    other input filters.</p>
4200  </div>
4201 +</div>
4202  <div class="bottomlang">
4203  <p><span>Available Languages: </span><a href="../en/mod/event.html" title="English">&nbsp;en&nbsp;</a></p>
4204  </div><div id="footer">
4205 Index: docs/manual/mod/mod_log_forensic.html.ja.euc-jp
4206 ===================================================================
4207 --- docs/manual/mod/mod_log_forensic.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
4208 +++ docs/manual/mod/mod_log_forensic.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
4209 @@ -17,7 +17,7 @@
4210  <img alt="" src="../images/feather.gif" /></div>
4211  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4212  <div id="path">
4213 -<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>
4214 +<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>
4215  <div id="page-content">
4216  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_log_forensic</h1>
4217  <div class="toplang">
4218 Index: docs/manual/mod/mod_mem_cache.html.ko.euc-kr
4219 ===================================================================
4220 --- docs/manual/mod/mod_mem_cache.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
4221 +++ docs/manual/mod/mod_mem_cache.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
4222 @@ -17,7 +17,7 @@
4223  <img alt="" src="../images/feather.gif" /></div>
4224  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4225  <div id="path">
4226 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4227 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4228  <div id="page-content">
4229  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_mem_cache</h1>
4230  <div class="toplang">
4231 Index: docs/manual/mod/quickreference.html.ja.euc-jp
4232 ===================================================================
4233 --- docs/manual/mod/quickreference.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
4234 +++ docs/manual/mod/quickreference.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
4235 @@ -17,7 +17,7 @@
4236  <img alt="" src="../images/feather.gif" /></div>
4237  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4238  <div id="path">
4239 -<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>
4240 +<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>
4241  <div id="preamble"><h1>¥Ç¥£¥ì¥¯¥Æ¥£¥Ö ¥¯¥¤¥Ã¥¯¥ê¥Õ¥¡¥ì¥ó¥¹</h1>
4242  <div class="toplang">
4243  <p><span>Available Languages: </span><a href="../de/mod/quickreference.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
4244 Index: docs/manual/mod/prefork.html.en
4245 ===================================================================
4246 --- docs/manual/mod/prefork.html.en     (.../tags/2.2.0)        (wersja 358411)
4247 +++ docs/manual/mod/prefork.html.en     (.../branches/2.2.x)    (wersja 358411)
4248 @@ -17,7 +17,7 @@
4249  <img alt="" src="../images/feather.gif" /></div>
4250  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4251  <div id="path">
4252 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4253 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4254  <div id="page-content">
4255  <div id="preamble"><h1>Apache MPM prefork</h1>
4256  <div class="toplang">
4257 Index: docs/manual/mod/mod_negotiation.html.en
4258 ===================================================================
4259 --- docs/manual/mod/mod_negotiation.html.en     (.../tags/2.2.0)        (wersja 358411)
4260 +++ docs/manual/mod/mod_negotiation.html.en     (.../branches/2.2.x)    (wersja 358411)
4261 @@ -17,7 +17,7 @@
4262  <img alt="" src="../images/feather.gif" /></div>
4263  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4264  <div id="path">
4265 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4266 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4267  <div id="page-content">
4268  <div id="preamble"><h1>Apache Module mod_negotiation</h1>
4269  <div class="toplang">
4270 Index: docs/manual/mod/quickreference.html.de
4271 ===================================================================
4272 --- docs/manual/mod/quickreference.html.de      (.../tags/2.2.0)        (wersja 358411)
4273 +++ docs/manual/mod/quickreference.html.de      (.../branches/2.2.x)    (wersja 358411)
4274 @@ -17,7 +17,7 @@
4275  <img alt="" src="../images/feather.gif" /></div>
4276  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4277  <div id="path">
4278 -<a href="http://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>
4279 +<a href="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>
4280  <div id="preamble"><h1>Kurzreferenz der Direktiven</h1>
4281  <div class="toplang">
4282  <p><span>Verfügbare Sprachen: </span><a href="../de/mod/quickreference.html" title="Deutsch">&nbsp;de&nbsp;</a> |
4283 Index: docs/manual/mod/mod_authz_host.html.ko.euc-kr
4284 ===================================================================
4285 --- docs/manual/mod/mod_authz_host.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
4286 +++ docs/manual/mod/mod_authz_host.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
4287 @@ -17,7 +17,7 @@
4288  <img alt="" src="../images/feather.gif" /></div>
4289  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4290  <div id="path">
4291 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4292 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4293  <div id="page-content">
4294  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_host</h1>
4295  <div class="toplang">
4296 Index: docs/manual/mod/mod_cache.html.ko.euc-kr
4297 ===================================================================
4298 --- docs/manual/mod/mod_cache.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
4299 +++ docs/manual/mod/mod_cache.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
4300 @@ -17,7 +17,7 @@
4301  <img alt="" src="../images/feather.gif" /></div>
4302  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4303  <div id="path">
4304 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4305 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4306  <div id="page-content">
4307  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_cache</h1>
4308  <div class="toplang">
4309 Index: docs/manual/mod/directive-dict.html.en
4310 ===================================================================
4311 --- docs/manual/mod/directive-dict.html.en      (.../tags/2.2.0)        (wersja 358411)
4312 +++ docs/manual/mod/directive-dict.html.en      (.../branches/2.2.x)    (wersja 358411)
4313 @@ -16,7 +16,7 @@
4314  <img alt="" src="../images/feather.gif" /></div>
4315  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4316  <div id="path">
4317 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4318 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4319  <div class="toplang">
4320  <p><span>Available Languages: </span><a href="../en/mod/directive-dict.html" title="English">&nbsp;en&nbsp;</a> |
4321  <a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
4322 Index: docs/manual/mod/mod_authz_owner.html.en
4323 ===================================================================
4324 --- docs/manual/mod/mod_authz_owner.html.en     (.../tags/2.2.0)        (wersja 358411)
4325 +++ docs/manual/mod/mod_authz_owner.html.en     (.../branches/2.2.x)    (wersja 358411)
4326 @@ -17,7 +17,7 @@
4327  <img alt="" src="../images/feather.gif" /></div>
4328  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4329  <div id="path">
4330 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4331 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4332  <div id="page-content">
4333  <div id="preamble"><h1>Apache Module mod_authz_owner</h1>
4334  <div class="toplang">
4335 Index: docs/manual/mod/mod_authn_dbd.xml
4336 ===================================================================
4337 --- docs/manual/mod/mod_authn_dbd.xml   (.../tags/2.2.0)        (wersja 358411)
4338 +++ docs/manual/mod/mod_authn_dbd.xml   (.../branches/2.2.x)    (wersja 358411)
4339 @@ -101,7 +101,6 @@
4340  <syntax>AuthDBDUserPWQuery <var>query</var></syntax>
4341  <contextlist><context>directory</context>
4342  </contextlist>
4343 -<override>AuthConfig</override>
4344  
4345  <usage>
4346      <p>The <directive>AuthDBDUserPWQuery</directive> specifies an
4347 @@ -123,17 +122,16 @@
4348  <syntax>AuthDBDUserRealmQuery <var>query</var></syntax>
4349  <contextlist><context>directory</context>
4350  </contextlist>
4351 -<override>AuthConfig</override>
4352  
4353  <usage>
4354 -    <p>The <directive>AuthDBDUserRealmPWQuery</directive> specifies an
4355 +    <p>The <directive>AuthDBDUserRealmQuery</directive> specifies an
4356      SQL query to look up a password for a specified user and realm.
4357      The query must take two string (typically SQL varchar) arguments
4358      (username and realm), and return a single value (encrypted password).
4359      </p>
4360      <example>
4361 -    AuthDBDUserRealmPWQuery "SELECT password FROM authn
4362 -                                    WHERE username = %s AND realm = %s"
4363 +    AuthDBDUserRealmQuery "SELECT password FROM authn
4364 +                              WHERE username = %s AND realm = %s"
4365      </example>
4366  
4367  </usage>
4368 Index: docs/manual/mod/mod_actions.html.de
4369 ===================================================================
4370 --- docs/manual/mod/mod_actions.html.de (.../tags/2.2.0)        (wersja 358411)
4371 +++ docs/manual/mod/mod_actions.html.de (.../branches/2.2.x)    (wersja 358411)
4372 @@ -17,7 +17,7 @@
4373  <img alt="" src="../images/feather.gif" /></div>
4374  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4375  <div id="path">
4376 -<a href="http://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>
4377 +<a href="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>
4378  <div id="page-content">
4379  <div id="preamble"><h1>Apache-Modul mod_actions</h1>
4380  <div class="toplang">
4381 Index: docs/manual/mod/mod_cern_meta.html.ko.euc-kr
4382 ===================================================================
4383 --- docs/manual/mod/mod_cern_meta.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
4384 +++ docs/manual/mod/mod_cern_meta.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
4385 @@ -17,7 +17,7 @@
4386  <img alt="" src="../images/feather.gif" /></div>
4387  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4388  <div id="path">
4389 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4390 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4391  <div id="page-content">
4392  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_cern_meta</h1>
4393  <div class="toplang">
4394 Index: docs/manual/mod/quickreference.html.en
4395 ===================================================================
4396 --- docs/manual/mod/quickreference.html.en      (.../tags/2.2.0)        (wersja 358411)
4397 +++ docs/manual/mod/quickreference.html.en      (.../branches/2.2.x)    (wersja 358411)
4398 @@ -17,7 +17,7 @@
4399  <img alt="" src="../images/feather.gif" /></div>
4400  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4401  <div id="path">
4402 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4403 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4404  <div id="preamble"><h1>Directive Quick Reference</h1>
4405  <div class="toplang">
4406  <p><span>Available Languages: </span><a href="../de/mod/quickreference.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
4407 Index: docs/manual/mod/quickreference.html.es
4408 ===================================================================
4409 --- docs/manual/mod/quickreference.html.es      (.../tags/2.2.0)        (wersja 358411)
4410 +++ docs/manual/mod/quickreference.html.es      (.../branches/2.2.x)    (wersja 358411)
4411 @@ -17,7 +17,7 @@
4412  <img alt="" src="../images/feather.gif" /></div>
4413  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4414  <div id="path">
4415 -<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>
4416 +<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>
4417  <div id="preamble"><h1>Guía Rápida de Referencia de Directivas</h1>
4418  <div class="toplang">
4419  <p><span>Idiomas disponibles: </span><a href="../de/mod/quickreference.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
4420 Index: docs/manual/mod/mod_dav_fs.html.en
4421 ===================================================================
4422 --- docs/manual/mod/mod_dav_fs.html.en  (.../tags/2.2.0)        (wersja 358411)
4423 +++ docs/manual/mod/mod_dav_fs.html.en  (.../branches/2.2.x)    (wersja 358411)
4424 @@ -17,7 +17,7 @@
4425  <img alt="" src="../images/feather.gif" /></div>
4426  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4427  <div id="path">
4428 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4429 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4430  <div id="page-content">
4431  <div id="preamble"><h1>Apache Module mod_dav_fs</h1>
4432  <div class="toplang">
4433 Index: docs/manual/mod/worker.xml.meta
4434 ===================================================================
4435 --- docs/manual/mod/worker.xml.meta     (.../tags/2.2.0)        (wersja 358411)
4436 +++ docs/manual/mod/worker.xml.meta     (.../branches/2.2.x)    (wersja 358411)
4437 @@ -6,7 +6,7 @@
4438    <relpath>..</relpath>
4439  
4440    <variants>
4441 -    <variant>de</variant>
4442 +    <variant outdated="yes">de</variant>
4443      <variant>en</variant>
4444      <variant outdated="yes">ja</variant>
4445    </variants>
4446 Index: docs/manual/mod/mod_unique_id.html.ja.euc-jp
4447 ===================================================================
4448 --- docs/manual/mod/mod_unique_id.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
4449 +++ docs/manual/mod/mod_unique_id.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
4450 @@ -17,7 +17,7 @@
4451  <img alt="" src="../images/feather.gif" /></div>
4452  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4453  <div id="path">
4454 -<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>
4455 +<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>
4456  <div id="page-content">
4457  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_unique_id</h1>
4458  <div class="toplang">
4459 Index: docs/manual/mod/mod_auth_basic.html.ko.euc-kr
4460 ===================================================================
4461 --- docs/manual/mod/mod_auth_basic.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
4462 +++ docs/manual/mod/mod_auth_basic.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
4463 @@ -17,7 +17,7 @@
4464  <img alt="" src="../images/feather.gif" /></div>
4465  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4466  <div id="path">
4467 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4468 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4469  <div id="page-content">
4470  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_auth_basic</h1>
4471  <div class="toplang">
4472 Index: docs/manual/mod/mod_auth_digest.html.en
4473 ===================================================================
4474 --- docs/manual/mod/mod_auth_digest.html.en     (.../tags/2.2.0)        (wersja 358411)
4475 +++ docs/manual/mod/mod_auth_digest.html.en     (.../branches/2.2.x)    (wersja 358411)
4476 @@ -17,7 +17,7 @@
4477  <img alt="" src="../images/feather.gif" /></div>
4478  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4479  <div id="path">
4480 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4481 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4482  <div id="page-content">
4483  <div id="preamble"><h1>Apache Module mod_auth_digest</h1>
4484  <div class="toplang">
4485 @@ -56,6 +56,7 @@
4486  <li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li>
4487  <li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
4488  <li><code class="directive"><a href="../mod/core.html#satisfy">Satisfy</a></code></li>
4489 +<li><a href="../howto/auth.html">Authentication howto</a></li>
4490  </ul></div>
4491  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
4492  <div class="section">
4493 @@ -253,8 +254,8 @@
4494      by the <code class="module"><a href="../mod/mod_authn_file.html">mod_authn_file</a></code> module.  Make sure
4495      that the chosen provider module is present in the server.</p>
4496  
4497 -    <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>
4498 -    for providers.</p>
4499 +    <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>, 
4500 +    and <code class="module"><a href="../mod/mod_authn_dbd.html">mod_authn_dbd</a></code> for providers.</p>
4501  
4502  </div>
4503  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
4504 Index: docs/manual/mod/mod_actions.html.en
4505 ===================================================================
4506 --- docs/manual/mod/mod_actions.html.en (.../tags/2.2.0)        (wersja 358411)
4507 +++ docs/manual/mod/mod_actions.html.en (.../branches/2.2.x)    (wersja 358411)
4508 @@ -17,7 +17,7 @@
4509  <img alt="" src="../images/feather.gif" /></div>
4510  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4511  <div id="path">
4512 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4513 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4514  <div id="page-content">
4515  <div id="preamble"><h1>Apache Module mod_actions</h1>
4516  <div class="toplang">
4517 Index: docs/manual/mod/mod_headers.html.en
4518 ===================================================================
4519 --- docs/manual/mod/mod_headers.html.en (.../tags/2.2.0)        (wersja 358411)
4520 +++ docs/manual/mod/mod_headers.html.en (.../branches/2.2.x)    (wersja 358411)
4521 @@ -17,7 +17,7 @@
4522  <img alt="" src="../images/feather.gif" /></div>
4523  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4524  <div id="path">
4525 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4526 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4527  <div id="page-content">
4528  <div id="preamble"><h1>Apache Module mod_headers</h1>
4529  <div class="toplang">
4530 Index: docs/manual/mod/mod_so.html.ko.euc-kr
4531 ===================================================================
4532 --- docs/manual/mod/mod_so.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
4533 +++ docs/manual/mod/mod_so.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
4534 @@ -17,7 +17,7 @@
4535  <img alt="" src="../images/feather.gif" /></div>
4536  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4537  <div id="path">
4538 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4539 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4540  <div id="page-content">
4541  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_so</h1>
4542  <div class="toplang">
4543 Index: docs/manual/mod/beos.html.de
4544 ===================================================================
4545 --- docs/manual/mod/beos.html.de        (.../tags/2.2.0)        (wersja 358411)
4546 +++ docs/manual/mod/beos.html.de        (.../branches/2.2.x)    (wersja 358411)
4547 @@ -17,7 +17,7 @@
4548  <img alt="" src="../images/feather.gif" /></div>
4549  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4550  <div id="path">
4551 -<a href="http://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>
4552 +<a href="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>
4553  <div id="page-content">
4554  <div id="preamble"><h1>Apache-MPM beos</h1>
4555  <div class="toplang">
4556 Index: docs/manual/mod/mod_cgid.html.ja.euc-jp
4557 ===================================================================
4558 --- docs/manual/mod/mod_cgid.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
4559 +++ docs/manual/mod/mod_cgid.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
4560 @@ -17,7 +17,7 @@
4561  <img alt="" src="../images/feather.gif" /></div>
4562  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4563  <div id="path">
4564 -<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>
4565 +<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>
4566  <div id="page-content">
4567  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_cgid</h1>
4568  <div class="toplang">
4569 Index: docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr
4570 ===================================================================
4571 --- docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
4572 +++ docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
4573 @@ -17,7 +17,7 @@
4574  <img alt="" src="../images/feather.gif" /></div>
4575  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4576  <div id="path">
4577 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4578 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4579  <div id="page-content">
4580  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_groupfile</h1>
4581  <div class="toplang">
4582 Index: docs/manual/mod/mod_usertrack.html.en
4583 ===================================================================
4584 --- docs/manual/mod/mod_usertrack.html.en       (.../tags/2.2.0)        (wersja 358411)
4585 +++ docs/manual/mod/mod_usertrack.html.en       (.../branches/2.2.x)    (wersja 358411)
4586 @@ -17,7 +17,7 @@
4587  <img alt="" src="../images/feather.gif" /></div>
4588  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4589  <div id="path">
4590 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4591 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4592  <div id="page-content">
4593  <div id="preamble"><h1>Apache Module mod_usertrack</h1>
4594  <div class="toplang">
4595 Index: docs/manual/mod/mod_echo.html.ko.euc-kr
4596 ===================================================================
4597 --- docs/manual/mod/mod_echo.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
4598 +++ docs/manual/mod/mod_echo.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
4599 @@ -17,7 +17,7 @@
4600  <img alt="" src="../images/feather.gif" /></div>
4601  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4602  <div id="path">
4603 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4604 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4605  <div id="page-content">
4606  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_echo</h1>
4607  <div class="toplang">
4608 Index: docs/manual/mod/event.xml
4609 ===================================================================
4610 --- docs/manual/mod/event.xml   (.../tags/2.2.0)        (wersja 358411)
4611 +++ docs/manual/mod/event.xml   (.../branches/2.2.x)    (wersja 358411)
4612 @@ -30,14 +30,46 @@
4613  
4614  <summary>
4615      <note type="warning"><title>Warning</title>
4616 -      <p>This MPM is experimental, so it may or may not work
4617 -      as expected.</p>
4618 +      <p>This MPM is experimental, so it may or may not work as
4619 +      expected.</p> 
4620      </note>
4621 -    
4622 +
4623 +    <p>The <module>event</module> Multi-Processing Module (MPM) is
4624 +    designed to allow more requests to be served simultaneously by
4625 +    passing off some processing work to supporting threads, freeing up
4626 +    the main threads to work on new requests.  It is based on the
4627 +    <module>worker</module> MPM, which implements a hybrid
4628 +    multi-process multi-threaded server.  Run-time configuration
4629 +    directives are identical to those provided by
4630 +    <module>worker</module>.</p>
4631 +
4632      <p>To use the <module>event</module> MPM, add
4633        <code>--with-mpm=event</code> to the <program>configure</program>
4634        script's arguments when building the <program>httpd</program>.</p>
4635 -  
4636 +
4637 +</summary>
4638 +
4639 +<seealso><a href="worker.html">The worker MPM</a></seealso>
4640 +
4641 +<section id="how-it-works"><title>How it Works</title>
4642 +    <p>This MPM tries to fix the 'keep alive problem' in HTTP. After a client
4643 +    completes the first request, the client can keep the connection
4644 +    open, and send further requests using the same socket. This can
4645 +    save signifigant overhead in creating TCP connections. However,
4646 +    Apache traditionally keeps an entire child process/thread waiting
4647 +    for data from the client, which brings its own disadvantages. To
4648 +    solve this problem, this MPM uses a dedicated thread to handle both
4649 +    the Listening sockets, and all sockets that are in a Keep Alive
4650 +    state.</p>
4651 +
4652 +    <p>The MPM assumes that the underlying <code>apr_pollset</code>
4653 +    implementation is reasonably threadsafe. This enables the MPM to
4654 +    avoid excessive high level locking, or having to wake up the listener
4655 +    thread in order to send it a keep-alive socket. This is currently
4656 +    only compatible with KQueue and EPoll.</p>
4657 +
4658 +</section>
4659 +<section id="requirements"><title>Requirements</title>
4660      <p>This MPM depends on <glossary>APR</glossary>'s atomic
4661      compare-and-swap operations for thread synchronization. If you are
4662      compiling for an x86 target and you don't need to support 386s, or
4663 @@ -46,9 +78,33 @@
4664      <code>--enable-nonportable-atomics=yes</code> to the
4665      <program>configure</program> script's arguments. This will cause
4666      APR to implement atomic operations using efficient opcodes not
4667 -    available in older CPUs.</p> 
4668 -</summary>
4669 +    available in older CPUs.</p>
4670  
4671 +    <p>This MPM does not perform well on older platforms which lack good
4672 +    threading, but the requirement for EPoll or KQueue makes this
4673 +    moot.</p>
4674 +
4675 +    <ul>
4676 +    
4677 +      <li>To use this MPM on FreeBSD, FreeBSD 5.3 or higher is recommended.
4678 +      However, it is possible to run this MPM on FreeBSD 5.2.1, if you
4679 +      use <code>libkse</code> (see <code>man libmap.conf</code>).</li>
4680 +
4681 +      <li>For NetBSD, at least version 2.0 is recommended.</li>
4682 +
4683 +      <li>For Linux, a 2.6 kernel is recommended. It is also necessary to
4684 +      ensure that your version of <code>glibc</code> has been compiled
4685 +      with support for EPoll.</li>
4686 +
4687 +    </ul>
4688 +</section>
4689 +
4690 +<section id="issues"><title>Issues</title>
4691 +    <p>At present, this MPM is incompatible with <module>mod_ssl</module>, and
4692 +    other input filters.</p>
4693 +</section>
4694 +
4695 +
4696  <directivesynopsis location="mpm_common"><name>AcceptMutex</name>
4697  </directivesynopsis>
4698  <directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name>
4699 Index: docs/manual/mod/mod_disk_cache.html.ja.euc-jp
4700 ===================================================================
4701 --- docs/manual/mod/mod_disk_cache.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
4702 +++ docs/manual/mod/mod_disk_cache.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
4703 @@ -17,7 +17,7 @@
4704  <img alt="" src="../images/feather.gif" /></div>
4705  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4706  <div id="path">
4707 -<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>
4708 +<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>
4709  <div id="page-content">
4710  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_disk_cache</h1>
4711  <div class="toplang">
4712 Index: docs/manual/mod/beos.html.en
4713 ===================================================================
4714 --- docs/manual/mod/beos.html.en        (.../tags/2.2.0)        (wersja 358411)
4715 +++ docs/manual/mod/beos.html.en        (.../branches/2.2.x)    (wersja 358411)
4716 @@ -17,7 +17,7 @@
4717  <img alt="" src="../images/feather.gif" /></div>
4718  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4719  <div id="path">
4720 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4721 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4722  <div id="page-content">
4723  <div id="preamble"><h1>Apache MPM beos</h1>
4724  <div class="toplang">
4725 Index: docs/manual/mod/mod_info.html.en
4726 ===================================================================
4727 --- docs/manual/mod/mod_info.html.en    (.../tags/2.2.0)        (wersja 358411)
4728 +++ docs/manual/mod/mod_info.html.en    (.../branches/2.2.x)    (wersja 358411)
4729 @@ -17,7 +17,7 @@
4730  <img alt="" src="../images/feather.gif" /></div>
4731  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4732  <div id="path">
4733 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4734 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4735  <div id="page-content">
4736  <div id="preamble"><h1>Apache Module mod_info</h1>
4737  <div class="toplang">
4738 Index: docs/manual/mod/beos.html.es
4739 ===================================================================
4740 --- docs/manual/mod/beos.html.es        (.../tags/2.2.0)        (wersja 358411)
4741 +++ docs/manual/mod/beos.html.es        (.../branches/2.2.x)    (wersja 358411)
4742 @@ -17,7 +17,7 @@
4743  <img alt="" src="../images/feather.gif" /></div>
4744  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4745  <div id="path">
4746 -<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>
4747 +<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>
4748  <div id="page-content">
4749  <div id="preamble"><h1>MPM de Apache beos</h1>
4750  <div class="toplang">
4751 Index: docs/manual/mod/mod_authz_user.html.ja.euc-jp
4752 ===================================================================
4753 --- docs/manual/mod/mod_authz_user.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
4754 +++ docs/manual/mod/mod_authz_user.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
4755 @@ -17,7 +17,7 @@
4756  <img alt="" src="../images/feather.gif" /></div>
4757  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4758  <div id="path">
4759 -<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>
4760 +<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>
4761  <div id="page-content">
4762  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_user</h1>
4763  <div class="toplang">
4764 Index: docs/manual/mod/mod_proxy_http.html.en
4765 ===================================================================
4766 --- docs/manual/mod/mod_proxy_http.html.en      (.../tags/2.2.0)        (wersja 358411)
4767 +++ docs/manual/mod/mod_proxy_http.html.en      (.../branches/2.2.x)    (wersja 358411)
4768 @@ -17,7 +17,7 @@
4769  <img alt="" src="../images/feather.gif" /></div>
4770  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4771  <div id="path">
4772 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4773 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4774  <div id="page-content">
4775  <div id="preamble"><h1>Apache Module mod_proxy_http</h1>
4776  <div class="toplang">
4777 Index: docs/manual/mod/mod_env.html.en
4778 ===================================================================
4779 --- docs/manual/mod/mod_env.html.en     (.../tags/2.2.0)        (wersja 358411)
4780 +++ docs/manual/mod/mod_env.html.en     (.../branches/2.2.x)    (wersja 358411)
4781 @@ -17,7 +17,7 @@
4782  <img alt="" src="../images/feather.gif" /></div>
4783  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4784  <div id="path">
4785 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4786 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4787  <div id="page-content">
4788  <div id="preamble"><h1>Apache Module mod_env</h1>
4789  <div class="toplang">
4790 Index: docs/manual/mod/mpm_common.html.de
4791 ===================================================================
4792 --- docs/manual/mod/mpm_common.html.de  (.../tags/2.2.0)        (wersja 358411)
4793 +++ docs/manual/mod/mpm_common.html.de  (.../branches/2.2.x)    (wersja 358411)
4794 @@ -17,7 +17,7 @@
4795  <img alt="" src="../images/feather.gif" /></div>
4796  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4797  <div id="path">
4798 -<a href="http://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>
4799 +<a href="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>
4800  <div id="page-content">
4801  <div id="preamble"><h1>Allgemeine Direktiven der Apache-MPMs</h1>
4802  <div class="toplang">
4803 Index: docs/manual/mod/mod_speling.html.ko.euc-kr
4804 ===================================================================
4805 --- docs/manual/mod/mod_speling.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
4806 +++ docs/manual/mod/mod_speling.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
4807 @@ -17,7 +17,7 @@
4808  <img alt="" src="../images/feather.gif" /></div>
4809  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4810  <div id="path">
4811 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4812 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4813  <div id="page-content">
4814  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_speling</h1>
4815  <div class="toplang">
4816 Index: docs/manual/mod/mod_cache.html.en
4817 ===================================================================
4818 --- docs/manual/mod/mod_cache.html.en   (.../tags/2.2.0)        (wersja 358411)
4819 +++ docs/manual/mod/mod_cache.html.en   (.../branches/2.2.x)    (wersja 358411)
4820 @@ -17,7 +17,7 @@
4821  <img alt="" src="../images/feather.gif" /></div>
4822  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4823  <div id="path">
4824 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4825 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4826  <div id="page-content">
4827  <div id="preamble"><h1>Apache Module mod_cache</h1>
4828  <div class="toplang">
4829 Index: docs/manual/mod/mod_log_config.html.en
4830 ===================================================================
4831 --- docs/manual/mod/mod_log_config.html.en      (.../tags/2.2.0)        (wersja 358411)
4832 +++ docs/manual/mod/mod_log_config.html.en      (.../branches/2.2.x)    (wersja 358411)
4833 @@ -17,7 +17,7 @@
4834  <img alt="" src="../images/feather.gif" /></div>
4835  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4836  <div id="path">
4837 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4838 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4839  <div id="page-content">
4840  <div id="preamble"><h1>Apache Module mod_log_config</h1>
4841  <div class="toplang">
4842 Index: docs/manual/mod/mod_proxy_balancer.html.en
4843 ===================================================================
4844 --- docs/manual/mod/mod_proxy_balancer.html.en  (.../tags/2.2.0)        (wersja 358411)
4845 +++ docs/manual/mod/mod_proxy_balancer.html.en  (.../branches/2.2.x)    (wersja 358411)
4846 @@ -17,7 +17,7 @@
4847  <img alt="" src="../images/feather.gif" /></div>
4848  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4849  <div id="path">
4850 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4851 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4852  <div id="page-content">
4853  <div id="preamble"><h1>Apache Module mod_proxy_balancer</h1>
4854  <div class="toplang">
4855 Index: docs/manual/mod/mod_log_forensic.html.en
4856 ===================================================================
4857 --- docs/manual/mod/mod_log_forensic.html.en    (.../tags/2.2.0)        (wersja 358411)
4858 +++ docs/manual/mod/mod_log_forensic.html.en    (.../branches/2.2.x)    (wersja 358411)
4859 @@ -17,7 +17,7 @@
4860  <img alt="" src="../images/feather.gif" /></div>
4861  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4862  <div id="path">
4863 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4864 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4865  <div id="page-content">
4866  <div id="preamble"><h1>Apache Module mod_log_forensic</h1>
4867  <div class="toplang">
4868 Index: docs/manual/mod/mod_authnz_ldap.html.en
4869 ===================================================================
4870 --- docs/manual/mod/mod_authnz_ldap.html.en     (.../tags/2.2.0)        (wersja 358411)
4871 +++ docs/manual/mod/mod_authnz_ldap.html.en     (.../branches/2.2.x)    (wersja 358411)
4872 @@ -17,7 +17,7 @@
4873  <img alt="" src="../images/feather.gif" /></div>
4874  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4875  <div id="path">
4876 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4877 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4878  <div id="page-content">
4879  <div id="preamble"><h1>Apache Module mod_authnz_ldap</h1>
4880  <div class="toplang">
4881 Index: docs/manual/mod/mod_dav.html.en
4882 ===================================================================
4883 --- docs/manual/mod/mod_dav.html.en     (.../tags/2.2.0)        (wersja 358411)
4884 +++ docs/manual/mod/mod_dav.html.en     (.../branches/2.2.x)    (wersja 358411)
4885 @@ -17,7 +17,7 @@
4886  <img alt="" src="../images/feather.gif" /></div>
4887  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4888  <div id="path">
4889 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4890 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4891  <div id="page-content">
4892  <div id="preamble"><h1>Apache Module mod_dav</h1>
4893  <div class="toplang">
4894 Index: docs/manual/mod/mod_imagemap.html.ko.euc-kr
4895 ===================================================================
4896 --- docs/manual/mod/mod_imagemap.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
4897 +++ docs/manual/mod/mod_imagemap.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
4898 @@ -5,7 +5,7 @@
4899                This file is generated from xml source: DO NOT EDIT
4900          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
4901        -->
4902 -<title>mod_imap - Apache HTTP Server</title>
4903 +<title>mod_imagemap - Apache HTTP Server</title>
4904  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
4905  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
4906  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
4907 @@ -17,9 +17,9 @@
4908  <img alt="" src="../images/feather.gif" /></div>
4909  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4910  <div id="path">
4911 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4912 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4913  <div id="page-content">
4914 -<div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_imap</h1>
4915 +<div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_imagemap</h1>
4916  <div class="toplang">
4917  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/mod/mod_imagemap.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
4918  <a href="../ko/mod/mod_imagemap.html" title="Korean">&nbsp;ko&nbsp;</a></p>
4919 @@ -28,8 +28,8 @@
4920              ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
4921  <table class="module"><tr><th><a href="module-dict.html#Description">¼³¸í:</a></th><td>¼­¹öÃø À̹ÌÁö¸Ê(imagemap) Ã³¸®</td></tr>
4922  <tr><th><a href="module-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
4923 -<tr><th><a href="module-dict.html#ModuleIdentifier">¸ðµâ¸í:</a></th><td>imap_module</td></tr>
4924 -<tr><th><a href="module-dict.html#SourceFile">¼Ò½ºÆÄÀÏ:</a></th><td>mod_imap.c</td></tr></table>
4925 +<tr><th><a href="module-dict.html#ModuleIdentifier">¸ðµâ¸í:</a></th><td>imagemap_module</td></tr>
4926 +<tr><th><a href="module-dict.html#SourceFile">¼Ò½ºÆÄÀÏ:</a></th><td>mod_imagemap.c</td></tr></table>
4927  <h3>¿ä¾à</h3>
4928  
4929      <p>ÀÌ ¸ðµâÀº <code>imagemap</code> CGI ÇÁ·Î±×·¥À» ´ë½ÅÇÏ¿©
4930 @@ -280,7 +280,7 @@
4931  <tr><th><a href="directive-dict.html#Context">»ç¿ëÀå¼Ò:</a></th><td>ÁÖ¼­¹ö¼³Á¤, °¡»óÈ£½ºÆ®, directory, .htaccess</td></tr>
4932  <tr><th><a href="directive-dict.html#Override">Override ¿É¼Ç:</a></th><td>Indexes</td></tr>
4933  <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
4934 -<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imap</td></tr>
4935 +<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imagemap</td></tr>
4936  </table>
4937      <p><code class="directive">ImapBase</code> Áö½Ã¾î´Â À̹ÌÁö¸Ê ÆÄÀÏ¿¡¼­
4938      »ç¿ëÇÒ <code>base</code> ±âº»°ªÀ» ¼³Á¤ÇÑ´Ù. À̹ÌÁö¸Ê ÆÄÀÏ
4939 @@ -303,7 +303,7 @@
4940  <tr><th><a href="directive-dict.html#Context">»ç¿ëÀå¼Ò:</a></th><td>ÁÖ¼­¹ö¼³Á¤, °¡»óÈ£½ºÆ®, directory, .htaccess</td></tr>
4941  <tr><th><a href="directive-dict.html#Override">Override ¿É¼Ç:</a></th><td>Indexes</td></tr>
4942  <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
4943 -<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imap</td></tr>
4944 +<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imagemap</td></tr>
4945  </table>
4946      <p><code class="directive">ImapDefault</code> Áö½Ã¾î´Â À̹ÌÁö¸Ê
4947      ÆÄÀÏ¿¡¼­ »ç¿ëÇÒ <code>default</code> ±âº»°ªÀ» ¼³Á¤ÇÑ´Ù.
4948 @@ -322,7 +322,7 @@
4949  <tr><th><a href="directive-dict.html#Context">»ç¿ëÀå¼Ò:</a></th><td>ÁÖ¼­¹ö¼³Á¤, °¡»óÈ£½ºÆ®, directory, .htaccess</td></tr>
4950  <tr><th><a href="directive-dict.html#Override">Override ¿É¼Ç:</a></th><td>Indexes</td></tr>
4951  <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
4952 -<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imap</td></tr>
4953 +<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imagemap</td></tr>
4954  </table>
4955      <p><code class="directive">ImapMenu</code> Áö½Ã¾î´Â À̹ÌÁö¸Ê ÆÄÀÏ¿¡
4956      À¯È¿ÇÑ ÁÂÇ¥¸¦ ÁÖÁö ¾ÊÀº °æ¿ì ÃëÇÒ ÇൿÀ» °áÁ¤ÇÑ´Ù.</p>
4957 Index: docs/manual/mod/mod_so.html.en
4958 ===================================================================
4959 --- docs/manual/mod/mod_so.html.en      (.../tags/2.2.0)        (wersja 358411)
4960 +++ docs/manual/mod/mod_so.html.en      (.../branches/2.2.x)    (wersja 358411)
4961 @@ -17,7 +17,7 @@
4962  <img alt="" src="../images/feather.gif" /></div>
4963  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4964  <div id="path">
4965 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4966 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4967  <div id="page-content">
4968  <div id="preamble"><h1>Apache Module mod_so</h1>
4969  <div class="toplang">
4970 Index: docs/manual/mod/mod_dav.html.ja.euc-jp
4971 ===================================================================
4972 --- docs/manual/mod/mod_dav.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
4973 +++ docs/manual/mod/mod_dav.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
4974 @@ -17,7 +17,7 @@
4975  <img alt="" src="../images/feather.gif" /></div>
4976  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4977  <div id="path">
4978 -<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>
4979 +<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>
4980  <div id="page-content">
4981  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dav</h1>
4982  <div class="toplang">
4983 Index: docs/manual/mod/mod_authn_anon.html.ko.euc-kr
4984 ===================================================================
4985 --- docs/manual/mod/mod_authn_anon.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
4986 +++ docs/manual/mod/mod_authn_anon.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
4987 @@ -17,7 +17,7 @@
4988  <img alt="" src="../images/feather.gif" /></div>
4989  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4990  <div id="path">
4991 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4992 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4993  <div id="page-content">
4994  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authn_anon</h1>
4995  <div class="toplang">
4996 Index: docs/manual/mod/directive-dict.html.ko.euc-kr
4997 ===================================================================
4998 --- docs/manual/mod/directive-dict.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
4999 +++ docs/manual/mod/directive-dict.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
5000 @@ -16,7 +16,7 @@
5001  <img alt="" src="../images/feather.gif" /></div>
5002  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5003  <div id="path">
5004 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5005 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5006  <div class="toplang">
5007  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/mod/directive-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5008  <a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
5009 Index: docs/manual/mod/mpm_common.html.en
5010 ===================================================================
5011 --- docs/manual/mod/mpm_common.html.en  (.../tags/2.2.0)        (wersja 358411)
5012 +++ docs/manual/mod/mpm_common.html.en  (.../branches/2.2.x)    (wersja 358411)
5013 @@ -17,7 +17,7 @@
5014  <img alt="" src="../images/feather.gif" /></div>
5015  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5016  <div id="path">
5017 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5018 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5019  <div id="page-content">
5020  <div id="preamble"><h1>Apache MPM Common Directives</h1>
5021  <div class="toplang">
5022 Index: docs/manual/mod/core.xml.de
5023 ===================================================================
5024 --- docs/manual/mod/core.xml.de (.../tags/2.2.0)        (wersja 358411)
5025 +++ docs/manual/mod/core.xml.de (.../branches/2.2.x)    (wersja 358411)
5026 @@ -1,7 +1,7 @@
5027  <?xml version="1.0"?>
5028  <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
5029  <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
5030 -<!-- English Revision: 167959:345333 (outdated) -->
5031 +<!-- English Revision: 167959:349779 (outdated) -->
5032  
5033  <!--
5034   Copyright 2003-2005 The Apache Software Foundation or its licensors,
5035 Index: docs/manual/mod/mod_status.html.ko.euc-kr
5036 ===================================================================
5037 --- docs/manual/mod/mod_status.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
5038 +++ docs/manual/mod/mod_status.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
5039 @@ -17,7 +17,7 @@
5040  <img alt="" src="../images/feather.gif" /></div>
5041  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5042  <div id="path">
5043 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5044 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5045  <div id="page-content">
5046  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_status</h1>
5047  <div class="toplang">
5048 Index: docs/manual/mod/mod_proxy.html.en
5049 ===================================================================
5050 --- docs/manual/mod/mod_proxy.html.en   (.../tags/2.2.0)        (wersja 358411)
5051 +++ docs/manual/mod/mod_proxy.html.en   (.../branches/2.2.x)    (wersja 358411)
5052 @@ -17,7 +17,7 @@
5053  <img alt="" src="../images/feather.gif" /></div>
5054  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5055  <div id="path">
5056 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5057 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5058  <div id="page-content">
5059  <div id="preamble"><h1>Apache Module mod_proxy</h1>
5060  <div class="toplang">
5061 Index: docs/manual/mod/mod_logio.html.ja.euc-jp
5062 ===================================================================
5063 --- docs/manual/mod/mod_logio.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
5064 +++ docs/manual/mod/mod_logio.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
5065 @@ -17,7 +17,7 @@
5066  <img alt="" src="../images/feather.gif" /></div>
5067  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5068  <div id="path">
5069 -<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>
5070 +<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>
5071  <div id="page-content">
5072  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_logio</h1>
5073  <div class="toplang">
5074 Index: docs/manual/mod/core.xml
5075 ===================================================================
5076 --- docs/manual/mod/core.xml    (.../tags/2.2.0)        (wersja 358411)
5077 +++ docs/manual/mod/core.xml    (.../branches/2.2.x)    (wersja 358411)
5078 @@ -2394,7 +2394,7 @@
5079      <p>This directive selects which authenticated users can access a
5080      resource.  The restrictions are processed by authorization
5081      modules.  Some of the allowed syntaxes provided by
5082 -    <module>mod_authz_owner</module> and
5083 +    <module>mod_authz_user</module> and
5084      <module>mod_authz_groupfile</module> are:</p>
5085  
5086      <dl>
5087 @@ -2437,6 +2437,37 @@
5088      place the <directive>Require</directive> statement into a
5089      <directive module="core" type="section">Limit</directive>
5090      section.</p>
5091
5092 +    <p>If <directive>Require</directive> is used together with 
5093 +    the <directive module="mod_authz_host">Allow</directive> or
5094 +    <directive module="mod_authz_host">Deny</directive> directives,
5095 +    then the interaction of these restrictions is controlled by
5096 +    the <directive module="core">Satisfy</directive> directive.</p>
5097 +
5098 +    <note><title>Removing controls in subdirectories</title>
5099 +    <p>The following example shows how to use the <directive
5100 +    module="core">Satisfy</directive> directive to disable access
5101 +    controls in a subdirectory of a protected directory.  This
5102 +    technique should be used with caution, because it will also
5103 +    disable any access controls imposed by
5104 +    <module>mod_authz_host</module>.</p>
5105 +    <example>
5106 +      &lt;Directory /path/to/protected/&gt;<br />
5107 +        <indent>
5108 +        Require user david<br />
5109 +        </indent>
5110 +      &lt;/Directory&gt;<br />
5111 +      &lt;Directory /path/to/protected/unprotected&gt;<br />
5112 +        <indent>
5113 +        # All access controls and authentication are disabled<br />
5114 +        # in this directory<br />
5115 +        Satisfy Any<br />
5116 +        Allow from all<br />
5117 +        </indent>
5118 +      &lt;/Directory&gt;<br />
5119 +    </example>
5120 +    </note>
5121 +      
5122  </usage>
5123  
5124  <seealso><a href="../howto/auth.html">Authentication, Authorization,
5125 Index: docs/manual/mod/mod_info.html.ko.euc-kr
5126 ===================================================================
5127 --- docs/manual/mod/mod_info.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
5128 +++ docs/manual/mod/mod_info.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
5129 @@ -17,7 +17,7 @@
5130  <img alt="" src="../images/feather.gif" /></div>
5131  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5132  <div id="path">
5133 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5134 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5135  <div id="page-content">
5136  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_info</h1>
5137  <div class="toplang">
5138 Index: docs/manual/mod/mod_include.html.ja.euc-jp
5139 ===================================================================
5140 --- docs/manual/mod/mod_include.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
5141 +++ docs/manual/mod/mod_include.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
5142 @@ -17,7 +17,7 @@
5143  <img alt="" src="../images/feather.gif" /></div>
5144  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5145  <div id="path">
5146 -<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>
5147 +<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>
5148  <div id="page-content">
5149  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_include</h1>
5150  <div class="toplang">
5151 Index: docs/manual/mod/mod_file_cache.html.ko.euc-kr
5152 ===================================================================
5153 --- docs/manual/mod/mod_file_cache.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
5154 +++ docs/manual/mod/mod_file_cache.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
5155 @@ -17,7 +17,7 @@
5156  <img alt="" src="../images/feather.gif" /></div>
5157  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5158  <div id="path">
5159 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5160 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5161  <div id="page-content">
5162  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_file_cache</h1>
5163  <div class="toplang">
5164 Index: docs/manual/mod/mod_env.html.ja.euc-jp
5165 ===================================================================
5166 --- docs/manual/mod/mod_env.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
5167 +++ docs/manual/mod/mod_env.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
5168 @@ -17,7 +17,7 @@
5169  <img alt="" src="../images/feather.gif" /></div>
5170  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5171  <div id="path">
5172 -<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>
5173 +<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>
5174  <div id="page-content">
5175  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_env</h1>
5176  <div class="toplang">
5177 Index: docs/manual/mod/core.html.ja.euc-jp
5178 ===================================================================
5179 --- docs/manual/mod/core.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
5180 +++ docs/manual/mod/core.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
5181 @@ -17,7 +17,7 @@
5182  <img alt="" src="../images/feather.gif" /></div>
5183  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5184  <div id="path">
5185 -<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>
5186 +<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>
5187  <div id="page-content">
5188  <div id="preamble"><h1>Apache ¥³¥¢µ¡Ç½</h1>
5189  <div class="toplang">
5190 Index: docs/manual/mod/module-dict.html.ja.euc-jp
5191 ===================================================================
5192 --- docs/manual/mod/module-dict.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
5193 +++ docs/manual/mod/module-dict.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
5194 @@ -16,7 +16,7 @@
5195  <img alt="" src="../images/feather.gif" /></div>
5196  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5197  <div id="path">
5198 -<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>
5199 +<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>
5200  <div class="toplang">
5201  <p><span>Available Languages: </span><a href="../en/mod/module-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5202  <a href="../ja/mod/module-dict.html" title="Japanese">&nbsp;ja&nbsp;</a> |
5203 Index: docs/manual/mod/mod_include.html.en
5204 ===================================================================
5205 --- docs/manual/mod/mod_include.html.en (.../tags/2.2.0)        (wersja 358411)
5206 +++ docs/manual/mod/mod_include.html.en (.../branches/2.2.x)    (wersja 358411)
5207 @@ -17,7 +17,7 @@
5208  <img alt="" src="../images/feather.gif" /></div>
5209  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5210  <div id="path">
5211 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5212 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5213  <div id="page-content">
5214  <div id="preamble"><h1>Apache Module mod_include</h1>
5215  <div class="toplang">
5216 Index: docs/manual/mod/mod_authn_alias.html.en
5217 ===================================================================
5218 --- docs/manual/mod/mod_authn_alias.html.en     (.../tags/2.2.0)        (wersja 358411)
5219 +++ docs/manual/mod/mod_authn_alias.html.en     (.../branches/2.2.x)    (wersja 358411)
5220 @@ -17,7 +17,7 @@
5221  <img alt="" src="../images/feather.gif" /></div>
5222  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5223  <div id="path">
5224 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5225 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5226  <div id="page-content">
5227  <div id="preamble"><h1>Apache Module mod_authn_alias</h1>
5228  <div class="toplang">
5229 Index: docs/manual/mod/mod_authn_file.html.ja.euc-jp
5230 ===================================================================
5231 --- docs/manual/mod/mod_authn_file.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
5232 +++ docs/manual/mod/mod_authn_file.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
5233 @@ -17,7 +17,7 @@
5234  <img alt="" src="../images/feather.gif" /></div>
5235  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5236  <div id="path">
5237 -<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>
5238 +<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>
5239  <div id="page-content">
5240  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authn_file</h1>
5241  <div class="toplang">
5242 Index: docs/manual/mod/mod_auth_digest.html.ko.euc-kr
5243 ===================================================================
5244 --- docs/manual/mod/mod_auth_digest.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
5245 +++ docs/manual/mod/mod_auth_digest.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
5246 @@ -17,7 +17,7 @@
5247  <img alt="" src="../images/feather.gif" /></div>
5248  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5249  <div id="path">
5250 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5251 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5252  <div id="page-content">
5253  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_auth_digest</h1>
5254  <div class="toplang">
5255 Index: docs/manual/mod/mod_actions.html.ko.euc-kr
5256 ===================================================================
5257 --- docs/manual/mod/mod_actions.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
5258 +++ docs/manual/mod/mod_actions.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
5259 @@ -17,7 +17,7 @@
5260  <img alt="" src="../images/feather.gif" /></div>
5261  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5262  <div id="path">
5263 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5264 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5265  <div id="page-content">
5266  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_actions</h1>
5267  <div class="toplang">
5268 Index: docs/manual/mod/directives.html.ko.euc-kr
5269 ===================================================================
5270 --- docs/manual/mod/directives.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
5271 +++ docs/manual/mod/directives.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
5272 @@ -16,7 +16,7 @@
5273  <img alt="" src="../images/feather.gif" /></div>
5274  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5275  <div id="path">
5276 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5277 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5278  <div class="toplang">
5279  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/mod/directives.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5280  <a href="../en/mod/directives.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5281 @@ -201,9 +201,9 @@
5282  <li><a href="core.html#ifdefine">&lt;IfDefine&gt;</a></li>
5283  <li><a href="core.html#ifmodule">&lt;IfModule&gt;</a></li>
5284  <li><a href="mod_version.html#ifversion">&lt;IfVersion&gt;</a></li>
5285 -<li><a href="mod_imap.html#imapbase">ImapBase</a></li>
5286 -<li><a href="mod_imap.html#imapdefault">ImapDefault</a></li>
5287 -<li><a href="mod_imap.html#imapmenu">ImapMenu</a></li>
5288 +<li><a href="mod_imagemap.html#imapbase">ImapBase</a></li>
5289 +<li><a href="mod_imagemap.html#imapdefault">ImapDefault</a></li>
5290 +<li><a href="mod_imagemap.html#imapmenu">ImapMenu</a></li>
5291  <li><a href="core.html#include">Include</a></li>
5292  <li><a href="mod_autoindex.html#indexignore">IndexIgnore</a></li>
5293  <li><a href="mod_autoindex.html#indexoptions">IndexOptions</a></li>
5294 Index: docs/manual/mod/mod_mime.html.ja.euc-jp
5295 ===================================================================
5296 --- docs/manual/mod/mod_mime.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
5297 +++ docs/manual/mod/mod_mime.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
5298 @@ -17,7 +17,7 @@
5299  <img alt="" src="../images/feather.gif" /></div>
5300  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5301  <div id="path">
5302 -<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>
5303 +<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>
5304  <div id="page-content">
5305  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_mime</h1>
5306  <div class="toplang">
5307 Index: docs/manual/mod/mod_isapi.html.en
5308 ===================================================================
5309 --- docs/manual/mod/mod_isapi.html.en   (.../tags/2.2.0)        (wersja 358411)
5310 +++ docs/manual/mod/mod_isapi.html.en   (.../branches/2.2.x)    (wersja 358411)
5311 @@ -17,7 +17,7 @@
5312  <img alt="" src="../images/feather.gif" /></div>
5313  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5314  <div id="path">
5315 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5316 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5317  <div id="page-content">
5318  <div id="preamble"><h1>Apache Module mod_isapi</h1>
5319  <div class="toplang">
5320 Index: docs/manual/mod/mod_charset_lite.html.en
5321 ===================================================================
5322 --- docs/manual/mod/mod_charset_lite.html.en    (.../tags/2.2.0)        (wersja 358411)
5323 +++ docs/manual/mod/mod_charset_lite.html.en    (.../branches/2.2.x)    (wersja 358411)
5324 @@ -17,7 +17,7 @@
5325  <img alt="" src="../images/feather.gif" /></div>
5326  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5327  <div id="path">
5328 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5329 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5330  <div id="page-content">
5331  <div id="preamble"><h1>Apache Module mod_charset_lite</h1>
5332  <div class="toplang">
5333 Index: docs/manual/mod/mod_ext_filter.html.ja.euc-jp
5334 ===================================================================
5335 --- docs/manual/mod/mod_ext_filter.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
5336 +++ docs/manual/mod/mod_ext_filter.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
5337 @@ -17,7 +17,7 @@
5338  <img alt="" src="../images/feather.gif" /></div>
5339  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5340  <div id="path">
5341 -<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>
5342 +<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>
5343  <div id="page-content">
5344  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_ext_filter</h1>
5345  <div class="toplang">
5346 Index: docs/manual/mod/mod_expires.html.en
5347 ===================================================================
5348 --- docs/manual/mod/mod_expires.html.en (.../tags/2.2.0)        (wersja 358411)
5349 +++ docs/manual/mod/mod_expires.html.en (.../branches/2.2.x)    (wersja 358411)
5350 @@ -17,7 +17,7 @@
5351  <img alt="" src="../images/feather.gif" /></div>
5352  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5353  <div id="path">
5354 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5355 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5356  <div id="page-content">
5357  <div id="preamble"><h1>Apache Module mod_expires</h1>
5358  <div class="toplang">
5359 Index: docs/manual/mod/mod_imagemap.xml.ko
5360 ===================================================================
5361 --- docs/manual/mod/mod_imagemap.xml.ko (.../tags/2.2.0)        (wersja 358411)
5362 +++ docs/manual/mod/mod_imagemap.xml.ko (.../branches/2.2.x)    (wersja 358411)
5363 @@ -1,7 +1,7 @@
5364  <?xml version="1.0" encoding="EUC-KR" ?>
5365  <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
5366  <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
5367 -<!-- English Revision: 151408:160365 (outdated) -->
5368 +<!-- English Revision: 151408:352018 (outdated) -->
5369  
5370  <!--
5371   Copyright 2004-2005 The Apache Software Foundation or its licensors,
5372 @@ -22,11 +22,11 @@
5373  
5374  <modulesynopsis metafile="mod_imagemap.xml.meta">
5375  
5376 -<name>mod_imap</name>
5377 +<name>mod_imagemap</name>
5378  <description>¼­¹öÃø À̹ÌÁö¸Ê(imagemap) Ã³¸®</description>
5379  <status>Base</status>
5380 -<sourcefile>mod_imap.c</sourcefile>
5381 -<identifier>imap_module</identifier>
5382 +<sourcefile>mod_imagemap.c</sourcefile>
5383 +<identifier>imagemap_module</identifier>
5384  
5385  <summary>
5386      <p>ÀÌ ¸ðµâÀº <code>imagemap</code> CGI ÇÁ·Î±×·¥À» ´ë½ÅÇÏ¿©
5387 @@ -99,7 +99,7 @@
5388        ±â´ÉÀ» ÇÑ´Ù. ¸ÊÆÄÀÏ¿¡¼­ ³ª¿À´Â URLÀº Àý´ë URLÀÌ ¾Æ´Ï¶ó¸é
5389        ÀÌ °ª¿¡ »ó´ë URL·Î Ãë±ÞÇÑ´Ù. <code>base</code> Áö½Ã¾î´Â
5390        <code>.htaccess</code> ÆÄÀÏÀ̳ª ¼­¹ö¼³Á¤ÆÄÀÏ¿¡¼­ ¼³Á¤ÇÑ
5391 -      <directive module="mod_imap">ImapBase</directive> °ªÀ»
5392 +      <directive module="mod_imagemap">ImapBase</directive> °ªÀ»
5393        ¹«½ÃÇÑ´Ù. <directive>ImapBase</directive> ¼³Á¤Áö½Ã¾î°¡
5394        ¾ø´Ù¸é ±âº» <code>base</code> °ªÀº
5395        <code>http://server_name/</code>ÀÌ´Ù.</p>
5396 @@ -111,7 +111,7 @@
5397        <dd>ÇØ´ç ÁÂÇ¥°¡ <code>poly</code>, <code>circle</code>,
5398        <code>rect</code> Áö½Ã¾î¿¡ ÇØ´çÇÏÁö ¾Ê°í <code>point</code>
5399        Áö½Ã¾î¸¦ »ç¿ëÇÏÁö ¾ÊÀº °æ¿ì ÇൿÀ» ÁöÁ¤ÇÑ´Ù. <directive
5400 -      module="mod_imap">ImapDefault</directive> ¼³Á¤ÀÌ ¾ø´Ù¸é
5401 +      module="mod_imagemap">ImapDefault</directive> ¼³Á¤ÀÌ ¾ø´Ù¸é
5402        ±âº»°ªÀº <code>204 No Content</code> »óÅÂÄڵ带 ¹ÝȯÇÏ´Â
5403        <code>nocontent</code>ÀÌ´Ù. ÀÌ °æ¿ì Å¬¶óÀ̾ðÆ®´Â µ¿ÀÏÇÑ
5404        ÆäÀÌÁö¸¦ º¸¿©Áà¾ß ÇÑ´Ù.</dd>
5405 @@ -157,7 +157,7 @@
5406        <dt><code>map</code></dt>
5407  
5408        <dd>À̹ÌÁö¸Ê ÆÄÀÏ ÀÚü URL°ú °°´Ù. ÁÂÇ¥°¡ ¾ø°í <directive
5409 -      module="mod_imap">ImapMenu</directive>°¡ <code>none</code>ÀÌ
5410 +      module="mod_imagemap">ImapMenu</directive>°¡ <code>none</code>ÀÌ
5411        ¾Æ´Ï¶ó¸é ¸Þ´º¸¦ ¸¸µç´Ù.</dd>
5412  
5413        <dt><code>menu</code></dt>
5414 Index: docs/manual/mod/mod_alias.html.ko.euc-kr
5415 ===================================================================
5416 --- docs/manual/mod/mod_alias.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
5417 +++ docs/manual/mod/mod_alias.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
5418 @@ -17,7 +17,7 @@
5419  <img alt="" src="../images/feather.gif" /></div>
5420  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5421  <div id="path">
5422 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5423 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5424  <div id="page-content">
5425  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_alias</h1>
5426  <div class="toplang">
5427 Index: docs/manual/mod/mod_authz_default.html.ko.euc-kr
5428 ===================================================================
5429 --- docs/manual/mod/mod_authz_default.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
5430 +++ docs/manual/mod/mod_authz_default.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
5431 @@ -17,7 +17,7 @@
5432  <img alt="" src="../images/feather.gif" /></div>
5433  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5434  <div id="path">
5435 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5436 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5437  <div id="page-content">
5438  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_default</h1>
5439  <div class="toplang">
5440 Index: docs/manual/mod/mod_authn_default.html.ja.euc-jp
5441 ===================================================================
5442 --- docs/manual/mod/mod_authn_default.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
5443 +++ docs/manual/mod/mod_authn_default.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
5444 @@ -17,7 +17,7 @@
5445  <img alt="" src="../images/feather.gif" /></div>
5446  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5447  <div id="path">
5448 -<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>
5449 +<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>
5450  <div id="page-content">
5451  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authn_default</h1>
5452  <div class="toplang">
5453 Index: docs/manual/mod/mod_authn_dbm.html.ko.euc-kr
5454 ===================================================================
5455 --- docs/manual/mod/mod_authn_dbm.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
5456 +++ docs/manual/mod/mod_authn_dbm.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
5457 @@ -17,7 +17,7 @@
5458  <img alt="" src="../images/feather.gif" /></div>
5459  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5460  <div id="path">
5461 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5462 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5463  <div id="page-content">
5464  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authn_dbm</h1>
5465  <div class="toplang">
5466 Index: docs/manual/mod/mod_authz_owner.html.ko.euc-kr
5467 ===================================================================
5468 --- docs/manual/mod/mod_authz_owner.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
5469 +++ docs/manual/mod/mod_authz_owner.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
5470 @@ -17,7 +17,7 @@
5471  <img alt="" src="../images/feather.gif" /></div>
5472  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5473  <div id="path">
5474 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5475 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5476  <div id="page-content">
5477  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_owner</h1>
5478  <div class="toplang">
5479 Index: docs/manual/mod/mod_cgi.html.en
5480 ===================================================================
5481 --- docs/manual/mod/mod_cgi.html.en     (.../tags/2.2.0)        (wersja 358411)
5482 +++ docs/manual/mod/mod_cgi.html.en     (.../branches/2.2.x)    (wersja 358411)
5483 @@ -17,7 +17,7 @@
5484  <img alt="" src="../images/feather.gif" /></div>
5485  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5486  <div id="path">
5487 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5488 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5489  <div id="page-content">
5490  <div id="preamble"><h1>Apache Module mod_cgi</h1>
5491  <div class="toplang">
5492 Index: docs/manual/mod/mod_suexec.html.ja.euc-jp
5493 ===================================================================
5494 --- docs/manual/mod/mod_suexec.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
5495 +++ docs/manual/mod/mod_suexec.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
5496 @@ -17,7 +17,7 @@
5497  <img alt="" src="../images/feather.gif" /></div>
5498  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5499  <div id="path">
5500 -<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>
5501 +<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>
5502  <div id="page-content">
5503  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_suexec</h1>
5504  <div class="toplang">
5505 Index: docs/manual/index.html.fr
5506 ===================================================================
5507 --- docs/manual/index.html.fr   (.../tags/2.2.0)        (wersja 358411)
5508 +++ docs/manual/index.html.fr   (.../branches/2.2.x)    (wersja 358411)
5509 @@ -18,7 +18,7 @@
5510  <img alt="" src="./images/feather.gif" /></div>
5511  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5512  <div id="path">
5513 -<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>
5514 +<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>
5515  <div id="page-content"><h1>Documentation du Serveur HTTP Apache Version
5516  2.2</h1>
5517  <div class="toplang">
5518 Index: docs/manual/handler.html.en
5519 ===================================================================
5520 --- docs/manual/handler.html.en (.../tags/2.2.0)        (wersja 358411)
5521 +++ docs/manual/handler.html.en (.../branches/2.2.x)    (wersja 358411)
5522 @@ -16,7 +16,7 @@
5523  <img alt="" src="./images/feather.gif" /></div>
5524  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5525  <div id="path">
5526 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5527 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5528  <div class="toplang">
5529  <p><span>Available Languages: </span><a href="./en/handler.html" title="English">&nbsp;en&nbsp;</a> |
5530  <a href="./es/handler.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
5531 Index: docs/manual/upgrading.html
5532 ===================================================================
5533 --- docs/manual/upgrading.html  (.../tags/2.2.0)        (wersja 358411)
5534 +++ docs/manual/upgrading.html  (.../branches/2.2.x)    (wersja 358411)
5535 @@ -6,10 +6,6 @@
5536  Content-Language: en
5537  Content-type: text/html; charset=ISO-8859-1
5538  
5539 -URI: upgrading.html.fr
5540 -Content-Language: fr
5541 -Content-type: text/html; charset=ISO-8859-1
5542 -
5543  URI: upgrading.html.ja.euc-jp
5544  Content-Language: ja
5545  Content-type: text/html; charset=EUC-JP
5546 Index: docs/manual/install.html.ja.euc-jp
5547 ===================================================================
5548 --- docs/manual/install.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
5549 +++ docs/manual/install.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
5550 @@ -16,7 +16,7 @@
5551  <img alt="" src="./images/feather.gif" /></div>
5552  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5553  <div id="path">
5554 -<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>
5555 +<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>
5556  <div class="toplang">
5557  <p><span>Available Languages: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5558  <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5559 Index: docs/manual/handler.html.es
5560 ===================================================================
5561 --- docs/manual/handler.html.es (.../tags/2.2.0)        (wersja 358411)
5562 +++ docs/manual/handler.html.es (.../branches/2.2.x)    (wersja 358411)
5563 @@ -16,7 +16,7 @@
5564  <img alt="" src="./images/feather.gif" /></div>
5565  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5566  <div id="path">
5567 -<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>
5568 +<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>
5569  <div class="toplang">
5570  <p><span>Idiomas disponibles: </span><a href="./en/handler.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5571  <a href="./es/handler.html" title="Español">&nbsp;es&nbsp;</a> |
5572 @@ -38,7 +38,7 @@
5573  <div class="section">
5574  <h2><a name="definition" id="definition">¿Qué es un Handler?</a></h2>
5575      
5576 -    <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>
5577 +    <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>
5578  
5579  
5580      <p>Un "handler" es una representación interna de Apache de
5581 @@ -78,7 +78,7 @@
5582        CGI. (<code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code>)</li>
5583  
5584        <li><strong>imap-file</strong>: Trata el fichero como un mapa de
5585 -      imágenes. (<code class="module"><a href="./mod/mod_imap.html">mod_imap</a></code>)</li>
5586 +      imágenes. (<code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code>)</li>
5587  
5588        <li><strong>server-info</strong>: Extrae la información de
5589        configuración del
5590 Index: docs/manual/programs/configure.html.ko.euc-kr
5591 ===================================================================
5592 --- docs/manual/programs/configure.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
5593 +++ docs/manual/programs/configure.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
5594 @@ -16,7 +16,7 @@
5595  <img alt="" src="../images/feather.gif" /></div>
5596  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5597  <div id="path">
5598 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5599 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5600  <div class="toplang">
5601  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/configure.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5602  <a href="../ko/programs/configure.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5603 @@ -354,8 +354,8 @@
5604              <br />
5605              ÁÖÀÇ: ÀÌ ¸ðµâÀº Ç×»ó Á¤ÀûÀ¸·Î ¸µÅ©µÈ´Ù.</dd>
5606  
5607 -        <dt><code>--disable-imap</code></dt>
5608 -        <dd><code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code>ÀÌ Á¦°øÇϴ ¼­¹ö±â¹Ý imagemap
5609 +        <dt><code>--disable-imagemap</code></dt>
5610 +        <dd><code class="module"><a href="../mod/mod_imagemap.html">mod_imagemap</a></code>ÀÌ Á¦°øÇϴ ¼­¹ö±â¹Ý imagemap
5611            ±â´ÉÀ» »ç¿ëÇÏÁö ¾Ê´Â´Ù.</dd>
5612  
5613          <dt><code>--disable-include</code></dt>
5614 Index: docs/manual/programs/other.html.ko.euc-kr
5615 ===================================================================
5616 --- docs/manual/programs/other.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
5617 +++ docs/manual/programs/other.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
5618 @@ -16,7 +16,7 @@
5619  <img alt="" src="../images/feather.gif" /></div>
5620  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5621  <div id="path">
5622 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5623 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5624  <div class="toplang">
5625  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/other.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5626  <a href="../ko/programs/other.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5627 Index: docs/manual/programs/ab.html.ko.euc-kr
5628 ===================================================================
5629 --- docs/manual/programs/ab.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
5630 +++ docs/manual/programs/ab.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
5631 @@ -16,7 +16,7 @@
5632  <img alt="" src="../images/feather.gif" /></div>
5633  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5634  <div id="path">
5635 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5636 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5637  <div class="toplang">
5638  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/ab.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5639  <a href="../ko/programs/ab.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5640 Index: docs/manual/programs/configure.html.en
5641 ===================================================================
5642 --- docs/manual/programs/configure.html.en      (.../tags/2.2.0)        (wersja 358411)
5643 +++ docs/manual/programs/configure.html.en      (.../branches/2.2.x)    (wersja 358411)
5644 @@ -16,7 +16,7 @@
5645  <img alt="" src="../images/feather.gif" /></div>
5646  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5647  <div id="path">
5648 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5649 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5650  <div class="toplang">
5651  <p><span>Available Languages: </span><a href="../en/programs/configure.html" title="English">&nbsp;en&nbsp;</a> |
5652  <a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5653 Index: docs/manual/programs/other.html.en
5654 ===================================================================
5655 --- docs/manual/programs/other.html.en  (.../tags/2.2.0)        (wersja 358411)
5656 +++ docs/manual/programs/other.html.en  (.../branches/2.2.x)    (wersja 358411)
5657 @@ -16,7 +16,7 @@
5658  <img alt="" src="../images/feather.gif" /></div>
5659  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5660  <div id="path">
5661 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5662 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5663  <div class="toplang">
5664  <p><span>Available Languages: </span><a href="../en/programs/other.html" title="English">&nbsp;en&nbsp;</a> |
5665  <a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5666 Index: docs/manual/programs/htdbm.html.en
5667 ===================================================================
5668 --- docs/manual/programs/htdbm.html.en  (.../tags/2.2.0)        (wersja 358411)
5669 +++ docs/manual/programs/htdbm.html.en  (.../branches/2.2.x)    (wersja 358411)
5670 @@ -16,7 +16,7 @@
5671  <img alt="" src="../images/feather.gif" /></div>
5672  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5673  <div id="path">
5674 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5675 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5676  <div class="toplang">
5677  <p><span>Available Languages: </span><a href="../en/programs/htdbm.html" title="English">&nbsp;en&nbsp;</a></p>
5678  </div>
5679 Index: docs/manual/programs/htcacheclean.html.en
5680 ===================================================================
5681 --- docs/manual/programs/htcacheclean.html.en   (.../tags/2.2.0)        (wersja 358411)
5682 +++ docs/manual/programs/htcacheclean.html.en   (.../branches/2.2.x)    (wersja 358411)
5683 @@ -16,7 +16,7 @@
5684  <img alt="" src="../images/feather.gif" /></div>
5685  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5686  <div id="path">
5687 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5688 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5689  <div class="toplang">
5690  <p><span>Available Languages: </span><a href="../en/programs/htcacheclean.html" title="English">&nbsp;en&nbsp;</a> |
5691  <a href="../ko/programs/htcacheclean.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5692 Index: docs/manual/programs/htdigest.html.ko.euc-kr
5693 ===================================================================
5694 --- docs/manual/programs/htdigest.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
5695 +++ docs/manual/programs/htdigest.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
5696 @@ -17,7 +17,7 @@
5697  <img alt="" src="../images/feather.gif" /></div>
5698  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5699  <div id="path">
5700 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
5701 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
5702  °ü¸®ÇÑ´Ù</h1>
5703  <div class="toplang">
5704  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/htdigest.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5705 Index: docs/manual/programs/apxs.html.ko.euc-kr
5706 ===================================================================
5707 --- docs/manual/programs/apxs.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
5708 +++ docs/manual/programs/apxs.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
5709 @@ -16,7 +16,7 @@
5710  <img alt="" src="../images/feather.gif" /></div>
5711  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5712  <div id="path">
5713 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5714 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5715  <div class="toplang">
5716  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/apxs.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5717  <a href="../ko/programs/apxs.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5718 Index: docs/manual/programs/dbmmanage.html.ko.euc-kr
5719 ===================================================================
5720 --- docs/manual/programs/dbmmanage.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
5721 +++ docs/manual/programs/dbmmanage.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
5722 @@ -16,7 +16,7 @@
5723  <img alt="" src="../images/feather.gif" /></div>
5724  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5725  <div id="path">
5726 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5727 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5728  <div class="toplang">
5729  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/dbmmanage.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5730  <a href="../ko/programs/dbmmanage.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5731 Index: docs/manual/programs/logresolve.html.ko.euc-kr
5732 ===================================================================
5733 --- docs/manual/programs/logresolve.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
5734 +++ docs/manual/programs/logresolve.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
5735 @@ -17,7 +17,7 @@
5736  <img alt="" src="../images/feather.gif" /></div>
5737  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5738  <div id="path">
5739 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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-ÁÖ¼Ò¸¦ È£½ºÆ®¸íÀ¸·Î
5740 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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-ÁÖ¼Ò¸¦ È£½ºÆ®¸íÀ¸·Î
5741    º¯È¯ÇÑ´Ù</h1>
5742  <div class="toplang">
5743  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/logresolve.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5744 Index: docs/manual/programs/httpd.html.ko.euc-kr
5745 ===================================================================
5746 --- docs/manual/programs/httpd.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
5747 +++ docs/manual/programs/httpd.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
5748 @@ -16,7 +16,7 @@
5749  <img alt="" src="../images/feather.gif" /></div>
5750  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5751  <div id="path">
5752 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5753 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5754  <div class="toplang">
5755  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/httpd.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5756  <a href="../ko/programs/httpd.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5757 Index: docs/manual/programs/logresolve.html.en
5758 ===================================================================
5759 --- docs/manual/programs/logresolve.html.en     (.../tags/2.2.0)        (wersja 358411)
5760 +++ docs/manual/programs/logresolve.html.en     (.../branches/2.2.x)    (wersja 358411)
5761 @@ -17,7 +17,7 @@
5762  <img alt="" src="../images/feather.gif" /></div>
5763  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5764  <div id="path">
5765 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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 
5766 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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 
5767     log files</h1>
5768  <div class="toplang">
5769  <p><span>Available Languages: </span><a href="../en/programs/logresolve.html" title="English">&nbsp;en&nbsp;</a> |
5770 Index: docs/manual/programs/ab.html.en
5771 ===================================================================
5772 --- docs/manual/programs/ab.html.en     (.../tags/2.2.0)        (wersja 358411)
5773 +++ docs/manual/programs/ab.html.en     (.../branches/2.2.x)    (wersja 358411)
5774 @@ -16,7 +16,7 @@
5775  <img alt="" src="../images/feather.gif" /></div>
5776  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5777  <div id="path">
5778 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5779 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5780  <div class="toplang">
5781  <p><span>Available Languages: </span><a href="../en/programs/ab.html" title="English">&nbsp;en&nbsp;</a> |
5782  <a href="../ko/programs/ab.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5783 Index: docs/manual/programs/rotatelogs.html.en
5784 ===================================================================
5785 --- docs/manual/programs/rotatelogs.html.en     (.../tags/2.2.0)        (wersja 358411)
5786 +++ docs/manual/programs/rotatelogs.html.en     (.../branches/2.2.x)    (wersja 358411)
5787 @@ -16,7 +16,7 @@
5788  <img alt="" src="../images/feather.gif" /></div>
5789  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5790  <div id="path">
5791 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5792 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5793  <div class="toplang">
5794  <p><span>Available Languages: </span><a href="../en/programs/rotatelogs.html" title="English">&nbsp;en&nbsp;</a> |
5795  <a href="../ko/programs/rotatelogs.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5796 Index: docs/manual/programs/apachectl.html.en
5797 ===================================================================
5798 --- docs/manual/programs/apachectl.html.en      (.../tags/2.2.0)        (wersja 358411)
5799 +++ docs/manual/programs/apachectl.html.en      (.../branches/2.2.x)    (wersja 358411)
5800 @@ -16,7 +16,7 @@
5801  <img alt="" src="../images/feather.gif" /></div>
5802  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5803  <div id="path">
5804 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5805 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5806  <div class="toplang">
5807  <p><span>Available Languages: </span><a href="../en/programs/apachectl.html" title="English">&nbsp;en&nbsp;</a> |
5808  <a href="../ko/programs/apachectl.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5809 Index: docs/manual/programs/suexec.html.en
5810 ===================================================================
5811 --- docs/manual/programs/suexec.html.en (.../tags/2.2.0)        (wersja 358411)
5812 +++ docs/manual/programs/suexec.html.en (.../branches/2.2.x)    (wersja 358411)
5813 @@ -16,7 +16,7 @@
5814  <img alt="" src="../images/feather.gif" /></div>
5815  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5816  <div id="path">
5817 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5818 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5819  <div class="toplang">
5820  <p><span>Available Languages: </span><a href="../en/programs/suexec.html" title="English">&nbsp;en&nbsp;</a> |
5821  <a href="../ko/programs/suexec.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5822 Index: docs/manual/programs/index.html.en
5823 ===================================================================
5824 --- docs/manual/programs/index.html.en  (.../tags/2.2.0)        (wersja 358411)
5825 +++ docs/manual/programs/index.html.en  (.../branches/2.2.x)    (wersja 358411)
5826 @@ -16,7 +16,7 @@
5827  <img alt="" src="../images/feather.gif" /></div>
5828  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5829  <div id="path">
5830 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5831 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5832  <div class="toplang">
5833  <p><span>Available Languages: </span><a href="../en/programs/" title="English">&nbsp;en&nbsp;</a> |
5834  <a href="../es/programs/" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
5835 Index: docs/manual/programs/index.html.es
5836 ===================================================================
5837 --- docs/manual/programs/index.html.es  (.../tags/2.2.0)        (wersja 358411)
5838 +++ docs/manual/programs/index.html.es  (.../branches/2.2.x)    (wersja 358411)
5839 @@ -16,7 +16,7 @@
5840  <img alt="" src="../images/feather.gif" /></div>
5841  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5842  <div id="path">
5843 -<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>
5844 +<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>
5845  <div class="toplang">
5846  <p><span>Idiomas disponibles: </span><a href="../en/programs/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5847  <a href="../es/programs/" title="Español">&nbsp;es&nbsp;</a> |
5848 Index: docs/manual/programs/apachectl.html.ko.euc-kr
5849 ===================================================================
5850 --- docs/manual/programs/apachectl.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
5851 +++ docs/manual/programs/apachectl.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
5852 @@ -16,7 +16,7 @@
5853  <img alt="" src="../images/feather.gif" /></div>
5854  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5855  <div id="path">
5856 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5857 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5858  <div class="toplang">
5859  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/apachectl.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5860  <a href="../ko/programs/apachectl.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5861 Index: docs/manual/programs/suexec.html.ko.euc-kr
5862 ===================================================================
5863 --- docs/manual/programs/suexec.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
5864 +++ docs/manual/programs/suexec.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
5865 @@ -16,7 +16,7 @@
5866  <img alt="" src="../images/feather.gif" /></div>
5867  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5868  <div id="path">
5869 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5870 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5871  <div class="toplang">
5872  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/suexec.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5873  <a href="../ko/programs/suexec.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5874 Index: docs/manual/programs/htdigest.html.en
5875 ===================================================================
5876 --- docs/manual/programs/htdigest.html.en       (.../tags/2.2.0)        (wersja 358411)
5877 +++ docs/manual/programs/htdigest.html.en       (.../branches/2.2.x)    (wersja 358411)
5878 @@ -16,7 +16,7 @@
5879  <img alt="" src="../images/feather.gif" /></div>
5880  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5881  <div id="path">
5882 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5883 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5884  <div class="toplang">
5885  <p><span>Available Languages: </span><a href="../en/programs/htdigest.html" title="English">&nbsp;en&nbsp;</a> |
5886  <a href="../ko/programs/htdigest.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5887 Index: docs/manual/programs/apxs.html.en
5888 ===================================================================
5889 --- docs/manual/programs/apxs.html.en   (.../tags/2.2.0)        (wersja 358411)
5890 +++ docs/manual/programs/apxs.html.en   (.../branches/2.2.x)    (wersja 358411)
5891 @@ -16,7 +16,7 @@
5892  <img alt="" src="../images/feather.gif" /></div>
5893  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5894  <div id="path">
5895 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5896 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5897  <div class="toplang">
5898  <p><span>Available Languages: </span><a href="../en/programs/apxs.html" title="English">&nbsp;en&nbsp;</a> |
5899  <a href="../ko/programs/apxs.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5900 Index: docs/manual/programs/dbmmanage.html.en
5901 ===================================================================
5902 --- docs/manual/programs/dbmmanage.html.en      (.../tags/2.2.0)        (wersja 358411)
5903 +++ docs/manual/programs/dbmmanage.html.en      (.../branches/2.2.x)    (wersja 358411)
5904 @@ -16,7 +16,7 @@
5905  <img alt="" src="../images/feather.gif" /></div>
5906  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5907  <div id="path">
5908 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5909 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5910  <div class="toplang">
5911  <p><span>Available Languages: </span><a href="../en/programs/dbmmanage.html" title="English">&nbsp;en&nbsp;</a> |
5912  <a href="../ko/programs/dbmmanage.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5913 Index: docs/manual/programs/rotatelogs.html.ko.euc-kr
5914 ===================================================================
5915 --- docs/manual/programs/rotatelogs.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
5916 +++ docs/manual/programs/rotatelogs.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
5917 @@ -17,7 +17,7 @@
5918  <img alt="" src="../images/feather.gif" /></div>
5919  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5920  <div id="path">
5921 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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 - ¾ÆÆÄÄ¡ ·Î±×¸¦ ¼øȯÇϱâÀ§ÇØ ÆÄÀÌÇÁ·Î ¿¬°áÇÒ
5922 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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 - ¾ÆÆÄÄ¡ ·Î±×¸¦ ¼øȯÇϱâÀ§ÇØ ÆÄÀÌÇÁ·Î ¿¬°áÇÒ
5923    ·Î±× ÇÁ·Î±×·¥</h1>
5924  <div class="toplang">
5925  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/rotatelogs.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5926 Index: docs/manual/programs/httxt2dbm.html.en
5927 ===================================================================
5928 --- docs/manual/programs/httxt2dbm.html.en      (.../tags/2.2.0)        (wersja 358411)
5929 +++ docs/manual/programs/httxt2dbm.html.en      (.../branches/2.2.x)    (wersja 358411)
5930 @@ -16,7 +16,7 @@
5931  <img alt="" src="../images/feather.gif" /></div>
5932  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5933  <div id="path">
5934 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5935 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5936  <div class="toplang">
5937  <p><span>Available Languages: </span><a href="../en/programs/httxt2dbm.html" title="English">&nbsp;en&nbsp;</a></p>
5938  </div>
5939 Index: docs/manual/programs/httpd.html.en
5940 ===================================================================
5941 --- docs/manual/programs/httpd.html.en  (.../tags/2.2.0)        (wersja 358411)
5942 +++ docs/manual/programs/httpd.html.en  (.../branches/2.2.x)    (wersja 358411)
5943 @@ -16,7 +16,7 @@
5944  <img alt="" src="../images/feather.gif" /></div>
5945  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5946  <div id="path">
5947 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5948 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5949  <div class="toplang">
5950  <p><span>Available Languages: </span><a href="../en/programs/httpd.html" title="English">&nbsp;en&nbsp;</a> |
5951  <a href="../ko/programs/httpd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5952 Index: docs/manual/programs/configure.xml.ko
5953 ===================================================================
5954 --- docs/manual/programs/configure.xml.ko       (.../tags/2.2.0)        (wersja 358411)
5955 +++ docs/manual/programs/configure.xml.ko       (.../branches/2.2.x)    (wersja 358411)
5956 @@ -355,8 +355,8 @@
5957              <br/>
5958              ÁÖÀÇ: ÀÌ ¸ðµâÀº Ç×»ó Á¤ÀûÀ¸·Î ¸µÅ©µÈ´Ù.</dd>
5959  
5960 -        <dt><code>--disable-imap</code></dt>
5961 -        <dd><module>mod_imap</module>ÀÌ Á¦°øÇϴ ¼­¹ö±â¹Ý imagemap
5962 +        <dt><code>--disable-imagemap</code></dt>
5963 +        <dd><module>mod_imagemap</module>ÀÌ Á¦°øÇϴ ¼­¹ö±â¹Ý imagemap
5964            ±â´ÉÀ» »ç¿ëÇÏÁö ¾Ê´Â´Ù.</dd>
5965  
5966          <dt><code>--disable-include</code></dt>
5967 Index: docs/manual/programs/htpasswd.html.ko.euc-kr
5968 ===================================================================
5969 --- docs/manual/programs/htpasswd.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
5970 +++ docs/manual/programs/htpasswd.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
5971 @@ -17,7 +17,7 @@
5972  <img alt="" src="../images/feather.gif" /></div>
5973  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5974  <div id="path">
5975 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
5976 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
5977        °ü¸®ÇÑ´Ù</h1>
5978  <div class="toplang">
5979  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/htpasswd.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5980 Index: docs/manual/programs/htpasswd.html.en
5981 ===================================================================
5982 --- docs/manual/programs/htpasswd.html.en       (.../tags/2.2.0)        (wersja 358411)
5983 +++ docs/manual/programs/htpasswd.html.en       (.../branches/2.2.x)    (wersja 358411)
5984 @@ -16,7 +16,7 @@
5985  <img alt="" src="../images/feather.gif" /></div>
5986  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5987  <div id="path">
5988 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5989 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5990  <div class="toplang">
5991  <p><span>Available Languages: </span><a href="../en/programs/htpasswd.html" title="English">&nbsp;en&nbsp;</a> |
5992  <a href="../ko/programs/htpasswd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5993 Index: docs/manual/programs/htcacheclean.html.ko.euc-kr
5994 ===================================================================
5995 --- docs/manual/programs/htcacheclean.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
5996 +++ docs/manual/programs/htcacheclean.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
5997 @@ -16,7 +16,7 @@
5998  <img alt="" src="../images/feather.gif" /></div>
5999  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6000  <div id="path">
6001 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6002 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6003  <div class="toplang">
6004  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/htcacheclean.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6005  <a href="../ko/programs/htcacheclean.html" title="Korean">&nbsp;ko&nbsp;</a></p>
6006 Index: docs/manual/programs/index.html.ko.euc-kr
6007 ===================================================================
6008 --- docs/manual/programs/index.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
6009 +++ docs/manual/programs/index.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
6010 @@ -16,7 +16,7 @@
6011  <img alt="" src="../images/feather.gif" /></div>
6012  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6013  <div id="path">
6014 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6015 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6016  <div class="toplang">
6017  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6018  <a href="../es/programs/" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
6019 Index: docs/manual/ssl/ssl_intro.html.en
6020 ===================================================================
6021 --- docs/manual/ssl/ssl_intro.html.en   (.../tags/2.2.0)        (wersja 358411)
6022 +++ docs/manual/ssl/ssl_intro.html.en   (.../branches/2.2.x)    (wersja 358411)
6023 @@ -16,7 +16,7 @@
6024  <img alt="" src="../images/feather.gif" /></div>
6025  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6026  <div id="path">
6027 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6028 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6029  <div class="toplang">
6030  <p><span>Available Languages: </span><a href="../en/ssl/ssl_intro.html" title="English">&nbsp;en&nbsp;</a> |
6031  <a href="../ja/ssl/ssl_intro.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
6032 Index: docs/manual/ssl/ssl_howto.html.en
6033 ===================================================================
6034 --- docs/manual/ssl/ssl_howto.html.en   (.../tags/2.2.0)        (wersja 358411)
6035 +++ docs/manual/ssl/ssl_howto.html.en   (.../branches/2.2.x)    (wersja 358411)
6036 @@ -16,7 +16,7 @@
6037  <img alt="" src="../images/feather.gif" /></div>
6038  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6039  <div id="path">
6040 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6041 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6042  <div class="toplang">
6043  <p><span>Available Languages: </span><a href="../en/ssl/ssl_howto.html" title="English">&nbsp;en&nbsp;</a></p>
6044  </div>
6045 Index: docs/manual/ssl/index.html.ja.euc-jp
6046 ===================================================================
6047 --- docs/manual/ssl/index.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
6048 +++ docs/manual/ssl/index.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
6049 @@ -16,7 +16,7 @@
6050  <img alt="" src="../images/feather.gif" /></div>
6051  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6052  <div id="path">
6053 -<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>
6054 +<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>
6055  <div class="toplang">
6056  <p><span>Available Languages: </span><a href="../en/ssl/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6057  <a href="../ja/ssl/" title="Japanese">&nbsp;ja&nbsp;</a></p>
6058 Index: docs/manual/ssl/ssl_intro.html.ja.euc-jp
6059 ===================================================================
6060 --- docs/manual/ssl/ssl_intro.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
6061 +++ docs/manual/ssl/ssl_intro.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
6062 @@ -16,7 +16,7 @@
6063  <img alt="" src="../images/feather.gif" /></div>
6064  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6065  <div id="path">
6066 -<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>
6067 +<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>
6068  <div class="toplang">
6069  <p><span>Available Languages: </span><a href="../en/ssl/ssl_intro.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6070  <a href="../ja/ssl/ssl_intro.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
6071 Index: docs/manual/ssl/ssl_faq.html.en
6072 ===================================================================
6073 --- docs/manual/ssl/ssl_faq.html.en     (.../tags/2.2.0)        (wersja 358411)
6074 +++ docs/manual/ssl/ssl_faq.html.en     (.../branches/2.2.x)    (wersja 358411)
6075 @@ -16,7 +16,7 @@
6076  <img alt="" src="../images/feather.gif" /></div>
6077  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6078  <div id="path">
6079 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6080 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6081  <div class="toplang">
6082  <p><span>Available Languages: </span><a href="../en/ssl/ssl_faq.html" title="English">&nbsp;en&nbsp;</a></p>
6083  </div>
6084 Index: docs/manual/ssl/ssl_compat.html.en
6085 ===================================================================
6086 --- docs/manual/ssl/ssl_compat.html.en  (.../tags/2.2.0)        (wersja 358411)
6087 +++ docs/manual/ssl/ssl_compat.html.en  (.../branches/2.2.x)    (wersja 358411)
6088 @@ -16,7 +16,7 @@
6089  <img alt="" src="../images/feather.gif" /></div>
6090  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6091  <div id="path">
6092 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6093 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6094  <div class="toplang">
6095  <p><span>Available Languages: </span><a href="../en/ssl/ssl_compat.html" title="English">&nbsp;en&nbsp;</a></p>
6096  </div>
6097 Index: docs/manual/ssl/index.html.en
6098 ===================================================================
6099 --- docs/manual/ssl/index.html.en       (.../tags/2.2.0)        (wersja 358411)
6100 +++ docs/manual/ssl/index.html.en       (.../branches/2.2.x)    (wersja 358411)
6101 @@ -16,7 +16,7 @@
6102  <img alt="" src="../images/feather.gif" /></div>
6103  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6104  <div id="path">
6105 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6106 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6107  <div class="toplang">
6108  <p><span>Available Languages: </span><a href="../en/ssl/" title="English">&nbsp;en&nbsp;</a> |
6109  <a href="../ja/ssl/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
6110 Index: docs/manual/configuring.html.de
6111 ===================================================================
6112 --- docs/manual/configuring.html.de     (.../tags/2.2.0)        (wersja 358411)
6113 +++ docs/manual/configuring.html.de     (.../branches/2.2.x)    (wersja 358411)
6114 @@ -16,7 +16,7 @@
6115  <img alt="" src="./images/feather.gif" /></div>
6116  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6117  <div id="path">
6118 -<a href="http://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>
6119 +<a href="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>
6120  <div class="toplang">
6121  <p><span>Verfügbare Sprachen: </span><a href="./de/configuring.html" title="Deutsch">&nbsp;de&nbsp;</a> |
6122  <a href="./en/configuring.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6123 Index: docs/manual/install.xml.es
6124 ===================================================================
6125 --- docs/manual/install.xml.es  (.../tags/2.2.0)        (wersja 358411)
6126 +++ docs/manual/install.xml.es  (.../branches/2.2.x)    (wersja 358411)
6127 @@ -1,7 +1,7 @@
6128  <?xml version='1.0' encoding='UTF-8' ?>
6129  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
6130  <?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
6131 -<!-- English Revision: 105989:344412 (outdated) -->
6132 +<!-- English Revision: 105989:350287 (outdated) -->
6133  
6134  <!--
6135   Copyright 2004-2005 The Apache Software Foundation or its licensors,
6136 Index: docs/manual/urlmapping.html.en
6137 ===================================================================
6138 --- docs/manual/urlmapping.html.en      (.../tags/2.2.0)        (wersja 358411)
6139 +++ docs/manual/urlmapping.html.en      (.../branches/2.2.x)    (wersja 358411)
6140 @@ -16,7 +16,7 @@
6141  <img alt="" src="./images/feather.gif" /></div>
6142  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6143  <div id="path">
6144 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6145 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6146  <div class="toplang">
6147  <p><span>Available Languages: </span><a href="./en/urlmapping.html" title="English">&nbsp;en&nbsp;</a> |
6148  <a href="./ja/urlmapping.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6149 Index: docs/manual/index.html.ja.euc-jp
6150 ===================================================================
6151 --- docs/manual/index.html.ja.euc-jp    (.../tags/2.2.0)        (wersja 358411)
6152 +++ docs/manual/index.html.ja.euc-jp    (.../branches/2.2.x)    (wersja 358411)
6153 @@ -17,7 +17,7 @@
6154  <img alt="" src="./images/feather.gif" /></div>
6155  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6156  <div id="path">
6157 -<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>
6158 +<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>
6159  <div id="page-content"><h1>Apache HTTP ¥µ¡¼¥Ð ¥Ð¡¼¥¸¥ç¥ó 2.2 ¥É¥­¥å¥á¥ó¥È</h1>
6160  <div class="toplang">
6161  <p><span>Available Languages: </span><a href="./de/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6162 Index: docs/manual/license.html.en
6163 ===================================================================
6164 --- docs/manual/license.html.en (.../tags/2.2.0)        (wersja 358411)
6165 +++ docs/manual/license.html.en (.../branches/2.2.x)    (wersja 358411)
6166 @@ -16,7 +16,7 @@
6167  <img alt="" src="./images/feather.gif" /></div>
6168  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6169  <div id="path">
6170 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6171 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6172  <div class="toplang">
6173  <p><span>Available Languages: </span><a href="./en/license.html" title="English">&nbsp;en&nbsp;</a></p>
6174  </div>
6175 Index: docs/manual/new_features_2_2.xml
6176 ===================================================================
6177 --- docs/manual/new_features_2_2.xml    (.../tags/2.2.0)        (wersja 358411)
6178 +++ docs/manual/new_features_2_2.xml    (.../branches/2.2.x)    (wersja 358411)
6179 @@ -103,9 +103,13 @@
6180            timeout was reached.</dd>
6181  
6182        <dt>SQL Database Support</dt>
6183 -      <dd><module>mod_dbd</module>, together with the apr_dbd framework,
6184 +      <dd><p><module>mod_dbd</module>, together with the apr_dbd framework,
6185            brings direct SQL support to modules that need it.  Supports
6186 -          connection pooling in threaded MPMs.</dd>
6187 +          connection pooling in threaded MPMs.</p>
6188 +         <p><strong>Windows Users</strong> please note that this is not
6189 +         yet included in the standard windows build.  If you try to use
6190 +         it on the Windows platform, please let us know how you get on.</p>
6191 +         </dd>
6192  
6193      </dl>
6194    </section>
6195 @@ -117,7 +121,7 @@
6196        <dd>Modules in the aaa directory have been renamed and offer
6197            better support for digest authentication.  For example, mod_auth
6198            is now split into <module>mod_auth_basic</module> and
6199 -          <module>mod_auth_file</module>; mod_auth_dbm is now called
6200 +          <module>mod_authn_file</module>; mod_auth_dbm is now called
6201            <module>mod_authn_dbm</module>; mod_access has been renamed
6202            <module>mod_authz_host</module>.  There is also a new
6203            <module>mod_authn_alias</module> module for simplifying
6204 @@ -131,6 +135,14 @@
6205            complicated search filters in the 
6206            <directive module="core">Require</directive> directive.</dd>
6207  
6208 +      <dt><module>mod_authz_owner</module></dt>
6209 +      <dd>A new module that authorizes access to files based
6210 +          on the owner of the file on the file system</dd>
6211 +
6212 +      <dt><module>mod_version</module></dt>
6213 +      <dd>A new module that allows configuration blocks to be enabled based on the
6214 +          version number of the running server.</dd>
6215 +
6216        <dt><module>mod_info</module></dt>
6217        <dd>Added a new <code>?config</code> argument which will show
6218            the configuration directives as parsed by Apache, including
6219 @@ -143,7 +155,12 @@
6220        <dd>Added a support for 
6221           <a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, which 
6222           allows connections to upgrade from clear text to TLS encryption.</dd>
6223 +
6224 +      <dt><module>mod_imagemap</module></dt>
6225 +      <dd>mod_imap has been renamed to <module>mod_imagemap</module> to avoid
6226 +          user confusion.</dd>
6227      </dl>
6228 +
6229    </section>
6230  
6231    <section id="programs">
6232 Index: docs/manual/custom-error.html.ko.euc-kr
6233 ===================================================================
6234 --- docs/manual/custom-error.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
6235 +++ docs/manual/custom-error.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
6236 @@ -16,7 +16,7 @@
6237  <img alt="" src="./images/feather.gif" /></div>
6238  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6239  <div id="path">
6240 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6241 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6242  <div class="toplang">
6243  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/custom-error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6244  <a href="./es/custom-error.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
6245 Index: docs/manual/invoking.html.ja.euc-jp
6246 ===================================================================
6247 --- docs/manual/invoking.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
6248 +++ docs/manual/invoking.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
6249 @@ -16,7 +16,7 @@
6250  <img alt="" src="./images/feather.gif" /></div>
6251  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6252  <div id="path">
6253 -<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>
6254 +<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>
6255  <div class="toplang">
6256  <p><span>Available Languages: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6257  <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6258 Index: docs/manual/logs.html.en
6259 ===================================================================
6260 --- docs/manual/logs.html.en    (.../tags/2.2.0)        (wersja 358411)
6261 +++ docs/manual/logs.html.en    (.../branches/2.2.x)    (wersja 358411)
6262 @@ -16,7 +16,7 @@
6263  <img alt="" src="./images/feather.gif" /></div>
6264  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6265  <div id="path">
6266 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6267 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6268  <div class="toplang">
6269  <p><span>Available Languages: </span><a href="./en/logs.html" title="English">&nbsp;en&nbsp;</a> |
6270  <a href="./ja/logs.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6271 Index: docs/manual/install.xml.fr
6272 ===================================================================
6273 --- docs/manual/install.xml.fr  (.../tags/2.2.0)        (wersja 358411)
6274 +++ docs/manual/install.xml.fr  (.../branches/2.2.x)    (wersja 358411)
6275 @@ -1,7 +1,7 @@
6276  <?xml version='1.0' encoding='ISO-8859-1' ?>
6277  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
6278  <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
6279 -<!-- English Revision: 105989:344412 (outdated) -->
6280 +<!-- English Revision: 105989:350287 (outdated) -->
6281  
6282  <!--
6283   Copyright 2004-2005 The Apache Software Foundation or its licensors,
6284 Index: docs/manual/configuring.html.en
6285 ===================================================================
6286 --- docs/manual/configuring.html.en     (.../tags/2.2.0)        (wersja 358411)
6287 +++ docs/manual/configuring.html.en     (.../branches/2.2.x)    (wersja 358411)
6288 @@ -16,7 +16,7 @@
6289  <img alt="" src="./images/feather.gif" /></div>
6290  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6291  <div id="path">
6292 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6293 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6294  <div class="toplang">
6295  <p><span>Available Languages: </span><a href="./de/configuring.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6296  <a href="./en/configuring.html" title="English">&nbsp;en&nbsp;</a> |
6297 Index: docs/manual/upgrading.html.ko.euc-kr
6298 ===================================================================
6299 --- docs/manual/upgrading.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
6300 +++ docs/manual/upgrading.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
6301 @@ -16,11 +16,10 @@
6302  <img alt="" src="./images/feather.gif" /></div>
6303  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6304  <div id="path">
6305 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6306 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6307  <div class="toplang">
6308  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6309  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6310 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
6311  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6312  <a href="./ko/upgrading.html" title="Korean">&nbsp;ko&nbsp;</a> |
6313  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
6314 @@ -195,7 +194,6 @@
6315  <div class="bottomlang">
6316  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6317  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6318 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
6319  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6320  <a href="./ko/upgrading.html" title="Korean">&nbsp;ko&nbsp;</a> |
6321  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
6322 Index: docs/manual/rewrite/rewrite_guide_advanced.html.en
6323 ===================================================================
6324 --- docs/manual/rewrite/rewrite_guide_advanced.html.en  (.../tags/2.2.0)        (wersja 358411)
6325 +++ docs/manual/rewrite/rewrite_guide_advanced.html.en  (.../branches/2.2.x)    (wersja 358411)
6326 @@ -16,7 +16,7 @@
6327  <img alt="" src="../images/feather.gif" /></div>
6328  <div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6329  <div id="path">
6330 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6331 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6332  <div class="toplang">
6333  <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide_advanced.html" title="English">&nbsp;en&nbsp;</a></p>
6334  </div>
6335 Index: docs/manual/rewrite/rewrite_tech.html.en
6336 ===================================================================
6337 --- docs/manual/rewrite/rewrite_tech.html.en    (.../tags/2.2.0)        (wersja 358411)
6338 +++ docs/manual/rewrite/rewrite_tech.html.en    (.../branches/2.2.x)    (wersja 358411)
6339 @@ -16,7 +16,7 @@
6340  <img alt="" src="../images/feather.gif" /></div>
6341  <div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6342  <div id="path">
6343 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6344 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6345  <div class="toplang">
6346  <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_tech.html" title="English">&nbsp;en&nbsp;</a></p>
6347  </div>
6348 Index: docs/manual/rewrite/rewrite_intro.html.en
6349 ===================================================================
6350 --- docs/manual/rewrite/rewrite_intro.html.en   (.../tags/2.2.0)        (wersja 358411)
6351 +++ docs/manual/rewrite/rewrite_intro.html.en   (.../branches/2.2.x)    (wersja 358411)
6352 @@ -16,7 +16,7 @@
6353  <img alt="" src="../images/feather.gif" /></div>
6354  <div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6355  <div id="path">
6356 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6357 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6358  <div class="toplang">
6359  <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_intro.html" title="English">&nbsp;en&nbsp;</a></p>
6360  </div>
6361 Index: docs/manual/rewrite/rewrite_guide.html.en
6362 ===================================================================
6363 --- docs/manual/rewrite/rewrite_guide.html.en   (.../tags/2.2.0)        (wersja 358411)
6364 +++ docs/manual/rewrite/rewrite_guide.html.en   (.../branches/2.2.x)    (wersja 358411)
6365 @@ -16,7 +16,7 @@
6366  <img alt="" src="../images/feather.gif" /></div>
6367  <div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6368  <div id="path">
6369 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6370 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6371  <div class="toplang">
6372  <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide.html" title="English">&nbsp;en&nbsp;</a></p>
6373  </div>
6374 Index: docs/manual/rewrite/index.html.en
6375 ===================================================================
6376 --- docs/manual/rewrite/index.html.en   (.../tags/2.2.0)        (wersja 358411)
6377 +++ docs/manual/rewrite/index.html.en   (.../branches/2.2.x)    (wersja 358411)
6378 @@ -16,7 +16,7 @@
6379  <img alt="" src="../images/feather.gif" /></div>
6380  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6381  <div id="path">
6382 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6383 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6384  <div class="toplang">
6385  <p><span>Available Languages: </span><a href="../en/rewrite/" title="English">&nbsp;en&nbsp;</a></p>
6386  </div>
6387 Index: docs/manual/env.html.ko.euc-kr
6388 ===================================================================
6389 --- docs/manual/env.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
6390 +++ docs/manual/env.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
6391 @@ -16,7 +16,7 @@
6392  <img alt="" src="./images/feather.gif" /></div>
6393  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6394  <div id="path">
6395 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6396 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6397  <div class="toplang">
6398  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/env.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6399  <a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6400 Index: docs/manual/new_features_2_0.html.pt-br
6401 ===================================================================
6402 --- docs/manual/new_features_2_0.html.pt-br     (.../tags/2.2.0)        (wersja 358411)
6403 +++ docs/manual/new_features_2_0.html.pt-br     (.../branches/2.2.x)    (wersja 358411)
6404 @@ -16,7 +16,7 @@
6405  <img alt="" src="./images/feather.gif" /></div>
6406  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6407  <div id="path">
6408 -<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>
6409 +<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>
6410  <div class="toplang">
6411  <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> |
6412  <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6413 Index: docs/manual/invoking.html.de
6414 ===================================================================
6415 --- docs/manual/invoking.html.de        (.../tags/2.2.0)        (wersja 358411)
6416 +++ docs/manual/invoking.html.de        (.../branches/2.2.x)    (wersja 358411)
6417 @@ -16,7 +16,7 @@
6418  <img alt="" src="./images/feather.gif" /></div>
6419  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6420  <div id="path">
6421 -<a href="http://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>
6422 +<a href="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>
6423  <div class="toplang">
6424  <p><span>Verfügbare Sprachen: </span><a href="./de/invoking.html" title="Deutsch">&nbsp;de&nbsp;</a> |
6425  <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6426 Index: docs/manual/upgrading.html.ru.koi8-r
6427 ===================================================================
6428 --- docs/manual/upgrading.html.ru.koi8-r        (.../tags/2.2.0)        (wersja 358411)
6429 +++ docs/manual/upgrading.html.ru.koi8-r        (.../branches/2.2.x)    (wersja 358411)
6430 @@ -16,11 +16,10 @@
6431  <img alt="" src="./images/feather.gif" /></div>
6432  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6433  <div id="path">
6434 -<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>
6435 +<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>
6436  <div class="toplang">
6437  <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6438  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6439 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
6440  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6441  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6442  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
6443 @@ -192,7 +191,6 @@
6444  <div class="bottomlang">
6445  <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6446  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6447 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
6448  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6449  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6450  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
6451 Index: docs/manual/mpm.html.ko.euc-kr
6452 ===================================================================
6453 --- docs/manual/mpm.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
6454 +++ docs/manual/mpm.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
6455 @@ -16,7 +16,7 @@
6456  <img alt="" src="./images/feather.gif" /></div>
6457  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6458  <div id="path">
6459 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6460 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6461  <div class="toplang">
6462  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/mpm.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6463  <a href="./en/mpm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6464 Index: docs/manual/bind.html.ja.euc-jp
6465 ===================================================================
6466 --- docs/manual/bind.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
6467 +++ docs/manual/bind.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
6468 @@ -16,7 +16,7 @@
6469  <img alt="" src="./images/feather.gif" /></div>
6470  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6471  <div id="path">
6472 -<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>
6473 +<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>
6474  <div class="toplang">
6475  <p><span>Available Languages: </span><a href="./de/bind.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6476  <a href="./en/bind.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6477 Index: docs/manual/install.html.de
6478 ===================================================================
6479 --- docs/manual/install.html.de (.../tags/2.2.0)        (wersja 358411)
6480 +++ docs/manual/install.html.de (.../branches/2.2.x)    (wersja 358411)
6481 @@ -16,7 +16,7 @@
6482  <img alt="" src="./images/feather.gif" /></div>
6483  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6484  <div id="path">
6485 -<a href="http://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>
6486 +<a href="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>
6487  <div class="toplang">
6488  <p><span>Verfügbare Sprachen: </span><a href="./de/install.html" title="Deutsch">&nbsp;de&nbsp;</a> |
6489  <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6490 Index: docs/manual/faq/support.html.en
6491 ===================================================================
6492 --- docs/manual/faq/support.html.en     (.../tags/2.2.0)        (wersja 358411)
6493 +++ docs/manual/faq/support.html.en     (.../branches/2.2.x)    (wersja 358411)
6494 @@ -16,7 +16,7 @@
6495  <img alt="" src="../images/feather.gif" /></div>
6496  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6497  <div id="path">
6498 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6499 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6500  <div class="toplang">
6501  <p><span>Available Languages: </span><a href="../en/faq/support.html" title="English">&nbsp;en&nbsp;</a> |
6502  <a href="../ja/faq/support.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6503 Index: docs/manual/faq/background.html.en
6504 ===================================================================
6505 --- docs/manual/faq/background.html.en  (.../tags/2.2.0)        (wersja 358411)
6506 +++ docs/manual/faq/background.html.en  (.../branches/2.2.x)    (wersja 358411)
6507 @@ -16,7 +16,7 @@
6508  <img alt="" src="../images/feather.gif" /></div>
6509  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6510  <div id="path">
6511 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6512 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6513  <div class="toplang">
6514  <p><span>Available Languages: </span><a href="../en/faq/background.html" title="English">&nbsp;en&nbsp;</a></p>
6515  </div>
6516 @@ -83,7 +83,7 @@
6517        available.</p>
6518      
6519  
6520 -       <h3><a name="background.logo" id="background.logo">&gt;May I use the Apache logo on my product or Web site?</a></h3>
6521 +       <h3><a name="background.logo" id="background.logo">May I use the Apache logo on my product or Web site?</a></h3>
6522        
6523        <p>You may <em>NOT</em> use any original artwork from the Apache
6524        Software Foundation, nor make or use modified versions of such
6525 @@ -98,7 +98,7 @@
6526          <em>IF and ONLY IF</em> such use can in no way be interpreted as
6527          anything other than an attribution. Using the Apache name and 
6528          artwork in a manner that implies endorsement of a product or
6529 -        service is <a href="">strictly forbidden.</a></li>
6530 +        service is strictly forbidden.</li>
6531        </ul>
6532      
6533   </div></div>
6534 Index: docs/manual/faq/index.html.ja.euc-jp
6535 ===================================================================
6536 --- docs/manual/faq/index.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
6537 +++ docs/manual/faq/index.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
6538 @@ -16,7 +16,7 @@
6539  <img alt="" src="../images/feather.gif" /></div>
6540  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6541  <div id="path">
6542 -<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>
6543 +<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>
6544  <div class="toplang">
6545  <p><span>Available Languages: </span><a href="../en/faq/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6546  <a href="../ja/faq/" title="Japanese">&nbsp;ja&nbsp;</a> |
6547 Index: docs/manual/faq/error.html.ko.euc-kr
6548 ===================================================================
6549 --- docs/manual/faq/error.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
6550 +++ docs/manual/faq/error.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
6551 @@ -16,7 +16,7 @@
6552  <img alt="" src="../images/feather.gif" /></div>
6553  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6554  <div id="path">
6555 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6556 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6557  <div class="toplang">
6558  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/faq/error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6559  <a href="../ja/faq/error.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6560 Index: docs/manual/faq/error.html.en
6561 ===================================================================
6562 --- docs/manual/faq/error.html.en       (.../tags/2.2.0)        (wersja 358411)
6563 +++ docs/manual/faq/error.html.en       (.../branches/2.2.x)    (wersja 358411)
6564 @@ -16,7 +16,7 @@
6565  <img alt="" src="../images/feather.gif" /></div>
6566  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6567  <div id="path">
6568 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6569 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6570  <div class="toplang">
6571  <p><span>Available Languages: </span><a href="../en/faq/error.html" title="English">&nbsp;en&nbsp;</a> |
6572  <a href="../ja/faq/error.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6573 Index: docs/manual/faq/error.html.ja.euc-jp
6574 ===================================================================
6575 --- docs/manual/faq/error.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
6576 +++ docs/manual/faq/error.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
6577 @@ -16,7 +16,7 @@
6578  <img alt="" src="../images/feather.gif" /></div>
6579  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6580  <div id="path">
6581 -<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>
6582 +<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>
6583  <div class="toplang">
6584  <p><span>Available Languages: </span><a href="../en/faq/error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6585  <a href="../ja/faq/error.html" title="Japanese">&nbsp;ja&nbsp;</a> |
6586 Index: docs/manual/faq/support.html.ko.euc-kr
6587 ===================================================================
6588 --- docs/manual/faq/support.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
6589 +++ docs/manual/faq/support.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
6590 @@ -16,7 +16,7 @@
6591  <img alt="" src="../images/feather.gif" /></div>
6592  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6593  <div id="path">
6594 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6595 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6596  <div class="toplang">
6597  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/faq/support.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6598  <a href="../ja/faq/support.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6599 Index: docs/manual/faq/background.xml
6600 ===================================================================
6601 --- docs/manual/faq/background.xml      (.../tags/2.2.0)        (wersja 358411)
6602 +++ docs/manual/faq/background.xml      (.../branches/2.2.x)    (wersja 358411)
6603 @@ -89,7 +89,7 @@
6604      </section>
6605  
6606         <section id="background.logo">
6607 -      <title>>May I use the Apache logo on my product or Web site?</title>
6608 +      <title>May I use the Apache logo on my product or Web site?</title>
6609        <p>You may <em>NOT</em> use any original artwork from the Apache
6610        Software Foundation, nor make or use modified versions of such
6611        artwork, except under the following conditions:</p>
6612 @@ -106,7 +106,7 @@
6613          <em>IF and ONLY IF</em> such use can in no way be interpreted as
6614          anything other than an attribution. Using the Apache name and 
6615          artwork in a manner that implies endorsement of a product or
6616 -        service is <a href="">strictly forbidden.</a></li>
6617 +        service is strictly forbidden.</li>
6618        </ul>
6619      </section>
6620   </section>
6621 Index: docs/manual/faq/support.html.ja.euc-jp
6622 ===================================================================
6623 --- docs/manual/faq/support.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
6624 +++ docs/manual/faq/support.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
6625 @@ -16,7 +16,7 @@
6626  <img alt="" src="../images/feather.gif" /></div>
6627  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6628  <div id="path">
6629 -<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>
6630 +<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>
6631  <div class="toplang">
6632  <p><span>Available Languages: </span><a href="../en/faq/support.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6633  <a href="../ja/faq/support.html" title="Japanese">&nbsp;ja&nbsp;</a> |
6634 Index: docs/manual/faq/all_in_one.html.ko.euc-kr
6635 ===================================================================
6636 --- docs/manual/faq/all_in_one.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
6637 +++ docs/manual/faq/all_in_one.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
6638 @@ -16,7 +16,7 @@
6639  <img alt="" src="../images/feather.gif" /></div>
6640  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6641  <div id="path">
6642 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6643 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6644  <div class="toplang">
6645  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/faq/all_in_one.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6646  <a href="../ja/faq/all_in_one.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6647 Index: docs/manual/faq/all_in_one.html.en
6648 ===================================================================
6649 --- docs/manual/faq/all_in_one.html.en  (.../tags/2.2.0)        (wersja 358411)
6650 +++ docs/manual/faq/all_in_one.html.en  (.../branches/2.2.x)    (wersja 358411)
6651 @@ -16,7 +16,7 @@
6652  <img alt="" src="../images/feather.gif" /></div>
6653  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6654  <div id="path">
6655 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6656 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6657  <div class="toplang">
6658  <p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" title="English">&nbsp;en&nbsp;</a> |
6659  <a href="../ja/faq/all_in_one.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6660 @@ -103,7 +103,7 @@
6661        available.</p>
6662      
6663  
6664 -       <h3><a name="background.logo" id="background.logo">&gt;May I use the Apache logo on my product or Web site?</a></h3>
6665 +       <h3><a name="background.logo" id="background.logo">May I use the Apache logo on my product or Web site?</a></h3>
6666        
6667        <p>You may <em>NOT</em> use any original artwork from the Apache
6668        Software Foundation, nor make or use modified versions of such
6669 @@ -118,7 +118,7 @@
6670          <em>IF and ONLY IF</em> such use can in no way be interpreted as
6671          anything other than an attribution. Using the Apache name and 
6672          artwork in a manner that implies endorsement of a product or
6673 -        service is <a href="">strictly forbidden.</a></li>
6674 +        service is strictly forbidden.</li>
6675        </ul>
6676      
6677   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
6678 Index: docs/manual/faq/index.html.ko.euc-kr
6679 ===================================================================
6680 --- docs/manual/faq/index.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
6681 +++ docs/manual/faq/index.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
6682 @@ -16,7 +16,7 @@
6683  <img alt="" src="../images/feather.gif" /></div>
6684  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6685  <div id="path">
6686 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6687 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6688  <div class="toplang">
6689  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/faq/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6690  <a href="../ja/faq/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6691 Index: docs/manual/faq/index.html.en
6692 ===================================================================
6693 --- docs/manual/faq/index.html.en       (.../tags/2.2.0)        (wersja 358411)
6694 +++ docs/manual/faq/index.html.en       (.../branches/2.2.x)    (wersja 358411)
6695 @@ -16,7 +16,7 @@
6696  <img alt="" src="../images/feather.gif" /></div>
6697  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6698  <div id="path">
6699 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6700 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6701  <div class="toplang">
6702  <p><span>Available Languages: </span><a href="../en/faq/" title="English">&nbsp;en&nbsp;</a> |
6703  <a href="../ja/faq/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6704 Index: docs/manual/faq/all_in_one.html.ja.euc-jp
6705 ===================================================================
6706 --- docs/manual/faq/all_in_one.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
6707 +++ docs/manual/faq/all_in_one.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
6708 @@ -16,7 +16,7 @@
6709  <img alt="" src="../images/feather.gif" /></div>
6710  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6711  <div id="path">
6712 -<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>
6713 +<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>
6714  <div class="toplang">
6715  <p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6716  <a href="../ja/faq/all_in_one.html" title="Japanese">&nbsp;ja&nbsp;</a> |
6717 Index: docs/manual/upgrading.html.de
6718 ===================================================================
6719 --- docs/manual/upgrading.html.de       (.../tags/2.2.0)        (wersja 358411)
6720 +++ docs/manual/upgrading.html.de       (.../branches/2.2.x)    (wersja 358411)
6721 @@ -16,11 +16,10 @@
6722  <img alt="" src="./images/feather.gif" /></div>
6723  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6724  <div id="path">
6725 -<a href="http://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>
6726 +<a href="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>
6727  <div class="toplang">
6728  <p><span>Verfügbare Sprachen: </span><a href="./de/upgrading.html" title="Deutsch">&nbsp;de&nbsp;</a> |
6729  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6730 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6731  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6732  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6733  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
6734 @@ -111,7 +110,6 @@
6735  <div class="bottomlang">
6736  <p><span>Verfügbare Sprachen: </span><a href="./de/upgrading.html" title="Deutsch">&nbsp;de&nbsp;</a> |
6737  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6738 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6739  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6740  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6741  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
6742 Index: docs/manual/dns-caveats.html.ja.euc-jp
6743 ===================================================================
6744 --- docs/manual/dns-caveats.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
6745 +++ docs/manual/dns-caveats.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
6746 @@ -16,7 +16,7 @@
6747  <img alt="" src="./images/feather.gif" /></div>
6748  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6749  <div id="path">
6750 -<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>
6751 +<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>
6752  <div class="toplang">
6753  <p><span>Available Languages: </span><a href="./en/dns-caveats.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6754  <a href="./ja/dns-caveats.html" title="Japanese">&nbsp;ja&nbsp;</a> |
6755 Index: docs/manual/invoking.html.en
6756 ===================================================================
6757 --- docs/manual/invoking.html.en        (.../tags/2.2.0)        (wersja 358411)
6758 +++ docs/manual/invoking.html.en        (.../branches/2.2.x)    (wersja 358411)
6759 @@ -16,7 +16,7 @@
6760  <img alt="" src="./images/feather.gif" /></div>
6761  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6762  <div id="path">
6763 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6764 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6765  <div class="toplang">
6766  <p><span>Available Languages: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6767  <a href="./en/invoking.html" title="English">&nbsp;en&nbsp;</a> |
6768 Index: docs/manual/urlmapping.html.ja.euc-jp
6769 ===================================================================
6770 --- docs/manual/urlmapping.html.ja.euc-jp       (.../tags/2.2.0)        (wersja 358411)
6771 +++ docs/manual/urlmapping.html.ja.euc-jp       (.../branches/2.2.x)    (wersja 358411)
6772 @@ -16,7 +16,7 @@
6773  <img alt="" src="./images/feather.gif" /></div>
6774  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6775  <div id="path">
6776 -<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>
6777 +<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>
6778  <div class="toplang">
6779  <p><span>Available Languages: </span><a href="./en/urlmapping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6780  <a href="./ja/urlmapping.html" title="Japanese">&nbsp;ja&nbsp;</a> |
6781 Index: docs/manual/invoking.html.es
6782 ===================================================================
6783 --- docs/manual/invoking.html.es        (.../tags/2.2.0)        (wersja 358411)
6784 +++ docs/manual/invoking.html.es        (.../branches/2.2.x)    (wersja 358411)
6785 @@ -16,7 +16,7 @@
6786  <img alt="" src="./images/feather.gif" /></div>
6787  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6788  <div id="path">
6789 -<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>
6790 +<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>
6791  <div class="toplang">
6792  <p><span>Idiomas disponibles: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6793  <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6794 Index: docs/manual/style/build.properties
6795 ===================================================================
6796 --- docs/manual/style/build.properties  (.../tags/2.2.0)        (wersja 358411)
6797 +++ docs/manual/style/build.properties  (.../branches/2.2.x)    (wersja 358411)
6798 @@ -1,4 +1,4 @@
6799  # This file contains version specific properties
6800  
6801  # No xml files yet
6802 -noxml.fr = upgrading.html.fr
6803 +# noxml.fr = upgrading.html.fr
6804 Index: docs/manual/style/xsl/common.xsl
6805 ===================================================================
6806 --- docs/manual/style/xsl/common.xsl    (.../tags/2.2.0)        (wersja 358411)
6807 +++ docs/manual/style/xsl/common.xsl    (.../branches/2.2.x)    (wersja 358411)
6808 @@ -216,7 +216,7 @@
6809  
6810      <xsl:text> &gt; </xsl:text>
6811  
6812 -    <a href="http://httpd.apache.org/docs-project/">
6813 +    <a href="http://httpd.apache.org/docs/">
6814          <xsl:if test="$ext-target">
6815              <xsl:attribute name="target">_blank</xsl:attribute>
6816          </xsl:if>
6817 Index: docs/manual/upgrading.xml.ru
6818 ===================================================================
6819 --- docs/manual/upgrading.xml.ru        (.../tags/2.2.0)        (wersja 358411)
6820 +++ docs/manual/upgrading.xml.ru        (.../branches/2.2.x)    (wersja 358411)
6821 @@ -1,7 +1,7 @@
6822  <?xml version='1.0' encoding='KOI8-R' ?>
6823  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
6824  <?xml-stylesheet type="text/xsl" href="./style/manual.ru.xsl"?>
6825 -<!-- English Revision: 96997:349164 (outdated) -->
6826 +<!-- English Revision: 96997:349745 (outdated) -->
6827  
6828  <!--
6829   Copyright 2002-2005 The Apache Software Foundation or its licensors,
6830 Index: docs/manual/configuring.html.ko.euc-kr
6831 ===================================================================
6832 --- docs/manual/configuring.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
6833 +++ docs/manual/configuring.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
6834 @@ -16,7 +16,7 @@
6835  <img alt="" src="./images/feather.gif" /></div>
6836  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6837  <div id="path">
6838 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6839 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6840  <div class="toplang">
6841  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/configuring.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6842  <a href="./en/configuring.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6843 Index: docs/manual/install.html.en
6844 ===================================================================
6845 --- docs/manual/install.html.en (.../tags/2.2.0)        (wersja 358411)
6846 +++ docs/manual/install.html.en (.../branches/2.2.x)    (wersja 358411)
6847 @@ -16,7 +16,7 @@
6848  <img alt="" src="./images/feather.gif" /></div>
6849  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6850  <div id="path">
6851 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6852 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6853  <div class="toplang">
6854  <p><span>Available Languages: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6855  <a href="./en/install.html" title="English">&nbsp;en&nbsp;</a> |
6856 @@ -70,8 +70,8 @@
6857          <td><a href="#extract">Extract</a></td>
6858  
6859          <td><code>$ gzip -d httpd-<em>NN</em>.tar.gz<br />
6860 -         $ tar xvf httpd-<em>NN</em>.tar</code><br />
6861 -         $ cd httpd-<em>NN</em></td>
6862 +         $ tar xvf httpd-<em>NN</em>.tar<br />
6863 +         $ cd httpd-<em>NN</em></code></td>
6864        </tr>
6865  
6866        <tr>
6867 @@ -133,7 +133,7 @@
6868        <dt>ANSI-C Compiler and Build System</dt>
6869        <dd>Make sure you have an ANSI-C compiler installed. The <a href="http://www.gnu.org/software/gcc/gcc.html">GNU C
6870        compiler (GCC)</a> from the <a href="http://www.gnu.org/">Free Software Foundation (FSF)</a>
6871 -      is recommended (version 2.7.2 is fine). If you don't have GCC
6872 +      is recommended. If you don't have GCC
6873        then at least make sure your vendor's compiler is ANSI
6874        compliant. In addition, your <code>PATH</code> must contain
6875        basic build tools such as <code>make</code>.</dd>
6876 @@ -161,6 +161,35 @@
6877        <code class="program"><a href="./programs/configure.html">configure</a></code> script, you will not be able to use 
6878        the affected support scripts. Of course, you will still be able to 
6879        build and use Apache httpd.</dd>
6880 +
6881 +      <dt><a href="http://apr.apache.org">apr/apr-util &gt;= 1.2</a></dt>
6882 +      <dd><code>apr</code> and <code>apr-util</code> are bundled
6883 +      with the Apache httpd source releases, and will be used without any 
6884 +      problems in almost all circumstances. However, if 
6885 +      <code>apr</code> or <code>apr-util</code>, versions 1.0 or 1.1,
6886 +      are installed on your system, you must either upgrade your
6887 +      <code>apr</code>/<code>apr-util</code> installations to
6888 +      1.2, or have httpd use seperate builds. To use the bundled 
6889 +      <code>apr</code>/<code>apr-util</code> sources for this
6890 +      purpose you must install them manually:
6891 +<div class="example"><p><code>
6892 +# Build and install apr 1.2<br />
6893 +cd srclib/apr<br />
6894 +./configure --prefix=/usr/local/apr-httpd/<br />
6895 +make<br />
6896 +make install<br />
6897 +<br />
6898 +# Build and install apr-util 1.2<br />
6899 +cd ../apr-util<br />
6900 +./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/<br />
6901 +make<br />
6902 +make install<br />
6903 +<br />
6904 +# Configure httpd<br />
6905 +cd ../../<br />
6906 +./configure --with-apr=/usr/local/apr-httpd/ --with-apr-util=/usr/local/apr-util-httpd/<br />
6907 +</code></p></div>
6908 +      </dd>
6909      </dl>
6910  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
6911  <div class="section">
6912 Index: docs/manual/install.html.es
6913 ===================================================================
6914 --- docs/manual/install.html.es (.../tags/2.2.0)        (wersja 358411)
6915 +++ docs/manual/install.html.es (.../branches/2.2.x)    (wersja 358411)
6916 @@ -16,7 +16,7 @@
6917  <img alt="" src="./images/feather.gif" /></div>
6918  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6919  <div id="path">
6920 -<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>
6921 +<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>
6922  <div class="toplang">
6923  <p><span>Idiomas disponibles: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6924  <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6925 Index: docs/manual/handler.xml.es
6926 ===================================================================
6927 --- docs/manual/handler.xml.es  (.../tags/2.2.0)        (wersja 358411)
6928 +++ docs/manual/handler.xml.es  (.../branches/2.2.x)    (wersja 358411)
6929 @@ -35,7 +35,7 @@
6930          <module>mod_actions</module>
6931          <module>mod_asis</module>
6932          <module>mod_cgi</module>
6933 -        <module>mod_imap</module>
6934 +        <module>mod_imagemap</module>
6935          <module>mod_info</module>
6936          <module>mod_mime</module>
6937          <module>mod_negotiation</module>
6938 @@ -88,7 +88,7 @@
6939        CGI. (<module>mod_cgi</module>)</li>
6940  
6941        <li><strong>imap-file</strong>: Trata el fichero como un mapa de
6942 -      im&#225;genes. (<module>mod_imap</module>)</li>
6943 +      im&#225;genes. (<module>mod_imagemap</module>)</li>
6944  
6945        <li><strong>server-info</strong>: Extrae la informaci&#243;n de
6946        configuraci&#243;n del
6947 Index: docs/manual/upgrading.html.en
6948 ===================================================================
6949 --- docs/manual/upgrading.html.en       (.../tags/2.2.0)        (wersja 358411)
6950 +++ docs/manual/upgrading.html.en       (.../branches/2.2.x)    (wersja 358411)
6951 @@ -16,11 +16,10 @@
6952  <img alt="" src="./images/feather.gif" /></div>
6953  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6954  <div id="path">
6955 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6956 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6957  <div class="toplang">
6958  <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6959  <a href="./en/upgrading.html" title="English">&nbsp;en&nbsp;</a> |
6960 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6961  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6962  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6963  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
6964 @@ -48,14 +47,24 @@
6965  <div class="section">
6966  <h2><a name="compile-time" id="compile-time">Compile-Time Configuration Changes</a></h2>
6967      
6968 +
6969 +    <p>The compilation process is very similar to the one used in
6970 +    version 2.0.  Your old <code>configure</code> command line (as
6971 +    found in <code>build/config.nice</code> in the installed server
6972 +    directory) can be used in some cases.  The most significant change
6973 +    required will be to account for changes in module names, in
6974 +    particular for the authentication and authorization modules.
6975 +    Some details of changes:</p>
6976 +
6977      <ul>
6978 -      <li>Upgraded to require the APR 1.0 API.</li>
6979 -      <li>Updated bundled PCRE version to 5.0</li>
6980        <li>mod_imap has been renamed to <code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code></li>
6981 -      <li>mod_auth has been split up into <code class="module"><a href="./mod/mod_auth_basic.html">mod_auth_basic</a></code>
6982 -          and <code class="module"><a href="./mod/mod_authn_file.html">mod_authn_file</a></code></li>
6983 +      <li>mod_auth has been split up into <code class="module"><a href="./mod/mod_auth_basic.html">mod_auth_basic</a></code>,
6984 +          <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
6985 +          <code class="module"><a href="./mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code></li>
6986        <li>mod_access has been renamed to <code class="module"><a href="./mod/mod_authz_host.html">mod_authz_host</a></code></li>
6987        <li>mod_auth_ldap has been renamed to <code class="module"><a href="./mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code></li>
6988 +      <li>Upgraded to require the APR 1.0 API.</li>
6989 +      <li>Updated bundled PCRE version to 5.0</li>
6990      </ul>
6991  
6992    </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
6993 @@ -63,21 +72,32 @@
6994  <h2><a name="run-time" id="run-time">Run-Time Configuration Changes</a></h2>
6995      
6996  
6997 +    <p>Your existing version 2.0 config files and startup scripts can
6998 +      usually be used unchanged in version 2.2.  Some small
6999 +      adjustments may be necessary for particular configurations as
7000 +      discussed below.  In addition, if you dynamically load the
7001 +      standard modules using the <code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code> directive, then you will
7002 +      need to account for the module name changes mentioned above.</p>
7003 +
7004 +    <p>If you choose to use the new default
7005 +      configuration file for version 2.2, you will find that it has
7006 +      been greatly simplified by removing all but the most essential
7007 +      configuration settings.  A set of example configuration settings
7008 +      for more advanced features is present in the
7009 +      <code>conf/extra/</code> directory of the installed server.  Default
7010 +      configuration files are installed in the <code>conf/original</code>
7011 +      directory.</p>
7012 +
7013 +    <p>Some runtime configuration changes that you may notice:</p>
7014 +
7015      <ul>
7016 -      <li>The config file <code>httpd.conf</code> distributed with the
7017 -      Apache HTTP Server has been greatly simplified by removing all
7018 -      but the most essential configuration settings.  A set of example
7019 -      configuration settings for more advanced features is present in
7020 -      the <code>conf/extra/</code> directory of the installed
7021 -      server.</li>
7022 -
7023        <li>The <code class="program"><a href="./programs/apachectl.html">apachectl</a></code> option
7024 -      <code>startssl</code> is no longer available.  To enable ssl
7025 +      <code>startssl</code> is no longer available.  To enable SSL
7026        support, you should edit <code>httpd.conf</code> to include the
7027        relevant <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> directives and then use
7028        <code>apachectl start</code> to start the server.  An example
7029 -      configuration to activate <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> has been included
7030 -      in <code>conf/extra/httpd-ssl.conf</code>.</li>
7031 +      configuration to activate <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> has been
7032 +      included in <code>conf/extra/httpd-ssl.conf</code>.</li>
7033  
7034        <li>The default setting of <code class="directive"><a href="./mod/core.html#usecanonicalname">UseCanonicalName</a></code> is now
7035        <code>Off</code>.  If you did not have this directive in your
7036 @@ -118,11 +138,14 @@
7037  <h2><a name="third-party" id="third-party">Third Party Modules</a></h2>
7038      
7039  
7040 +   <p>Many third-party modules designed for version 2.0 will work
7041 +   unchanged with the the Apache HTTP Server version 2.2.  But all
7042 +   modules must be recompiled before being loaded.</p>
7043 +
7044    </div></div>
7045  <div class="bottomlang">
7046  <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7047  <a href="./en/upgrading.html" title="English">&nbsp;en&nbsp;</a> |
7048 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
7049  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
7050  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
7051  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
7052 Index: docs/manual/sections.html.ko.euc-kr
7053 ===================================================================
7054 --- docs/manual/sections.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
7055 +++ docs/manual/sections.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
7056 @@ -16,7 +16,7 @@
7057  <img alt="" src="./images/feather.gif" /></div>
7058  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7059  <div id="path">
7060 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7061 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7062  <div class="toplang">
7063  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/sections.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7064  <a href="./ja/sections.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
7065 Index: docs/manual/content-negotiation.html.en
7066 ===================================================================
7067 --- docs/manual/content-negotiation.html.en     (.../tags/2.2.0)        (wersja 358411)
7068 +++ docs/manual/content-negotiation.html.en     (.../branches/2.2.x)    (wersja 358411)
7069 @@ -16,7 +16,7 @@
7070  <img alt="" src="./images/feather.gif" /></div>
7071  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7072  <div id="path">
7073 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7074 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7075  <div class="toplang">
7076  <p><span>Available Languages: </span><a href="./en/content-negotiation.html" title="English">&nbsp;en&nbsp;</a> |
7077  <a href="./ja/content-negotiation.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
7078 Index: docs/manual/stopping.html.de
7079 ===================================================================
7080 --- docs/manual/stopping.html.de        (.../tags/2.2.0)        (wersja 358411)
7081 +++ docs/manual/stopping.html.de        (.../branches/2.2.x)    (wersja 358411)
7082 @@ -16,7 +16,7 @@
7083  <img alt="" src="./images/feather.gif" /></div>
7084  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7085  <div id="path">
7086 -<a href="http://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>
7087 +<a href="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>
7088  <div class="toplang">
7089  <p><span>Verfügbare Sprachen: </span><a href="./de/stopping.html" title="Deutsch">&nbsp;de&nbsp;</a> |
7090  <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7091 Index: docs/manual/index.html.pt-br
7092 ===================================================================
7093 --- docs/manual/index.html.pt-br        (.../tags/2.2.0)        (wersja 358411)
7094 +++ docs/manual/index.html.pt-br        (.../branches/2.2.x)    (wersja 358411)
7095 @@ -18,7 +18,7 @@
7096  <img alt="" src="./images/feather.gif" /></div>
7097  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7098  <div id="path">
7099 -<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>
7100 +<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>
7101  <div id="page-content"><h1>Documentação do Servidor HTTP Apache Versão
7102  2.2</h1>
7103  <div class="toplang">
7104 Index: docs/manual/install.xml.ja
7105 ===================================================================
7106 --- docs/manual/install.xml.ja  (.../tags/2.2.0)        (wersja 358411)
7107 +++ docs/manual/install.xml.ja  (.../branches/2.2.x)    (wersja 358411)
7108 @@ -1,7 +1,7 @@
7109  <?xml version='1.0' encoding='iso-2022-jp' ?>
7110  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
7111  <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
7112 -<!-- English Revision: 178520:344412 (outdated) -->
7113 +<!-- English Revision: 178520:350287 (outdated) -->
7114  
7115  <!--
7116   Copyright 2002-2005 The Apache Software Foundation or its licensors, as
7117 Index: docs/manual/install.xml
7118 ===================================================================
7119 --- docs/manual/install.xml     (.../tags/2.2.0)        (wersja 358411)
7120 +++ docs/manual/install.xml     (.../branches/2.2.x)    (wersja 358411)
7121 @@ -63,8 +63,8 @@
7122          <td><a href="#extract">Extract</a></td>
7123  
7124          <td><code>$ gzip -d httpd-<em>NN</em>.tar.gz<br />
7125 -         $ tar xvf httpd-<em>NN</em>.tar</code><br />
7126 -         $ cd httpd-<em>NN</em></td>
7127 +         $ tar xvf httpd-<em>NN</em>.tar<br />
7128 +         $ cd httpd-<em>NN</em></code></td>
7129        </tr>
7130  
7131        <tr>
7132 @@ -128,7 +128,7 @@
7133        href="http://www.gnu.org/software/gcc/gcc.html">GNU C
7134        compiler (GCC)</a> from the <a
7135        href="http://www.gnu.org/">Free Software Foundation (FSF)</a>
7136 -      is recommended (version 2.7.2 is fine). If you don't have GCC
7137 +      is recommended. If you don't have GCC
7138        then at least make sure your vendor's compiler is ANSI
7139        compliant. In addition, your <code>PATH</code> must contain
7140        basic build tools such as <code>make</code>.</dd>
7141 @@ -157,6 +157,35 @@
7142        <program>configure</program> script, you will not be able to use 
7143        the affected support scripts. Of course, you will still be able to 
7144        build and use Apache httpd.</dd>
7145 +
7146 +      <dt><a href="http://apr.apache.org">apr/apr-util >= 1.2</a></dt>
7147 +      <dd><code>apr</code> and <code>apr-util</code> are bundled
7148 +      with the Apache httpd source releases, and will be used without any 
7149 +      problems in almost all circumstances. However, if 
7150 +      <code>apr</code> or <code>apr-util</code>, versions 1.0 or 1.1,
7151 +      are installed on your system, you must either upgrade your
7152 +      <code>apr</code>/<code>apr-util</code> installations to
7153 +      1.2, or have httpd use seperate builds. To use the bundled 
7154 +      <code>apr</code>/<code>apr-util</code> sources for this
7155 +      purpose you must install them manually:
7156 +<example>
7157 +# Build and install apr 1.2<br />
7158 +cd srclib/apr<br/>
7159 +./configure --prefix=/usr/local/apr-httpd/<br/>
7160 +make<br/>
7161 +make install<br />
7162 +<br />
7163 +# Build and install apr-util 1.2<br />
7164 +cd ../apr-util<br />
7165 +./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/<br />
7166 +make<br/>
7167 +make install<br />
7168 +<br />
7169 +# Configure httpd<br />
7170 +cd ../../<br />
7171 +./configure --with-apr=/usr/local/apr-httpd/ --with-apr-util=/usr/local/apr-util-httpd/<br />
7172 +</example>
7173 +      </dd>
7174      </dl>
7175  </section>
7176  
7177 Index: docs/manual/upgrading.xml.de
7178 ===================================================================
7179 --- docs/manual/upgrading.xml.de        (.../tags/2.2.0)        (wersja 358411)
7180 +++ docs/manual/upgrading.xml.de        (.../branches/2.2.x)    (wersja 358411)
7181 @@ -1,7 +1,7 @@
7182  <?xml version='1.0' encoding='UTF-8' ?>
7183  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
7184  <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
7185 -<!-- English Revision: 333065:349164 (outdated) -->
7186 +<!-- English Revision: 333065:349745 (outdated) -->
7187  
7188  <!--
7189   Copyright 2002-2005 The Apache Software Foundation or its licensors,
7190 Index: docs/manual/new_features_2_2.xml.pt-br
7191 ===================================================================
7192 --- docs/manual/new_features_2_2.xml.pt-br      (.../tags/2.2.0)        (wersja 358411)
7193 +++ docs/manual/new_features_2_2.xml.pt-br      (.../branches/2.2.x)    (wersja 358411)
7194 @@ -1,7 +1,7 @@
7195  <?xml version='1.0' encoding='UTF-8' ?>
7196  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
7197  <?xml-stylesheet type="text/xsl" href="./style/manual.pt-br.xsl"?>
7198 -<!-- English Revision: 151408:345705 (outdated) -->
7199 +<!-- English Revision: 151408:356658 (outdated) -->
7200  
7201  <!--
7202   Copyright 2005 The Apache Software Foundation or its licensors,
7203 Index: docs/manual/custom-error.html.ja.euc-jp
7204 ===================================================================
7205 --- docs/manual/custom-error.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
7206 +++ docs/manual/custom-error.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
7207 @@ -16,7 +16,7 @@
7208  <img alt="" src="./images/feather.gif" /></div>
7209  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7210  <div id="path">
7211 -<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>
7212 +<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>
7213  <div class="toplang">
7214  <p><span>Available Languages: </span><a href="./en/custom-error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7215  <a href="./es/custom-error.html" hreflang="es" rel="alternate" title="Espa\8f«Ðol">&nbsp;es&nbsp;</a> |
7216 Index: docs/manual/install.html.fr
7217 ===================================================================
7218 --- docs/manual/install.html.fr (.../tags/2.2.0)        (wersja 358411)
7219 +++ docs/manual/install.html.fr (.../branches/2.2.x)    (wersja 358411)
7220 @@ -16,7 +16,7 @@
7221  <img alt="" src="./images/feather.gif" /></div>
7222  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7223  <div id="path">
7224 -<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>
7225 +<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>
7226  <div class="toplang">
7227  <p><span>Langues Disponibles: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7228  <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7229 Index: docs/manual/mpm.html.de
7230 ===================================================================
7231 --- docs/manual/mpm.html.de     (.../tags/2.2.0)        (wersja 358411)
7232 +++ docs/manual/mpm.html.de     (.../branches/2.2.x)    (wersja 358411)
7233 @@ -16,7 +16,7 @@
7234  <img alt="" src="./images/feather.gif" /></div>
7235  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7236  <div id="path">
7237 -<a href="http://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>
7238 +<a href="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>
7239  <div class="toplang">
7240  <p><span>Verfügbare Sprachen: </span><a href="./de/mpm.html" title="Deutsch">&nbsp;de&nbsp;</a> |
7241  <a href="./en/mpm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7242 Index: docs/manual/misc/relevant_standards.html.ko.euc-kr
7243 ===================================================================
7244 --- docs/manual/misc/relevant_standards.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
7245 +++ docs/manual/misc/relevant_standards.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
7246 @@ -16,7 +16,7 @@
7247  <img alt="" src="../images/feather.gif" /></div>
7248  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7249  <div id="path">
7250 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7251 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7252  <div class="toplang">
7253  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/relevant_standards.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7254  <a href="../ko/misc/relevant_standards.html" title="Korean">&nbsp;ko&nbsp;</a></p>
7255 Index: docs/manual/misc/relevant_standards.html.en
7256 ===================================================================
7257 --- docs/manual/misc/relevant_standards.html.en (.../tags/2.2.0)        (wersja 358411)
7258 +++ docs/manual/misc/relevant_standards.html.en (.../branches/2.2.x)    (wersja 358411)
7259 @@ -16,7 +16,7 @@
7260  <img alt="" src="../images/feather.gif" /></div>
7261  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7262  <div id="path">
7263 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7264 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7265  <div class="toplang">
7266  <p><span>Available Languages: </span><a href="../en/misc/relevant_standards.html" title="English">&nbsp;en&nbsp;</a> |
7267  <a href="../ko/misc/relevant_standards.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
7268 Index: docs/manual/misc/perf-tuning.html.ko.euc-kr
7269 ===================================================================
7270 --- docs/manual/misc/perf-tuning.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
7271 +++ docs/manual/misc/perf-tuning.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
7272 @@ -16,7 +16,7 @@
7273  <img alt="" src="../images/feather.gif" /></div>
7274  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7275  <div id="path">
7276 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7277 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7278  <div class="toplang">
7279  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/perf-tuning.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7280  <a href="../ko/misc/perf-tuning.html" title="Korean">&nbsp;ko&nbsp;</a></p>
7281 Index: docs/manual/misc/rewriteguide.html.ko.euc-kr
7282 ===================================================================
7283 --- docs/manual/misc/rewriteguide.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
7284 +++ docs/manual/misc/rewriteguide.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
7285 @@ -16,7 +16,7 @@
7286  <img alt="" src="../images/feather.gif" /></div>
7287  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7288  <div id="path">
7289 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7290 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7291  <div class="toplang">
7292  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/rewriteguide.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7293  <a href="../ko/misc/rewriteguide.html" title="Korean">&nbsp;ko&nbsp;</a></p>
7294 @@ -512,7 +512,7 @@
7295  
7296      
7297  
7298 -    <h3>NCSA imagemapÀ» ¾ÆÆÄÄ¡ <code>mod_imap</code>À¸·Î</h3>
7299 +    <h3>NCSA imagemapÀ» ¾ÆÆÄÄ¡ <code>mod_imagemap</code>À¸·Î</h3>
7300  
7301        
7302  
7303 @@ -523,7 +523,7 @@
7304            <p>»ç¶÷µéÀº NCSA À¥¼­¹ö¿¡¼­ Çö´ëÀûÀΠ¾ÆÆÄÄ¡ À¥¼­¹ö·Î
7305            ÀÚ¿¬½º·´°Ô ¿Å°Ü°¡±æ ¹Ù¶õ´Ù. ±×·¡¼­ ¿À·¡µÈ NCSA
7306            <code>imagemap</code> ÇÁ·Î±×·¥À» »ç¿ëÇÑ ÆäÀÌÁö¸¦ Çö´ëÀûÀÎ
7307 -          ¾ÆÆÄÄ¡ <code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code>·Î Ã³¸®Çϱ根ٶõ´Ù.
7308 +          ¾ÆÆÄÄ¡ <code class="module"><a href="../mod/mod_imagemap.html">mod_imagemap</a></code>·Î Ã³¸®Çϱ根ٶõ´Ù.
7309            ¹®Á¦´Â <code>imagemap</code> ÇÁ·Î±×·¥À»
7310            <code>/cgi-bin/imagemap/path/to/page.map</code>°ú
7311            °°ÀÌ ÂüÁ¶Çϴ ÇÏÀÌÆÛ¸µÅ©°¡ ¸¹´Ù´Â °ÍÀÌ´Ù. ¾ÆÆÄÄ¡´Â
7312 Index: docs/manual/misc/perf-tuning.html.en
7313 ===================================================================
7314 --- docs/manual/misc/perf-tuning.html.en        (.../tags/2.2.0)        (wersja 358411)
7315 +++ docs/manual/misc/perf-tuning.html.en        (.../branches/2.2.x)    (wersja 358411)
7316 @@ -16,7 +16,7 @@
7317  <img alt="" src="../images/feather.gif" /></div>
7318  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7319  <div id="path">
7320 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7321 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7322  <div class="toplang">
7323  <p><span>Available Languages: </span><a href="../en/misc/perf-tuning.html" title="English">&nbsp;en&nbsp;</a> |
7324  <a href="../ko/misc/perf-tuning.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
7325 Index: docs/manual/misc/rewriteguide.html.en
7326 ===================================================================
7327 --- docs/manual/misc/rewriteguide.html.en       (.../tags/2.2.0)        (wersja 358411)
7328 +++ docs/manual/misc/rewriteguide.html.en       (.../branches/2.2.x)    (wersja 358411)
7329 @@ -16,7 +16,7 @@
7330  <img alt="" src="../images/feather.gif" /></div>
7331  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7332  <div id="path">
7333 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7334 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7335  <div class="toplang">
7336  <p><span>Available Languages: </span><a href="../en/misc/rewriteguide.html" title="English">&nbsp;en&nbsp;</a> |
7337  <a href="../ko/misc/rewriteguide.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
7338 Index: docs/manual/misc/rewriteguide.xml.ko
7339 ===================================================================
7340 --- docs/manual/misc/rewriteguide.xml.ko        (.../tags/2.2.0)        (wersja 358411)
7341 +++ docs/manual/misc/rewriteguide.xml.ko        (.../branches/2.2.x)    (wersja 358411)
7342 @@ -511,7 +511,7 @@
7343  
7344      <section>
7345  
7346 -      <title>NCSA imagemapÀ» ¾ÆÆÄÄ¡ <code>mod_imap</code>À¸·Î</title>
7347 +      <title>NCSA imagemapÀ» ¾ÆÆÄÄ¡ <code>mod_imagemap</code>À¸·Î</title>
7348  
7349        <dl>
7350          <dt>»óȲ¼³¸í:</dt>
7351 @@ -520,7 +520,7 @@
7352            <p>»ç¶÷µéÀº NCSA À¥¼­¹ö¿¡¼­ Çö´ëÀûÀΠ¾ÆÆÄÄ¡ À¥¼­¹ö·Î
7353            ÀÚ¿¬½º·´°Ô ¿Å°Ü°¡±æ ¹Ù¶õ´Ù. ±×·¡¼­ ¿À·¡µÈ NCSA
7354            <code>imagemap</code> ÇÁ·Î±×·¥À» »ç¿ëÇÑ ÆäÀÌÁö¸¦ Çö´ëÀûÀÎ
7355 -          ¾ÆÆÄÄ¡ <module>mod_imap</module>·Î Ã³¸®Çϱ根ٶõ´Ù.
7356 +          ¾ÆÆÄÄ¡ <module>mod_imagemap</module>·Î Ã³¸®Çϱ根ٶõ´Ù.
7357            ¹®Á¦´Â <code>imagemap</code> ÇÁ·Î±×·¥À»
7358            <code>/cgi-bin/imagemap/path/to/page.map</code>°ú
7359            °°ÀÌ ÂüÁ¶Çϴ ÇÏÀÌÆÛ¸µÅ©°¡ ¸¹´Ù´Â °ÍÀÌ´Ù. ¾ÆÆÄÄ¡´Â
7360 Index: docs/manual/misc/security_tips.html.ko.euc-kr
7361 ===================================================================
7362 --- docs/manual/misc/security_tips.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
7363 +++ docs/manual/misc/security_tips.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
7364 @@ -16,7 +16,7 @@
7365  <img alt="" src="../images/feather.gif" /></div>
7366  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7367  <div id="path">
7368 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7369 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7370  <div class="toplang">
7371  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/security_tips.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7372  <a href="../ko/misc/security_tips.html" title="Korean">&nbsp;ko&nbsp;</a></p>
7373 Index: docs/manual/misc/index.html.ko.euc-kr
7374 ===================================================================
7375 --- docs/manual/misc/index.html.ko.euc-kr       (.../tags/2.2.0)        (wersja 358411)
7376 +++ docs/manual/misc/index.html.ko.euc-kr       (.../branches/2.2.x)    (wersja 358411)
7377 @@ -16,7 +16,7 @@
7378  <img alt="" src="../images/feather.gif" /></div>
7379  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7380  <div id="path">
7381 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7382 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7383  <div class="toplang">
7384  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7385  <a href="../ko/misc/" title="Korean">&nbsp;ko&nbsp;</a></p>
7386 Index: docs/manual/misc/security_tips.html.en
7387 ===================================================================
7388 --- docs/manual/misc/security_tips.html.en      (.../tags/2.2.0)        (wersja 358411)
7389 +++ docs/manual/misc/security_tips.html.en      (.../branches/2.2.x)    (wersja 358411)
7390 @@ -16,7 +16,7 @@
7391  <img alt="" src="../images/feather.gif" /></div>
7392  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7393  <div id="path">
7394 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7395 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7396  <div class="toplang">
7397  <p><span>Available Languages: </span><a href="../en/misc/security_tips.html" title="English">&nbsp;en&nbsp;</a> |
7398  <a href="../ko/misc/security_tips.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
7399 Index: docs/manual/misc/index.html.en
7400 ===================================================================
7401 --- docs/manual/misc/index.html.en      (.../tags/2.2.0)        (wersja 358411)
7402 +++ docs/manual/misc/index.html.en      (.../branches/2.2.x)    (wersja 358411)
7403 @@ -16,7 +16,7 @@
7404  <img alt="" src="../images/feather.gif" /></div>
7405  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7406  <div id="path">
7407 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7408 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7409  <div class="toplang">
7410  <p><span>Available Languages: </span><a href="../en/misc/" title="English">&nbsp;en&nbsp;</a> |
7411  <a href="../ko/misc/" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
7412 Index: docs/manual/upgrading.html.ja.euc-jp
7413 ===================================================================
7414 --- docs/manual/upgrading.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
7415 +++ docs/manual/upgrading.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
7416 @@ -16,11 +16,10 @@
7417  <img alt="" src="./images/feather.gif" /></div>
7418  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7419  <div id="path">
7420 -<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>
7421 +<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>
7422  <div class="toplang">
7423  <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7424  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7425 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
7426  <a href="./ja/upgrading.html" title="Japanese">&nbsp;ja&nbsp;</a> |
7427  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
7428  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu\8f«´s (Brasil)">&nbsp;pt-br&nbsp;</a> |
7429 @@ -213,7 +212,6 @@
7430  <div class="bottomlang">
7431  <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7432  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7433 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
7434  <a href="./ja/upgrading.html" title="Japanese">&nbsp;ja&nbsp;</a> |
7435  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
7436  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu\8f«´s (Brasil)">&nbsp;pt-br&nbsp;</a> |
7437 Index: docs/manual/suexec.html.en
7438 ===================================================================
7439 --- docs/manual/suexec.html.en  (.../tags/2.2.0)        (wersja 358411)
7440 +++ docs/manual/suexec.html.en  (.../branches/2.2.x)    (wersja 358411)
7441 @@ -16,7 +16,7 @@
7442  <img alt="" src="./images/feather.gif" /></div>
7443  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7444  <div id="path">
7445 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7446 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7447  <div class="toplang">
7448  <p><span>Available Languages: </span><a href="./en/suexec.html" title="English">&nbsp;en&nbsp;</a> |
7449  <a href="./ja/suexec.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
7450 Index: docs/manual/sitemap.html.ko.euc-kr
7451 ===================================================================
7452 --- docs/manual/sitemap.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
7453 +++ docs/manual/sitemap.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
7454 @@ -17,7 +17,7 @@
7455  <img alt="" src="./images/feather.gif" /></div>
7456  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7457  <div id="path">
7458 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7459 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7460  <div id="page-content"><div id="preamble"><h1>»çÀÌÆ®¸Ê</h1>
7461  <div class="toplang">
7462  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/sitemap.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7463 @@ -203,7 +203,7 @@
7464  <li><a href="mod/mod_filter.html">¾ÆÆÄÄ¡ ¸ðµâ mod_filter</a></li>
7465  <li><a href="mod/mod_headers.html">¾ÆÆÄÄ¡ ¸ðµâ mod_headers</a></li>
7466  <li><a href="mod/mod_ident.html">¾ÆÆÄÄ¡ ¸ðµâ mod_ident</a></li>
7467 -<li><a href="mod/mod_imap.html">¾ÆÆÄÄ¡ ¸ðµâ mod_imap</a></li>
7468 +<li><a href="mod/mod_imagemap.html">¾ÆÆÄÄ¡ ¸ðµâ mod_imagemap</a></li>
7469  <li><a href="mod/mod_include.html">¾ÆÆÄÄ¡ ¸ðµâ mod_include</a></li>
7470  <li><a href="mod/mod_info.html">¾ÆÆÄÄ¡ ¸ðµâ mod_info</a></li>
7471  <li><a href="mod/mod_isapi.html">¾ÆÆÄÄ¡ ¸ðµâ mod_isapi</a></li>
7472 Index: docs/manual/env.html.ja.euc-jp
7473 ===================================================================
7474 --- docs/manual/env.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
7475 +++ docs/manual/env.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
7476 @@ -16,7 +16,7 @@
7477  <img alt="" src="./images/feather.gif" /></div>
7478  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7479  <div id="path">
7480 -<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>
7481 +<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>
7482  <div class="toplang">
7483  <p><span>Available Languages: </span><a href="./en/env.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7484  <a href="./ja/env.html" title="Japanese">&nbsp;ja&nbsp;</a> |
7485 Index: docs/manual/upgrading.html.pt-br
7486 ===================================================================
7487 --- docs/manual/upgrading.html.pt-br    (.../tags/2.2.0)        (wersja 358411)
7488 +++ docs/manual/upgrading.html.pt-br    (.../branches/2.2.x)    (wersja 358411)
7489 @@ -16,11 +16,10 @@
7490  <img alt="" src="./images/feather.gif" /></div>
7491  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7492  <div id="path">
7493 -<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>
7494 +<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>
7495  <div class="toplang">
7496  <p><span>Línguas Disponíveis: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7497  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7498 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
7499  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
7500  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
7501  <a href="./pt-br/upgrading.html" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
7502 @@ -216,7 +215,6 @@
7503  <div class="bottomlang">
7504  <p><span>Línguas Disponíveis: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7505  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7506 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
7507  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
7508  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
7509  <a href="./pt-br/upgrading.html" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
7510 Index: docs/manual/stopping.html.en
7511 ===================================================================
7512 --- docs/manual/stopping.html.en        (.../tags/2.2.0)        (wersja 358411)
7513 +++ docs/manual/stopping.html.en        (.../branches/2.2.x)    (wersja 358411)
7514 @@ -16,7 +16,7 @@
7515  <img alt="" src="./images/feather.gif" /></div>
7516  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7517  <div id="path">
7518 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7519 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7520  <div class="toplang">
7521  <p><span>Available Languages: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7522  <a href="./en/stopping.html" title="English">&nbsp;en&nbsp;</a> |
7523 Index: docs/manual/stopping.html.es
7524 ===================================================================
7525 --- docs/manual/stopping.html.es        (.../tags/2.2.0)        (wersja 358411)
7526 +++ docs/manual/stopping.html.es        (.../branches/2.2.x)    (wersja 358411)
7527 @@ -16,7 +16,7 @@
7528  <img alt="" src="./images/feather.gif" /></div>
7529  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
7530  <div id="path">
7531 -<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>
7532 +<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>
7533  <div class="toplang">
7534  <p><span>Idiomas disponibles: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7535  <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7536 Index: docs/manual/install.xml.ko
7537 ===================================================================
7538 --- docs/manual/install.xml.ko  (.../tags/2.2.0)        (wersja 358411)
7539 +++ docs/manual/install.xml.ko  (.../branches/2.2.x)    (wersja 358411)
7540 @@ -1,7 +1,7 @@
7541  <?xml version='1.0' encoding='EUC-KR' ?>
7542  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
7543  <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
7544 -<!-- English Revision: 105989:344412 (outdated) -->
7545 +<!-- English Revision: 105989:350287 (outdated) -->
7546  
7547  <!--
7548   Copyright 2003-2005 The Apache Software Foundation or its licensors,
7549 Index: docs/manual/platform/windows.html.en
7550 ===================================================================
7551 --- docs/manual/platform/windows.html.en        (.../tags/2.2.0)        (wersja 358411)
7552 +++ docs/manual/platform/windows.html.en        (.../branches/2.2.x)    (wersja 358411)
7553 @@ -16,7 +16,7 @@
7554  <img alt="" src="../images/feather.gif" /></div>
7555  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7556  <div id="path">
7557 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7558 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7559  <div class="toplang">
7560  <p><span>Available Languages: </span><a href="../en/platform/windows.html" title="English">&nbsp;en&nbsp;</a> |
7561  <a href="../ko/platform/windows.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
7562 Index: docs/manual/platform/perf-hp.html.ko.euc-kr
7563 ===================================================================
7564 --- docs/manual/platform/perf-hp.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
7565 +++ docs/manual/platform/perf-hp.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
7566 @@ -16,7 +16,7 @@
7567  <img alt="" src="../images/feather.gif" /></div>
7568  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7569  <div id="path">
7570 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7571 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7572  <div class="toplang">
7573  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/perf-hp.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7574  <a href="../ko/platform/perf-hp.html" title="Korean">&nbsp;ko&nbsp;</a></p>
7575 Index: docs/manual/platform/win_compiling.html.en
7576 ===================================================================
7577 --- docs/manual/platform/win_compiling.html.en  (.../tags/2.2.0)        (wersja 358411)
7578 +++ docs/manual/platform/win_compiling.html.en  (.../branches/2.2.x)    (wersja 358411)
7579 @@ -16,7 +16,7 @@
7580  <img alt="" src="../images/feather.gif" /></div>
7581  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7582  <div id="path">
7583 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7584 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7585  <div class="toplang">
7586  <p><span>Available Languages: </span><a href="../en/platform/win_compiling.html" title="English">&nbsp;en&nbsp;</a> |
7587  <a href="../ko/platform/win_compiling.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
7588 Index: docs/manual/platform/perf-hp.html.en
7589 ===================================================================
7590 --- docs/manual/platform/perf-hp.html.en        (.../tags/2.2.0)        (wersja 358411)
7591 +++ docs/manual/platform/perf-hp.html.en        (.../branches/2.2.x)    (wersja 358411)
7592 @@ -16,7 +16,7 @@
7593  <img alt="" src="../images/feather.gif" /></div>
7594  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7595  <div id="path">
7596 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7597 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7598  <div class="toplang">
7599  <p><span>Available Languages: </span><a href="../en/platform/perf-hp.html" title="English">&nbsp;en&nbsp;</a> |
7600  <a href="../ko/platform/perf-hp.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
7601 Index: docs/manual/platform/ebcdic.xml.ko
7602 ===================================================================
7603 --- docs/manual/platform/ebcdic.xml.ko  (.../tags/2.2.0)        (wersja 358411)
7604 +++ docs/manual/platform/ebcdic.xml.ko  (.../branches/2.2.x)    (wersja 358411)
7605 @@ -402,7 +402,7 @@
7606        </tr>
7607  
7608        <tr>
7609 -        <td><module>mod_imap</module></td>
7610 +        <td><module>mod_imagemap</module></td>
7611          <td class="centered">+</td>
7612          <td></td>
7613        </tr>
7614 Index: docs/manual/platform/windows.html.ko.euc-kr
7615 ===================================================================
7616 --- docs/manual/platform/windows.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
7617 +++ docs/manual/platform/windows.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
7618 @@ -16,7 +16,7 @@
7619  <img alt="" src="../images/feather.gif" /></div>
7620  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7621  <div id="path">
7622 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7623 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7624  <div class="toplang">
7625  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/windows.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7626  <a href="../ko/platform/windows.html" title="Korean">&nbsp;ko&nbsp;</a></p>
7627 Index: docs/manual/platform/win_compiling.html.ko.euc-kr
7628 ===================================================================
7629 --- docs/manual/platform/win_compiling.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
7630 +++ docs/manual/platform/win_compiling.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
7631 @@ -16,7 +16,7 @@
7632  <img alt="" src="../images/feather.gif" /></div>
7633  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7634  <div id="path">
7635 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7636 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7637  <div class="toplang">
7638  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/win_compiling.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7639  <a href="../ko/platform/win_compiling.html" title="Korean">&nbsp;ko&nbsp;</a></p>
7640 Index: docs/manual/platform/netware.html.ko.euc-kr
7641 ===================================================================
7642 --- docs/manual/platform/netware.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
7643 +++ docs/manual/platform/netware.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
7644 @@ -16,7 +16,7 @@
7645  <img alt="" src="../images/feather.gif" /></div>
7646  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7647  <div id="path">
7648 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7649 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7650  <div class="toplang">
7651  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/netware.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7652  <a href="../ko/platform/netware.html" title="Korean">&nbsp;ko&nbsp;</a></p>
7653 Index: docs/manual/platform/index.html.ko.euc-kr
7654 ===================================================================
7655 --- docs/manual/platform/index.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
7656 +++ docs/manual/platform/index.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
7657 @@ -16,7 +16,7 @@
7658  <img alt="" src="../images/feather.gif" /></div>
7659  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7660  <div id="path">
7661 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7662 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7663  <div class="toplang">
7664  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7665  <a href="../ko/platform/" title="Korean">&nbsp;ko&nbsp;</a></p>
7666 Index: docs/manual/platform/ebcdic.html.ko.euc-kr
7667 ===================================================================
7668 --- docs/manual/platform/ebcdic.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
7669 +++ docs/manual/platform/ebcdic.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
7670 @@ -16,7 +16,7 @@
7671  <img alt="" src="../images/feather.gif" /></div>
7672  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7673  <div id="path">
7674 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7675 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7676  <div class="toplang">
7677  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/ebcdic.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7678  <a href="../ko/platform/ebcdic.html" title="Korean">&nbsp;ko&nbsp;</a></p>
7679 @@ -407,7 +407,7 @@
7680        </tr>
7681  
7682        <tr>
7683 -        <td><code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code></td>
7684 +        <td><code class="module"><a href="../mod/mod_imagemap.html">mod_imagemap</a></code></td>
7685          <td class="centered">+</td>
7686          <td />
7687        </tr>
7688 Index: docs/manual/platform/netware.html.en
7689 ===================================================================
7690 --- docs/manual/platform/netware.html.en        (.../tags/2.2.0)        (wersja 358411)
7691 +++ docs/manual/platform/netware.html.en        (.../branches/2.2.x)    (wersja 358411)
7692 @@ -16,7 +16,7 @@
7693  <img alt="" src="../images/feather.gif" /></div>
7694  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7695  <div id="path">
7696 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7697 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7698  <div class="toplang">
7699  <p><span>Available Languages: </span><a href="../en/platform/netware.html" title="English">&nbsp;en&nbsp;</a> |
7700  <a href="../ko/platform/netware.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
7701 Index: docs/manual/platform/index.html.en
7702 ===================================================================
7703 --- docs/manual/platform/index.html.en  (.../tags/2.2.0)        (wersja 358411)
7704 +++ docs/manual/platform/index.html.en  (.../branches/2.2.x)    (wersja 358411)
7705 @@ -16,7 +16,7 @@
7706  <img alt="" src="../images/feather.gif" /></div>
7707  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7708  <div id="path">
7709 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7710 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7711  <div class="toplang">
7712  <p><span>Available Languages: </span><a href="../en/platform/" title="English">&nbsp;en&nbsp;</a> |
7713  <a href="../ko/platform/" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
7714 Index: docs/manual/platform/ebcdic.html.en
7715 ===================================================================
7716 --- docs/manual/platform/ebcdic.html.en (.../tags/2.2.0)        (wersja 358411)
7717 +++ docs/manual/platform/ebcdic.html.en (.../branches/2.2.x)    (wersja 358411)
7718 @@ -16,7 +16,7 @@
7719  <img alt="" src="../images/feather.gif" /></div>
7720  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7721  <div id="path">
7722 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7723 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7724  <div class="toplang">
7725  <p><span>Available Languages: </span><a href="../en/platform/ebcdic.html" title="English">&nbsp;en&nbsp;</a> |
7726  <a href="../ko/platform/ebcdic.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
7727 Index: docs/manual/vhosts/index.html.ja.euc-jp
7728 ===================================================================
7729 --- docs/manual/vhosts/index.html.ja.euc-jp     (.../tags/2.2.0)        (wersja 358411)
7730 +++ docs/manual/vhosts/index.html.ja.euc-jp     (.../branches/2.2.x)    (wersja 358411)
7731 @@ -16,7 +16,7 @@
7732  <img alt="" src="../images/feather.gif" /></div>
7733  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7734  <div id="path">
7735 -<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>
7736 +<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>
7737  <div class="toplang">
7738  <p><span>Available Languages: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7739  <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7740 Index: docs/manual/vhosts/ip-based.html.en
7741 ===================================================================
7742 --- docs/manual/vhosts/ip-based.html.en (.../tags/2.2.0)        (wersja 358411)
7743 +++ docs/manual/vhosts/ip-based.html.en (.../branches/2.2.x)    (wersja 358411)
7744 @@ -16,7 +16,7 @@
7745  <img alt="" src="../images/feather.gif" /></div>
7746  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7747  <div id="path">
7748 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7749 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7750  <div class="toplang">
7751  <p><span>Available Languages: </span><a href="../en/vhosts/ip-based.html" title="English">&nbsp;en&nbsp;</a> |
7752  <a href="../fr/vhosts/ip-based.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
7753 Index: docs/manual/vhosts/details.html.fr
7754 ===================================================================
7755 --- docs/manual/vhosts/details.html.fr  (.../tags/2.2.0)        (wersja 358411)
7756 +++ docs/manual/vhosts/details.html.fr  (.../branches/2.2.x)    (wersja 358411)
7757 @@ -16,7 +16,7 @@
7758  <img alt="" src="../images/feather.gif" /></div>
7759  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7760  <div id="path">
7761 -<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>
7762 +<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>
7763  <div class="toplang">
7764  <p><span>Langues Disponibles: </span><a href="../en/vhosts/details.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7765  <a href="../fr/vhosts/details.html" title="Français">&nbsp;fr&nbsp;</a> |
7766 Index: docs/manual/vhosts/index.html.de
7767 ===================================================================
7768 --- docs/manual/vhosts/index.html.de    (.../tags/2.2.0)        (wersja 358411)
7769 +++ docs/manual/vhosts/index.html.de    (.../branches/2.2.x)    (wersja 358411)
7770 @@ -16,7 +16,7 @@
7771  <img alt="" src="../images/feather.gif" /></div>
7772  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7773  <div id="path">
7774 -<a href="http://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>
7775 +<a href="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>
7776  <div class="toplang">
7777  <p><span>Verfügbare Sprachen: </span><a href="../de/vhosts/" title="Deutsch">&nbsp;de&nbsp;</a> |
7778  <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7779 Index: docs/manual/vhosts/examples.html.ko.euc-kr
7780 ===================================================================
7781 --- docs/manual/vhosts/examples.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
7782 +++ docs/manual/vhosts/examples.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
7783 @@ -16,7 +16,7 @@
7784  <img alt="" src="../images/feather.gif" /></div>
7785  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7786  <div id="path">
7787 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7788 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7789  <div class="toplang">
7790  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/examples.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7791  <a href="../fr/vhosts/examples.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
7792 Index: docs/manual/vhosts/ip-based.html.ko.euc-kr
7793 ===================================================================
7794 --- docs/manual/vhosts/ip-based.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
7795 +++ docs/manual/vhosts/ip-based.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
7796 @@ -16,7 +16,7 @@
7797  <img alt="" src="../images/feather.gif" /></div>
7798  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7799  <div id="path">
7800 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7801 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7802  <div class="toplang">
7803  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/ip-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7804  <a href="../fr/vhosts/ip-based.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
7805 Index: docs/manual/vhosts/name-based.html.de
7806 ===================================================================
7807 --- docs/manual/vhosts/name-based.html.de       (.../tags/2.2.0)        (wersja 358411)
7808 +++ docs/manual/vhosts/name-based.html.de       (.../branches/2.2.x)    (wersja 358411)
7809 @@ -16,7 +16,7 @@
7810  <img alt="" src="../images/feather.gif" /></div>
7811  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7812  <div id="path">
7813 -<a href="http://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>
7814 +<a href="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>
7815  <div class="toplang">
7816  <p><span>Verfügbare Sprachen: </span><a href="../de/vhosts/name-based.html" title="Deutsch">&nbsp;de&nbsp;</a> |
7817  <a href="../en/vhosts/name-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7818 Index: docs/manual/vhosts/examples.html.ja.euc-jp
7819 ===================================================================
7820 --- docs/manual/vhosts/examples.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
7821 +++ docs/manual/vhosts/examples.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
7822 @@ -16,7 +16,7 @@
7823  <img alt="" src="../images/feather.gif" /></div>
7824  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7825  <div id="path">
7826 -<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>
7827 +<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>
7828  <div class="toplang">
7829  <p><span>Available Languages: </span><a href="../en/vhosts/examples.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7830  <a href="../fr/vhosts/examples.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
7831 Index: docs/manual/vhosts/fd-limits.html.en
7832 ===================================================================
7833 --- docs/manual/vhosts/fd-limits.html.en        (.../tags/2.2.0)        (wersja 358411)
7834 +++ docs/manual/vhosts/fd-limits.html.en        (.../branches/2.2.x)    (wersja 358411)
7835 @@ -16,7 +16,7 @@
7836  <img alt="" src="../images/feather.gif" /></div>
7837  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7838  <div id="path">
7839 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7840 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7841  <div class="toplang">
7842  <p><span>Available Languages: </span><a href="../en/vhosts/fd-limits.html" title="English">&nbsp;en&nbsp;</a> |
7843  <a href="../fr/vhosts/fd-limits.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
7844 Index: docs/manual/vhosts/ip-based.html.fr
7845 ===================================================================
7846 --- docs/manual/vhosts/ip-based.html.fr (.../tags/2.2.0)        (wersja 358411)
7847 +++ docs/manual/vhosts/ip-based.html.fr (.../branches/2.2.x)    (wersja 358411)
7848 @@ -16,7 +16,7 @@
7849  <img alt="" src="../images/feather.gif" /></div>
7850  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7851  <div id="path">
7852 -<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>
7853 +<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>
7854  <div class="toplang">
7855  <p><span>Langues Disponibles: </span><a href="../en/vhosts/ip-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7856  <a href="../fr/vhosts/ip-based.html" title="Français">&nbsp;fr&nbsp;</a> |
7857 Index: docs/manual/vhosts/ip-based.html.ja.euc-jp
7858 ===================================================================
7859 --- docs/manual/vhosts/ip-based.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
7860 +++ docs/manual/vhosts/ip-based.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
7861 @@ -16,7 +16,7 @@
7862  <img alt="" src="../images/feather.gif" /></div>
7863  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7864  <div id="path">
7865 -<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>
7866 +<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>
7867  <div class="toplang">
7868  <p><span>Available Languages: </span><a href="../en/vhosts/ip-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7869  <a href="../fr/vhosts/ip-based.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
7870 Index: docs/manual/vhosts/mass.html.ko.euc-kr
7871 ===================================================================
7872 --- docs/manual/vhosts/mass.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
7873 +++ docs/manual/vhosts/mass.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
7874 @@ -16,7 +16,7 @@
7875  <img alt="" src="../images/feather.gif" /></div>
7876  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7877  <div id="path">
7878 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7879 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7880  <div class="toplang">
7881  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/mass.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7882  <a href="../ko/vhosts/mass.html" title="Korean">&nbsp;ko&nbsp;</a></p>
7883 Index: docs/manual/vhosts/index.html.en
7884 ===================================================================
7885 --- docs/manual/vhosts/index.html.en    (.../tags/2.2.0)        (wersja 358411)
7886 +++ docs/manual/vhosts/index.html.en    (.../branches/2.2.x)    (wersja 358411)
7887 @@ -16,7 +16,7 @@
7888  <img alt="" src="../images/feather.gif" /></div>
7889  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7890  <div id="path">
7891 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7892 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7893  <div class="toplang">
7894  <p><span>Available Languages: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7895  <a href="../en/vhosts/" title="English">&nbsp;en&nbsp;</a> |
7896 Index: docs/manual/vhosts/examples.html.en
7897 ===================================================================
7898 --- docs/manual/vhosts/examples.html.en (.../tags/2.2.0)        (wersja 358411)
7899 +++ docs/manual/vhosts/examples.html.en (.../branches/2.2.x)    (wersja 358411)
7900 @@ -16,7 +16,7 @@
7901  <img alt="" src="../images/feather.gif" /></div>
7902  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7903  <div id="path">
7904 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7905 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7906  <div class="toplang">
7907  <p><span>Available Languages: </span><a href="../en/vhosts/examples.html" title="English">&nbsp;en&nbsp;</a> |
7908  <a href="../fr/vhosts/examples.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
7909 Index: docs/manual/vhosts/fd-limits.html.ko.euc-kr
7910 ===================================================================
7911 --- docs/manual/vhosts/fd-limits.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
7912 +++ docs/manual/vhosts/fd-limits.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
7913 @@ -16,7 +16,7 @@
7914  <img alt="" src="../images/feather.gif" /></div>
7915  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7916  <div id="path">
7917 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7918 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7919  <div class="toplang">
7920  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/fd-limits.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7921  <a href="../fr/vhosts/fd-limits.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
7922 Index: docs/manual/vhosts/name-based.html.en
7923 ===================================================================
7924 --- docs/manual/vhosts/name-based.html.en       (.../tags/2.2.0)        (wersja 358411)
7925 +++ docs/manual/vhosts/name-based.html.en       (.../branches/2.2.x)    (wersja 358411)
7926 @@ -16,7 +16,7 @@
7927  <img alt="" src="../images/feather.gif" /></div>
7928  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7929  <div id="path">
7930 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7931 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7932  <div class="toplang">
7933  <p><span>Available Languages: </span><a href="../de/vhosts/name-based.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7934  <a href="../en/vhosts/name-based.html" title="English">&nbsp;en&nbsp;</a> |
7935 Index: docs/manual/vhosts/fd-limits.html.fr
7936 ===================================================================
7937 --- docs/manual/vhosts/fd-limits.html.fr        (.../tags/2.2.0)        (wersja 358411)
7938 +++ docs/manual/vhosts/fd-limits.html.fr        (.../branches/2.2.x)    (wersja 358411)
7939 @@ -16,7 +16,7 @@
7940  <img alt="" src="../images/feather.gif" /></div>
7941  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7942  <div id="path">
7943 -<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>
7944 +<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>
7945  <div class="toplang">
7946  <p><span>Langues Disponibles: </span><a href="../en/vhosts/fd-limits.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7947  <a href="../fr/vhosts/fd-limits.html" title="Français">&nbsp;fr&nbsp;</a> |
7948 Index: docs/manual/vhosts/fd-limits.html.ja.euc-jp
7949 ===================================================================
7950 --- docs/manual/vhosts/fd-limits.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
7951 +++ docs/manual/vhosts/fd-limits.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
7952 @@ -16,7 +16,7 @@
7953  <img alt="" src="../images/feather.gif" /></div>
7954  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7955  <div id="path">
7956 -<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>
7957 +<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>
7958  <div class="toplang">
7959  <p><span>Available Languages: </span><a href="../en/vhosts/fd-limits.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7960  <a href="../fr/vhosts/fd-limits.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
7961 Index: docs/manual/vhosts/index.html.fr
7962 ===================================================================
7963 --- docs/manual/vhosts/index.html.fr    (.../tags/2.2.0)        (wersja 358411)
7964 +++ docs/manual/vhosts/index.html.fr    (.../branches/2.2.x)    (wersja 358411)
7965 @@ -16,7 +16,7 @@
7966  <img alt="" src="../images/feather.gif" /></div>
7967  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7968  <div id="path">
7969 -<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>
7970 +<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>
7971  <div class="toplang">
7972  <p><span>Langues Disponibles: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
7973  <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7974 Index: docs/manual/vhosts/details.html.ko.euc-kr
7975 ===================================================================
7976 --- docs/manual/vhosts/details.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
7977 +++ docs/manual/vhosts/details.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
7978 @@ -16,7 +16,7 @@
7979  <img alt="" src="../images/feather.gif" /></div>
7980  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7981  <div id="path">
7982 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
7983 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
7984  <div class="toplang">
7985  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/details.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7986  <a href="../fr/vhosts/details.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
7987 Index: docs/manual/vhosts/examples.html.fr
7988 ===================================================================
7989 --- docs/manual/vhosts/examples.html.fr (.../tags/2.2.0)        (wersja 358411)
7990 +++ docs/manual/vhosts/examples.html.fr (.../branches/2.2.x)    (wersja 358411)
7991 @@ -16,7 +16,7 @@
7992  <img alt="" src="../images/feather.gif" /></div>
7993  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
7994  <div id="path">
7995 -<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>
7996 +<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>
7997  <div class="toplang">
7998  <p><span>Langues Disponibles: </span><a href="../en/vhosts/examples.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
7999  <a href="../fr/vhosts/examples.html" title="Français">&nbsp;fr&nbsp;</a> |
8000 Index: docs/manual/vhosts/details.html.en
8001 ===================================================================
8002 --- docs/manual/vhosts/details.html.en  (.../tags/2.2.0)        (wersja 358411)
8003 +++ docs/manual/vhosts/details.html.en  (.../branches/2.2.x)    (wersja 358411)
8004 @@ -16,7 +16,7 @@
8005  <img alt="" src="../images/feather.gif" /></div>
8006  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
8007  <div id="path">
8008 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8009 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8010  <div class="toplang">
8011  <p><span>Available Languages: </span><a href="../en/vhosts/details.html" title="English">&nbsp;en&nbsp;</a> |
8012  <a href="../fr/vhosts/details.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
8013 Index: docs/manual/vhosts/name-based.html.ko.euc-kr
8014 ===================================================================
8015 --- docs/manual/vhosts/name-based.html.ko.euc-kr        (.../tags/2.2.0)        (wersja 358411)
8016 +++ docs/manual/vhosts/name-based.html.ko.euc-kr        (.../branches/2.2.x)    (wersja 358411)
8017 @@ -16,7 +16,7 @@
8018  <img alt="" src="../images/feather.gif" /></div>
8019  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
8020  <div id="path">
8021 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8022 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8023  <div class="toplang">
8024  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/vhosts/name-based.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8025  <a href="../en/vhosts/name-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8026 Index: docs/manual/vhosts/name-based.html.fr
8027 ===================================================================
8028 --- docs/manual/vhosts/name-based.html.fr       (.../tags/2.2.0)        (wersja 358411)
8029 +++ docs/manual/vhosts/name-based.html.fr       (.../branches/2.2.x)    (wersja 358411)
8030 @@ -16,7 +16,7 @@
8031  <img alt="" src="../images/feather.gif" /></div>
8032  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
8033  <div id="path">
8034 -<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>
8035 +<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>
8036  <div class="toplang">
8037  <p><span>Langues Disponibles: </span><a href="../de/vhosts/name-based.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8038  <a href="../en/vhosts/name-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8039 Index: docs/manual/vhosts/mass.html.en
8040 ===================================================================
8041 --- docs/manual/vhosts/mass.html.en     (.../tags/2.2.0)        (wersja 358411)
8042 +++ docs/manual/vhosts/mass.html.en     (.../branches/2.2.x)    (wersja 358411)
8043 @@ -16,7 +16,7 @@
8044  <img alt="" src="../images/feather.gif" /></div>
8045  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
8046  <div id="path">
8047 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8048 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8049  <div class="toplang">
8050  <p><span>Available Languages: </span><a href="../en/vhosts/mass.html" title="English">&nbsp;en&nbsp;</a> |
8051  <a href="../ko/vhosts/mass.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
8052 Index: docs/manual/vhosts/index.html.ko.euc-kr
8053 ===================================================================
8054 --- docs/manual/vhosts/index.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
8055 +++ docs/manual/vhosts/index.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
8056 @@ -16,7 +16,7 @@
8057  <img alt="" src="../images/feather.gif" /></div>
8058  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
8059  <div id="path">
8060 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8061 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8062  <div class="toplang">
8063  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8064  <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8065 Index: docs/manual/vhosts/name-based.html.ja.euc-jp
8066 ===================================================================
8067 --- docs/manual/vhosts/name-based.html.ja.euc-jp        (.../tags/2.2.0)        (wersja 358411)
8068 +++ docs/manual/vhosts/name-based.html.ja.euc-jp        (.../branches/2.2.x)    (wersja 358411)
8069 @@ -16,7 +16,7 @@
8070  <img alt="" src="../images/feather.gif" /></div>
8071  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
8072  <div id="path">
8073 -<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>
8074 +<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>
8075  <div class="toplang">
8076  <p><span>Available Languages: </span><a href="../de/vhosts/name-based.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8077  <a href="../en/vhosts/name-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8078 Index: docs/manual/sections.html.en
8079 ===================================================================
8080 --- docs/manual/sections.html.en        (.../tags/2.2.0)        (wersja 358411)
8081 +++ docs/manual/sections.html.en        (.../branches/2.2.x)    (wersja 358411)
8082 @@ -16,7 +16,7 @@
8083  <img alt="" src="./images/feather.gif" /></div>
8084  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8085  <div id="path">
8086 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8087 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8088  <div class="toplang">
8089  <p><span>Available Languages: </span><a href="./en/sections.html" title="English">&nbsp;en&nbsp;</a> |
8090  <a href="./ja/sections.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
8091 Index: docs/manual/suexec.html.ko.euc-kr
8092 ===================================================================
8093 --- docs/manual/suexec.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
8094 +++ docs/manual/suexec.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
8095 @@ -16,7 +16,7 @@
8096  <img alt="" src="./images/feather.gif" /></div>
8097  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8098  <div id="path">
8099 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8100 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8101  <div class="toplang">
8102  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/suexec.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8103  <a href="./ja/suexec.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
8104 Index: docs/manual/mpm.html.en
8105 ===================================================================
8106 --- docs/manual/mpm.html.en     (.../tags/2.2.0)        (wersja 358411)
8107 +++ docs/manual/mpm.html.en     (.../branches/2.2.x)    (wersja 358411)
8108 @@ -16,7 +16,7 @@
8109  <img alt="" src="./images/feather.gif" /></div>
8110  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8111  <div id="path">
8112 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8113 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8114  <div class="toplang">
8115  <p><span>Available Languages: </span><a href="./de/mpm.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8116  <a href="./en/mpm.html" title="English">&nbsp;en&nbsp;</a> |
8117 Index: docs/manual/mpm.html.es
8118 ===================================================================
8119 --- docs/manual/mpm.html.es     (.../tags/2.2.0)        (wersja 358411)
8120 +++ docs/manual/mpm.html.es     (.../branches/2.2.x)    (wersja 358411)
8121 @@ -16,7 +16,7 @@
8122  <img alt="" src="./images/feather.gif" /></div>
8123  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8124  <div id="path">
8125 -<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>
8126 +<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>
8127  <div class="toplang">
8128  <p><span>Idiomas disponibles: </span><a href="./de/mpm.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8129  <a href="./en/mpm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8130
8131 Zmiany atrybutów dla: docs/manual/images/mod_filter_new.png
8132 ___________________________________________________________________
8133 Nazwa: svn:mime-type
8134    - application/octet-stream
8135    + image/png
8136
8137
8138 Zmiany atrybutów dla: docs/manual/images/filter_arch.png
8139 ___________________________________________________________________
8140 Nazwa: svn:mime-type
8141    - application/octet-stream
8142    + image/png
8143
8144 Index: docs/manual/mpm.html.ja.euc-jp
8145 ===================================================================
8146 --- docs/manual/mpm.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
8147 +++ docs/manual/mpm.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
8148 @@ -16,7 +16,7 @@
8149  <img alt="" src="./images/feather.gif" /></div>
8150  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8151  <div id="path">
8152 -<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>
8153 +<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>
8154  <div class="toplang">
8155  <p><span>Available Languages: </span><a href="./de/mpm.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8156  <a href="./en/mpm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8157 Index: docs/manual/handler.html.ko.euc-kr
8158 ===================================================================
8159 --- docs/manual/handler.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
8160 +++ docs/manual/handler.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
8161 @@ -16,7 +16,7 @@
8162  <img alt="" src="./images/feather.gif" /></div>
8163  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8164  <div id="path">
8165 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8166 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8167  <div class="toplang">
8168  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/handler.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8169  <a href="./es/handler.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
8170 @@ -36,7 +36,7 @@
8171  <div class="section">
8172  <h2><a name="definition" id="definition">Çڵ鷯°¡ ¹«¾ùÀΰ¡</a></h2>
8173      
8174 -    <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>
8175 +    <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>
8176  
8177  
8178      <p>ÆÄÀÏÀ» ¿äûÇÒ¶§ ¾ÆÆÄÄ¡°¡ ³»ºÎÀûÀ¸·Î ¼öÇàÇÒ ÀÛ¾÷À»
8179 @@ -66,7 +66,7 @@
8180        (<code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code>)</li>
8181  
8182        <li><strong>imap-file</strong>: imagemap ±ÔÄ¢ ÆÄÀÏ·Î
8183 -      Ã³¸®ÇÑ´Ù. (<code class="module"><a href="./mod/mod_imap.html">mod_imap</a></code>)</li>
8184 +      Ã³¸®ÇÑ´Ù. (<code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code>)</li>
8185  
8186        <li><strong>server-info</strong>: ¼­¹öÀÇ ¼³Á¤ Á¤º¸¸¦
8187        ¾Ë·ÁÁØ´Ù. (<code class="module"><a href="./mod/mod_info.html">mod_info</a></code>)</li>
8188 Index: docs/manual/dso.html.ko.euc-kr
8189 ===================================================================
8190 --- docs/manual/dso.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
8191 +++ docs/manual/dso.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
8192 @@ -16,7 +16,7 @@
8193  <img alt="" src="./images/feather.gif" /></div>
8194  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8195  <div id="path">
8196 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8197 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8198  <div class="toplang">
8199  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/dso.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8200  <a href="./ja/dso.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
8201 Index: docs/manual/new_features_2_2.html.ko.euc-kr
8202 ===================================================================
8203 --- docs/manual/new_features_2_2.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
8204 +++ docs/manual/new_features_2_2.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
8205 @@ -16,7 +16,7 @@
8206  <img alt="" src="./images/feather.gif" /></div>
8207  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8208  <div id="path">
8209 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8210 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8211  <div class="toplang">
8212  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/new_features_2_2.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8213  <a href="./ko/new_features_2_2.html" title="Korean">&nbsp;ko&nbsp;</a> |
8214 Index: docs/manual/dso.html.en
8215 ===================================================================
8216 --- docs/manual/dso.html.en     (.../tags/2.2.0)        (wersja 358411)
8217 +++ docs/manual/dso.html.en     (.../branches/2.2.x)    (wersja 358411)
8218 @@ -16,7 +16,7 @@
8219  <img alt="" src="./images/feather.gif" /></div>
8220  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8221  <div id="path">
8222 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8223 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8224  <div class="toplang">
8225  <p><span>Available Languages: </span><a href="./en/dso.html" title="English">&nbsp;en&nbsp;</a> |
8226  <a href="./ja/dso.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
8227 Index: docs/manual/stopping.html.ko.euc-kr
8228 ===================================================================
8229 --- docs/manual/stopping.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
8230 +++ docs/manual/stopping.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
8231 @@ -16,7 +16,7 @@
8232  <img alt="" src="./images/feather.gif" /></div>
8233  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8234  <div id="path">
8235 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8236 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8237  <div class="toplang">
8238  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8239  <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8240 Index: docs/manual/new_features_2_2.html.pt-br
8241 ===================================================================
8242 --- docs/manual/new_features_2_2.html.pt-br     (.../tags/2.2.0)        (wersja 358411)
8243 +++ docs/manual/new_features_2_2.html.pt-br     (.../branches/2.2.x)    (wersja 358411)
8244 @@ -16,7 +16,7 @@
8245  <img alt="" src="./images/feather.gif" /></div>
8246  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8247  <div id="path">
8248 -<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>
8249 +<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>
8250  <div class="toplang">
8251  <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> |
8252  <a href="./ko/new_features_2_2.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
8253 Index: docs/manual/configuring.html.ja.euc-jp
8254 ===================================================================
8255 --- docs/manual/configuring.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
8256 +++ docs/manual/configuring.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
8257 @@ -16,7 +16,7 @@
8258  <img alt="" src="./images/feather.gif" /></div>
8259  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8260  <div id="path">
8261 -<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>
8262 +<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>
8263  <div class="toplang">
8264  <p><span>Available Languages: </span><a href="./de/configuring.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8265  <a href="./en/configuring.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8266 Index: docs/manual/upgrading.xml.meta
8267 ===================================================================
8268 --- docs/manual/upgrading.xml.meta      (.../tags/2.2.0)        (wersja 358411)
8269 +++ docs/manual/upgrading.xml.meta      (.../branches/2.2.x)    (wersja 358411)
8270 @@ -8,7 +8,6 @@
8271    <variants>
8272      <variant outdated="yes">de</variant>
8273      <variant>en</variant>
8274 -    <variant htmlonly="yes">fr</variant>
8275      <variant outdated="yes">ja</variant>
8276      <variant outdated="yes">ko</variant>
8277      <variant outdated="yes">pt-br</variant>
8278 Index: docs/manual/sections.html.ja.euc-jp
8279 ===================================================================
8280 --- docs/manual/sections.html.ja.euc-jp (.../tags/2.2.0)        (wersja 358411)
8281 +++ docs/manual/sections.html.ja.euc-jp (.../branches/2.2.x)    (wersja 358411)
8282 @@ -16,7 +16,7 @@
8283  <img alt="" src="./images/feather.gif" /></div>
8284  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8285  <div id="path">
8286 -<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>
8287 +<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>
8288  <div class="toplang">
8289  <p><span>Available Languages: </span><a href="./en/sections.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8290  <a href="./ja/sections.html" title="Japanese">&nbsp;ja&nbsp;</a> |
8291 Index: docs/manual/filter.html.ko.euc-kr
8292 ===================================================================
8293 --- docs/manual/filter.html.ko.euc-kr   (.../tags/2.2.0)        (wersja 358411)
8294 +++ docs/manual/filter.html.ko.euc-kr   (.../branches/2.2.x)    (wersja 358411)
8295 @@ -16,7 +16,7 @@
8296  <img alt="" src="./images/feather.gif" /></div>
8297  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8298  <div id="path">
8299 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8300 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8301  <div class="toplang">
8302  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8303  <a href="./es/filter.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
8304 Index: docs/manual/new_features_2_0.html.ko.euc-kr
8305 ===================================================================
8306 --- docs/manual/new_features_2_0.html.ko.euc-kr (.../tags/2.2.0)        (wersja 358411)
8307 +++ docs/manual/new_features_2_0.html.ko.euc-kr (.../branches/2.2.x)    (wersja 358411)
8308 @@ -16,7 +16,7 @@
8309  <img alt="" src="./images/feather.gif" /></div>
8310  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8311  <div id="path">
8312 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8313 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8314  <div class="toplang">
8315  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8316  <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8317 Index: docs/manual/content-negotiation.html.ko.euc-kr
8318 ===================================================================
8319 --- docs/manual/content-negotiation.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
8320 +++ docs/manual/content-negotiation.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
8321 @@ -16,7 +16,7 @@
8322  <img alt="" src="./images/feather.gif" /></div>
8323  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8324  <div id="path">
8325 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8326 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8327  <div class="toplang">
8328  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/content-negotiation.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8329  <a href="./ja/content-negotiation.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
8330 Index: docs/manual/filter.html.en
8331 ===================================================================
8332 --- docs/manual/filter.html.en  (.../tags/2.2.0)        (wersja 358411)
8333 +++ docs/manual/filter.html.en  (.../branches/2.2.x)    (wersja 358411)
8334 @@ -16,7 +16,7 @@
8335  <img alt="" src="./images/feather.gif" /></div>
8336  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8337  <div id="path">
8338 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8339 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8340  <div class="toplang">
8341  <p><span>Available Languages: </span><a href="./en/filter.html" title="English">&nbsp;en&nbsp;</a> |
8342  <a href="./es/filter.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
8343 Index: docs/manual/sitemap.html.de
8344 ===================================================================
8345 --- docs/manual/sitemap.html.de (.../tags/2.2.0)        (wersja 358411)
8346 +++ docs/manual/sitemap.html.de (.../branches/2.2.x)    (wersja 358411)
8347 @@ -17,7 +17,7 @@
8348  <img alt="" src="./images/feather.gif" /></div>
8349  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8350  <div id="path">
8351 -<a href="http://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>
8352 +<a href="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>
8353  <div id="page-content"><div id="preamble"><h1>Seitenindex</h1>
8354  <div class="toplang">
8355  <p><span>Verfügbare Sprachen: </span><a href="./de/sitemap.html" title="Deutsch">&nbsp;de&nbsp;</a> |
8356 Index: docs/manual/glossary.html.de
8357 ===================================================================
8358 --- docs/manual/glossary.html.de        (.../tags/2.2.0)        (wersja 358411)
8359 +++ docs/manual/glossary.html.de        (.../branches/2.2.x)    (wersja 358411)
8360 @@ -16,7 +16,7 @@
8361  <img alt="" src="./images/feather.gif" /></div>
8362  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8363  <div id="path">
8364 -<a href="http://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>
8365 +<a href="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>
8366  <div class="toplang">
8367  <p><span>Verfügbare Sprachen: </span><a href="./de/glossary.html" title="Deutsch">&nbsp;de&nbsp;</a> |
8368  <a href="./en/glossary.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8369 Index: docs/manual/filter.html.es
8370 ===================================================================
8371 --- docs/manual/filter.html.es  (.../tags/2.2.0)        (wersja 358411)
8372 +++ docs/manual/filter.html.es  (.../branches/2.2.x)    (wersja 358411)
8373 @@ -16,7 +16,7 @@
8374  <img alt="" src="./images/feather.gif" /></div>
8375  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8376  <div id="path">
8377 -<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>
8378 +<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>
8379  <div class="toplang">
8380  <p><span>Idiomas disponibles: </span><a href="./en/filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8381  <a href="./es/filter.html" title="Español">&nbsp;es&nbsp;</a> |
8382 Index: docs/manual/server-wide.html.en
8383 ===================================================================
8384 --- docs/manual/server-wide.html.en     (.../tags/2.2.0)        (wersja 358411)
8385 +++ docs/manual/server-wide.html.en     (.../branches/2.2.x)    (wersja 358411)
8386 @@ -16,7 +16,7 @@
8387  <img alt="" src="./images/feather.gif" /></div>
8388  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8389  <div id="path">
8390 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8391 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8392  <div class="toplang">
8393  <p><span>Available Languages: </span><a href="./en/server-wide.html" title="English">&nbsp;en&nbsp;</a> |
8394  <a href="./ja/server-wide.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
8395 Index: docs/manual/logs.html.ko.euc-kr
8396 ===================================================================
8397 --- docs/manual/logs.html.ko.euc-kr     (.../tags/2.2.0)        (wersja 358411)
8398 +++ docs/manual/logs.html.ko.euc-kr     (.../branches/2.2.x)    (wersja 358411)
8399 @@ -16,7 +16,7 @@
8400  <img alt="" src="./images/feather.gif" /></div>
8401  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8402  <div id="path">
8403 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8404 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8405  <div class="toplang">
8406  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/logs.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8407  <a href="./ja/logs.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
8408 Index: docs/manual/convenience.map
8409 ===================================================================
8410 --- docs/manual/convenience.map (.../tags/2.2.0)        (wersja 358411)
8411 +++ docs/manual/convenience.map (.../branches/2.2.x)    (wersja 358411)
8412 @@ -374,6 +374,7 @@
8413  typesconfig    mod/mod_mime.html#typesconfig
8414  unsetenv       mod/mod_env.html#unsetenv
8415  usecanonicalname       mod/core.html#usecanonicalname
8416 +usecanonicalphysicalport       mod/core.html#usecanonicalphysicalport
8417  user   mod/mpm_common.html#user
8418  userdir        mod/mod_userdir.html#userdir
8419  virtualdocumentroot    mod/mod_vhost_alias.html#virtualdocumentroot
8420 Index: docs/manual/dns-caveats.html.en
8421 ===================================================================
8422 --- docs/manual/dns-caveats.html.en     (.../tags/2.2.0)        (wersja 358411)
8423 +++ docs/manual/dns-caveats.html.en     (.../branches/2.2.x)    (wersja 358411)
8424 @@ -16,7 +16,7 @@
8425  <img alt="" src="./images/feather.gif" /></div>
8426  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8427  <div id="path">
8428 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8429 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8430  <div class="toplang">
8431  <p><span>Available Languages: </span><a href="./en/dns-caveats.html" title="English">&nbsp;en&nbsp;</a> |
8432  <a href="./ja/dns-caveats.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
8433 Index: docs/manual/sitemap.html.ja.euc-jp
8434 ===================================================================
8435 --- docs/manual/sitemap.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
8436 +++ docs/manual/sitemap.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
8437 @@ -17,7 +17,7 @@
8438  <img alt="" src="./images/feather.gif" /></div>
8439  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8440  <div id="path">
8441 -<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>
8442 +<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>
8443  <div id="page-content"><div id="preamble"><h1>Site Map</h1>
8444  <div class="toplang">
8445  <p><span>Available Languages: </span><a href="./de/sitemap.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8446 Index: docs/manual/new_features_2_0.html.de
8447 ===================================================================
8448 --- docs/manual/new_features_2_0.html.de        (.../tags/2.2.0)        (wersja 358411)
8449 +++ docs/manual/new_features_2_0.html.de        (.../branches/2.2.x)    (wersja 358411)
8450 @@ -16,7 +16,7 @@
8451  <img alt="" src="./images/feather.gif" /></div>
8452  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8453  <div id="path">
8454 -<a href="http://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>
8455 +<a href="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>
8456  <div class="toplang">
8457  <p><span>Verfügbare Sprachen: </span><a href="./de/new_features_2_0.html" title="Deutsch">&nbsp;de&nbsp;</a> |
8458  <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8459 Index: docs/manual/handler.xml.ko
8460 ===================================================================
8461 --- docs/manual/handler.xml.ko  (.../tags/2.2.0)        (wersja 358411)
8462 +++ docs/manual/handler.xml.ko  (.../branches/2.2.x)    (wersja 358411)
8463 @@ -35,7 +35,7 @@
8464          <module>mod_actions</module>
8465          <module>mod_asis</module>
8466          <module>mod_cgi</module>
8467 -        <module>mod_imap</module>
8468 +        <module>mod_imagemap</module>
8469          <module>mod_info</module>
8470          <module>mod_mime</module>
8471          <module>mod_negotiation</module>
8472 @@ -79,7 +79,7 @@
8473        (<module>mod_cgi</module>)</li>
8474  
8475        <li><strong>imap-file</strong>: imagemap ±ÔÄ¢ ÆÄÀÏ·Î
8476 -      Ã³¸®ÇÑ´Ù. (<module>mod_imap</module>)</li>
8477 +      Ã³¸®ÇÑ´Ù. (<module>mod_imagemap</module>)</li>
8478  
8479        <li><strong>server-info</strong>: ¼­¹öÀÇ ¼³Á¤ Á¤º¸¸¦
8480        ¾Ë·ÁÁØ´Ù. (<module>mod_info</module>)</li>
8481 Index: docs/manual/new_features_2_0.html.ru.koi8-r
8482 ===================================================================
8483 --- docs/manual/new_features_2_0.html.ru.koi8-r (.../tags/2.2.0)        (wersja 358411)
8484 +++ docs/manual/new_features_2_0.html.ru.koi8-r (.../branches/2.2.x)    (wersja 358411)
8485 @@ -16,7 +16,7 @@
8486  <img alt="" src="./images/feather.gif" /></div>
8487  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8488  <div id="path">
8489 -<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>
8490 +<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>
8491  <div class="toplang">
8492  <p><span>Available Languages: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8493  <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8494 Index: docs/manual/server-wide.html.ko.euc-kr
8495 ===================================================================
8496 --- docs/manual/server-wide.html.ko.euc-kr      (.../tags/2.2.0)        (wersja 358411)
8497 +++ docs/manual/server-wide.html.ko.euc-kr      (.../branches/2.2.x)    (wersja 358411)
8498 @@ -16,7 +16,7 @@
8499  <img alt="" src="./images/feather.gif" /></div>
8500  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8501  <div id="path">
8502 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8503 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8504  <div class="toplang">
8505  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/server-wide.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8506  <a href="./ja/server-wide.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
8507 Index: docs/manual/filter.html.fr
8508 ===================================================================
8509 --- docs/manual/filter.html.fr  (.../tags/2.2.0)        (wersja 358411)
8510 +++ docs/manual/filter.html.fr  (.../branches/2.2.x)    (wersja 358411)
8511 @@ -16,7 +16,7 @@
8512  <img alt="" src="./images/feather.gif" /></div>
8513  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8514  <div id="path">
8515 -<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>
8516 +<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>
8517  <div class="toplang">
8518  <p><span>Langues Disponibles: </span><a href="./en/filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8519  <a href="./es/filter.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
8520 Index: docs/manual/new_features_2_2.xml.ko
8521 ===================================================================
8522 --- docs/manual/new_features_2_2.xml.ko (.../tags/2.2.0)        (wersja 358411)
8523 +++ docs/manual/new_features_2_2.xml.ko (.../branches/2.2.x)    (wersja 358411)
8524 @@ -1,7 +1,7 @@
8525  <?xml version='1.0' encoding='EUC-KR' ?>
8526  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
8527  <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
8528 -<!-- English Revision: 105989:345705 (outdated) -->
8529 +<!-- English Revision: 105989:356658 (outdated) -->
8530  
8531  <!--
8532   Copyright 2004-2005 The Apache Software Foundation or its licensors,
8533 Index: docs/manual/sitemap.html.en
8534 ===================================================================
8535 --- docs/manual/sitemap.html.en (.../tags/2.2.0)        (wersja 358411)
8536 +++ docs/manual/sitemap.html.en (.../branches/2.2.x)    (wersja 358411)
8537 @@ -17,7 +17,7 @@
8538  <img alt="" src="./images/feather.gif" /></div>
8539  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8540  <div id="path">
8541 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8542 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8543  <div id="page-content"><div id="preamble"><h1>Sitemap</h1>
8544  <div class="toplang">
8545  <p><span>Available Languages: </span><a href="./de/sitemap.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8546 Index: docs/manual/install.html.ko.euc-kr
8547 ===================================================================
8548 --- docs/manual/install.html.ko.euc-kr  (.../tags/2.2.0)        (wersja 358411)
8549 +++ docs/manual/install.html.ko.euc-kr  (.../branches/2.2.x)    (wersja 358411)
8550 @@ -16,7 +16,7 @@
8551  <img alt="" src="./images/feather.gif" /></div>
8552  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8553  <div id="path">
8554 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8555 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8556  <div class="toplang">
8557  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8558  <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8559 Index: docs/manual/glossary.html.en
8560 ===================================================================
8561 --- docs/manual/glossary.html.en        (.../tags/2.2.0)        (wersja 358411)
8562 +++ docs/manual/glossary.html.en        (.../branches/2.2.x)    (wersja 358411)
8563 @@ -16,7 +16,7 @@
8564  <img alt="" src="./images/feather.gif" /></div>
8565  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8566  <div id="path">
8567 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8568 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8569  <div class="toplang">
8570  <p><span>Available Languages: </span><a href="./de/glossary.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8571  <a href="./en/glossary.html" title="English">&nbsp;en&nbsp;</a> |
8572 Index: docs/manual/upgrading.xml.ja
8573 ===================================================================
8574 --- docs/manual/upgrading.xml.ja        (.../tags/2.2.0)        (wersja 358411)
8575 +++ docs/manual/upgrading.xml.ja        (.../branches/2.2.x)    (wersja 358411)
8576 @@ -1,7 +1,7 @@
8577  <?xml version='1.0' encoding='iso-2022-jp' ?>
8578  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
8579  <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
8580 -<!-- English Revision: 151408:349164 (outdated) -->
8581 +<!-- English Revision: 151408:349745 (outdated) -->
8582  
8583  <!--
8584   Copyright 2002-2005 The Apache Software Foundation or its licensors,
8585 Index: docs/manual/suexec.html.ja.euc-jp
8586 ===================================================================
8587 --- docs/manual/suexec.html.ja.euc-jp   (.../tags/2.2.0)        (wersja 358411)
8588 +++ docs/manual/suexec.html.ja.euc-jp   (.../branches/2.2.x)    (wersja 358411)
8589 @@ -16,7 +16,7 @@
8590  <img alt="" src="./images/feather.gif" /></div>
8591  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8592  <div id="path">
8593 -<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>
8594 +<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>
8595  <div class="toplang">
8596  <p><span>Available Languages: </span><a href="./en/suexec.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8597  <a href="./ja/suexec.html" title="Japanese">&nbsp;ja&nbsp;</a> |
8598 Index: docs/manual/sitemap.html.es
8599 ===================================================================
8600 --- docs/manual/sitemap.html.es (.../tags/2.2.0)        (wersja 358411)
8601 +++ docs/manual/sitemap.html.es (.../branches/2.2.x)    (wersja 358411)
8602 @@ -17,7 +17,7 @@
8603  <img alt="" src="./images/feather.gif" /></div>
8604  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8605  <div id="path">
8606 -<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>
8607 +<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>
8608  <div id="page-content"><div id="preamble"><h1>Mapa de este sitio web</h1>
8609  <div class="toplang">
8610  <p><span>Idiomas disponibles: </span><a href="./de/sitemap.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8611 Index: docs/manual/glossary.html.es
8612 ===================================================================
8613 --- docs/manual/glossary.html.es        (.../tags/2.2.0)        (wersja 358411)
8614 +++ docs/manual/glossary.html.es        (.../branches/2.2.x)    (wersja 358411)
8615 @@ -16,7 +16,7 @@
8616  <img alt="" src="./images/feather.gif" /></div>
8617  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8618  <div id="path">
8619 -<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>
8620 +<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>
8621  <div class="toplang">
8622  <p><span>Idiomas disponibles: </span><a href="./de/glossary.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8623  <a href="./en/glossary.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8624 Index: docs/manual/new_features_2_0.html.en
8625 ===================================================================
8626 --- docs/manual/new_features_2_0.html.en        (.../tags/2.2.0)        (wersja 358411)
8627 +++ docs/manual/new_features_2_0.html.en        (.../branches/2.2.x)    (wersja 358411)
8628 @@ -16,7 +16,7 @@
8629  <img alt="" src="./images/feather.gif" /></div>
8630  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8631  <div id="path">
8632 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8633 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8634  <div class="toplang">
8635  <p><span>Available Languages: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8636  <a href="./en/new_features_2_0.html" title="English">&nbsp;en&nbsp;</a> |
8637 Index: docs/manual/handler.html.ja.euc-jp
8638 ===================================================================
8639 --- docs/manual/handler.html.ja.euc-jp  (.../tags/2.2.0)        (wersja 358411)
8640 +++ docs/manual/handler.html.ja.euc-jp  (.../branches/2.2.x)    (wersja 358411)
8641 @@ -16,7 +16,7 @@
8642  <img alt="" src="./images/feather.gif" /></div>
8643  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8644  <div id="path">
8645 -<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>
8646 +<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>
8647  <div class="toplang">
8648  <p><span>Available Languages: </span><a href="./en/handler.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8649  <a href="./es/handler.html" hreflang="es" rel="alternate" title="Espa\8f«Ðol">&nbsp;es&nbsp;</a> |
8650 Index: docs/manual/new_features_2_2.html.en
8651 ===================================================================
8652 --- docs/manual/new_features_2_2.html.en        (.../tags/2.2.0)        (wersja 358411)
8653 +++ docs/manual/new_features_2_2.html.en        (.../branches/2.2.x)    (wersja 358411)
8654 @@ -16,7 +16,7 @@
8655  <img alt="" src="./images/feather.gif" /></div>
8656  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8657  <div id="path">
8658 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8659 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8660  <div class="toplang">
8661  <p><span>Available Languages: </span><a href="./en/new_features_2_2.html" title="English">&nbsp;en&nbsp;</a> |
8662  <a href="./ko/new_features_2_2.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
8663 @@ -106,9 +106,13 @@
8664            timeout was reached.</dd>
8665  
8666        <dt>SQL Database Support</dt>
8667 -      <dd><code class="module"><a href="./mod/mod_dbd.html">mod_dbd</a></code>, together with the apr_dbd framework,
8668 +      <dd><p><code class="module"><a href="./mod/mod_dbd.html">mod_dbd</a></code>, together with the apr_dbd framework,
8669            brings direct SQL support to modules that need it.  Supports
8670 -          connection pooling in threaded MPMs.</dd>
8671 +          connection pooling in threaded MPMs.</p>
8672 +         <p><strong>Windows Users</strong> please note that this is not
8673 +         yet included in the standard windows build.  If you try to use
8674 +         it on the Windows platform, please let us know how you get on.</p>
8675 +         </dd>
8676  
8677      </dl>
8678    </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
8679 @@ -120,7 +124,7 @@
8680        <dd>Modules in the aaa directory have been renamed and offer
8681            better support for digest authentication.  For example, mod_auth
8682            is now split into <code class="module"><a href="./mod/mod_auth_basic.html">mod_auth_basic</a></code> and
8683 -          <code class="module"><a href="./mod/mod_auth_file.html">mod_auth_file</a></code>; mod_auth_dbm is now called
8684 +          <code class="module"><a href="./mod/mod_authn_file.html">mod_authn_file</a></code>; mod_auth_dbm is now called
8685            <code class="module"><a href="./mod/mod_authn_dbm.html">mod_authn_dbm</a></code>; mod_access has been renamed
8686            <code class="module"><a href="./mod/mod_authz_host.html">mod_authz_host</a></code>.  There is also a new
8687            <code class="module"><a href="./mod/mod_authn_alias.html">mod_authn_alias</a></code> module for simplifying
8688 @@ -134,6 +138,14 @@
8689            complicated search filters in the 
8690            <code class="directive"><a href="./mod/core.html#require">Require</a></code> directive.</dd>
8691  
8692 +      <dt><code class="module"><a href="./mod/mod_authz_owner.html">mod_authz_owner</a></code></dt>
8693 +      <dd>A new module that authorizes access to files based
8694 +          on the owner of the file on the file system</dd>
8695 +
8696 +      <dt><code class="module"><a href="./mod/mod_version.html">mod_version</a></code></dt>
8697 +      <dd>A new module that allows configuration blocks to be enabled based on the
8698 +          version number of the running server.</dd>
8699 +
8700        <dt><code class="module"><a href="./mod/mod_info.html">mod_info</a></code></dt>
8701        <dd>Added a new <code>?config</code> argument which will show
8702            the configuration directives as parsed by Apache, including
8703 @@ -146,7 +158,12 @@
8704        <dd>Added a support for 
8705           <a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, which 
8706           allows connections to upgrade from clear text to TLS encryption.</dd>
8707 +
8708 +      <dt><code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code></dt>
8709 +      <dd>mod_imap has been renamed to <code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code> to avoid
8710 +          user confusion.</dd>
8711      </dl>
8712 +
8713    </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
8714  <div class="section">
8715  <h2><a name="programs" id="programs">Program Enhancements</a></h2>
8716 Index: docs/manual/caching.html.en
8717 ===================================================================
8718 --- docs/manual/caching.html.en (.../tags/2.2.0)        (wersja 358411)
8719 +++ docs/manual/caching.html.en (.../branches/2.2.x)    (wersja 358411)
8720 @@ -16,7 +16,7 @@
8721  <img alt="" src="./images/feather.gif" /></div>
8722  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8723  <div id="path">
8724 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
8725 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
8726  <div class="toplang">
8727  <p><span>Available Languages: </span><a href="./en/caching.html" title="English">&nbsp;en&nbsp;</a></p>
8728  </div>
8729 Index: docs/manual/upgrading.xml.pt-br
8730 ===================================================================
8731 --- docs/manual/upgrading.xml.pt-br     (.../tags/2.2.0)        (wersja 358411)
8732 +++ docs/manual/upgrading.xml.pt-br     (.../branches/2.2.x)    (wersja 358411)
8733 @@ -1,7 +1,7 @@
8734  <?xml version='1.0' encoding='UTF-8' ?>
8735  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
8736  <?xml-stylesheet type="text/xsl" href="./style/manual.pt-br.xsl"?>
8737 -<!-- English Revision: 151408:349164 (outdated) -->
8738 +<!-- English Revision: 151408:349745 (outdated) -->
8739  
8740  <!--
8741   Copyright 2005 The Apache Software Foundation or its licensors,
8742 Index: docs/manual/dso.html.ja.euc-jp
8743 ===================================================================
8744 --- docs/manual/dso.html.ja.euc-jp      (.../tags/2.2.0)        (wersja 358411)
8745 +++ docs/manual/dso.html.ja.euc-jp      (.../branches/2.2.x)    (wersja 358411)
8746 @@ -16,7 +16,7 @@
8747  <img alt="" src="./images/feather.gif" /></div>
8748  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8749  <div id="path">
8750 -<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>
8751 +<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>
8752  <div class="toplang">
8753  <p><span>Available Languages: </span><a href="./en/dso.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8754  <a href="./ja/dso.html" title="Japanese">&nbsp;ja&nbsp;</a> |
8755 Index: docs/manual/bind.html.de
8756 ===================================================================
8757 --- docs/manual/bind.html.de    (.../tags/2.2.0)        (wersja 358411)
8758 +++ docs/manual/bind.html.de    (.../branches/2.2.x)    (wersja 358411)
8759 @@ -16,7 +16,7 @@
8760  <img alt="" src="./images/feather.gif" /></div>
8761  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8762  <div id="path">
8763 -<a href="http://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>
8764 +<a href="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>
8765  <div class="toplang">
8766  <p><span>Verfügbare Sprachen: </span><a href="./de/bind.html" title="Deutsch">&nbsp;de&nbsp;</a> |
8767  <a href="./en/bind.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
8768 Index: docs/manual/index.html.ko.euc-kr
8769 ===================================================================
8770 --- docs/manual/index.html.ko.euc-kr    (.../tags/2.2.0)        (wersja 358411)
8771 +++ docs/manual/index.html.ko.euc-kr    (.../branches/2.2.x)    (wersja 358411)
8772 @@ -17,7 +17,7 @@
8773  <img alt="" src="./images/feather.gif" /></div>
8774  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
8775  <div id="path">
8776 -<a href="http://www.apache.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>
8777 +<a href="http://www.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>
8778  <div id="page-content"><h1>Apache HTTP Server Version 2.2 ¹®¼­</h1>
8779  <div class="toplang">
8780  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
8781 Index: server/util.c
8782 ===================================================================
8783 --- server/util.c       (.../tags/2.2.0)        (wersja 358411)
8784 +++ server/util.c       (.../branches/2.2.x)    (wersja 358411)
8785 @@ -1748,6 +1748,8 @@
8786              j += 3;
8787          else if (s[i] == '&')
8788              j += 4;
8789 +        else if (s[i] == '"')
8790 +            j += 5;
8791  
8792      if (j == 0)
8793          return apr_pstrmemdup(p, s, i);
8794 @@ -1766,6 +1768,10 @@
8795              memcpy(&x[j], "&amp;", 5);
8796              j += 4;
8797          }
8798 +        else if (s[i] == '"') {
8799 +            memcpy(&x[j], "&quot;", 6);
8800 +            j += 5;
8801 +        }
8802          else
8803              x[j] = s[i];
8804  
8805 Index: server/protocol.c
8806 ===================================================================
8807 --- server/protocol.c   (.../tags/2.2.0)        (wersja 358411)
8808 +++ server/protocol.c   (.../branches/2.2.x)    (wersja 358411)
8809 @@ -990,6 +990,8 @@
8810      }
8811  
8812      if ((access_status = ap_run_post_read_request(r))) {
8813 +        ap_add_input_filter_handle(ap_http_input_filter_handle,
8814 +                                   NULL, r, r->connection);
8815          ap_die(access_status, r);
8816          ap_update_child_status(conn->sbh, SERVER_BUSY_LOG, r);
8817          ap_run_log_transaction(r);
8818 @@ -1302,7 +1304,19 @@
8819       * We can only set a C-L in the response header if we haven't already
8820       * sent any buckets on to the next output filter for this request.
8821       */
8822 -    if (ctx->data_sent == 0 && eos) {
8823 +    if (ctx->data_sent == 0 && eos &&
8824 +        /* don't whack the C-L if it has already been set for a HEAD
8825 +         * by something like proxy.  the brigade only has an EOS bucket
8826 +         * in this case, making r->bytes_sent zero.
8827 +         *
8828 +         * if r->bytes_sent > 0 we have a (temporary) body whose length may 
8829 +         * have been changed by a filter.  the C-L header might not have been 
8830 +         * updated so we do it here.  long term it would be cleaner to have 
8831 +         * such filters update or remove the C-L header, and just use it 
8832 +         * if present.
8833 +         */
8834 +        !(r->header_only && r->bytes_sent == 0 &&   
8835 +            apr_table_get(r->headers_out, "Content-Length"))) {
8836          ap_set_content_length(r, r->bytes_sent);
8837      }
8838  
8839 Index: modules/http/http_request.c
8840 ===================================================================
8841 --- modules/http/http_request.c (.../tags/2.2.0)        (wersja 358411)
8842 +++ modules/http/http_request.c (.../branches/2.2.x)    (wersja 358411)
8843 @@ -268,6 +268,7 @@
8844          ap_finalize_request_protocol(r);
8845      }
8846      else {
8847 +        r->status = HTTP_OK;
8848          ap_die(access_status, r);
8849      }
8850  
8851 Index: modules/http/chunk_filter.c
8852 ===================================================================
8853 --- modules/http/chunk_filter.c (.../tags/2.2.0)        (wersja 358411)
8854 +++ modules/http/chunk_filter.c (.../branches/2.2.x)    (wersja 358411)
8855 @@ -69,6 +69,8 @@
8856              }
8857              if (APR_BUCKET_IS_FLUSH(e)) {
8858                  flush = e;
8859 +                more = apr_brigade_split(b, APR_BUCKET_NEXT(e));
8860 +                break;
8861              }
8862              else if (e->length == (apr_size_t)-1) {
8863                  /* unknown amount of data (e.g. a pipe) */
8864 Index: modules/proxy/mod_proxy_balancer.c
8865 ===================================================================
8866 --- modules/proxy/mod_proxy_balancer.c  (.../tags/2.2.0)        (wersja 358411)
8867 +++ modules/proxy/mod_proxy_balancer.c  (.../branches/2.2.x)    (wersja 358411)
8868 @@ -113,7 +113,7 @@
8869      char *path = NULL;
8870  
8871      for (path = strstr(url, name); path; path = strstr(path + 1, name)) {
8872 -        path += (strlen(name) + 1);
8873 +        path += strlen(name);
8874          if (*path == '=') {
8875              /*
8876               * Session path was found, get it's value
8877 Index: modules/aaa/mod_authn_dbd.dsp
8878 ===================================================================
8879 --- modules/aaa/mod_authn_dbd.dsp       (.../tags/2.2.0)        (wersja 0)
8880 +++ modules/aaa/mod_authn_dbd.dsp       (.../branches/2.2.x)    (wersja 358411)
8881 @@ -0,0 +1,132 @@
8882 +# Microsoft Developer Studio Project File - Name="mod_authn_dbd" - Package Owner=<4>
8883 +# Microsoft Developer Studio Generated Build File, Format Version 6.00
8884 +# ** DO NOT EDIT **
8885 +
8886 +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
8887 +
8888 +CFG=mod_authn_dbd - Win32 Debug
8889 +!MESSAGE This is not a valid makefile. To build this project using NMAKE,
8890 +!MESSAGE use the Export Makefile command and run
8891 +!MESSAGE 
8892 +!MESSAGE NMAKE /f "mod_authn_dbd.mak".
8893 +!MESSAGE 
8894 +!MESSAGE You can specify a configuration when running NMAKE
8895 +!MESSAGE by defining the macro CFG on the command line. For example:
8896 +!MESSAGE 
8897 +!MESSAGE NMAKE /f "mod_authn_dbd.mak" CFG="mod_authn_dbd - Win32 Debug"
8898 +!MESSAGE 
8899 +!MESSAGE Possible choices for configuration are:
8900 +!MESSAGE 
8901 +!MESSAGE "mod_authn_dbd - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
8902 +!MESSAGE "mod_authn_dbd - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
8903 +!MESSAGE 
8904 +
8905 +# Begin Project
8906 +# PROP AllowPerConfigDependencies 0
8907 +# PROP Scc_ProjName ""
8908 +# PROP Scc_LocalPath ""
8909 +CPP=cl.exe
8910 +MTL=midl.exe
8911 +RSC=rc.exe
8912 +
8913 +!IF  "$(CFG)" == "mod_authn_dbd - Win32 Release"
8914 +
8915 +# PROP BASE Use_MFC 0
8916 +# PROP BASE Use_Debug_Libraries 0
8917 +# PROP BASE Output_Dir "Release"
8918 +# PROP BASE Intermediate_Dir "Release"
8919 +# PROP BASE Target_Dir ""
8920 +# PROP Use_MFC 0
8921 +# PROP Use_Debug_Libraries 0
8922 +# PROP Output_Dir "Release"
8923 +# PROP Intermediate_Dir "Release"
8924 +# PROP Ignore_Export_Lib 0
8925 +# PROP Target_Dir ""
8926 +# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
8927 +# 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
8928 +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
8929 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
8930 +# ADD BASE RSC /l 0x409 /d "NDEBUG"
8931 +# ADD RSC /l 0x409 /d "NDEBUG"
8932 +BSC32=bscmake.exe
8933 +# ADD BASE BSC32 /nologo
8934 +# ADD BSC32 /nologo
8935 +LINK32=link.exe
8936 +# 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
8937 +# 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
8938 +
8939 +!ELSEIF  "$(CFG)" == "mod_authn_dbd - Win32 Debug"
8940 +
8941 +# PROP BASE Use_MFC 0
8942 +# PROP BASE Use_Debug_Libraries 1
8943 +# PROP BASE Output_Dir "Debug"
8944 +# PROP BASE Intermediate_Dir "Debug"
8945 +# PROP BASE Target_Dir ""
8946 +# PROP Use_MFC 0
8947 +# PROP Use_Debug_Libraries 1
8948 +# PROP Output_Dir "Debug"
8949 +# PROP Intermediate_Dir "Debug"
8950 +# PROP Ignore_Export_Lib 0
8951 +# PROP Target_Dir ""
8952 +# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
8953 +# 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
8954 +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
8955 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
8956 +# ADD BASE RSC /l 0x409 /d "_DEBUG"
8957 +# ADD RSC /l 0x409 /d "_DEBUG"
8958 +BSC32=bscmake.exe
8959 +# ADD BASE BSC32 /nologo
8960 +# ADD BSC32 /nologo
8961 +LINK32=link.exe
8962 +# 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
8963 +# 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
8964 +
8965 +!ENDIF 
8966 +
8967 +# Begin Target
8968 +
8969 +# Name "mod_authn_dbd - Win32 Release"
8970 +# Name "mod_authn_dbd - Win32 Debug"
8971 +# Begin Source File
8972 +
8973 +SOURCE=..\database\mod_dbd.h
8974 +# End Source File
8975 +# Begin Source File
8976 +
8977 +SOURCE=.\mod_authn_dbd.c
8978 +# End Source File
8979 +# Begin Source File
8980 +
8981 +SOURCE=.\mod_authn_dbd.rc
8982 +# End Source File
8983 +# Begin Source File
8984 +
8985 +SOURCE=..\..\build\win32\win32ver.awk
8986 +
8987 +!IF  "$(CFG)" == "mod_authn_dbd - Win32 Release"
8988 +
8989 +# PROP Ignore_Default_Tool 1
8990 +# Begin Custom Build - Creating Version Resource
8991 +InputPath=..\..\build\win32\win32ver.awk
8992 +
8993 +".\mod_authn_dbd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
8994 +       awk -f ../../build/win32/win32ver.awk mod_authn_dbd.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_dbd.rc
8995 +
8996 +# End Custom Build
8997 +
8998 +!ELSEIF  "$(CFG)" == "mod_authn_dbd - Win32 Debug"
8999 +
9000 +# PROP Ignore_Default_Tool 1
9001 +# Begin Custom Build - Creating Version Resource
9002 +InputPath=..\..\build\win32\win32ver.awk
9003 +
9004 +".\mod_authn_dbd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
9005 +       awk -f ../../build/win32/win32ver.awk mod_authn_dbd.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_dbd.rc
9006 +
9007 +# End Custom Build
9008 +
9009 +!ENDIF 
9010 +
9011 +# End Source File
9012 +# End Target
9013 +# End Project
9014
9015 Zmiany atrybutów dla: modules/aaa/mod_authn_dbd.dsp
9016 ___________________________________________________________________
9017 Nazwa: svn:eol-style
9018    + native
9019
9020 Index: modules/ssl/README
9021 ===================================================================
9022 --- modules/ssl/README  (.../tags/2.2.0)        (wersja 358411)
9023 +++ modules/ssl/README  (.../branches/2.2.x)    (wersja 358411)
9024 @@ -13,7 +13,7 @@
9025  
9026  SOURCES
9027  
9028 - See the top-level LAYOUT file in httpd-2.1 for file descriptions.
9029 + See the top-level LAYOUT file for file descriptions.
9030  
9031   The source files are written in clean ANSI C and pass the ``gcc -O -g
9032   -ggdb3 -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes
9033 @@ -74,7 +74,7 @@
9034  MAJOR CHANGES 
9035  
9036   For a complete history of changes for Apache 2 mod_ssl, see the 
9037 - CHANGES file in the top-level httpd-2.1 directory.  The following 
9038 + CHANGES file in the top-level directory.  The following 
9039   is a condensed summary of the major changes were made between 
9040   mod_ssl 2.x from Apache 1.3 and this mod_ssl version for Apache 2:
9041  
9042 @@ -104,4 +104,4 @@
9043  
9044  TODO
9045  
9046 - See the top-level STATUS file in httpd-2.1 for current efforts and goals.
9047 + See the top-level STATUS file for current efforts and goals.
9048 Index: modules/database/mod_dbd.c
9049 ===================================================================
9050 --- modules/database/mod_dbd.c  (.../tags/2.2.0)        (wersja 358411)
9051 +++ modules/database/mod_dbd.c  (.../branches/2.2.x)    (wersja 358411)
9052 @@ -119,7 +119,7 @@
9053      }
9054      return NULL;
9055  }
9056 -AP_DECLARE(void) ap_dbd_prepare(server_rec *s, const char *query,
9057 +DBD_DECLARE_NONSTD(void) ap_dbd_prepare(server_rec *s, const char *query,
9058                                  const char *label)
9059  {
9060      svr_cfg *svr = ap_get_module_config(s->module_config, &dbd_module);
9061 @@ -300,7 +300,7 @@
9062          - open acquires a connection from the pool (opens one if necessary)
9063          - close releases it back in to the pool
9064  */
9065 -AP_DECLARE(void) ap_dbd_close(server_rec *s, ap_dbd_t *sql)
9066 +DBD_DECLARE_NONSTD(void) ap_dbd_close(server_rec *s, ap_dbd_t *sql)
9067  {
9068      svr_cfg *svr = ap_get_module_config(s->module_config, &dbd_module);
9069      if (!svr->persist) {
9070 @@ -319,7 +319,7 @@
9071  }
9072  #define arec ((ap_dbd_t*)rec)
9073  #if APR_HAS_THREADS
9074 -AP_DECLARE(ap_dbd_t*) ap_dbd_open(apr_pool_t *pool, server_rec *s)
9075 +DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_open(apr_pool_t *pool, server_rec *s)
9076  {
9077      void *rec = NULL;
9078      svr_cfg *svr = ap_get_module_config(s->module_config, &dbd_module);
9079 @@ -356,7 +356,7 @@
9080      return arec;
9081  }
9082  #else
9083 -AP_DECLARE(ap_dbd_t*) ap_dbd_open(apr_pool_t *pool, server_rec *s)
9084 +DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_open(apr_pool_t *pool, server_rec *s)
9085  {
9086      apr_status_t rv = APR_SUCCESS;
9087      const char *errmsg;
9088 @@ -405,7 +405,7 @@
9089      apr_reslist_release(req->dbpool, req->conn);
9090      return APR_SUCCESS;
9091  }
9092 -AP_DECLARE(ap_dbd_t *) ap_dbd_acquire(request_rec *r)
9093 +DBD_DECLARE_NONSTD(ap_dbd_t *) ap_dbd_acquire(request_rec *r)
9094  {
9095      svr_cfg *svr;
9096      dbd_pool_rec *req = ap_get_module_config(r->request_config, &dbd_module);
9097 @@ -428,7 +428,7 @@
9098      }
9099      return req->conn;
9100  }
9101 -AP_DECLARE(ap_dbd_t *) ap_dbd_cacquire(conn_rec *c)
9102 +DBD_DECLARE_NONSTD(ap_dbd_t *) ap_dbd_cacquire(conn_rec *c)
9103  {
9104      svr_cfg *svr;
9105      dbd_pool_rec *req = ap_get_module_config(c->conn_config, &dbd_module);
9106 @@ -452,7 +452,7 @@
9107      return req->conn;
9108  }
9109  #else
9110 -AP_DECLARE(ap_dbd_t *) ap_dbd_acquire(request_rec *r)
9111 +DBD_DECLARE_NONSTD(ap_dbd_t *) ap_dbd_acquire(request_rec *r)
9112  {
9113      svr_cfg *svr;
9114      ap_dbd_t *ret = ap_get_module_config(r->request_config, &dbd_module);
9115 @@ -470,7 +470,7 @@
9116      }
9117      return ret;
9118  }
9119 -AP_DECLARE(ap_dbd_t *) ap_dbd_cacquire(conn_rec *c)
9120 +DBD_DECLARE_NONSTD(ap_dbd_t *) ap_dbd_cacquire(conn_rec *c)
9121  {
9122      svr_cfg *svr;
9123      ap_dbd_t *ret = ap_get_module_config(c->conn_config, &dbd_module);
9124 Index: modules/database/NWGNUmakefile
9125 ===================================================================
9126 --- modules/database/NWGNUmakefile      (.../tags/2.2.0)        (wersja 358411)
9127 +++ modules/database/NWGNUmakefile      (.../branches/2.2.x)    (wersja 358411)
9128 @@ -222,6 +222,11 @@
9129  #
9130  FILES_nlm_exports = \
9131         dbd_module \
9132 +       ap_dbd_open \
9133 +       ap_dbd_close \
9134 +       ap_dbd_acquire \
9135 +       ap_dbd_cacquire \
9136 +       ap_dbd_prepare \
9137         $(EOLIST)
9138         
9139  #   
9140 Index: modules/database/mod_dbd.dsp
9141 ===================================================================
9142 --- modules/database/mod_dbd.dsp        (.../tags/2.2.0)        (wersja 0)
9143 +++ modules/database/mod_dbd.dsp        (.../branches/2.2.x)    (wersja 358411)
9144 @@ -0,0 +1,132 @@
9145 +# Microsoft Developer Studio Project File - Name="mod_dbd" - Package Owner=<4>
9146 +# Microsoft Developer Studio Generated Build File, Format Version 6.00
9147 +# ** DO NOT EDIT **
9148 +
9149 +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
9150 +
9151 +CFG=mod_dbd - Win32 Debug
9152 +!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9153 +!MESSAGE use the Export Makefile command and run
9154 +!MESSAGE 
9155 +!MESSAGE NMAKE /f "mod_dbd.mak".
9156 +!MESSAGE 
9157 +!MESSAGE You can specify a configuration when running NMAKE
9158 +!MESSAGE by defining the macro CFG on the command line. For example:
9159 +!MESSAGE 
9160 +!MESSAGE NMAKE /f "mod_dbd.mak" CFG="mod_dbd - Win32 Debug"
9161 +!MESSAGE 
9162 +!MESSAGE Possible choices for configuration are:
9163 +!MESSAGE 
9164 +!MESSAGE "mod_dbd - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
9165 +!MESSAGE "mod_dbd - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
9166 +!MESSAGE 
9167 +
9168 +# Begin Project
9169 +# PROP AllowPerConfigDependencies 0
9170 +# PROP Scc_ProjName ""
9171 +# PROP Scc_LocalPath ""
9172 +CPP=cl.exe
9173 +MTL=midl.exe
9174 +RSC=rc.exe
9175 +
9176 +!IF  "$(CFG)" == "mod_dbd - Win32 Release"
9177 +
9178 +# PROP BASE Use_MFC 0
9179 +# PROP BASE Use_Debug_Libraries 0
9180 +# PROP BASE Output_Dir "Release"
9181 +# PROP BASE Intermediate_Dir "Release"
9182 +# PROP BASE Target_Dir ""
9183 +# PROP Use_MFC 0
9184 +# PROP Use_Debug_Libraries 0
9185 +# PROP Output_Dir "Release"
9186 +# PROP Intermediate_Dir "Release"
9187 +# PROP Ignore_Export_Lib 0
9188 +# PROP Target_Dir ""
9189 +# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
9190 +# 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
9191 +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
9192 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
9193 +# ADD BASE RSC /l 0x409 /d "NDEBUG"
9194 +# ADD RSC /l 0x409 /d "NDEBUG"
9195 +BSC32=bscmake.exe
9196 +# ADD BASE BSC32 /nologo
9197 +# ADD BSC32 /nologo
9198 +LINK32=link.exe
9199 +# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/mod_dbd.so" /base:@..\..\os\win32\BaseAddr.ref,mod_dbd.so
9200 +# 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
9201 +
9202 +!ELSEIF  "$(CFG)" == "mod_dbd - Win32 Debug"
9203 +
9204 +# PROP BASE Use_MFC 0
9205 +# PROP BASE Use_Debug_Libraries 1
9206 +# PROP BASE Output_Dir "Debug"
9207 +# PROP BASE Intermediate_Dir "Debug"
9208 +# PROP BASE Target_Dir ""
9209 +# PROP Use_MFC 0
9210 +# PROP Use_Debug_Libraries 1
9211 +# PROP Output_Dir "Debug"
9212 +# PROP Intermediate_Dir "Debug"
9213 +# PROP Ignore_Export_Lib 0
9214 +# PROP Target_Dir ""
9215 +# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
9216 +# 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
9217 +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
9218 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
9219 +# ADD BASE RSC /l 0x409 /d "_DEBUG"
9220 +# ADD RSC /l 0x409 /d "_DEBUG"
9221 +BSC32=bscmake.exe
9222 +# ADD BASE BSC32 /nologo
9223 +# ADD BSC32 /nologo
9224 +LINK32=link.exe
9225 +# 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
9226 +# 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
9227 +
9228 +!ENDIF 
9229 +
9230 +# Begin Target
9231 +
9232 +# Name "mod_dbd - Win32 Release"
9233 +# Name "mod_dbd - Win32 Debug"
9234 +# Begin Source File
9235 +
9236 +SOURCE=.\mod_dbd.h
9237 +# End Source File
9238 +# Begin Source File
9239 +
9240 +SOURCE=.\mod_dbd.c
9241 +# End Source File
9242 +# Begin Source File
9243 +
9244 +SOURCE=.\mod_dbd.rc
9245 +# End Source File
9246 +# Begin Source File
9247 +
9248 +SOURCE=..\..\build\win32\win32ver.awk
9249 +
9250 +!IF  "$(CFG)" == "mod_dbd - Win32 Release"
9251 +
9252 +# PROP Ignore_Default_Tool 1
9253 +# Begin Custom Build - Creating Version Resource
9254 +InputPath=..\..\build\win32\win32ver.awk
9255 +
9256 +".\mod_dbd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
9257 +       awk -f ../../build/win32/win32ver.awk mod_dbd.so "dbd_module for Apache" ../../include/ap_release.h > .\mod_dbd.rc
9258 +
9259 +# End Custom Build
9260 +
9261 +!ELSEIF  "$(CFG)" == "mod_dbd - Win32 Debug"
9262 +
9263 +# PROP Ignore_Default_Tool 1
9264 +# Begin Custom Build - Creating Version Resource
9265 +InputPath=..\..\build\win32\win32ver.awk
9266 +
9267 +".\mod_dbd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
9268 +       awk -f ../../build/win32/win32ver.awk mod_dbd.so "dbd_module for Apache" ../../include/ap_release.h > .\mod_dbd.rc
9269 +
9270 +# End Custom Build
9271 +
9272 +!ENDIF 
9273 +
9274 +# End Source File
9275 +# End Target
9276 +# End Project
9277
9278 Zmiany atrybutów dla: modules/database/mod_dbd.dsp
9279 ___________________________________________________________________
9280 Nazwa: svn:eol-style
9281    + native
9282
9283 Index: modules/database/mod_dbd.h
9284 ===================================================================
9285 --- modules/database/mod_dbd.h  (.../tags/2.2.0)        (wersja 358411)
9286 +++ modules/database/mod_dbd.h  (.../branches/2.2.x)    (wersja 358411)
9287 @@ -32,6 +32,27 @@
9288  #ifndef DBD_H
9289  #define DBD_H
9290  
9291 +/* Create a set of DBD_DECLARE(type), DBD_DECLARE_NONSTD(type) and 
9292 + * DBD_DECLARE_DATA with appropriate export and import tags for the platform
9293 + */
9294 +#if !defined(WIN32)
9295 +#define DBD_DECLARE(type)            type
9296 +#define DBD_DECLARE_NONSTD(type)     type
9297 +#define DBD_DECLARE_DATA
9298 +#elif defined(DBD_DECLARE_STATIC)
9299 +#define DBD_DECLARE(type)            type __stdcall
9300 +#define DBD_DECLARE_NONSTD(type)     type
9301 +#define DBD_DECLARE_DATA
9302 +#elif defined(DBD_DECLARE_EXPORT)
9303 +#define DBD_DECLARE(type)            __declspec(dllexport) type __stdcall
9304 +#define DBD_DECLARE_NONSTD(type)     __declspec(dllexport) type
9305 +#define DBD_DECLARE_DATA             __declspec(dllexport)
9306 +#else
9307 +#define DBD_DECLARE(type)            __declspec(dllimport) type __stdcall
9308 +#define DBD_DECLARE_NONSTD(type)     __declspec(dllimport) type
9309 +#define DBD_DECLARE_DATA             __declspec(dllimport)
9310 +#endif
9311 +
9312  #include <httpd.h>
9313  #include <apr_optional.h>
9314  #include <apr_hash.h>
9315 @@ -47,28 +68,28 @@
9316  /* acquire a connection that MUST be explicitly closed.
9317   * Returns NULL on error
9318   */
9319 -AP_DECLARE(ap_dbd_t*) ap_dbd_open(apr_pool_t*, server_rec*);
9320 +DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_open(apr_pool_t*, server_rec*);
9321  
9322  /* release a connection acquired with ap_dbd_open */
9323 -AP_DECLARE(void) ap_dbd_close(server_rec*, ap_dbd_t*);
9324 +DBD_DECLARE_NONSTD(void) ap_dbd_close(server_rec*, ap_dbd_t*);
9325  
9326  /* acquire a connection that will have the lifetime of a request
9327   * and MUST NOT be explicitly closed.  Return NULL on error.
9328   * This is the preferred function for most applications.
9329   */
9330 -AP_DECLARE(ap_dbd_t*) ap_dbd_acquire(request_rec*);
9331 +DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_acquire(request_rec*);
9332  
9333  /* acquire a connection that will have the lifetime of a connection
9334   * and MUST NOT be explicitly closed.  Return NULL on error.
9335   * This is the preferred function for most applications.
9336   */
9337 -AP_DECLARE(ap_dbd_t*) ap_dbd_cacquire(conn_rec*);
9338 +DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_cacquire(conn_rec*);
9339  
9340  /* Prepare a statement for use by a client module during
9341   * the server startup/configuration phase.  Can't be called
9342   * after the server has created its children (use apr_dbd_*).
9343   */
9344 -AP_DECLARE(void) ap_dbd_prepare(server_rec*, const char*, const char*);
9345 +DBD_DECLARE_NONSTD(void) ap_dbd_prepare(server_rec*, const char*, const char*);
9346  
9347  /* Also export them as optional functions for modules that prefer it */
9348  APR_DECLARE_OPTIONAL_FN(ap_dbd_t*, ap_dbd_open, (apr_pool_t*, server_rec*));
9349 Index: modules/mappers/mod_imagemap.c
9350 ===================================================================
9351 --- modules/mappers/mod_imagemap.c      (.../tags/2.2.0)        (wersja 358411)
9352 +++ modules/mappers/mod_imagemap.c      (.../branches/2.2.x)    (wersja 358411)
9353 @@ -342,7 +342,7 @@
9354      if (!strcasecmp(value, "referer")) {
9355          referer = apr_table_get(r->headers_in, "Referer");
9356          if (referer && *referer) {
9357 -            return apr_pstrdup(r->pool, referer);
9358 +            return ap_escape_html(r->pool, referer);
9359          }
9360          else {
9361              /* XXX:  This used to do *value = '\0'; ... which is totally bogus
9362 Index: modules/mappers/mod_imagemap.dsp
9363 ===================================================================
9364 --- modules/mappers/mod_imagemap.dsp    (.../tags/2.2.0)        (wersja 358411)
9365 +++ modules/mappers/mod_imagemap.dsp    (.../branches/2.2.x)    (wersja 358411)
9366 @@ -1,128 +1,128 @@
9367 -# Microsoft Developer Studio Project File - Name="mod_imagemap" - Package Owner=<4>\r
9368 -# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
9369 -# ** DO NOT EDIT **\r
9370 -\r
9371 -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102\r
9372 -\r
9373 -CFG=mod_imagemap - Win32 Release\r
9374 -!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
9375 -!MESSAGE use the Export Makefile command and run\r
9376 -!MESSAGE \r
9377 -!MESSAGE NMAKE /f "mod_imagemap.mak".\r
9378 -!MESSAGE \r
9379 -!MESSAGE You can specify a configuration when running NMAKE\r
9380 -!MESSAGE by defining the macro CFG on the command line. For example:\r
9381 -!MESSAGE \r
9382 -!MESSAGE NMAKE /f "mod_imagemap.mak" CFG="mod_imagemap - Win32 Release"\r
9383 -!MESSAGE \r
9384 -!MESSAGE Possible choices for configuration are:\r
9385 -!MESSAGE \r
9386 -!MESSAGE "mod_imagemap - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")\r
9387 -!MESSAGE "mod_imagemap - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
9388 -!MESSAGE \r
9389 -\r
9390 -# Begin Project\r
9391 -# PROP AllowPerConfigDependencies 0\r
9392 -# PROP Scc_ProjName ""\r
9393 -# PROP Scc_LocalPath ""\r
9394 -CPP=cl.exe\r
9395 -MTL=midl.exe\r
9396 -RSC=rc.exe\r
9397 -\r
9398 -!IF  "$(CFG)" == "mod_imagemap - Win32 Release"\r
9399 -\r
9400 -# PROP BASE Use_MFC 0\r
9401 -# PROP BASE Use_Debug_Libraries 0\r
9402 -# PROP BASE Output_Dir "Release"\r
9403 -# PROP BASE Intermediate_Dir "Release"\r
9404 -# PROP BASE Target_Dir ""\r
9405 -# PROP Use_MFC 0\r
9406 -# PROP Use_Debug_Libraries 0\r
9407 -# PROP Output_Dir "Release"\r
9408 -# PROP Intermediate_Dir "Release"\r
9409 -# PROP Ignore_Export_Lib 0\r
9410 -# PROP Target_Dir ""\r
9411 -# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c\r
9412 -# 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
9413 -# ADD BASE MTL /nologo /D "NDEBUG" /win32\r
9414 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
9415 -# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
9416 -# ADD RSC /l 0x409 /d "NDEBUG"\r
9417 -BSC32=bscmake.exe\r
9418 -# ADD BASE BSC32 /nologo\r
9419 -# ADD BSC32 /nologo\r
9420 -LINK32=link.exe\r
9421 -# 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
9422 -# 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
9423 -\r
9424 -!ELSEIF  "$(CFG)" == "mod_imagemap - Win32 Debug"\r
9425 -\r
9426 -# PROP BASE Use_MFC 0\r
9427 -# PROP BASE Use_Debug_Libraries 1\r
9428 -# PROP BASE Output_Dir "Debug"\r
9429 -# PROP BASE Intermediate_Dir "Debug"\r
9430 -# PROP BASE Target_Dir ""\r
9431 -# PROP Use_MFC 0\r
9432 -# PROP Use_Debug_Libraries 1\r
9433 -# PROP Output_Dir "Debug"\r
9434 -# PROP Intermediate_Dir "Debug"\r
9435 -# PROP Ignore_Export_Lib 0\r
9436 -# PROP Target_Dir ""\r
9437 -# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c\r
9438 -# 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
9439 -# ADD BASE MTL /nologo /D "_DEBUG" /win32\r
9440 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
9441 -# ADD BASE RSC /l 0x409 /d "_DEBUG"\r
9442 -# ADD RSC /l 0x409 /d "_DEBUG"\r
9443 -BSC32=bscmake.exe\r
9444 -# ADD BASE BSC32 /nologo\r
9445 -# ADD BSC32 /nologo\r
9446 -LINK32=link.exe\r
9447 -# 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
9448 -# 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
9449 -\r
9450 -!ENDIF \r
9451 -\r
9452 -# Begin Target\r
9453 -\r
9454 -# Name "mod_imagemap - Win32 Release"\r
9455 -# Name "mod_imagemap - Win32 Debug"\r
9456 -# Begin Source File\r
9457 -\r
9458 -SOURCE=.\mod_imagemap.c\r
9459 -# End Source File\r
9460 -# Begin Source File\r
9461 -\r
9462 -SOURCE=.\mod_imagemap.rc\r
9463 -# End Source File\r
9464 -# Begin Source File\r
9465 -\r
9466 -SOURCE=..\..\build\win32\win32ver.awk\r
9467 -\r
9468 -!IF  "$(CFG)" == "mod_imagemap - Win32 Release"\r
9469 -\r
9470 -# PROP Ignore_Default_Tool 1\r
9471 -# Begin Custom Build - Creating Version Resource\r
9472 -InputPath=..\..\build\win32\win32ver.awk\r
9473 -\r
9474 -".\mod_imagemap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
9475 -       awk -f ../../build/win32/win32ver.awk mod_imagemap.so "imagemap_module for Apache" ../../include/ap_release.h > .\mod_imagemap.rc\r
9476 -\r
9477 -# End Custom Build\r
9478 -\r
9479 -!ELSEIF  "$(CFG)" == "mod_imagemap - Win32 Debug"\r
9480 -\r
9481 -# PROP Ignore_Default_Tool 1\r
9482 -# Begin Custom Build - Creating Version Resource\r
9483 -InputPath=..\..\build\win32\win32ver.awk\r
9484 -\r
9485 -".\mod_imagemap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
9486 -       awk -f ../../build/win32/win32ver.awk mod_imagemap.so "imagemap_module for Apache" ../../include/ap_release.h > .\mod_imagemap.rc\r
9487 -\r
9488 -# End Custom Build\r
9489 -\r
9490 -!ENDIF \r
9491 -\r
9492 -# End Source File\r
9493 -# End Target\r
9494 -# End Project\r
9495 +# Microsoft Developer Studio Project File - Name="mod_imagemap" - Package Owner=<4>
9496 +# Microsoft Developer Studio Generated Build File, Format Version 6.00
9497 +# ** DO NOT EDIT **
9498 +
9499 +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
9500 +
9501 +CFG=mod_imagemap - Win32 Release
9502 +!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9503 +!MESSAGE use the Export Makefile command and run
9504 +!MESSAGE 
9505 +!MESSAGE NMAKE /f "mod_imagemap.mak".
9506 +!MESSAGE 
9507 +!MESSAGE You can specify a configuration when running NMAKE
9508 +!MESSAGE by defining the macro CFG on the command line. For example:
9509 +!MESSAGE 
9510 +!MESSAGE NMAKE /f "mod_imagemap.mak" CFG="mod_imagemap - Win32 Release"
9511 +!MESSAGE 
9512 +!MESSAGE Possible choices for configuration are:
9513 +!MESSAGE 
9514 +!MESSAGE "mod_imagemap - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
9515 +!MESSAGE "mod_imagemap - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
9516 +!MESSAGE 
9517 +
9518 +# Begin Project
9519 +# PROP AllowPerConfigDependencies 0
9520 +# PROP Scc_ProjName ""
9521 +# PROP Scc_LocalPath ""
9522 +CPP=cl.exe
9523 +MTL=midl.exe
9524 +RSC=rc.exe
9525 +
9526 +!IF  "$(CFG)" == "mod_imagemap - Win32 Release"
9527 +
9528 +# PROP BASE Use_MFC 0
9529 +# PROP BASE Use_Debug_Libraries 0
9530 +# PROP BASE Output_Dir "Release"
9531 +# PROP BASE Intermediate_Dir "Release"
9532 +# PROP BASE Target_Dir ""
9533 +# PROP Use_MFC 0
9534 +# PROP Use_Debug_Libraries 0
9535 +# PROP Output_Dir "Release"
9536 +# PROP Intermediate_Dir "Release"
9537 +# PROP Ignore_Export_Lib 0
9538 +# PROP Target_Dir ""
9539 +# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
9540 +# 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
9541 +# ADD BASE MTL /nologo /D "NDEBUG" /win32
9542 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
9543 +# ADD BASE RSC /l 0x409 /d "NDEBUG"
9544 +# ADD RSC /l 0x409 /d "NDEBUG"
9545 +BSC32=bscmake.exe
9546 +# ADD BASE BSC32 /nologo
9547 +# ADD BSC32 /nologo
9548 +LINK32=link.exe
9549 +# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/mod_imagemap.so" /base:@..\..\os\win32\BaseAddr.ref,mod_imagemap.so
9550 +# 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
9551 +
9552 +!ELSEIF  "$(CFG)" == "mod_imagemap - Win32 Debug"
9553 +
9554 +# PROP BASE Use_MFC 0
9555 +# PROP BASE Use_Debug_Libraries 1
9556 +# PROP BASE Output_Dir "Debug"
9557 +# PROP BASE Intermediate_Dir "Debug"
9558 +# PROP BASE Target_Dir ""
9559 +# PROP Use_MFC 0
9560 +# PROP Use_Debug_Libraries 1
9561 +# PROP Output_Dir "Debug"
9562 +# PROP Intermediate_Dir "Debug"
9563 +# PROP Ignore_Export_Lib 0
9564 +# PROP Target_Dir ""
9565 +# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
9566 +# 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
9567 +# ADD BASE MTL /nologo /D "_DEBUG" /win32
9568 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
9569 +# ADD BASE RSC /l 0x409 /d "_DEBUG"
9570 +# ADD RSC /l 0x409 /d "_DEBUG"
9571 +BSC32=bscmake.exe
9572 +# ADD BASE BSC32 /nologo
9573 +# ADD BSC32 /nologo
9574 +LINK32=link.exe
9575 +# 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
9576 +# 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
9577 +
9578 +!ENDIF 
9579 +
9580 +# Begin Target
9581 +
9582 +# Name "mod_imagemap - Win32 Release"
9583 +# Name "mod_imagemap - Win32 Debug"
9584 +# Begin Source File
9585 +
9586 +SOURCE=.\mod_imagemap.c
9587 +# End Source File
9588 +# Begin Source File
9589 +
9590 +SOURCE=.\mod_imagemap.rc
9591 +# End Source File
9592 +# Begin Source File
9593 +
9594 +SOURCE=..\..\build\win32\win32ver.awk
9595 +
9596 +!IF  "$(CFG)" == "mod_imagemap - Win32 Release"
9597 +
9598 +# PROP Ignore_Default_Tool 1
9599 +# Begin Custom Build - Creating Version Resource
9600 +InputPath=..\..\build\win32\win32ver.awk
9601 +
9602 +".\mod_imagemap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
9603 +       awk -f ../../build/win32/win32ver.awk mod_imagemap.so "imagemap_module for Apache" ../../include/ap_release.h > .\mod_imagemap.rc
9604 +
9605 +# End Custom Build
9606 +
9607 +!ELSEIF  "$(CFG)" == "mod_imagemap - Win32 Debug"
9608 +
9609 +# PROP Ignore_Default_Tool 1
9610 +# Begin Custom Build - Creating Version Resource
9611 +InputPath=..\..\build\win32\win32ver.awk
9612 +
9613 +".\mod_imagemap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
9614 +       awk -f ../../build/win32/win32ver.awk mod_imagemap.so "imagemap_module for Apache" ../../include/ap_release.h > .\mod_imagemap.rc
9615 +
9616 +# End Custom Build
9617 +
9618 +!ENDIF 
9619 +
9620 +# End Source File
9621 +# End Target
9622 +# End Project
9623
9624 Zmiany atrybutów dla: modules/mappers/mod_imagemap.dsp
9625 ___________________________________________________________________
9626 Nazwa: svn:eol-style
9627    - CRLF
9628    + native
9629
9630 Index: CHANGES
9631 ===================================================================
9632 --- CHANGES     (.../tags/2.2.0)        (wersja 358411)
9633 +++ CHANGES     (.../branches/2.2.x)    (wersja 358411)
9634 @@ -1,4 +1,29 @@
9635                                                          -*- coding: utf-8 -*-
9636 +Changes with Apache 2.2.1
9637 +
9638 +  *) Chunk filter: Fix chunk filter to create correct chunks in the case that
9639 +     a flush bucket is surrounded by data buckets. [Ruediger Pluem]
9640 +
9641 +  *) SECURITY: CVE-2005-3352 (cve.mitre.org)
9642 +     mod_imagemap: Escape untrusted referer header before outputting
9643 +     in HTML to avoid potential cross-site scripting.  Change also
9644 +     made to ap_escape_html so we escape quotes.  Reported by JPCERT.
9645 +     [Mark Cox]
9646 +
9647 +  *) Fix syntax error in httpd.h with strict compilers.  PR 38740.
9648 +     [Per Olausson <pao darkheim.freeserve.co.uk>]
9649 +
9650 +  *) Preserve the Content-Length header for a proxied HEAD response.
9651 +     PR 18757.  [Greg Ames]
9652 +
9653 +  *) Fix recursive ErrorDocument handling.  PR 36090. 
9654 +     [Chris Darroch <chrisd pearsoncmg.com>]
9655 +
9656 +  *) Don't hang on error return from post_read_request.  PR37790 [Nick Kew]
9657 +
9658 +  *) Fix off-by-one error in proxy_balancer.  PR37753
9659 +     [Kazuhiro Osawa <ko yappo ne jp>]
9660 +
9661  Changes with Apache 2.2.0
9662  
9663    *) mod_negotiation: Minor performance tweak by reusing already calculated
9664 Index: Apache.dsw
9665 ===================================================================
9666 --- Apache.dsw  (.../tags/2.2.0)        (wersja 358411)
9667 +++ Apache.dsw  (.../branches/2.2.x)    (wersja 358411)
9668 @@ -81,6 +81,9 @@
9669      Project_Dep_Name mod_authn_anon
9670      End Project Dependency
9671      Begin Project Dependency
9672 +    Project_Dep_Name mod_authn_dbd
9673 +    End Project Dependency
9674 +    Begin Project Dependency
9675      Project_Dep_Name mod_authn_dbm
9676      End Project Dependency
9677      Begin Project Dependency
9678 @@ -126,6 +129,9 @@
9679      Project_Dep_Name mod_dav_fs
9680      End Project Dependency
9681      Begin Project Dependency
9682 +    Project_Dep_Name mod_dbd
9683 +    End Project Dependency
9684 +    Begin Project Dependency
9685      Project_Dep_Name mod_dir
9686      End Project Dependency
9687      Begin Project Dependency
9688 @@ -747,6 +753,33 @@
9689  
9690  ###############################################################################
9691  
9692 +Project: "mod_authn_dbd"=.\modules\aaa\mod_authn_dbd.dsp - Package Owner=<4>
9693 +
9694 +Package=<5>
9695 +{{{
9696 +}}}
9697 +
9698 +Package=<4>
9699 +{{{
9700 +    Begin Project Dependency
9701 +    Project_Dep_Name libapr
9702 +    End Project Dependency
9703 +    Begin Project Dependency
9704 +    Project_Dep_Name libaprutil
9705 +    End Project Dependency
9706 +    Begin Project Dependency
9707 +    Project_Dep_Name libhttpd
9708 +    End Project Dependency
9709 +    Begin Project Dependency
9710 +    Project_Dep_Name mod_auth_basic
9711 +    End Project Dependency
9712 +    Begin Project Dependency
9713 +    Project_Dep_Name mod_dbd
9714 +    End Project Dependency
9715 +}}}
9716 +
9717 +###############################################################################
9718 +
9719  Project: "mod_authn_dbm"=.\modules\aaa\mod_authn_dbm.dsp - Package Owner=<4>
9720  
9721  Package=<5>
9722 @@ -1110,6 +1143,27 @@
9723  
9724  ###############################################################################
9725  
9726 +Project: "mod_dbd"=.\modules\database\mod_dbd.dsp - Package Owner=<4>
9727 +
9728 +Package=<5>
9729 +{{{
9730 +}}}
9731 +
9732 +Package=<4>
9733 +{{{
9734 +    Begin Project Dependency
9735 +    Project_Dep_Name libapr
9736 +    End Project Dependency
9737 +    Begin Project Dependency
9738 +    Project_Dep_Name libaprutil
9739 +    End Project Dependency
9740 +    Begin Project Dependency
9741 +    Project_Dep_Name libhttpd
9742 +    End Project Dependency
9743 +}}}
9744 +
9745 +###############################################################################
9746 +
9747  Project: "mod_deflate"=.\modules\filters\mod_deflate.dsp - Package Owner=<4>
9748  
9749  Package=<5>
9750 Index: BuildBin.dsp
9751 ===================================================================
9752 --- BuildBin.dsp        (.../tags/2.2.0)        (wersja 358411)
9753 +++ BuildBin.dsp        (.../branches/2.2.x)    (wersja 358411)
9754 @@ -33,15 +33,15 @@
9755  # PROP BASE Intermediate_Dir ""
9756  # PROP BASE Cmd_Line "NMAKE /f makefile.win"
9757  # PROP BASE Rebuild_Opt "/a"
9758 -# PROP BASE Target_File "\Apache21\bin\httpd.exe"
9759 +# PROP BASE Target_File "\Apache2\bin\httpd.exe"
9760  # PROP BASE Bsc_Name ".\Browse\BuildBin.bsc"
9761  # PROP BASE Target_Dir ""
9762  # PROP Use_Debug_Libraries 0
9763  # PROP Output_Dir ""
9764  # PROP Intermediate_Dir ""
9765 -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" LONG=Release _tryssl _tryzlib _dummy"
9766 +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Release _tryssl _tryzlib _dummy"
9767  # PROP Rebuild_Opt ""
9768 -# PROP Target_File "\Apache21\bin\httpd.exe"
9769 +# PROP Target_File "\Apache2\bin\httpd.exe"
9770  # PROP Bsc_Name ".\Browse\httpd.bsc"
9771  # PROP Target_Dir ""
9772  
9773 @@ -52,15 +52,15 @@
9774  # PROP BASE Intermediate_Dir ""
9775  # PROP BASE Cmd_Line "NMAKE /f makefile.win"
9776  # PROP BASE Rebuild_Opt "/a"
9777 -# PROP BASE Target_File "\Apache21\bin\httpd.exe"
9778 +# PROP BASE Target_File "\Apache2\bin\httpd.exe"
9779  # PROP BASE Bsc_Name ".\Browse\BuildBin.bsc"
9780  # PROP BASE Target_Dir ""
9781  # PROP Use_Debug_Libraries 1
9782  # PROP Output_Dir ""
9783  # PROP Intermediate_Dir ""
9784 -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" LONG=Debug _tryssl _tryzlib _dummy"
9785 +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Debug _tryssl _tryzlib _dummy"
9786  # PROP Rebuild_Opt ""
9787 -# PROP Target_File "\Apache21\bin\httpd.exe"
9788 +# PROP Target_File "\Apache2\bin\httpd.exe"
9789  # PROP Bsc_Name ".\Browse\httpd.bsc"
9790  # PROP Target_Dir ""
9791  
9792 Index: LAYOUT
9793 ===================================================================
9794 --- LAYOUT      (.../tags/2.2.0)        (wersja 358411)
9795 +++ LAYOUT      (.../branches/2.2.x)    (wersja 358411)
9796 @@ -163,12 +163,8 @@
9797  
9798      experimental/ ........... 
9799  
9800 -      leader/ ................. 
9801 +      event/ ................. 
9802  
9803 -      perchild/ ............... 
9804 -
9805 -      threadpool/ ............. 
9806 -
9807      mpmt_os2/ ............... 
9808  
9809      netware/ ................ 
9810 Index: include/httpd.h
9811 ===================================================================
9812 --- include/httpd.h     (.../tags/2.2.0)        (wersja 358411)
9813 +++ include/httpd.h     (.../branches/2.2.x)    (wersja 358411)
9814 @@ -1074,7 +1074,7 @@
9815  typedef enum  {
9816      CONN_STATE_CHECK_REQUEST_LINE_READABLE,
9817      CONN_STATE_READ_REQUEST_LINE,
9818 -    CONN_STATE_LINGER,
9819 +    CONN_STATE_LINGER
9820  } conn_state_e;
9821  
9822  /** 
9823 Index: README
9824 ===================================================================
9825 --- README      (.../tags/2.2.0)        (wersja 358411)
9826 +++ README      (.../branches/2.2.x)    (wersja 358411)
9827 @@ -16,15 +16,15 @@
9828    ------------------
9829  
9830    Details of the latest version can be found on the Apache HTTP
9831 -  server project page under http://httpd.apache.org/.
9832 +  server project page under <http://httpd.apache.org/>.
9833  
9834    Documentation
9835    -------------
9836  
9837    The documentation available as of the date of this release is
9838    included in HTML format in the docs/manual/ directory.  The most
9839 -  up-to-date documentation can be found at
9840 -  http://httpd.apache.org/docs-2.2/.
9841 +  up-to-date documentation for the 2.2.x releases can be found at
9842 +  <http://httpd.apache.org/docs-2.2/>.
9843  
9844    Installation
9845    ------------
9846 @@ -43,28 +43,28 @@
9847       o If you want to be informed about new code releases, bug fixes,
9848         security fixes, general news and information about the Apache server
9849         subscribe to the apache-announce mailing list as described under
9850 -       http://httpd.apache.org/lists.html#http-announce
9851 +       <http://httpd.apache.org/lists.html#http-announce>
9852  
9853       o If you want freely available support for running Apache please join the
9854         Apache user community by subscribing to Users Mailing List at
9855 -       http://httpd.apache.org/userslist.html or one of the following USENET
9856 -       newsgroups:
9857 -       comp.infosystems.www.servers.unix
9858 -       comp.infosystems.www.servers.ms-windows
9859 +       <http://httpd.apache.org/userslist.html> or one of the following
9860 +       USENET newsgroups:
9861 +         comp.infosystems.www.servers.unix
9862 +         comp.infosystems.www.servers.ms-windows
9863         Also available at: 
9864 -       http://groups.google.com/groups?group=comp.infosystems.www.servers
9865 +         <http://groups.google.com/groups?group=comp.infosystems.www.servers>
9866  
9867       o If you want commercial support for running Apache please contact
9868         one of the companies and contractors which are listed at
9869 -       http://www.apache.org/info/support.cgi
9870 +       <http://www.apache.org/info/support.cgi>
9871  
9872       o If you have a concrete bug report for Apache please go to the
9873         Apache Group Bug Database and submit your report:
9874 -       http://httpd.apache.org/bug_report.html
9875 +       <http://httpd.apache.org/bug_report.html>
9876  
9877       o If you want to participate in actively developing Apache please
9878         subscribe to the `dev@httpd.apache.org' mailing list as described at
9879 -       http://www.apache.org/lists.html#http-dev
9880 +       <http://httpd.apache.org/lists.html#http-dev>
9881  
9882    Acknowledgments
9883    ----------------
9884 Index: Makefile.win
9885 ===================================================================
9886 --- Makefile.win        (.../tags/2.2.0)        (wersja 358411)
9887 +++ Makefile.win        (.../branches/2.2.x)    (wersja 358411)
9888 @@ -19,7 +19,7 @@
9889  #
9890  # For example;
9891  #
9892 -#   nmake /f Makefile.win PORT=80 INSTDIR="d:\Program Files\Apache" installr
9893 +#   nmake -f Makefile.win PORT=80 INSTDIR="d:\Program Files\Apache" installr
9894  #
9895  # Be aware that certain awk's will not accept backslahed names,
9896  # so the server root should be given in forward slashes (quoted),
9897 @@ -33,10 +33,10 @@
9898  
9899  !IF !EXIST("srclib\apr") || !EXIST("srclib\apr-util") || !EXIST("srclib\apr-iconv")
9900  !MESSAGE Please check out or download and unpack the Apache Portability Runtime
9901 -!MESSAGE sources (apr, apr-iconv and apr-util) into your $(INSTDIR)\srclib dir.
9902 +!MESSAGE sources (apr, apr-iconv and apr-util) into your srclib dir.
9903  !MESSAGE Apache cannot build without these libraries!
9904  !MESSAGE 
9905 -!ERROR Need $(INSTDIR)\srclib\  apr, apr-iconv and apr-util
9906 +!ERROR Need srclib\  apr, apr-iconv and apr-util
9907  !ENDIF
9908  
9909  # Note; _tryssl: is only used by the msvc developer studio environment to 'fix up'
9910 @@ -119,18 +119,18 @@
9911  !MESSAGE SERVERNAME = $(SERVERNAME)
9912  !MESSAGE PORT       = $(PORT)
9913  !MESSAGE
9914 -!MESSAGE To change these options use 'nmake /f Makefile.win [option=value]'
9915 -!MESSAGE Example: nmake /f Makefile.win PORT=8080
9916 +!MESSAGE To change these options use 'nmake -f Makefile.win [option=value]'
9917 +!MESSAGE Example: nmake -f Makefile.win PORT=8080
9918  !MESSAGE
9919  !MESSAGE
9920  !ENDIF
9921  
9922  !IFNDEF MAKEOPT
9923  # Only default the behavior if MAKEOPT= is omitted
9924 -!IF "$(MAKE)" == "NMAKE"
9925 +!IFDEF _NMAKE_VER
9926  # Microsoft NMake options
9927  MAKEOPT=-nologo
9928 -!ELSEIF "($MAKE)" == "make"
9929 +!ELSEIF "$(MAKE)" == "make"
9930  # Borland make options?  Not really supported (yet)
9931  MAKEOPT=-s -N
9932  !ENDIF
9933 @@ -178,14 +178,14 @@
9934          $(MAKE) $(MAKEOPT) -f apriconv.mak  CFG="apriconv - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9935          $(MAKE) $(MAKEOPT) -f libapriconv.mak  CFG="libapriconv - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9936  !IF "$(CTARGET)" == "CLEAN"
9937 -       $(MAKE) $(MAKEOPT) /f build\modules.mk.win clean \
9938 +       $(MAKE) $(MAKEOPT) -f build\modules.mk.win clean \
9939                 BUILD_MODE=$(LONG) BIND_MODE=shared API_SOURCE=.
9940  !ELSE
9941         cd ccs
9942 -       $(MAKE) /nologo /f Makefile.win all \
9943 +       $(MAKE) $(MAKEOPT) -f Makefile.win all \
9944                 BUILD_MODE=$(LONG) BIND_MODE=shared
9945         cd ..\ces
9946 -       $(MAKE) /nologo /f Makefile.win all \
9947 +       $(MAKE) $(MAKEOPT) -f Makefile.win all \
9948                 BUILD_MODE=$(LONG) BIND_MODE=shared
9949         cd ..
9950  !ENDIF
9951 @@ -216,6 +216,7 @@
9952          $(MAKE) $(MAKEOPT) -f mod_auth_basic.mak  CFG="mod_auth_basic - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9953          $(MAKE) $(MAKEOPT) -f mod_auth_digest.mak CFG="mod_auth_digest - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9954          $(MAKE) $(MAKEOPT) -f mod_authn_anon.mak  CFG="mod_authn_anon - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9955 +        $(MAKE) $(MAKEOPT) -f mod_authn_dbd.mak   CFG="mod_authn_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9956          $(MAKE) $(MAKEOPT) -f mod_authn_dbm.mak   CFG="mod_authn_dbm - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9957          $(MAKE) $(MAKEOPT) -f mod_authn_default.mak CFG="mod_authn_default - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9958          $(MAKE) $(MAKEOPT) -f mod_authn_file.mak  CFG="mod_authn_file - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9959 @@ -235,6 +236,9 @@
9960          $(MAKE) $(MAKEOPT) -f mod_mem_cache.mak   CFG="mod_mem_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9961          $(MAKE) $(MAKEOPT) -f mod_disk_cache.mak  CFG="mod_disk_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9962         cd ..\..
9963 +       cd modules\database
9964 +        $(MAKE) $(MAKEOPT) -f mod_dbd.mak         CFG="mod_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9965 +       cd ..\..
9966         cd modules\dav\main
9967          $(MAKE) $(MAKEOPT) -f mod_dav.mak         CFG="mod_dav - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9968         cd ..\..\..
9969 @@ -246,9 +250,9 @@
9970          $(MAKE) $(MAKEOPT) -f mod_dumpio.mak      CFG="mod_dumpio - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9971         cd ..\..
9972         cd modules\experimental
9973 -        $(MAKE) $(MAKEOPT) -f mod_charset_lite.mak CFG="mod_charset_lite - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9974         cd ..\..
9975         cd modules\filters
9976 +        $(MAKE) $(MAKEOPT) -f mod_charset_lite.mak CFG="mod_charset_lite - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9977  !IF EXIST("srclib\zlib")
9978          $(MAKE) $(MAKEOPT) -f mod_deflate.mak     CFG="mod_deflate - Win32 $(LONG)" RECURSE=0 $(CTARGET)
9979  !ENDIF
9980 @@ -356,7 +360,7 @@
9981                 "BuildBin - Win32 $(LONG)" $(CTARGET)
9982  !IF "$(CTARGET)" == "/CLEAN"
9983         @cd srclib\apr-iconv
9984 -       @$(MAKE) $(MAKEOPT) /f build\modules.mk.win clean \
9985 +       @$(MAKE) $(MAKEOPT) -f build\modules.mk.win clean \
9986                 BUILD_MODE=$(LONG) BIND_MODE=shared API_SOURCE=.
9987         @cd ..\..
9988  !ENDIF
9989 @@ -382,6 +386,7 @@
9990         copy modules\aaa\$(LONG)\mod_auth_basic.$(src_so)       "$(inst_so)" <.y
9991         copy modules\aaa\$(LONG)\mod_auth_digest.$(src_so)      "$(inst_so)" <.y
9992         copy modules\aaa\$(LONG)\mod_authn_anon.$(src_so)       "$(inst_so)" <.y
9993 +       copy modules\aaa\$(LONG)\mod_authn_dbd.$(src_so)        "$(inst_so)" <.y
9994         copy modules\aaa\$(LONG)\mod_authn_dbm.$(src_so)        "$(inst_so)" <.y
9995         copy modules\aaa\$(LONG)\mod_authn_default.$(src_so)    "$(inst_so)" <.y
9996         copy modules\aaa\$(LONG)\mod_authn_file.$(src_so)       "$(inst_so)" <.y
9997 @@ -396,11 +401,12 @@
9998         copy modules\cache\$(LONG)\mod_file_cache.$(src_so)     "$(inst_so)" <.y
9999         copy modules\cache\$(LONG)\mod_mem_cache.$(src_so)      "$(inst_so)" <.y
10000         copy modules\cache\$(LONG)\mod_disk_cache.$(src_so)     "$(inst_so)" <.y
10001 +       copy modules\database\$(LONG)\mod_dbd.$(src_so)         "$(inst_so)" <.y
10002         copy modules\dav\fs\$(LONG)\mod_dav_fs.$(src_so)        "$(inst_so)" <.y
10003         copy modules\dav\main\$(LONG)\mod_dav.$(src_so)         "$(inst_so)" <.y
10004         copy modules\debug\$(LONG)\mod_bucketeer.$(src_so)      "$(inst_so)" <.y
10005         copy modules\debug\$(LONG)\mod_dumpio.$(src_so)         "$(inst_so)" <.y
10006 -       copy modules\experimental\$(LONG)\mod_charset_lite.$(src_so)    "$(inst_so)" <.y
10007 +       copy modules\filters\$(LONG)\mod_charset_lite.$(src_so) "$(inst_so)" <.y
10008  !IF EXIST("srclib\zlib")
10009         copy modules\filters\$(LONG)\mod_deflate.$(src_so)      "$(inst_so)" <.y
10010  !IF EXIST("srclib\zlib\zlib1.$(src_dll)")
10011 Index: support/win32/wintty.c
10012 ===================================================================
10013 --- support/win32/wintty.c      (.../tags/2.2.0)        (wersja 358411)
10014 +++ support/win32/wintty.c      (.../branches/2.2.x)    (wersja 358411)
10015 @@ -39,6 +39,11 @@
10016  #include <stdlib.h>
10017  #include <stdio.h>
10018  
10019 +#if defined(_MSC_VER) && _MSC_VER >= 1400
10020 +#define _CRT_SECURE_NO_DEPRECATE
10021 +#pragma warning(disable: 4996)
10022 +#endif
10023 +
10024  const char *options =
10025  "\nwintty: a utility for echoing the stdin stream to a new console window,\n"
10026  "\teven when invoked from within a service (such as the Apache server.)\n"
10027 Index: support/win32/ApacheMonitor.c
10028 ===================================================================
10029 --- support/win32/ApacheMonitor.c       (.../tags/2.2.0)        (wersja 358411)
10030 +++ support/win32/ApacheMonitor.c       (.../branches/2.2.x)    (wersja 358411)
10031 @@ -31,6 +31,11 @@
10032  #define OEMRESOURCE
10033  #endif
10034  
10035 +#if defined(_MSC_VER) && _MSC_VER >= 1400
10036 +#define _CRT_SECURE_NO_DEPRECATE
10037 +#pragma warning(disable: 4996)
10038 +#endif
10039 +
10040  #include <windows.h>
10041  #include <windowsx.h>
10042  #include <commctrl.h>
This page took 1.092633 seconds and 4 git commands to generate.