]> git.pld-linux.org Git - packages/apache.git/blob - apache-branch.patch
- rediff without missing files
[packages/apache.git] / apache-branch.patch
1 diff -ur httpd-2.2.0/Apache.dsw httpd-2.2.0-branch/Apache.dsw
2 --- httpd-2.2.0/Apache.dsw      2005-10-09 17:31:40.000000000 +0300
3 +++ httpd-2.2.0-branch/Apache.dsw       2005-12-22 04:02:47.000000000 +0200
4 @@ -81,6 +81,9 @@
5      Project_Dep_Name mod_authn_anon
6      End Project Dependency
7      Begin Project Dependency
8 +    Project_Dep_Name mod_authn_dbd
9 +    End Project Dependency
10 +    Begin Project Dependency
11      Project_Dep_Name mod_authn_dbm
12      End Project Dependency
13      Begin Project Dependency
14 @@ -126,6 +129,9 @@
15      Project_Dep_Name mod_dav_fs
16      End Project Dependency
17      Begin Project Dependency
18 +    Project_Dep_Name mod_dbd
19 +    End Project Dependency
20 +    Begin Project Dependency
21      Project_Dep_Name mod_dir
22      End Project Dependency
23      Begin Project Dependency
24 @@ -747,6 +753,33 @@
25  
26  ###############################################################################
27  
28 +Project: "mod_authn_dbd"=.\modules\aaa\mod_authn_dbd.dsp - Package Owner=<4>
29 +
30 +Package=<5>
31 +{{{
32 +}}}
33 +
34 +Package=<4>
35 +{{{
36 +    Begin Project Dependency
37 +    Project_Dep_Name libapr
38 +    End Project Dependency
39 +    Begin Project Dependency
40 +    Project_Dep_Name libaprutil
41 +    End Project Dependency
42 +    Begin Project Dependency
43 +    Project_Dep_Name libhttpd
44 +    End Project Dependency
45 +    Begin Project Dependency
46 +    Project_Dep_Name mod_auth_basic
47 +    End Project Dependency
48 +    Begin Project Dependency
49 +    Project_Dep_Name mod_dbd
50 +    End Project Dependency
51 +}}}
52 +
53 +###############################################################################
54 +
55  Project: "mod_authn_dbm"=.\modules\aaa\mod_authn_dbm.dsp - Package Owner=<4>
56  
57  Package=<5>
58 @@ -1110,6 +1143,27 @@
59  
60  ###############################################################################
61  
62 +Project: "mod_dbd"=.\modules\database\mod_dbd.dsp - Package Owner=<4>
63 +
64 +Package=<5>
65 +{{{
66 +}}}
67 +
68 +Package=<4>
69 +{{{
70 +    Begin Project Dependency
71 +    Project_Dep_Name libapr
72 +    End Project Dependency
73 +    Begin Project Dependency
74 +    Project_Dep_Name libaprutil
75 +    End Project Dependency
76 +    Begin Project Dependency
77 +    Project_Dep_Name libhttpd
78 +    End Project Dependency
79 +}}}
80 +
81 +###############################################################################
82 +
83  Project: "mod_deflate"=.\modules\filters\mod_deflate.dsp - Package Owner=<4>
84  
85  Package=<5>
86 diff -ur httpd-2.2.0/BuildBin.dsp httpd-2.2.0-branch/BuildBin.dsp
87 --- httpd-2.2.0/BuildBin.dsp    2005-04-09 09:07:58.000000000 +0300
88 +++ httpd-2.2.0-branch/BuildBin.dsp     2005-12-22 04:02:47.000000000 +0200
89 @@ -33,15 +33,15 @@
90  # PROP BASE Intermediate_Dir ""
91  # PROP BASE Cmd_Line "NMAKE /f makefile.win"
92  # PROP BASE Rebuild_Opt "/a"
93 -# PROP BASE Target_File "\Apache21\bin\httpd.exe"
94 +# PROP BASE Target_File "\Apache2\bin\httpd.exe"
95  # PROP BASE Bsc_Name ".\Browse\BuildBin.bsc"
96  # PROP BASE Target_Dir ""
97  # PROP Use_Debug_Libraries 0
98  # PROP Output_Dir ""
99  # PROP Intermediate_Dir ""
100 -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" LONG=Release _tryssl _tryzlib _dummy"
101 +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Release _tryssl _tryzlib _dummy"
102  # PROP Rebuild_Opt ""
103 -# PROP Target_File "\Apache21\bin\httpd.exe"
104 +# PROP Target_File "\Apache2\bin\httpd.exe"
105  # PROP Bsc_Name ".\Browse\httpd.bsc"
106  # PROP Target_Dir ""
107  
108 @@ -52,15 +52,15 @@
109  # PROP BASE Intermediate_Dir ""
110  # PROP BASE Cmd_Line "NMAKE /f makefile.win"
111  # PROP BASE Rebuild_Opt "/a"
112 -# PROP BASE Target_File "\Apache21\bin\httpd.exe"
113 +# PROP BASE Target_File "\Apache2\bin\httpd.exe"
114  # PROP BASE Bsc_Name ".\Browse\BuildBin.bsc"
115  # PROP BASE Target_Dir ""
116  # PROP Use_Debug_Libraries 1
117  # PROP Output_Dir ""
118  # PROP Intermediate_Dir ""
119 -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" LONG=Debug _tryssl _tryzlib _dummy"
120 +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" LONG=Debug _tryssl _tryzlib _dummy"
121  # PROP Rebuild_Opt ""
122 -# PROP Target_File "\Apache21\bin\httpd.exe"
123 +# PROP Target_File "\Apache2\bin\httpd.exe"
124  # PROP Bsc_Name ".\Browse\httpd.bsc"
125  # PROP Target_Dir ""
126  
127 diff -ur httpd-2.2.0/CHANGES httpd-2.2.0-branch/CHANGES
128 --- httpd-2.2.0/CHANGES 2005-11-29 10:00:39.000000000 +0200
129 +++ httpd-2.2.0-branch/CHANGES  2005-12-22 04:02:47.000000000 +0200
130 @@ -1,4 +1,29 @@
131                                                          -*- coding: utf-8 -*-
132 +Changes with Apache 2.2.1
133 +
134 +  *) Chunk filter: Fix chunk filter to create correct chunks in the case that
135 +     a flush bucket is surrounded by data buckets. [Ruediger Pluem]
136 +
137 +  *) SECURITY: CVE-2005-3352 (cve.mitre.org)
138 +     mod_imagemap: Escape untrusted referer header before outputting
139 +     in HTML to avoid potential cross-site scripting.  Change also
140 +     made to ap_escape_html so we escape quotes.  Reported by JPCERT.
141 +     [Mark Cox]
142 +
143 +  *) Fix syntax error in httpd.h with strict compilers.  PR 38740.
144 +     [Per Olausson <pao darkheim.freeserve.co.uk>]
145 +
146 +  *) Preserve the Content-Length header for a proxied HEAD response.
147 +     PR 18757.  [Greg Ames]
148 +
149 +  *) Fix recursive ErrorDocument handling.  PR 36090. 
150 +     [Chris Darroch <chrisd pearsoncmg.com>]
151 +
152 +  *) Don't hang on error return from post_read_request.  PR37790 [Nick Kew]
153 +
154 +  *) Fix off-by-one error in proxy_balancer.  PR37753
155 +     [Kazuhiro Osawa <ko yappo ne jp>]
156 +
157  Changes with Apache 2.2.0
158  
159    *) mod_negotiation: Minor performance tweak by reusing already calculated
160 diff -ur httpd-2.2.0/InstallBin.dsp httpd-2.2.0-branch/InstallBin.dsp
161 --- httpd-2.2.0/InstallBin.dsp  2005-04-09 09:07:58.000000000 +0300
162 +++ httpd-2.2.0-branch/InstallBin.dsp   2005-12-22 04:02:45.000000000 +0200
163 @@ -33,15 +33,15 @@
164  # PROP BASE Intermediate_Dir "Release"
165  # PROP BASE Cmd_Line "NMAKE /f InstallBin.mak"
166  # PROP BASE Rebuild_Opt "/a"
167 -# PROP BASE Target_File "\Apache21\bin\httpd.exe"
168 +# PROP BASE Target_File "\Apache2\bin\httpd.exe"
169  # PROP BASE Bsc_Name "InstallBin.bsc"
170  # PROP BASE Target_Dir ""
171  # PROP Use_Debug_Libraries 0
172  # PROP Output_Dir "Release"
173  # PROP Intermediate_Dir "Release"
174 -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" SHORT=R LONG=Release _install"
175 +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=R LONG=Release _install"
176  # PROP Rebuild_Opt ""
177 -# PROP Target_File "\Apache21\bin\httpd.exe"
178 +# PROP Target_File "\Apache2\bin\httpd.exe"
179  # PROP Bsc_Name "Browse\httpd.bsc"
180  # PROP Target_Dir ""
181  
182 @@ -52,15 +52,15 @@
183  # PROP BASE Intermediate_Dir "Debug"
184  # PROP BASE Cmd_Line "NMAKE /f InstallBin.mak"
185  # PROP BASE Rebuild_Opt "/a"
186 -# PROP BASE Target_File "\Apache21\bin\httpd.exe"
187 +# PROP BASE Target_File "\Apache2\bin\httpd.exe"
188  # PROP BASE Bsc_Name "InstallBin.bsc"
189  # PROP BASE Target_Dir ""
190  # PROP Use_Debug_Libraries 1
191  # PROP Output_Dir "Debug"
192  # PROP Intermediate_Dir "Debug"
193 -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" SHORT=D LONG=Debug _install"
194 +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=D LONG=Debug _install"
195  # PROP Rebuild_Opt ""
196 -# PROP Target_File "\Apache21\bin\httpd.exe"
197 +# PROP Target_File "\Apache2\bin\httpd.exe"
198  # PROP Bsc_Name ""
199  # PROP Target_Dir ""
200  
201 diff -ur httpd-2.2.0/LAYOUT httpd-2.2.0-branch/LAYOUT
202 --- httpd-2.2.0/LAYOUT  2005-11-29 10:00:39.000000000 +0200
203 +++ httpd-2.2.0-branch/LAYOUT   2005-12-22 04:02:47.000000000 +0200
204 @@ -163,11 +163,7 @@
205  
206      experimental/ ........... 
207  
208 -      leader/ ................. 
209 -
210 -      perchild/ ............... 
211 -
212 -      threadpool/ ............. 
213 +      event/ ................. 
214  
215      mpmt_os2/ ............... 
216  
217 diff -ur httpd-2.2.0/Makefile.win httpd-2.2.0-branch/Makefile.win
218 --- httpd-2.2.0/Makefile.win    2005-09-21 18:14:35.000000000 +0300
219 +++ httpd-2.2.0-branch/Makefile.win     2005-12-22 04:02:47.000000000 +0200
220 @@ -19,7 +19,7 @@
221  #
222  # For example;
223  #
224 -#   nmake /f Makefile.win PORT=80 INSTDIR="d:\Program Files\Apache" installr
225 +#   nmake -f Makefile.win PORT=80 INSTDIR="d:\Program Files\Apache" installr
226  #
227  # Be aware that certain awk's will not accept backslahed names,
228  # so the server root should be given in forward slashes (quoted),
229 @@ -33,10 +33,10 @@
230  
231  !IF !EXIST("srclib\apr") || !EXIST("srclib\apr-util") || !EXIST("srclib\apr-iconv")
232  !MESSAGE Please check out or download and unpack the Apache Portability Runtime
233 -!MESSAGE sources (apr, apr-iconv and apr-util) into your $(INSTDIR)\srclib dir.
234 +!MESSAGE sources (apr, apr-iconv and apr-util) into your srclib dir.
235  !MESSAGE Apache cannot build without these libraries!
236  !MESSAGE 
237 -!ERROR Need $(INSTDIR)\srclib\  apr, apr-iconv and apr-util
238 +!ERROR Need srclib\  apr, apr-iconv and apr-util
239  !ENDIF
240  
241  # Note; _tryssl: is only used by the msvc developer studio environment to 'fix up'
242 @@ -119,18 +119,18 @@
243  !MESSAGE SERVERNAME = $(SERVERNAME)
244  !MESSAGE PORT       = $(PORT)
245  !MESSAGE
246 -!MESSAGE To change these options use 'nmake /f Makefile.win [option=value]'
247 -!MESSAGE Example: nmake /f Makefile.win PORT=8080
248 +!MESSAGE To change these options use 'nmake -f Makefile.win [option=value]'
249 +!MESSAGE Example: nmake -f Makefile.win PORT=8080
250  !MESSAGE
251  !MESSAGE
252  !ENDIF
253  
254  !IFNDEF MAKEOPT
255  # Only default the behavior if MAKEOPT= is omitted
256 -!IF "$(MAKE)" == "NMAKE"
257 +!IFDEF _NMAKE_VER
258  # Microsoft NMake options
259  MAKEOPT=-nologo
260 -!ELSEIF "($MAKE)" == "make"
261 +!ELSEIF "$(MAKE)" == "make"
262  # Borland make options?  Not really supported (yet)
263  MAKEOPT=-s -N
264  !ENDIF
265 @@ -178,14 +178,14 @@
266          $(MAKE) $(MAKEOPT) -f apriconv.mak  CFG="apriconv - Win32 $(LONG)" RECURSE=0 $(CTARGET)
267          $(MAKE) $(MAKEOPT) -f libapriconv.mak  CFG="libapriconv - Win32 $(LONG)" RECURSE=0 $(CTARGET)
268  !IF "$(CTARGET)" == "CLEAN"
269 -       $(MAKE) $(MAKEOPT) /f build\modules.mk.win clean \
270 +       $(MAKE) $(MAKEOPT) -f build\modules.mk.win clean \
271                 BUILD_MODE=$(LONG) BIND_MODE=shared API_SOURCE=.
272  !ELSE
273         cd ccs
274 -       $(MAKE) /nologo /f Makefile.win all \
275 +       $(MAKE) $(MAKEOPT) -f Makefile.win all \
276                 BUILD_MODE=$(LONG) BIND_MODE=shared
277         cd ..\ces
278 -       $(MAKE) /nologo /f Makefile.win all \
279 +       $(MAKE) $(MAKEOPT) -f Makefile.win all \
280                 BUILD_MODE=$(LONG) BIND_MODE=shared
281         cd ..
282  !ENDIF
283 @@ -216,6 +216,7 @@
284          $(MAKE) $(MAKEOPT) -f mod_auth_basic.mak  CFG="mod_auth_basic - Win32 $(LONG)" RECURSE=0 $(CTARGET)
285          $(MAKE) $(MAKEOPT) -f mod_auth_digest.mak CFG="mod_auth_digest - Win32 $(LONG)" RECURSE=0 $(CTARGET)
286          $(MAKE) $(MAKEOPT) -f mod_authn_anon.mak  CFG="mod_authn_anon - Win32 $(LONG)" RECURSE=0 $(CTARGET)
287 +        $(MAKE) $(MAKEOPT) -f mod_authn_dbd.mak   CFG="mod_authn_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
288          $(MAKE) $(MAKEOPT) -f mod_authn_dbm.mak   CFG="mod_authn_dbm - Win32 $(LONG)" RECURSE=0 $(CTARGET)
289          $(MAKE) $(MAKEOPT) -f mod_authn_default.mak CFG="mod_authn_default - Win32 $(LONG)" RECURSE=0 $(CTARGET)
290          $(MAKE) $(MAKEOPT) -f mod_authn_file.mak  CFG="mod_authn_file - Win32 $(LONG)" RECURSE=0 $(CTARGET)
291 @@ -235,6 +236,9 @@
292          $(MAKE) $(MAKEOPT) -f mod_mem_cache.mak   CFG="mod_mem_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
293          $(MAKE) $(MAKEOPT) -f mod_disk_cache.mak  CFG="mod_disk_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
294         cd ..\..
295 +       cd modules\database
296 +        $(MAKE) $(MAKEOPT) -f mod_dbd.mak         CFG="mod_dbd - Win32 $(LONG)" RECURSE=0 $(CTARGET)
297 +       cd ..\..
298         cd modules\dav\main
299          $(MAKE) $(MAKEOPT) -f mod_dav.mak         CFG="mod_dav - Win32 $(LONG)" RECURSE=0 $(CTARGET)
300         cd ..\..\..
301 @@ -246,9 +250,9 @@
302          $(MAKE) $(MAKEOPT) -f mod_dumpio.mak      CFG="mod_dumpio - Win32 $(LONG)" RECURSE=0 $(CTARGET)
303         cd ..\..
304         cd modules\experimental
305 -        $(MAKE) $(MAKEOPT) -f mod_charset_lite.mak CFG="mod_charset_lite - Win32 $(LONG)" RECURSE=0 $(CTARGET)
306         cd ..\..
307         cd modules\filters
308 +        $(MAKE) $(MAKEOPT) -f mod_charset_lite.mak CFG="mod_charset_lite - Win32 $(LONG)" RECURSE=0 $(CTARGET)
309  !IF EXIST("srclib\zlib")
310          $(MAKE) $(MAKEOPT) -f mod_deflate.mak     CFG="mod_deflate - Win32 $(LONG)" RECURSE=0 $(CTARGET)
311  !ENDIF
312 @@ -356,7 +360,7 @@
313                 "BuildBin - Win32 $(LONG)" $(CTARGET)
314  !IF "$(CTARGET)" == "/CLEAN"
315         @cd srclib\apr-iconv
316 -       @$(MAKE) $(MAKEOPT) /f build\modules.mk.win clean \
317 +       @$(MAKE) $(MAKEOPT) -f build\modules.mk.win clean \
318                 BUILD_MODE=$(LONG) BIND_MODE=shared API_SOURCE=.
319         @cd ..\..
320  !ENDIF
321 @@ -382,6 +386,7 @@
322         copy modules\aaa\$(LONG)\mod_auth_basic.$(src_so)       "$(inst_so)" <.y
323         copy modules\aaa\$(LONG)\mod_auth_digest.$(src_so)      "$(inst_so)" <.y
324         copy modules\aaa\$(LONG)\mod_authn_anon.$(src_so)       "$(inst_so)" <.y
325 +       copy modules\aaa\$(LONG)\mod_authn_dbd.$(src_so)        "$(inst_so)" <.y
326         copy modules\aaa\$(LONG)\mod_authn_dbm.$(src_so)        "$(inst_so)" <.y
327         copy modules\aaa\$(LONG)\mod_authn_default.$(src_so)    "$(inst_so)" <.y
328         copy modules\aaa\$(LONG)\mod_authn_file.$(src_so)       "$(inst_so)" <.y
329 @@ -396,11 +401,12 @@
330         copy modules\cache\$(LONG)\mod_file_cache.$(src_so)     "$(inst_so)" <.y
331         copy modules\cache\$(LONG)\mod_mem_cache.$(src_so)      "$(inst_so)" <.y
332         copy modules\cache\$(LONG)\mod_disk_cache.$(src_so)     "$(inst_so)" <.y
333 +       copy modules\database\$(LONG)\mod_dbd.$(src_so)         "$(inst_so)" <.y
334         copy modules\dav\fs\$(LONG)\mod_dav_fs.$(src_so)        "$(inst_so)" <.y
335         copy modules\dav\main\$(LONG)\mod_dav.$(src_so)         "$(inst_so)" <.y
336         copy modules\debug\$(LONG)\mod_bucketeer.$(src_so)      "$(inst_so)" <.y
337         copy modules\debug\$(LONG)\mod_dumpio.$(src_so)         "$(inst_so)" <.y
338 -       copy modules\experimental\$(LONG)\mod_charset_lite.$(src_so)    "$(inst_so)" <.y
339 +       copy modules\filters\$(LONG)\mod_charset_lite.$(src_so) "$(inst_so)" <.y
340  !IF EXIST("srclib\zlib")
341         copy modules\filters\$(LONG)\mod_deflate.$(src_so)      "$(inst_so)" <.y
342  !IF EXIST("srclib\zlib\zlib1.$(src_dll)")
343 diff -ur httpd-2.2.0/README httpd-2.2.0-branch/README
344 --- httpd-2.2.0/README  2005-11-29 10:00:39.000000000 +0200
345 +++ httpd-2.2.0-branch/README   2005-12-22 04:02:47.000000000 +0200
346 @@ -16,15 +16,15 @@
347    ------------------
348  
349    Details of the latest version can be found on the Apache HTTP
350 -  server project page under http://httpd.apache.org/.
351 +  server project page under <http://httpd.apache.org/>.
352  
353    Documentation
354    -------------
355  
356    The documentation available as of the date of this release is
357    included in HTML format in the docs/manual/ directory.  The most
358 -  up-to-date documentation can be found at
359 -  http://httpd.apache.org/docs-2.2/.
360 +  up-to-date documentation for the 2.2.x releases can be found at
361 +  <http://httpd.apache.org/docs-2.2/>.
362  
363    Installation
364    ------------
365 @@ -43,28 +43,28 @@
366       o If you want to be informed about new code releases, bug fixes,
367         security fixes, general news and information about the Apache server
368         subscribe to the apache-announce mailing list as described under
369 -       http://httpd.apache.org/lists.html#http-announce
370 +       <http://httpd.apache.org/lists.html#http-announce>
371  
372       o If you want freely available support for running Apache please join the
373         Apache user community by subscribing to Users Mailing List at
374 -       http://httpd.apache.org/userslist.html or one of the following USENET
375 -       newsgroups:
376 -       comp.infosystems.www.servers.unix
377 -       comp.infosystems.www.servers.ms-windows
378 +       <http://httpd.apache.org/userslist.html> or one of the following
379 +       USENET newsgroups:
380 +         comp.infosystems.www.servers.unix
381 +         comp.infosystems.www.servers.ms-windows
382         Also available at: 
383 -       http://groups.google.com/groups?group=comp.infosystems.www.servers
384 +         <http://groups.google.com/groups?group=comp.infosystems.www.servers>
385  
386       o If you want commercial support for running Apache please contact
387         one of the companies and contractors which are listed at
388 -       http://www.apache.org/info/support.cgi
389 +       <http://www.apache.org/info/support.cgi>
390  
391       o If you have a concrete bug report for Apache please go to the
392         Apache Group Bug Database and submit your report:
393 -       http://httpd.apache.org/bug_report.html
394 +       <http://httpd.apache.org/bug_report.html>
395  
396       o If you want to participate in actively developing Apache please
397         subscribe to the `dev@httpd.apache.org' mailing list as described at
398 -       http://www.apache.org/lists.html#http-dev
399 +       <http://httpd.apache.org/lists.html#http-dev>
400  
401    Acknowledgments
402    ----------------
403 diff -ur httpd-2.2.0/docs/conf/extra/httpd-mpm.conf.in httpd-2.2.0-branch/docs/conf/extra/httpd-mpm.conf.in
404 --- httpd-2.2.0/docs/conf/extra/httpd-mpm.conf.in       2005-11-20 06:44:18.000000000 +0200
405 +++ httpd-2.2.0-branch/docs/conf/extra/httpd-mpm.conf.in        2005-12-22 04:02:45.000000000 +0200
406 @@ -57,14 +57,6 @@
407      MaxRequestsPerChild   0
408  </IfModule>
409  
410 -# WinNT MPM
411 -# ThreadsPerChild: constant number of worker threads in the server process
412 -# MaxRequestsPerChild: maximum  number of requests a server process serves
413 -<IfModule mpm_winnt_module>
414 -    ThreadsPerChild     250
415 -    MaxRequestsPerChild   0
416 -</IfModule>
417 -
418  # BeOS MPM
419  # StartThreads: how many threads do we initially spawn?
420  # MaxClients:   max number of threads we can have (1 thread == 1 client)
421 diff -ur httpd-2.2.0/docs/conf/httpd-win.conf httpd-2.2.0-branch/docs/conf/httpd-win.conf
422 --- httpd-2.2.0/docs/conf/httpd-win.conf        2005-11-13 19:17:31.000000000 +0200
423 +++ httpd-2.2.0-branch/docs/conf/httpd-win.conf 2005-12-22 04:02:45.000000000 +0200
424 @@ -161,6 +161,7 @@
425      AllowOverride None
426      Order deny,allow
427      Deny from all
428 +    Satisfy all
429  </Directory>
430  
431  #
432 @@ -391,12 +392,6 @@
433      #
434      #AddHandler cgi-script .cgi
435  
436 -    # For files that include their own HTTP headers:
437 -    #AddHandler send-as-is asis
438 -
439 -    # For server-parsed imagemap files:
440 -    #AddHandler imap-file map
441 -
442      # For type maps (negotiated resources):
443      #AddHandler type-map var
444  
445 diff -ur httpd-2.2.0/docs/conf/httpd.conf.in httpd-2.2.0-branch/docs/conf/httpd.conf.in
446 --- httpd-2.2.0/docs/conf/httpd.conf.in 2005-11-13 19:17:31.000000000 +0200
447 +++ httpd-2.2.0-branch/docs/conf/httpd.conf.in  2005-12-22 04:02:45.000000000 +0200
448 @@ -53,7 +53,6 @@
449  #
450  @@LoadModule@@
451  
452 -<IfModule !mpm_winnt_module>
453  <IfModule !mpm_netware_module>
454  #
455  # If you wish httpd to run as a different user or group, you must run
456 @@ -66,7 +65,6 @@
457  User daemon
458  Group daemon
459  </IfModule>
460 -</IfModule>
461  
462  # 'Main' server configuration
463  #
464 @@ -173,6 +171,7 @@
465  <FilesMatch "^\.ht">
466      Order allow,deny
467      Deny from all
468 +    Satisfy All
469  </FilesMatch>
470  
471  #
472 @@ -316,12 +315,6 @@
473      #
474      #AddHandler cgi-script .cgi
475  
476 -    # For files that include their own HTTP headers:
477 -    #AddHandler send-as-is asis
478 -
479 -    # For server-parsed imagemap files:
480 -    #AddHandler imap-file map
481 -
482      # For type maps (negotiated resources):
483      #AddHandler type-map var
484  
485 diff -ur httpd-2.2.0/docs/manual/bind.html.de httpd-2.2.0-branch/docs/manual/bind.html.de
486 --- httpd-2.2.0/docs/manual/bind.html.de        2005-11-13 08:38:36.000000000 +0200
487 +++ httpd-2.2.0-branch/docs/manual/bind.html.de 2005-12-22 04:02:47.000000000 +0200
488 @@ -16,7 +16,7 @@
489  <img alt="" src="./images/feather.gif" /></div>
490  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
491  <div id="path">
492 -<a href="http://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>
493 +<a href="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>
494  <div class="toplang">
495  <p><span>Verfügbare Sprachen: </span><a href="./de/bind.html" title="Deutsch">&nbsp;de&nbsp;</a> |
496  <a href="./en/bind.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
497 diff -ur httpd-2.2.0/docs/manual/bind.html.en httpd-2.2.0-branch/docs/manual/bind.html.en
498 --- httpd-2.2.0/docs/manual/bind.html.en        2005-11-13 08:38:36.000000000 +0200
499 +++ httpd-2.2.0-branch/docs/manual/bind.html.en 2005-12-22 04:02:45.000000000 +0200
500 @@ -16,7 +16,7 @@
501  <img alt="" src="./images/feather.gif" /></div>
502  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
503  <div id="path">
504 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
505 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
506  <div class="toplang">
507  <p><span>Available Languages: </span><a href="./de/bind.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
508  <a href="./en/bind.html" title="English">&nbsp;en&nbsp;</a> |
509 diff -ur httpd-2.2.0/docs/manual/bind.html.fr httpd-2.2.0-branch/docs/manual/bind.html.fr
510 --- httpd-2.2.0/docs/manual/bind.html.fr        2005-11-13 08:38:36.000000000 +0200
511 +++ httpd-2.2.0-branch/docs/manual/bind.html.fr 2005-12-22 04:02:45.000000000 +0200
512 @@ -16,7 +16,7 @@
513  <img alt="" src="./images/feather.gif" /></div>
514  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
515  <div id="path">
516 -<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>
517 +<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>
518  <div class="toplang">
519  <p><span>Langues Disponibles: </span><a href="./de/bind.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
520  <a href="./en/bind.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
521 diff -ur httpd-2.2.0/docs/manual/bind.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/bind.html.ja.euc-jp
522 --- httpd-2.2.0/docs/manual/bind.html.ja.euc-jp 2005-11-13 08:38:36.000000000 +0200
523 +++ httpd-2.2.0-branch/docs/manual/bind.html.ja.euc-jp  2005-12-22 04:02:46.000000000 +0200
524 @@ -16,7 +16,7 @@
525  <img alt="" src="./images/feather.gif" /></div>
526  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
527  <div id="path">
528 -<a 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>
529 +<a 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>
530  <div class="toplang">
531  <p><span>Available Languages: </span><a href="./de/bind.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
532  <a href="./en/bind.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
533 diff -ur httpd-2.2.0/docs/manual/bind.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/bind.html.ko.euc-kr
534 --- httpd-2.2.0/docs/manual/bind.html.ko.euc-kr 2005-11-13 08:38:36.000000000 +0200
535 +++ httpd-2.2.0-branch/docs/manual/bind.html.ko.euc-kr  2005-12-22 04:02:45.000000000 +0200
536 @@ -16,7 +16,7 @@
537  <img alt="" src="./images/feather.gif" /></div>
538  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
539  <div id="path">
540 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
541 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
542  <div class="toplang">
543  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/bind.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
544  <a href="./en/bind.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
545 diff -ur httpd-2.2.0/docs/manual/caching.html.en httpd-2.2.0-branch/docs/manual/caching.html.en
546 --- httpd-2.2.0/docs/manual/caching.html.en     2005-11-13 08:38:36.000000000 +0200
547 +++ httpd-2.2.0-branch/docs/manual/caching.html.en      2005-12-22 04:02:47.000000000 +0200
548 @@ -16,7 +16,7 @@
549  <img alt="" src="./images/feather.gif" /></div>
550  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
551  <div id="path">
552 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
553 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
554  <div class="toplang">
555  <p><span>Available Languages: </span><a href="./en/caching.html" title="English">&nbsp;en&nbsp;</a></p>
556  </div>
557 diff -ur httpd-2.2.0/docs/manual/configuring.html.de httpd-2.2.0-branch/docs/manual/configuring.html.de
558 --- httpd-2.2.0/docs/manual/configuring.html.de 2005-11-13 08:38:36.000000000 +0200
559 +++ httpd-2.2.0-branch/docs/manual/configuring.html.de  2005-12-22 04:02:46.000000000 +0200
560 @@ -16,7 +16,7 @@
561  <img alt="" src="./images/feather.gif" /></div>
562  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
563  <div id="path">
564 -<a href="http://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>
565 +<a href="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>
566  <div class="toplang">
567  <p><span>Verfügbare Sprachen: </span><a href="./de/configuring.html" title="Deutsch">&nbsp;de&nbsp;</a> |
568  <a href="./en/configuring.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
569 diff -ur httpd-2.2.0/docs/manual/configuring.html.en httpd-2.2.0-branch/docs/manual/configuring.html.en
570 --- httpd-2.2.0/docs/manual/configuring.html.en 2005-11-13 08:38:36.000000000 +0200
571 +++ httpd-2.2.0-branch/docs/manual/configuring.html.en  2005-12-22 04:02:46.000000000 +0200
572 @@ -16,7 +16,7 @@
573  <img alt="" src="./images/feather.gif" /></div>
574  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
575  <div id="path">
576 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
577 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
578  <div class="toplang">
579  <p><span>Available Languages: </span><a href="./de/configuring.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
580  <a href="./en/configuring.html" title="English">&nbsp;en&nbsp;</a> |
581 diff -ur httpd-2.2.0/docs/manual/configuring.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/configuring.html.ja.euc-jp
582 --- httpd-2.2.0/docs/manual/configuring.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
583 +++ httpd-2.2.0-branch/docs/manual/configuring.html.ja.euc-jp   2005-12-22 04:02:46.000000000 +0200
584 @@ -16,7 +16,7 @@
585  <img alt="" src="./images/feather.gif" /></div>
586  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
587  <div id="path">
588 -<a 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>
589 +<a 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>
590  <div class="toplang">
591  <p><span>Available Languages: </span><a href="./de/configuring.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
592  <a href="./en/configuring.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
593 diff -ur httpd-2.2.0/docs/manual/configuring.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/configuring.html.ko.euc-kr
594 --- httpd-2.2.0/docs/manual/configuring.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
595 +++ httpd-2.2.0-branch/docs/manual/configuring.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
596 @@ -16,7 +16,7 @@
597  <img alt="" src="./images/feather.gif" /></div>
598  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
599  <div id="path">
600 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
601 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
602  <div class="toplang">
603  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/configuring.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
604  <a href="./en/configuring.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
605 diff -ur httpd-2.2.0/docs/manual/content-negotiation.html.en httpd-2.2.0-branch/docs/manual/content-negotiation.html.en
606 --- httpd-2.2.0/docs/manual/content-negotiation.html.en 2005-11-13 08:38:36.000000000 +0200
607 +++ httpd-2.2.0-branch/docs/manual/content-negotiation.html.en  2005-12-22 04:02:46.000000000 +0200
608 @@ -16,7 +16,7 @@
609  <img alt="" src="./images/feather.gif" /></div>
610  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
611  <div id="path">
612 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
613 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
614  <div class="toplang">
615  <p><span>Available Languages: </span><a href="./en/content-negotiation.html" title="English">&nbsp;en&nbsp;</a> |
616  <a href="./ja/content-negotiation.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
617 diff -ur httpd-2.2.0/docs/manual/content-negotiation.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/content-negotiation.html.ja.euc-jp
618 --- httpd-2.2.0/docs/manual/content-negotiation.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
619 +++ httpd-2.2.0-branch/docs/manual/content-negotiation.html.ja.euc-jp   2005-12-22 04:02:45.000000000 +0200
620 @@ -16,7 +16,7 @@
621  <img alt="" src="./images/feather.gif" /></div>
622  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
623  <div id="path">
624 -<a 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>
625 +<a 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>
626  <div class="toplang">
627  <p><span>Available Languages: </span><a href="./en/content-negotiation.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
628  <a href="./ja/content-negotiation.html" title="Japanese">&nbsp;ja&nbsp;</a> |
629 diff -ur httpd-2.2.0/docs/manual/content-negotiation.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/content-negotiation.html.ko.euc-kr
630 --- httpd-2.2.0/docs/manual/content-negotiation.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
631 +++ httpd-2.2.0-branch/docs/manual/content-negotiation.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
632 @@ -16,7 +16,7 @@
633  <img alt="" src="./images/feather.gif" /></div>
634  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
635  <div id="path">
636 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
637 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
638  <div class="toplang">
639  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/content-negotiation.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
640  <a href="./ja/content-negotiation.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
641 diff -ur httpd-2.2.0/docs/manual/convenience.map httpd-2.2.0-branch/docs/manual/convenience.map
642 --- httpd-2.2.0/docs/manual/convenience.map     2005-11-13 19:28:20.000000000 +0200
643 +++ httpd-2.2.0-branch/docs/manual/convenience.map      2005-12-22 04:02:46.000000000 +0200
644 @@ -374,6 +374,7 @@
645  typesconfig    mod/mod_mime.html#typesconfig
646  unsetenv       mod/mod_env.html#unsetenv
647  usecanonicalname       mod/core.html#usecanonicalname
648 +usecanonicalphysicalport       mod/core.html#usecanonicalphysicalport
649  user   mod/mpm_common.html#user
650  userdir        mod/mod_userdir.html#userdir
651  virtualdocumentroot    mod/mod_vhost_alias.html#virtualdocumentroot
652 diff -ur httpd-2.2.0/docs/manual/custom-error.html.en httpd-2.2.0-branch/docs/manual/custom-error.html.en
653 --- httpd-2.2.0/docs/manual/custom-error.html.en        2005-11-13 08:38:36.000000000 +0200
654 +++ httpd-2.2.0-branch/docs/manual/custom-error.html.en 2005-12-22 04:02:45.000000000 +0200
655 @@ -16,7 +16,7 @@
656  <img alt="" src="./images/feather.gif" /></div>
657  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
658  <div id="path">
659 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
660 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
661  <div class="toplang">
662  <p><span>Available Languages: </span><a href="./en/custom-error.html" title="English">&nbsp;en&nbsp;</a> |
663  <a href="./es/custom-error.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
664 diff -ur httpd-2.2.0/docs/manual/custom-error.html.es httpd-2.2.0-branch/docs/manual/custom-error.html.es
665 --- httpd-2.2.0/docs/manual/custom-error.html.es        2005-11-13 08:38:36.000000000 +0200
666 +++ httpd-2.2.0-branch/docs/manual/custom-error.html.es 2005-12-22 04:02:45.000000000 +0200
667 @@ -16,7 +16,7 @@
668  <img alt="" src="./images/feather.gif" /></div>
669  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
670  <div id="path">
671 -<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>
672 +<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>
673  <div class="toplang">
674  <p><span>Idiomas disponibles: </span><a href="./en/custom-error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
675  <a href="./es/custom-error.html" title="Español">&nbsp;es&nbsp;</a> |
676 diff -ur httpd-2.2.0/docs/manual/custom-error.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/custom-error.html.ja.euc-jp
677 --- httpd-2.2.0/docs/manual/custom-error.html.ja.euc-jp 2005-11-13 08:38:36.000000000 +0200
678 +++ httpd-2.2.0-branch/docs/manual/custom-error.html.ja.euc-jp  2005-12-22 04:02:46.000000000 +0200
679 @@ -16,7 +16,7 @@
680  <img alt="" src="./images/feather.gif" /></div>
681  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
682  <div id="path">
683 -<a 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>
684 +<a 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>
685  <div class="toplang">
686  <p><span>Available Languages: </span><a href="./en/custom-error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
687  <a href="./es/custom-error.html" hreflang="es" rel="alternate" title="Espa\8f«Ðol">&nbsp;es&nbsp;</a> |
688 diff -ur httpd-2.2.0/docs/manual/custom-error.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/custom-error.html.ko.euc-kr
689 --- httpd-2.2.0/docs/manual/custom-error.html.ko.euc-kr 2005-11-13 08:38:36.000000000 +0200
690 +++ httpd-2.2.0-branch/docs/manual/custom-error.html.ko.euc-kr  2005-12-22 04:02:46.000000000 +0200
691 @@ -16,7 +16,7 @@
692  <img alt="" src="./images/feather.gif" /></div>
693  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
694  <div id="path">
695 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
696 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
697  <div class="toplang">
698  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/custom-error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
699  <a href="./es/custom-error.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
700 diff -ur httpd-2.2.0/docs/manual/developer/API.html.en httpd-2.2.0-branch/docs/manual/developer/API.html.en
701 --- httpd-2.2.0/docs/manual/developer/API.html.en       2005-11-13 08:38:36.000000000 +0200
702 +++ httpd-2.2.0-branch/docs/manual/developer/API.html.en        2005-12-22 04:02:45.000000000 +0200
703 @@ -16,7 +16,7 @@
704  <img alt="" src="../images/feather.gif" /></div>
705  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
706  <div id="path">
707 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
708 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
709  <div class="toplang">
710  <p><span>Available Languages: </span><a href="../en/developer/API.html" title="English">&nbsp;en&nbsp;</a></p>
711  </div>
712 diff -ur httpd-2.2.0/docs/manual/developer/debugging.html.en httpd-2.2.0-branch/docs/manual/developer/debugging.html.en
713 --- httpd-2.2.0/docs/manual/developer/debugging.html.en 2005-11-13 08:38:36.000000000 +0200
714 +++ httpd-2.2.0-branch/docs/manual/developer/debugging.html.en  2005-12-22 04:02:45.000000000 +0200
715 @@ -16,7 +16,7 @@
716  <img alt="" src="../images/feather.gif" /></div>
717  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
718  <div id="path">
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-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>
720 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
721  <div class="toplang">
722  <p><span>Available Languages: </span><a href="../en/developer/debugging.html" title="English">&nbsp;en&nbsp;</a></p>
723  </div>
724 diff -ur httpd-2.2.0/docs/manual/developer/documenting.html.en httpd-2.2.0-branch/docs/manual/developer/documenting.html.en
725 --- httpd-2.2.0/docs/manual/developer/documenting.html.en       2005-11-13 08:38:36.000000000 +0200
726 +++ httpd-2.2.0-branch/docs/manual/developer/documenting.html.en        2005-12-22 04:02:45.000000000 +0200
727 @@ -16,7 +16,7 @@
728  <img alt="" src="../images/feather.gif" /></div>
729  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
730  <div id="path">
731 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
732 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
733  <div class="toplang">
734  <p><span>Available Languages: </span><a href="../en/developer/documenting.html" title="English">&nbsp;en&nbsp;</a></p>
735  </div>
736 diff -ur httpd-2.2.0/docs/manual/developer/filters.html.en httpd-2.2.0-branch/docs/manual/developer/filters.html.en
737 --- httpd-2.2.0/docs/manual/developer/filters.html.en   2005-11-13 08:38:36.000000000 +0200
738 +++ httpd-2.2.0-branch/docs/manual/developer/filters.html.en    2005-12-22 04:02:45.000000000 +0200
739 @@ -16,7 +16,7 @@
740  <img alt="" src="../images/feather.gif" /></div>
741  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
742  <div id="path">
743 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
744 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
745  <div class="toplang">
746  <p><span>Available Languages: </span><a href="../en/developer/filters.html" title="English">&nbsp;en&nbsp;</a></p>
747  </div>
748 diff -ur httpd-2.2.0/docs/manual/developer/hooks.html.en httpd-2.2.0-branch/docs/manual/developer/hooks.html.en
749 --- httpd-2.2.0/docs/manual/developer/hooks.html.en     2005-11-13 08:38:36.000000000 +0200
750 +++ httpd-2.2.0-branch/docs/manual/developer/hooks.html.en      2005-12-22 04:02:45.000000000 +0200
751 @@ -16,7 +16,7 @@
752  <img alt="" src="../images/feather.gif" /></div>
753  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
754  <div id="path">
755 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
756 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
757  <div class="toplang">
758  <p><span>Available Languages: </span><a href="../en/developer/hooks.html" title="English">&nbsp;en&nbsp;</a></p>
759  </div>
760 diff -ur httpd-2.2.0/docs/manual/developer/index.html.en httpd-2.2.0-branch/docs/manual/developer/index.html.en
761 --- httpd-2.2.0/docs/manual/developer/index.html.en     2005-11-13 08:38:36.000000000 +0200
762 +++ httpd-2.2.0-branch/docs/manual/developer/index.html.en      2005-12-22 04:02:45.000000000 +0200
763 @@ -16,7 +16,7 @@
764  <img alt="" src="../images/feather.gif" /></div>
765  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
766  <div id="path">
767 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
768 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
769  <div class="toplang">
770  <p><span>Available Languages: </span><a href="../en/developer/" title="English">&nbsp;en&nbsp;</a></p>
771  </div>
772 diff -ur httpd-2.2.0/docs/manual/developer/modules.html.en httpd-2.2.0-branch/docs/manual/developer/modules.html.en
773 --- httpd-2.2.0/docs/manual/developer/modules.html.en   2005-11-13 08:38:36.000000000 +0200
774 +++ httpd-2.2.0-branch/docs/manual/developer/modules.html.en    2005-12-22 04:02:45.000000000 +0200
775 @@ -16,7 +16,7 @@
776  <img alt="" src="../images/feather.gif" /></div>
777  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
778  <div id="path">
779 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
780 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
781  <div class="toplang">
782  <p><span>Available Languages: </span><a href="../en/developer/modules.html" title="English">&nbsp;en&nbsp;</a> |
783  <a href="../ja/developer/modules.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
784 diff -ur httpd-2.2.0/docs/manual/developer/modules.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/developer/modules.html.ja.euc-jp
785 --- httpd-2.2.0/docs/manual/developer/modules.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
786 +++ httpd-2.2.0-branch/docs/manual/developer/modules.html.ja.euc-jp     2005-12-22 04:02:45.000000000 +0200
787 @@ -16,7 +16,7 @@
788  <img alt="" src="../images/feather.gif" /></div>
789  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
790  <div id="path">
791 -<a 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>
792 +<a 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>
793  <div class="toplang">
794  <p><span>Available Languages: </span><a href="../en/developer/modules.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
795  <a href="../ja/developer/modules.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
796 diff -ur httpd-2.2.0/docs/manual/developer/request.html.en httpd-2.2.0-branch/docs/manual/developer/request.html.en
797 --- httpd-2.2.0/docs/manual/developer/request.html.en   2005-11-13 08:38:36.000000000 +0200
798 +++ httpd-2.2.0-branch/docs/manual/developer/request.html.en    2005-12-22 04:02:45.000000000 +0200
799 @@ -16,7 +16,7 @@
800  <img alt="" src="../images/feather.gif" /></div>
801  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
802  <div id="path">
803 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
804 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
805  <div class="toplang">
806  <p><span>Available Languages: </span><a href="../en/developer/request.html" title="English">&nbsp;en&nbsp;</a></p>
807  </div>
808 diff -ur httpd-2.2.0/docs/manual/developer/thread_safety.html.en httpd-2.2.0-branch/docs/manual/developer/thread_safety.html.en
809 --- httpd-2.2.0/docs/manual/developer/thread_safety.html.en     2005-11-13 08:38:36.000000000 +0200
810 +++ httpd-2.2.0-branch/docs/manual/developer/thread_safety.html.en      2005-12-22 04:02:45.000000000 +0200
811 @@ -16,7 +16,7 @@
812  <img alt="" src="../images/feather.gif" /></div>
813  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
814  <div id="path">
815 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
816 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
817  <div class="toplang">
818  <p><span>Available Languages: </span><a href="../en/developer/thread_safety.html" title="English">&nbsp;en&nbsp;</a></p>
819  </div>
820 diff -ur httpd-2.2.0/docs/manual/dns-caveats.html.en httpd-2.2.0-branch/docs/manual/dns-caveats.html.en
821 --- httpd-2.2.0/docs/manual/dns-caveats.html.en 2005-11-13 08:38:36.000000000 +0200
822 +++ httpd-2.2.0-branch/docs/manual/dns-caveats.html.en  2005-12-22 04:02:46.000000000 +0200
823 @@ -16,7 +16,7 @@
824  <img alt="" src="./images/feather.gif" /></div>
825  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
826  <div id="path">
827 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
828 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
829  <div class="toplang">
830  <p><span>Available Languages: </span><a href="./en/dns-caveats.html" title="English">&nbsp;en&nbsp;</a> |
831  <a href="./ja/dns-caveats.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
832 diff -ur httpd-2.2.0/docs/manual/dns-caveats.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/dns-caveats.html.ja.euc-jp
833 --- httpd-2.2.0/docs/manual/dns-caveats.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
834 +++ httpd-2.2.0-branch/docs/manual/dns-caveats.html.ja.euc-jp   2005-12-22 04:02:46.000000000 +0200
835 @@ -16,7 +16,7 @@
836  <img alt="" src="./images/feather.gif" /></div>
837  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
838  <div id="path">
839 -<a 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>
840 +<a 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>
841  <div class="toplang">
842  <p><span>Available Languages: </span><a href="./en/dns-caveats.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
843  <a href="./ja/dns-caveats.html" title="Japanese">&nbsp;ja&nbsp;</a> |
844 diff -ur httpd-2.2.0/docs/manual/dns-caveats.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/dns-caveats.html.ko.euc-kr
845 --- httpd-2.2.0/docs/manual/dns-caveats.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
846 +++ httpd-2.2.0-branch/docs/manual/dns-caveats.html.ko.euc-kr   2005-12-22 04:02:45.000000000 +0200
847 @@ -16,7 +16,7 @@
848  <img alt="" src="./images/feather.gif" /></div>
849  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
850  <div id="path">
851 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
852 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
853  <div class="toplang">
854  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/dns-caveats.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
855  <a href="./ja/dns-caveats.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
856 diff -ur httpd-2.2.0/docs/manual/dso.html.en httpd-2.2.0-branch/docs/manual/dso.html.en
857 --- httpd-2.2.0/docs/manual/dso.html.en 2005-11-13 08:38:36.000000000 +0200
858 +++ httpd-2.2.0-branch/docs/manual/dso.html.en  2005-12-22 04:02:46.000000000 +0200
859 @@ -16,7 +16,7 @@
860  <img alt="" src="./images/feather.gif" /></div>
861  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
862  <div id="path">
863 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
864 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
865  <div class="toplang">
866  <p><span>Available Languages: </span><a href="./en/dso.html" title="English">&nbsp;en&nbsp;</a> |
867  <a href="./ja/dso.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
868 diff -ur httpd-2.2.0/docs/manual/dso.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/dso.html.ja.euc-jp
869 --- httpd-2.2.0/docs/manual/dso.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
870 +++ httpd-2.2.0-branch/docs/manual/dso.html.ja.euc-jp   2005-12-22 04:02:47.000000000 +0200
871 @@ -16,7 +16,7 @@
872  <img alt="" src="./images/feather.gif" /></div>
873  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
874  <div id="path">
875 -<a 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>
876 +<a 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>
877  <div class="toplang">
878  <p><span>Available Languages: </span><a href="./en/dso.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
879  <a href="./ja/dso.html" title="Japanese">&nbsp;ja&nbsp;</a> |
880 diff -ur httpd-2.2.0/docs/manual/dso.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/dso.html.ko.euc-kr
881 --- httpd-2.2.0/docs/manual/dso.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
882 +++ httpd-2.2.0-branch/docs/manual/dso.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
883 @@ -16,7 +16,7 @@
884  <img alt="" src="./images/feather.gif" /></div>
885  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
886  <div id="path">
887 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
888 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
889  <div class="toplang">
890  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/dso.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
891  <a href="./ja/dso.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
892 diff -ur httpd-2.2.0/docs/manual/env.html.en httpd-2.2.0-branch/docs/manual/env.html.en
893 --- httpd-2.2.0/docs/manual/env.html.en 2005-11-13 08:38:36.000000000 +0200
894 +++ httpd-2.2.0-branch/docs/manual/env.html.en  2005-12-22 04:02:45.000000000 +0200
895 @@ -16,7 +16,7 @@
896  <img alt="" src="./images/feather.gif" /></div>
897  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
898  <div id="path">
899 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
900 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
901  <div class="toplang">
902  <p><span>Available Languages: </span><a href="./en/env.html" title="English">&nbsp;en&nbsp;</a> |
903  <a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
904 diff -ur httpd-2.2.0/docs/manual/env.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/env.html.ja.euc-jp
905 --- httpd-2.2.0/docs/manual/env.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
906 +++ httpd-2.2.0-branch/docs/manual/env.html.ja.euc-jp   2005-12-22 04:02:46.000000000 +0200
907 @@ -16,7 +16,7 @@
908  <img alt="" src="./images/feather.gif" /></div>
909  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
910  <div id="path">
911 -<a 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>
912 +<a 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>
913  <div class="toplang">
914  <p><span>Available Languages: </span><a href="./en/env.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
915  <a href="./ja/env.html" title="Japanese">&nbsp;ja&nbsp;</a> |
916 diff -ur httpd-2.2.0/docs/manual/env.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/env.html.ko.euc-kr
917 --- httpd-2.2.0/docs/manual/env.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
918 +++ httpd-2.2.0-branch/docs/manual/env.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
919 @@ -16,7 +16,7 @@
920  <img alt="" src="./images/feather.gif" /></div>
921  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
922  <div id="path">
923 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
924 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
925  <div class="toplang">
926  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/env.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
927  <a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
928 diff -ur httpd-2.2.0/docs/manual/faq/all_in_one.html.en httpd-2.2.0-branch/docs/manual/faq/all_in_one.html.en
929 --- httpd-2.2.0/docs/manual/faq/all_in_one.html.en      2005-11-13 18:35:09.000000000 +0200
930 +++ httpd-2.2.0-branch/docs/manual/faq/all_in_one.html.en       2005-12-22 04:02:46.000000000 +0200
931 @@ -16,7 +16,7 @@
932  <img alt="" src="../images/feather.gif" /></div>
933  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
934  <div id="path">
935 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
936 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
937  <div class="toplang">
938  <p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" title="English">&nbsp;en&nbsp;</a> |
939  <a href="../ja/faq/all_in_one.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
940 @@ -103,7 +103,7 @@
941        available.</p>
942      
943  
944 -       <h3><a name="background.logo" id="background.logo">&gt;May I use the Apache logo on my product or Web site?</a></h3>
945 +       <h3><a name="background.logo" id="background.logo">May I use the Apache logo on my product or Web site?</a></h3>
946        
947        <p>You may <em>NOT</em> use any original artwork from the Apache
948        Software Foundation, nor make or use modified versions of such
949 @@ -118,7 +118,7 @@
950          <em>IF and ONLY IF</em> such use can in no way be interpreted as
951          anything other than an attribution. Using the Apache name and 
952          artwork in a manner that implies endorsement of a product or
953 -        service is <a href="">strictly forbidden.</a></li>
954 +        service is strictly forbidden.</li>
955        </ul>
956      
957   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
958 diff -ur httpd-2.2.0/docs/manual/faq/all_in_one.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/faq/all_in_one.html.ja.euc-jp
959 --- httpd-2.2.0/docs/manual/faq/all_in_one.html.ja.euc-jp       2005-11-13 18:04:55.000000000 +0200
960 +++ httpd-2.2.0-branch/docs/manual/faq/all_in_one.html.ja.euc-jp        2005-12-22 04:02:46.000000000 +0200
961 @@ -16,7 +16,7 @@
962  <img alt="" src="../images/feather.gif" /></div>
963  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
964  <div id="path">
965 -<a 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>
966 +<a 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>
967  <div class="toplang">
968  <p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
969  <a href="../ja/faq/all_in_one.html" title="Japanese">&nbsp;ja&nbsp;</a> |
970 diff -ur httpd-2.2.0/docs/manual/faq/all_in_one.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/faq/all_in_one.html.ko.euc-kr
971 --- httpd-2.2.0/docs/manual/faq/all_in_one.html.ko.euc-kr       2005-11-13 18:04:55.000000000 +0200
972 +++ httpd-2.2.0-branch/docs/manual/faq/all_in_one.html.ko.euc-kr        2005-12-22 04:02:46.000000000 +0200
973 @@ -16,7 +16,7 @@
974  <img alt="" src="../images/feather.gif" /></div>
975  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
976  <div id="path">
977 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
978 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
979  <div class="toplang">
980  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/faq/all_in_one.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
981  <a href="../ja/faq/all_in_one.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
982 diff -ur httpd-2.2.0/docs/manual/faq/background.html.en httpd-2.2.0-branch/docs/manual/faq/background.html.en
983 --- httpd-2.2.0/docs/manual/faq/background.html.en      2005-11-13 08:38:36.000000000 +0200
984 +++ httpd-2.2.0-branch/docs/manual/faq/background.html.en       2005-12-22 04:02:46.000000000 +0200
985 @@ -16,7 +16,7 @@
986  <img alt="" src="../images/feather.gif" /></div>
987  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
988  <div id="path">
989 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
990 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
991  <div class="toplang">
992  <p><span>Available Languages: </span><a href="../en/faq/background.html" title="English">&nbsp;en&nbsp;</a></p>
993  </div>
994 @@ -83,7 +83,7 @@
995        available.</p>
996      
997  
998 -       <h3><a name="background.logo" id="background.logo">&gt;May I use the Apache logo on my product or Web site?</a></h3>
999 +       <h3><a name="background.logo" id="background.logo">May I use the Apache logo on my product or Web site?</a></h3>
1000        
1001        <p>You may <em>NOT</em> use any original artwork from the Apache
1002        Software Foundation, nor make or use modified versions of such
1003 @@ -98,7 +98,7 @@
1004          <em>IF and ONLY IF</em> such use can in no way be interpreted as
1005          anything other than an attribution. Using the Apache name and 
1006          artwork in a manner that implies endorsement of a product or
1007 -        service is <a href="">strictly forbidden.</a></li>
1008 +        service is strictly forbidden.</li>
1009        </ul>
1010      
1011   </div></div>
1012 diff -ur httpd-2.2.0/docs/manual/faq/error.html.en httpd-2.2.0-branch/docs/manual/faq/error.html.en
1013 --- httpd-2.2.0/docs/manual/faq/error.html.en   2005-11-13 08:38:36.000000000 +0200
1014 +++ httpd-2.2.0-branch/docs/manual/faq/error.html.en    2005-12-22 04:02:46.000000000 +0200
1015 @@ -16,7 +16,7 @@
1016  <img alt="" src="../images/feather.gif" /></div>
1017  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1018  <div id="path">
1019 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
1020 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1021  <div class="toplang">
1022  <p><span>Available Languages: </span><a href="../en/faq/error.html" title="English">&nbsp;en&nbsp;</a> |
1023  <a href="../ja/faq/error.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1024 diff -ur httpd-2.2.0/docs/manual/faq/error.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/faq/error.html.ja.euc-jp
1025 --- httpd-2.2.0/docs/manual/faq/error.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
1026 +++ httpd-2.2.0-branch/docs/manual/faq/error.html.ja.euc-jp     2005-12-22 04:02:46.000000000 +0200
1027 @@ -16,7 +16,7 @@
1028  <img alt="" src="../images/feather.gif" /></div>
1029  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1030  <div id="path">
1031 -<a 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>
1032 +<a 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>
1033  <div class="toplang">
1034  <p><span>Available Languages: </span><a href="../en/faq/error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1035  <a href="../ja/faq/error.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1036 diff -ur httpd-2.2.0/docs/manual/faq/error.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/faq/error.html.ko.euc-kr
1037 --- httpd-2.2.0/docs/manual/faq/error.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
1038 +++ httpd-2.2.0-branch/docs/manual/faq/error.html.ko.euc-kr     2005-12-22 04:02:46.000000000 +0200
1039 @@ -16,7 +16,7 @@
1040  <img alt="" src="../images/feather.gif" /></div>
1041  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1042  <div id="path">
1043 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
1044 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1045  <div class="toplang">
1046  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/faq/error.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1047  <a href="../ja/faq/error.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1048 diff -ur httpd-2.2.0/docs/manual/faq/index.html.en httpd-2.2.0-branch/docs/manual/faq/index.html.en
1049 --- httpd-2.2.0/docs/manual/faq/index.html.en   2005-11-13 18:04:55.000000000 +0200
1050 +++ httpd-2.2.0-branch/docs/manual/faq/index.html.en    2005-12-22 04:02:46.000000000 +0200
1051 @@ -16,7 +16,7 @@
1052  <img alt="" src="../images/feather.gif" /></div>
1053  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1054  <div id="path">
1055 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1056 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1057  <div class="toplang">
1058  <p><span>Available Languages: </span><a href="../en/faq/" title="English">&nbsp;en&nbsp;</a> |
1059  <a href="../ja/faq/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1060 diff -ur httpd-2.2.0/docs/manual/faq/index.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/faq/index.html.ja.euc-jp
1061 --- httpd-2.2.0/docs/manual/faq/index.html.ja.euc-jp    2005-11-13 18:04:55.000000000 +0200
1062 +++ httpd-2.2.0-branch/docs/manual/faq/index.html.ja.euc-jp     2005-12-22 04:02:46.000000000 +0200
1063 @@ -16,7 +16,7 @@
1064  <img alt="" src="../images/feather.gif" /></div>
1065  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1066  <div id="path">
1067 -<a 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>
1068 +<a 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>
1069  <div class="toplang">
1070  <p><span>Available Languages: </span><a href="../en/faq/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1071  <a href="../ja/faq/" title="Japanese">&nbsp;ja&nbsp;</a> |
1072 diff -ur httpd-2.2.0/docs/manual/faq/index.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/faq/index.html.ko.euc-kr
1073 --- httpd-2.2.0/docs/manual/faq/index.html.ko.euc-kr    2005-11-13 18:04:55.000000000 +0200
1074 +++ httpd-2.2.0-branch/docs/manual/faq/index.html.ko.euc-kr     2005-12-22 04:02:46.000000000 +0200
1075 @@ -16,7 +16,7 @@
1076  <img alt="" src="../images/feather.gif" /></div>
1077  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1078  <div id="path">
1079 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1080 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1081  <div class="toplang">
1082  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/faq/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1083  <a href="../ja/faq/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1084 diff -ur httpd-2.2.0/docs/manual/faq/support.html.en httpd-2.2.0-branch/docs/manual/faq/support.html.en
1085 --- httpd-2.2.0/docs/manual/faq/support.html.en 2005-11-13 18:35:09.000000000 +0200
1086 +++ httpd-2.2.0-branch/docs/manual/faq/support.html.en  2005-12-22 04:02:46.000000000 +0200
1087 @@ -16,7 +16,7 @@
1088  <img alt="" src="../images/feather.gif" /></div>
1089  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1090  <div id="path">
1091 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
1092 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1093  <div class="toplang">
1094  <p><span>Available Languages: </span><a href="../en/faq/support.html" title="English">&nbsp;en&nbsp;</a> |
1095  <a href="../ja/faq/support.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1096 diff -ur httpd-2.2.0/docs/manual/faq/support.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/faq/support.html.ja.euc-jp
1097 --- httpd-2.2.0/docs/manual/faq/support.html.ja.euc-jp  2005-11-13 18:04:55.000000000 +0200
1098 +++ httpd-2.2.0-branch/docs/manual/faq/support.html.ja.euc-jp   2005-12-22 04:02:46.000000000 +0200
1099 @@ -16,7 +16,7 @@
1100  <img alt="" src="../images/feather.gif" /></div>
1101  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1102  <div id="path">
1103 -<a 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>
1104 +<a 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>
1105  <div class="toplang">
1106  <p><span>Available Languages: </span><a href="../en/faq/support.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1107  <a href="../ja/faq/support.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1108 diff -ur httpd-2.2.0/docs/manual/faq/support.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/faq/support.html.ko.euc-kr
1109 --- httpd-2.2.0/docs/manual/faq/support.html.ko.euc-kr  2005-11-13 18:04:55.000000000 +0200
1110 +++ httpd-2.2.0-branch/docs/manual/faq/support.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
1111 @@ -16,7 +16,7 @@
1112  <img alt="" src="../images/feather.gif" /></div>
1113  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1114  <div id="path">
1115 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
1116 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1117  <div class="toplang">
1118  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/faq/support.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1119  <a href="../ja/faq/support.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1120 diff -ur httpd-2.2.0/docs/manual/filter.html.en httpd-2.2.0-branch/docs/manual/filter.html.en
1121 --- httpd-2.2.0/docs/manual/filter.html.en      2005-11-18 21:51:49.000000000 +0200
1122 +++ httpd-2.2.0-branch/docs/manual/filter.html.en       2005-12-22 04:02:46.000000000 +0200
1123 @@ -16,7 +16,7 @@
1124  <img alt="" src="./images/feather.gif" /></div>
1125  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1126  <div id="path">
1127 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1128 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1129  <div class="toplang">
1130  <p><span>Available Languages: </span><a href="./en/filter.html" title="English">&nbsp;en&nbsp;</a> |
1131  <a href="./es/filter.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
1132 diff -ur httpd-2.2.0/docs/manual/filter.html.es httpd-2.2.0-branch/docs/manual/filter.html.es
1133 --- httpd-2.2.0/docs/manual/filter.html.es      2005-11-13 15:31:29.000000000 +0200
1134 +++ httpd-2.2.0-branch/docs/manual/filter.html.es       2005-12-22 04:02:46.000000000 +0200
1135 @@ -16,7 +16,7 @@
1136  <img alt="" src="./images/feather.gif" /></div>
1137  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1138  <div id="path">
1139 -<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>
1140 +<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>
1141  <div class="toplang">
1142  <p><span>Idiomas disponibles: </span><a href="./en/filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1143  <a href="./es/filter.html" title="Español">&nbsp;es&nbsp;</a> |
1144 diff -ur httpd-2.2.0/docs/manual/filter.html.fr httpd-2.2.0-branch/docs/manual/filter.html.fr
1145 --- httpd-2.2.0/docs/manual/filter.html.fr      2005-11-13 15:31:29.000000000 +0200
1146 +++ httpd-2.2.0-branch/docs/manual/filter.html.fr       2005-12-22 04:02:46.000000000 +0200
1147 @@ -16,7 +16,7 @@
1148  <img alt="" src="./images/feather.gif" /></div>
1149  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1150  <div id="path">
1151 -<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>
1152 +<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>
1153  <div class="toplang">
1154  <p><span>Langues Disponibles: </span><a href="./en/filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1155  <a href="./es/filter.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
1156 diff -ur httpd-2.2.0/docs/manual/filter.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/filter.html.ja.euc-jp
1157 --- httpd-2.2.0/docs/manual/filter.html.ja.euc-jp       2005-11-13 15:31:29.000000000 +0200
1158 +++ httpd-2.2.0-branch/docs/manual/filter.html.ja.euc-jp        2005-12-22 04:02:45.000000000 +0200
1159 @@ -16,7 +16,7 @@
1160  <img alt="" src="./images/feather.gif" /></div>
1161  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1162  <div id="path">
1163 -<a 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>
1164 +<a 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>
1165  <div class="toplang">
1166  <p><span>Available Languages: </span><a href="./en/filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1167  <a href="./es/filter.html" hreflang="es" rel="alternate" title="Espa\8f«Ðol">&nbsp;es&nbsp;</a> |
1168 diff -ur httpd-2.2.0/docs/manual/filter.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/filter.html.ko.euc-kr
1169 --- httpd-2.2.0/docs/manual/filter.html.ko.euc-kr       2005-11-13 15:31:29.000000000 +0200
1170 +++ httpd-2.2.0-branch/docs/manual/filter.html.ko.euc-kr        2005-12-22 04:02:46.000000000 +0200
1171 @@ -16,7 +16,7 @@
1172  <img alt="" src="./images/feather.gif" /></div>
1173  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1174  <div id="path">
1175 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1176 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1177  <div class="toplang">
1178  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1179  <a href="./es/filter.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
1180 diff -ur httpd-2.2.0/docs/manual/glossary.html.de httpd-2.2.0-branch/docs/manual/glossary.html.de
1181 --- httpd-2.2.0/docs/manual/glossary.html.de    2005-11-13 18:04:55.000000000 +0200
1182 +++ httpd-2.2.0-branch/docs/manual/glossary.html.de     2005-12-22 04:02:46.000000000 +0200
1183 @@ -16,7 +16,7 @@
1184  <img alt="" src="./images/feather.gif" /></div>
1185  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1186  <div id="path">
1187 -<a href="http://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>
1188 +<a href="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>
1189  <div class="toplang">
1190  <p><span>Verfügbare Sprachen: </span><a href="./de/glossary.html" title="Deutsch">&nbsp;de&nbsp;</a> |
1191  <a href="./en/glossary.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1192 diff -ur httpd-2.2.0/docs/manual/glossary.html.en httpd-2.2.0-branch/docs/manual/glossary.html.en
1193 --- httpd-2.2.0/docs/manual/glossary.html.en    2005-11-13 18:04:55.000000000 +0200
1194 +++ httpd-2.2.0-branch/docs/manual/glossary.html.en     2005-12-22 04:02:47.000000000 +0200
1195 @@ -16,7 +16,7 @@
1196  <img alt="" src="./images/feather.gif" /></div>
1197  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1198  <div id="path">
1199 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1200 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1201  <div class="toplang">
1202  <p><span>Available Languages: </span><a href="./de/glossary.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1203  <a href="./en/glossary.html" title="English">&nbsp;en&nbsp;</a> |
1204 diff -ur httpd-2.2.0/docs/manual/glossary.html.es httpd-2.2.0-branch/docs/manual/glossary.html.es
1205 --- httpd-2.2.0/docs/manual/glossary.html.es    2005-11-13 18:04:55.000000000 +0200
1206 +++ httpd-2.2.0-branch/docs/manual/glossary.html.es     2005-12-22 04:02:47.000000000 +0200
1207 @@ -16,7 +16,7 @@
1208  <img alt="" src="./images/feather.gif" /></div>
1209  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1210  <div id="path">
1211 -<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>
1212 +<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>
1213  <div class="toplang">
1214  <p><span>Idiomas disponibles: </span><a href="./de/glossary.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1215  <a href="./en/glossary.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1216 diff -ur httpd-2.2.0/docs/manual/glossary.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/glossary.html.ko.euc-kr
1217 --- httpd-2.2.0/docs/manual/glossary.html.ko.euc-kr     2005-11-13 18:04:55.000000000 +0200
1218 +++ httpd-2.2.0-branch/docs/manual/glossary.html.ko.euc-kr      2005-12-22 04:02:45.000000000 +0200
1219 @@ -16,7 +16,7 @@
1220  <img alt="" src="./images/feather.gif" /></div>
1221  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1222  <div id="path">
1223 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1224 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1225  <div class="toplang">
1226  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/glossary.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1227  <a href="./en/glossary.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1228 diff -ur httpd-2.2.0/docs/manual/handler.html.en httpd-2.2.0-branch/docs/manual/handler.html.en
1229 --- httpd-2.2.0/docs/manual/handler.html.en     2005-11-13 08:38:36.000000000 +0200
1230 +++ httpd-2.2.0-branch/docs/manual/handler.html.en      2005-12-22 04:02:46.000000000 +0200
1231 @@ -16,7 +16,7 @@
1232  <img alt="" src="./images/feather.gif" /></div>
1233  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1234  <div id="path">
1235 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1236 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1237  <div class="toplang">
1238  <p><span>Available Languages: </span><a href="./en/handler.html" title="English">&nbsp;en&nbsp;</a> |
1239  <a href="./es/handler.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
1240 diff -ur httpd-2.2.0/docs/manual/handler.html.es httpd-2.2.0-branch/docs/manual/handler.html.es
1241 --- httpd-2.2.0/docs/manual/handler.html.es     2005-11-13 08:38:36.000000000 +0200
1242 +++ httpd-2.2.0-branch/docs/manual/handler.html.es      2005-12-22 04:02:46.000000000 +0200
1243 @@ -16,7 +16,7 @@
1244  <img alt="" src="./images/feather.gif" /></div>
1245  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1246  <div id="path">
1247 -<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>
1248 +<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>
1249  <div class="toplang">
1250  <p><span>Idiomas disponibles: </span><a href="./en/handler.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1251  <a href="./es/handler.html" title="Español">&nbsp;es&nbsp;</a> |
1252 @@ -38,7 +38,7 @@
1253  <div class="section">
1254  <h2><a name="definition" id="definition">¿Qué es un Handler?</a></h2>
1255      
1256 -    <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>
1257 +    <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>
1258  
1259  
1260      <p>Un "handler" es una representación interna de Apache de
1261 @@ -78,7 +78,7 @@
1262        CGI. (<code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code>)</li>
1263  
1264        <li><strong>imap-file</strong>: Trata el fichero como un mapa de
1265 -      imágenes. (<code class="module"><a href="./mod/mod_imap.html">mod_imap</a></code>)</li>
1266 +      imágenes. (<code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code>)</li>
1267  
1268        <li><strong>server-info</strong>: Extrae la información de
1269        configuración del
1270 diff -ur httpd-2.2.0/docs/manual/handler.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/handler.html.ja.euc-jp
1271 --- httpd-2.2.0/docs/manual/handler.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
1272 +++ httpd-2.2.0-branch/docs/manual/handler.html.ja.euc-jp       2005-12-22 04:02:47.000000000 +0200
1273 @@ -16,7 +16,7 @@
1274  <img alt="" src="./images/feather.gif" /></div>
1275  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1276  <div id="path">
1277 -<a 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>
1278 +<a 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>
1279  <div class="toplang">
1280  <p><span>Available Languages: </span><a href="./en/handler.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1281  <a href="./es/handler.html" hreflang="es" rel="alternate" title="Espa\8f«Ðol">&nbsp;es&nbsp;</a> |
1282 diff -ur httpd-2.2.0/docs/manual/handler.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/handler.html.ko.euc-kr
1283 --- httpd-2.2.0/docs/manual/handler.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
1284 +++ httpd-2.2.0-branch/docs/manual/handler.html.ko.euc-kr       2005-12-22 04:02:46.000000000 +0200
1285 @@ -16,7 +16,7 @@
1286  <img alt="" src="./images/feather.gif" /></div>
1287  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1288  <div id="path">
1289 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1290 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1291  <div class="toplang">
1292  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/handler.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1293  <a href="./es/handler.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
1294 @@ -36,7 +36,7 @@
1295  <div class="section">
1296  <h2><a name="definition" id="definition">Çڵ鷯°¡ ¹«¾ùÀΰ¡</a></h2>
1297      
1298 -    <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>
1299 +    <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>
1300  
1301  
1302      <p>ÆÄÀÏÀ» ¿äûÇÒ¶§ ¾ÆÆÄÄ¡°¡ ³»ºÎÀûÀ¸·Î ¼öÇàÇÒ ÀÛ¾÷À»
1303 @@ -66,7 +66,7 @@
1304        (<code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code>)</li>
1305  
1306        <li><strong>imap-file</strong>: imagemap ±ÔÄ¢ ÆÄÀÏ·Î
1307 -      Ã³¸®ÇÑ´Ù. (<code class="module"><a href="./mod/mod_imap.html">mod_imap</a></code>)</li>
1308 +      Ã³¸®ÇÑ´Ù. (<code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code>)</li>
1309  
1310        <li><strong>server-info</strong>: ¼­¹öÀÇ ¼³Á¤ Á¤º¸¸¦
1311        ¾Ë·ÁÁØ´Ù. (<code class="module"><a href="./mod/mod_info.html">mod_info</a></code>)</li>
1312 Only in httpd-2.2.0-branch/docs/manual/howto: access.html
1313 Only in httpd-2.2.0-branch/docs/manual/howto: access.html.en
1314 Only in httpd-2.2.0-branch/docs/manual/howto: access.xml
1315 Only in httpd-2.2.0-branch/docs/manual/howto: access.xml.meta
1316 diff -ur httpd-2.2.0/docs/manual/howto/auth.html.en httpd-2.2.0-branch/docs/manual/howto/auth.html.en
1317 --- httpd-2.2.0/docs/manual/howto/auth.html.en  2005-11-16 19:55:37.000000000 +0200
1318 +++ httpd-2.2.0-branch/docs/manual/howto/auth.html.en   2005-12-22 04:02:45.000000000 +0200
1319 @@ -16,7 +16,7 @@
1320  <img alt="" src="../images/feather.gif" /></div>
1321  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1322  <div id="path">
1323 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
1324 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1325  <div class="toplang">
1326  <p><span>Available Languages: </span><a href="../en/howto/auth.html" title="English">&nbsp;en&nbsp;</a> |
1327  <a href="../ja/howto/auth.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1328 @@ -35,8 +35,7 @@
1329  <li><img alt="" src="../images/down.gif" /> <a href="#lettingmorethanonepersonin">Letting more than one
1330  person in</a></li>
1331  <li><img alt="" src="../images/down.gif" /> <a href="#possibleproblems">Possible problems</a></li>
1332 -<li><img alt="" src="../images/down.gif" /> <a href="#whatotherneatstuffcanido">What other neat stuff can I
1333 -do?</a></li>
1334 +<li><img alt="" src="../images/down.gif" /> <a href="#dbmdbd">Alternate password storage</a></li>
1335  <li><img alt="" src="../images/down.gif" /> <a href="#moreinformation">More information</a></li>
1336  </ul></div>
1337  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
1338 @@ -90,6 +89,9 @@
1339    of the request, but is not part of the authentication provider
1340    system.</p>
1341  
1342 +  <p>You probably also want to take a look at the <a href="access.html">Access Control</a> howto, which discusses the
1343 +  various ways to control access to your server.</p>
1344 +
1345  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
1346  <div class="section">
1347  <h2><a name="introduction" id="introduction">Introduction</a></h2>
1348 @@ -100,6 +102,11 @@
1349  
1350      <p>This article covers the "standard" way of protecting parts
1351      of your web site that most of you are going to use.</p>
1352 +
1353 +    <div class="note"><h3>Note:</h3>
1354 +    <p>If your data really needs to be secure, consider using
1355 +    <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> in addition to any authentication.</p>
1356 +    </div>
1357  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
1358  <div class="section">
1359  <h2><a name="theprerequisites" id="theprerequisites">The Prerequisites</a></h2>
1360 @@ -137,7 +144,12 @@
1361      <p>Here's the basics of password protecting a directory on your
1362      server.</p>
1363  
1364 -    <p>You'll need to create a password file. This file should be
1365 +    <p>First, you need to create a password file. Exactly how you do
1366 +    this will vary depending on what authentication provider you have
1367 +    chosen. More on that later. To start with, we'll use a text password
1368 +    file.</p>
1369 +
1370 +    <p>This file should be
1371      placed somewhere not accessible from the web. This is so that
1372      folks cannot download the password file. For example, if your
1373      documents are served out of <code>/usr/local/apache/htdocs</code> you
1374 @@ -146,7 +158,10 @@
1375  
1376      <p>To create the file, use the <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code> utility that
1377      came with Apache. This will be located in the <code>bin</code> directory
1378 -    of wherever you installed Apache. To create the file, type:</p>
1379 +    of wherever you installed Apache. If you have installed Apache from
1380 +    a third-party package, it may be in your execution path.</p>
1381 +    
1382 +    <p>To create the file, type:</p>
1383  
1384      <div class="example"><p><code>
1385        htpasswd -c /usr/local/apache/passwd/passwords rbowen
1386 @@ -164,8 +179,8 @@
1387  
1388      <p>If <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code> is not in your path, of course
1389      you'll have to type the full path to the file to get it to run.
1390 -    On my server, it's located at
1391 -    <code>/usr/local/apache/bin/htpasswd</code></p>
1392 +    With a default installation, it's located at
1393 +    <code>/usr/local/apache2/bin/htpasswd</code></p>
1394  
1395      <p>Next, you'll need to configure the server to request a
1396      password and tell the server which users are allowed access.
1397 @@ -181,6 +196,8 @@
1398      <div class="example"><p><code>
1399        AuthType Basic<br />
1400        AuthName "Restricted Files"<br />
1401 +      # (Following line optional)<br />
1402 +      AuthBasicProvider file<br />
1403        AuthUserFile /usr/local/apache/passwd/passwords<br />
1404        Require user rbowen
1405      </code></p></div>
1406 @@ -191,9 +208,10 @@
1407      implemented by <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code>. It is important to be aware,
1408      however, that Basic authentication sends the password from the client to
1409      the server unencrypted. This method should therefore not be used for
1410 -    highly sensitive data. Apache supports one other authentication method:
1411 -    <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
1412 -    versions of clients are known to support Digest authentication.</p>
1413 +    highly sensitive data, unless accompanied by <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code>.
1414 +    Apache supports one other authentication method:
1415 +    <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
1416 +    browsers support Digest authentication.</p>
1417  
1418      <p>The <code class="directive"><a href="../mod/core.html#authname">AuthName</a></code> directive sets
1419      the <dfn>Realm</dfn> to be used in the authentication. The realm serves
1420 @@ -212,6 +230,12 @@
1421      will always need to ask again for the password whenever the
1422      hostname of the server changes.</p>
1423  
1424 +    <p>The <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicprovider">AuthBasicProvider</a></code> is,
1425 +    in this case, optional, since <code>file</code> is the default value
1426 +    for this directive. You'll need to use this directive if you are
1427 +    choosing a different source for authentication, such as
1428 +    <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>
1429 +
1430      <p>The <code class="directive"><a href="../mod/mod_authn_file.html#authuserfile">AuthUserFile</a></code>
1431      directive sets the path to the password file that we just
1432      created with <code class="program"><a href="../programs/htpasswd.html">htpasswd</a></code>. If you have a large number
1433 @@ -269,6 +293,8 @@
1434      <div class="example"><p><code>
1435        AuthType Basic<br />
1436        AuthName "By Invitation Only"<br />
1437 +      # Optional line:
1438 +      AuthBasicProvider file
1439        AuthUserFile /usr/local/apache/passwd/passwords<br />
1440        AuthGroupFile /usr/local/apache/passwd/groups<br />
1441        Require group GroupName
1442 @@ -317,71 +343,31 @@
1443      different authentication method at that time.</p>
1444  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
1445  <div class="section">
1446 -<h2><a name="whatotherneatstuffcanido" id="whatotherneatstuffcanido">What other neat stuff can I
1447 -do?</a></h2>
1448 -    <p>Authentication by username and password is only part of the
1449 -    story. Frequently you want to let people in based on something
1450 -    other than who they are. Something such as where they are
1451 -    coming from.</p>
1452 -
1453 -    <p>The <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> and
1454 -    <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> directives let
1455 -    you allow and deny access based on the host name, or host
1456 -    address, of the machine requesting a document. The
1457 -    <code class="directive"><a href="../mod/mod_authz_host.html#order">Order</a></code> directive goes
1458 -    hand-in-hand with these two, and tells Apache in which order to
1459 -    apply the filters.</p>
1460 -
1461 -    <p>The usage of these directives is:</p>
1462 -
1463 -    <div class="example"><p><code>
1464 -      Allow from <var>address</var>
1465 -    </code></p></div>
1466 -
1467 -    <p>where <var>address</var> is an IP address (or a partial IP
1468 -    address) or a fully qualified domain name (or a partial domain
1469 -    name); you may provide multiple addresses or domain names, if
1470 -    desired.</p>
1471 -
1472 -    <p>For example, if you have someone spamming your message
1473 -    board, and you want to keep them out, you could do the
1474 -    following:</p>
1475 +<h2><a name="dbmdbd" id="dbmdbd">Alternate password storage</a></h2>
1476  
1477 -    <div class="example"><p><code>
1478 -      Deny from 205.252.46.165
1479 -    </code></p></div>
1480 -
1481 -    <p>Visitors coming from that address will not be able to see
1482 -    the content covered by this directive. If, instead, you have a
1483 -    machine name, rather than an IP address, you can use that.</p>
1484 +    <p>Because storing passwords in plain text files has the above
1485 +    problems, you may wish to store your passwords somewhere else, such
1486 +    as in a database.</p>
1487  
1488 -    <div class="example"><p><code>
1489 -      Deny from <var>host.example.com</var>
1490 -    </code></p></div>
1491 +    <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>
1492 +    are two modules which make this possible. Rather than selecting
1493 +    <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicsource">AuthBasicSource</a></code> file,
1494 +    instead you can choose <code>dbm</code> or <code>dbd</code> as your
1495 +    storage format.</p>
1496  
1497 -    <p>And, if you'd like to block access from an entire domain,
1498 -    you can specify just part of an address or domain name:</p>
1499 +    <p>To select a dbd file rather than a text file, for example:</p>
1500  
1501      <div class="example"><p><code>
1502 -      Deny from <var>192.101.205</var><br />
1503 -      Deny from <var>cyberthugs.com</var> <var>moreidiots.com</var><br />
1504 -      Deny from ke
1505 +    &lt;Directory /www/docs/private&gt;<br />
1506 +    AuthName "Private"<br />
1507 +    AuthType Basic<br />
1508 +    AuthBasicProvider dbm<br />
1509 +    AuthDBMUserFile /www/passwords/passwd.dbm<br />
1510 +    Require valid-user
1511      </code></p></div>
1512  
1513 -    <p>Using <code class="directive"><a href="../mod/mod_authz_host.html#order">Order</a></code> will let you
1514 -    be sure that you are actually restricting things to the group that you want
1515 -    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>
1516 -
1517 -    <div class="example"><p><code>
1518 -      Order deny,allow<br />
1519 -      Deny from all<br />
1520 -      Allow from <var>dev.example.com</var>
1521 -    </code></p></div>
1522 -
1523 -    <p>Listing just the <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code>
1524 -    directive would not do what you want, because it will let folks from that
1525 -    host in, in addition to letting everyone in. What you want is to let
1526 -    <em>only</em> those folks in.</p>
1527 +    <p>Other options are available. Consult the
1528 +    <code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code> documentation for more details.</p>
1529  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
1530  <div class="section">
1531  <h2><a name="moreinformation" id="moreinformation">More information</a></h2>
1532 @@ -390,6 +376,10 @@
1533      contain some more information about how this all works.
1534      <code class="module"><a href="../mod/mod_authn_alias.html">mod_authn_alias</a></code> can also help in simplifying certain
1535      authentication configurations.</p>
1536 +
1537 +    <p>And you may want to look at the <a href="access.html">Access
1538 +    Control</a> howto, which discusses a number of related topics.</p>
1539 +
1540  </div></div>
1541  <div class="bottomlang">
1542  <p><span>Available Languages: </span><a href="../en/howto/auth.html" title="English">&nbsp;en&nbsp;</a> |
1543 diff -ur httpd-2.2.0/docs/manual/howto/auth.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/howto/auth.html.ja.euc-jp
1544 --- httpd-2.2.0/docs/manual/howto/auth.html.ja.euc-jp   2005-11-13 08:38:36.000000000 +0200
1545 +++ httpd-2.2.0-branch/docs/manual/howto/auth.html.ja.euc-jp    2005-12-22 04:02:45.000000000 +0200
1546 @@ -16,7 +16,7 @@
1547  <img alt="" src="../images/feather.gif" /></div>
1548  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1549  <div id="path">
1550 -<a 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>
1551 +<a 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>
1552  <div class="toplang">
1553  <p><span>Available Languages: </span><a href="../en/howto/auth.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1554  <a href="../ja/howto/auth.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1555 diff -ur httpd-2.2.0/docs/manual/howto/auth.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/howto/auth.html.ko.euc-kr
1556 --- httpd-2.2.0/docs/manual/howto/auth.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
1557 +++ httpd-2.2.0-branch/docs/manual/howto/auth.html.ko.euc-kr    2005-12-22 04:02:45.000000000 +0200
1558 @@ -17,7 +17,7 @@
1559  <img alt="" src="../images/feather.gif" /></div>
1560  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1561  <div id="path">
1562 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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),
1563 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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),
1564  Á¢±ÙÁ¦¾î(Access Control)</h1>
1565  <div class="toplang">
1566  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/auth.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1567 diff -ur httpd-2.2.0/docs/manual/howto/cgi.html.en httpd-2.2.0-branch/docs/manual/howto/cgi.html.en
1568 --- httpd-2.2.0/docs/manual/howto/cgi.html.en   2005-11-13 08:38:36.000000000 +0200
1569 +++ httpd-2.2.0-branch/docs/manual/howto/cgi.html.en    2005-12-22 04:02:45.000000000 +0200
1570 @@ -16,7 +16,7 @@
1571  <img alt="" src="../images/feather.gif" /></div>
1572  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1573  <div id="path">
1574 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
1575 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1576  <div class="toplang">
1577  <p><span>Available Languages: </span><a href="../en/howto/cgi.html" title="English">&nbsp;en&nbsp;</a> |
1578  <a href="../ja/howto/cgi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1579 diff -ur httpd-2.2.0/docs/manual/howto/cgi.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/howto/cgi.html.ja.euc-jp
1580 --- httpd-2.2.0/docs/manual/howto/cgi.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
1581 +++ httpd-2.2.0-branch/docs/manual/howto/cgi.html.ja.euc-jp     2005-12-22 04:02:45.000000000 +0200
1582 @@ -16,7 +16,7 @@
1583  <img alt="" src="../images/feather.gif" /></div>
1584  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1585  <div id="path">
1586 -<a 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>
1587 +<a 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>
1588  <div class="toplang">
1589  <p><span>Available Languages: </span><a href="../en/howto/cgi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1590  <a href="../ja/howto/cgi.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1591 diff -ur httpd-2.2.0/docs/manual/howto/cgi.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/howto/cgi.html.ko.euc-kr
1592 --- httpd-2.2.0/docs/manual/howto/cgi.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
1593 +++ httpd-2.2.0-branch/docs/manual/howto/cgi.html.ko.euc-kr     2005-12-22 04:02:45.000000000 +0200
1594 @@ -16,7 +16,7 @@
1595  <img alt="" src="../images/feather.gif" /></div>
1596  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1597  <div id="path">
1598 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
1599 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1600  <div class="toplang">
1601  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/cgi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1602  <a href="../ja/howto/cgi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1603 diff -ur httpd-2.2.0/docs/manual/howto/htaccess.html.en httpd-2.2.0-branch/docs/manual/howto/htaccess.html.en
1604 --- httpd-2.2.0/docs/manual/howto/htaccess.html.en      2005-11-13 08:38:36.000000000 +0200
1605 +++ httpd-2.2.0-branch/docs/manual/howto/htaccess.html.en       2005-12-22 04:02:45.000000000 +0200
1606 @@ -16,7 +16,7 @@
1607  <img alt="" src="../images/feather.gif" /></div>
1608  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1609  <div id="path">
1610 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
1611 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1612  <div class="toplang">
1613  <p><span>Available Languages: </span><a href="../en/howto/htaccess.html" title="English">&nbsp;en&nbsp;</a> |
1614  <a href="../ja/howto/htaccess.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1615 diff -ur httpd-2.2.0/docs/manual/howto/htaccess.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/howto/htaccess.html.ja.euc-jp
1616 --- httpd-2.2.0/docs/manual/howto/htaccess.html.ja.euc-jp       2005-11-13 08:38:36.000000000 +0200
1617 +++ httpd-2.2.0-branch/docs/manual/howto/htaccess.html.ja.euc-jp        2005-12-22 04:02:45.000000000 +0200
1618 @@ -16,7 +16,7 @@
1619  <img alt="" src="../images/feather.gif" /></div>
1620  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1621  <div id="path">
1622 -<a 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>
1623 +<a 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>
1624  <div class="toplang">
1625  <p><span>Available Languages: </span><a href="../en/howto/htaccess.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1626  <a href="../ja/howto/htaccess.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1627 diff -ur httpd-2.2.0/docs/manual/howto/htaccess.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/howto/htaccess.html.ko.euc-kr
1628 --- httpd-2.2.0/docs/manual/howto/htaccess.html.ko.euc-kr       2005-11-13 08:38:36.000000000 +0200
1629 +++ httpd-2.2.0-branch/docs/manual/howto/htaccess.html.ko.euc-kr        2005-12-22 04:02:45.000000000 +0200
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 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>
1635 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1636  <div class="toplang">
1637  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/htaccess.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1638  <a href="../ja/howto/htaccess.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1639 diff -ur httpd-2.2.0/docs/manual/howto/htaccess.html.pt-br httpd-2.2.0-branch/docs/manual/howto/htaccess.html.pt-br
1640 --- httpd-2.2.0/docs/manual/howto/htaccess.html.pt-br   2005-11-13 08:38:36.000000000 +0200
1641 +++ httpd-2.2.0-branch/docs/manual/howto/htaccess.html.pt-br    2005-12-22 04:02:45.000000000 +0200
1642 @@ -16,7 +16,7 @@
1643  <img alt="" src="../images/feather.gif" /></div>
1644  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1645  <div id="path">
1646 -<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>
1647 +<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>
1648  <div class="toplang">
1649  <p><span>Línguas Disponíveis: </span><a href="../en/howto/htaccess.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1650  <a href="../ja/howto/htaccess.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1651 diff -ur httpd-2.2.0/docs/manual/howto/index.html.en httpd-2.2.0-branch/docs/manual/howto/index.html.en
1652 --- httpd-2.2.0/docs/manual/howto/index.html.en 2005-11-13 08:38:36.000000000 +0200
1653 +++ httpd-2.2.0-branch/docs/manual/howto/index.html.en  2005-12-22 04:02:45.000000000 +0200
1654 @@ -16,7 +16,7 @@
1655  <img alt="" src="../images/feather.gif" /></div>
1656  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1657  <div id="path">
1658 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1659 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1660  <div class="toplang">
1661  <p><span>Available Languages: </span><a href="../en/howto/" title="English">&nbsp;en&nbsp;</a> |
1662  <a href="../ja/howto/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1663 @@ -30,18 +30,30 @@
1664      
1665  
1666      <dl>
1667 -      <dt>Authentication</dt>
1668 +      <dt>Authentication and Authorization</dt>
1669        <dd>
1670          <p>Authentication is any process by which you verify that
1671          someone is who they claim they are. Authorization is any
1672          process by which someone is allowed to be where they want to
1673          go, or to have information that they want to have.</p>
1674  
1675 -        <p>See: <a href="auth.html">Authentication, Authorization, and Access Control</a></p>
1676 +        <p>See: <a href="auth.html">Authentication, Authorization</a></p>
1677        </dd>
1678      </dl>
1679  
1680      <dl>
1681 +      <dt>Access Control</dt>
1682 +      <dd>
1683 +        <p>Access control refers to the process of restricting, or
1684 +        granting access to a resource based on arbitrary criteria. There
1685 +        are a variety of different ways that this can be
1686 +        accomplished.</p>
1687 +
1688 +        <p>See: <a href="access.html">Access Control</a></p>
1689 +      </dd>
1690 +    </dl>
1691 +
1692 +   <dl>
1693        <dt>Dynamic Content with CGI</dt>
1694        <dd>
1695          <p>The CGI (Common Gateway Interface) defines a way for a web
1696 diff -ur httpd-2.2.0/docs/manual/howto/index.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/howto/index.html.ja.euc-jp
1697 --- httpd-2.2.0/docs/manual/howto/index.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
1698 +++ httpd-2.2.0-branch/docs/manual/howto/index.html.ja.euc-jp   2005-12-22 04:02:45.000000000 +0200
1699 @@ -16,12 +16,14 @@
1700  <img alt="" src="../images/feather.gif" /></div>
1701  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1702  <div id="path">
1703 -<a 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>
1704 +<a 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>
1705  <div class="toplang">
1706  <p><span>Available Languages: </span><a href="../en/howto/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1707  <a href="../ja/howto/" title="Japanese">&nbsp;ja&nbsp;</a> |
1708  <a href="../ko/howto/" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
1709  </div>
1710 +<div class="outofdate">This translation may be out of date. Check the
1711 +            English version for recent changes.</div>
1712  </div>
1713  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
1714  <div class="section">
1715 diff -ur httpd-2.2.0/docs/manual/howto/index.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/howto/index.html.ko.euc-kr
1716 --- httpd-2.2.0/docs/manual/howto/index.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
1717 +++ httpd-2.2.0-branch/docs/manual/howto/index.html.ko.euc-kr   2005-12-22 04:02:45.000000000 +0200
1718 @@ -16,12 +16,14 @@
1719  <img alt="" src="../images/feather.gif" /></div>
1720  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1721  <div id="path">
1722 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1723 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1724  <div class="toplang">
1725  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1726  <a href="../ja/howto/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1727  <a href="../ko/howto/" title="Korean">&nbsp;ko&nbsp;</a></p>
1728  </div>
1729 +<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
1730 +            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
1731  </div>
1732  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
1733  <div class="section">
1734 diff -ur httpd-2.2.0/docs/manual/howto/public_html.html.en httpd-2.2.0-branch/docs/manual/howto/public_html.html.en
1735 --- httpd-2.2.0/docs/manual/howto/public_html.html.en   2005-11-13 08:38:36.000000000 +0200
1736 +++ httpd-2.2.0-branch/docs/manual/howto/public_html.html.en    2005-12-22 04:02:45.000000000 +0200
1737 @@ -16,7 +16,7 @@
1738  <img alt="" src="../images/feather.gif" /></div>
1739  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1740  <div id="path">
1741 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
1742 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1743  <div class="toplang">
1744  <p><span>Available Languages: </span><a href="../en/howto/public_html.html" title="English">&nbsp;en&nbsp;</a> |
1745  <a href="../ja/howto/public_html.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1746 diff -ur httpd-2.2.0/docs/manual/howto/public_html.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/howto/public_html.html.ja.euc-jp
1747 --- httpd-2.2.0/docs/manual/howto/public_html.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
1748 +++ httpd-2.2.0-branch/docs/manual/howto/public_html.html.ja.euc-jp     2005-12-22 04:02:45.000000000 +0200
1749 @@ -16,7 +16,7 @@
1750  <img alt="" src="../images/feather.gif" /></div>
1751  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1752  <div id="path">
1753 -<a 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>
1754 +<a 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>
1755  <div class="toplang">
1756  <p><span>Available Languages: </span><a href="../en/howto/public_html.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1757  <a href="../ja/howto/public_html.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1758 diff -ur httpd-2.2.0/docs/manual/howto/public_html.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/howto/public_html.html.ko.euc-kr
1759 --- httpd-2.2.0/docs/manual/howto/public_html.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
1760 +++ httpd-2.2.0-branch/docs/manual/howto/public_html.html.ko.euc-kr     2005-12-22 04:02:45.000000000 +0200
1761 @@ -16,7 +16,7 @@
1762  <img alt="" src="../images/feather.gif" /></div>
1763  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1764  <div id="path">
1765 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
1766 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1767  <div class="toplang">
1768  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/public_html.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1769  <a href="../ja/howto/public_html.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1770 diff -ur httpd-2.2.0/docs/manual/howto/ssi.html.en httpd-2.2.0-branch/docs/manual/howto/ssi.html.en
1771 --- httpd-2.2.0/docs/manual/howto/ssi.html.en   2005-11-13 08:38:36.000000000 +0200
1772 +++ httpd-2.2.0-branch/docs/manual/howto/ssi.html.en    2005-12-22 04:02:45.000000000 +0200
1773 @@ -16,7 +16,7 @@
1774  <img alt="" src="../images/feather.gif" /></div>
1775  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1776  <div id="path">
1777 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
1778 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1779  <div class="toplang">
1780  <p><span>Available Languages: </span><a href="../en/howto/ssi.html" title="English">&nbsp;en&nbsp;</a> |
1781  <a href="../ja/howto/ssi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1782 diff -ur httpd-2.2.0/docs/manual/howto/ssi.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/howto/ssi.html.ja.euc-jp
1783 --- httpd-2.2.0/docs/manual/howto/ssi.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
1784 +++ httpd-2.2.0-branch/docs/manual/howto/ssi.html.ja.euc-jp     2005-12-22 04:02:45.000000000 +0200
1785 @@ -16,7 +16,7 @@
1786  <img alt="" src="../images/feather.gif" /></div>
1787  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1788  <div id="path">
1789 -<a 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>
1790 +<a 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>
1791  <div class="toplang">
1792  <p><span>Available Languages: </span><a href="../en/howto/ssi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1793  <a href="../ja/howto/ssi.html" title="Japanese">&nbsp;ja&nbsp;</a> |
1794 diff -ur httpd-2.2.0/docs/manual/howto/ssi.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/howto/ssi.html.ko.euc-kr
1795 --- httpd-2.2.0/docs/manual/howto/ssi.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
1796 +++ httpd-2.2.0-branch/docs/manual/howto/ssi.html.ko.euc-kr     2005-12-22 04:02:45.000000000 +0200
1797 @@ -16,7 +16,7 @@
1798  <img alt="" src="../images/feather.gif" /></div>
1799  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
1800  <div id="path">
1801 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
1802 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
1803  <div class="toplang">
1804  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/howto/ssi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1805  <a href="../ja/howto/ssi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
1806 diff -ur httpd-2.2.0/docs/manual/index.html.de httpd-2.2.0-branch/docs/manual/index.html.de
1807 --- httpd-2.2.0/docs/manual/index.html.de       2005-11-13 18:04:55.000000000 +0200
1808 +++ httpd-2.2.0-branch/docs/manual/index.html.de        2005-12-22 04:02:45.000000000 +0200
1809 @@ -18,7 +18,7 @@
1810  <img alt="" src="./images/feather.gif" /></div>
1811  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1812  <div id="path">
1813 -<a href="http://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>
1814 +<a href="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>
1815  <div id="page-content"><h1>Dokumentation zum Apache HTTP Server Version
1816  2.2</h1>
1817  <div class="toplang">
1818 diff -ur httpd-2.2.0/docs/manual/index.html.en httpd-2.2.0-branch/docs/manual/index.html.en
1819 --- httpd-2.2.0/docs/manual/index.html.en       2005-11-13 18:04:55.000000000 +0200
1820 +++ httpd-2.2.0-branch/docs/manual/index.html.en        2005-12-22 04:02:45.000000000 +0200
1821 @@ -18,7 +18,7 @@
1822  <img alt="" src="./images/feather.gif" /></div>
1823  <div class="up"><a href="http://httpd.apache.org/docs-project/"><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 Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a></div>
1826 +<a href="http://www.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>
1827  <div id="page-content"><h1>Apache HTTP Server Version 2.2
1828  Documentation</h1>
1829  <div class="toplang">
1830 diff -ur httpd-2.2.0/docs/manual/index.html.es httpd-2.2.0-branch/docs/manual/index.html.es
1831 --- httpd-2.2.0/docs/manual/index.html.es       2005-11-13 18:04:55.000000000 +0200
1832 +++ httpd-2.2.0-branch/docs/manual/index.html.es        2005-12-22 04:02:45.000000000 +0200
1833 @@ -18,7 +18,7 @@
1834  <img alt="" src="./images/feather.gif" /></div>
1835  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1836  <div id="path">
1837 -<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>
1838 +<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>
1839  <div id="page-content"><h1>Versión 2.2 de la documentación del
1840  Servidor de HTTP Apache</h1>
1841  <div class="toplang">
1842 diff -ur httpd-2.2.0/docs/manual/index.html.fr httpd-2.2.0-branch/docs/manual/index.html.fr
1843 --- httpd-2.2.0/docs/manual/index.html.fr       2005-11-13 18:04:55.000000000 +0200
1844 +++ httpd-2.2.0-branch/docs/manual/index.html.fr        2005-12-22 04:02:46.000000000 +0200
1845 @@ -18,7 +18,7 @@
1846  <img alt="" src="./images/feather.gif" /></div>
1847  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1848  <div id="path">
1849 -<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>
1850 +<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>
1851  <div id="page-content"><h1>Documentation du Serveur HTTP Apache Version
1852  2.2</h1>
1853  <div class="toplang">
1854 diff -ur httpd-2.2.0/docs/manual/index.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/index.html.ja.euc-jp
1855 --- httpd-2.2.0/docs/manual/index.html.ja.euc-jp        2005-11-13 18:04:55.000000000 +0200
1856 +++ httpd-2.2.0-branch/docs/manual/index.html.ja.euc-jp 2005-12-22 04:02:46.000000000 +0200
1857 @@ -17,7 +17,7 @@
1858  <img alt="" src="./images/feather.gif" /></div>
1859  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1860  <div id="path">
1861 -<a 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>
1862 +<a 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>
1863  <div id="page-content"><h1>Apache HTTP ¥µ¡¼¥Ð ¥Ð¡¼¥¸¥ç¥ó 2.2 ¥É¥­¥å¥á¥ó¥È</h1>
1864  <div class="toplang">
1865  <p><span>Available Languages: </span><a href="./de/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1866 diff -ur httpd-2.2.0/docs/manual/index.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/index.html.ko.euc-kr
1867 --- httpd-2.2.0/docs/manual/index.html.ko.euc-kr        2005-11-13 18:04:55.000000000 +0200
1868 +++ httpd-2.2.0-branch/docs/manual/index.html.ko.euc-kr 2005-12-22 04:02:47.000000000 +0200
1869 @@ -17,7 +17,7 @@
1870  <img alt="" src="./images/feather.gif" /></div>
1871  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1872  <div id="path">
1873 -<a href="http://www.apache.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>
1874 +<a href="http://www.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>
1875  <div id="page-content"><h1>Apache HTTP Server Version 2.2 ¹®¼­</h1>
1876  <div class="toplang">
1877  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1878 diff -ur httpd-2.2.0/docs/manual/index.html.pt-br httpd-2.2.0-branch/docs/manual/index.html.pt-br
1879 --- httpd-2.2.0/docs/manual/index.html.pt-br    2005-11-13 18:04:55.000000000 +0200
1880 +++ httpd-2.2.0-branch/docs/manual/index.html.pt-br     2005-12-22 04:02:46.000000000 +0200
1881 @@ -18,7 +18,7 @@
1882  <img alt="" src="./images/feather.gif" /></div>
1883  <div class="up"><a href="http://httpd.apache.org/docs-project/"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1884  <div id="path">
1885 -<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>
1886 +<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>
1887  <div id="page-content"><h1>Documentação do Servidor HTTP Apache Versão
1888  2.2</h1>
1889  <div class="toplang">
1890 diff -ur httpd-2.2.0/docs/manual/install.html.de httpd-2.2.0-branch/docs/manual/install.html.de
1891 --- httpd-2.2.0/docs/manual/install.html.de     2005-11-16 19:55:37.000000000 +0200
1892 +++ httpd-2.2.0-branch/docs/manual/install.html.de      2005-12-22 04:02:46.000000000 +0200
1893 @@ -16,7 +16,7 @@
1894  <img alt="" src="./images/feather.gif" /></div>
1895  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1896  <div id="path">
1897 -<a href="http://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>
1898 +<a href="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>
1899  <div class="toplang">
1900  <p><span>Verfügbare Sprachen: </span><a href="./de/install.html" title="Deutsch">&nbsp;de&nbsp;</a> |
1901  <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1902 diff -ur httpd-2.2.0/docs/manual/install.html.en httpd-2.2.0-branch/docs/manual/install.html.en
1903 --- httpd-2.2.0/docs/manual/install.html.en     2005-11-15 21:39:58.000000000 +0200
1904 +++ httpd-2.2.0-branch/docs/manual/install.html.en      2005-12-22 04:02:46.000000000 +0200
1905 @@ -16,7 +16,7 @@
1906  <img alt="" src="./images/feather.gif" /></div>
1907  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1908  <div id="path">
1909 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
1910 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
1911  <div class="toplang">
1912  <p><span>Available Languages: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1913  <a href="./en/install.html" title="English">&nbsp;en&nbsp;</a> |
1914 @@ -70,8 +70,8 @@
1915          <td><a href="#extract">Extract</a></td>
1916  
1917          <td><code>$ gzip -d httpd-<em>NN</em>.tar.gz<br />
1918 -         $ tar xvf httpd-<em>NN</em>.tar</code><br />
1919 -         $ cd httpd-<em>NN</em></td>
1920 +         $ tar xvf httpd-<em>NN</em>.tar<br />
1921 +         $ cd httpd-<em>NN</em></code></td>
1922        </tr>
1923  
1924        <tr>
1925 @@ -133,7 +133,7 @@
1926        <dt>ANSI-C Compiler and Build System</dt>
1927        <dd>Make sure you have an ANSI-C compiler installed. The <a href="http://www.gnu.org/software/gcc/gcc.html">GNU C
1928        compiler (GCC)</a> from the <a href="http://www.gnu.org/">Free Software Foundation (FSF)</a>
1929 -      is recommended (version 2.7.2 is fine). If you don't have GCC
1930 +      is recommended. If you don't have GCC
1931        then at least make sure your vendor's compiler is ANSI
1932        compliant. In addition, your <code>PATH</code> must contain
1933        basic build tools such as <code>make</code>.</dd>
1934 @@ -161,6 +161,35 @@
1935        <code class="program"><a href="./programs/configure.html">configure</a></code> script, you will not be able to use 
1936        the affected support scripts. Of course, you will still be able to 
1937        build and use Apache httpd.</dd>
1938 +
1939 +      <dt><a href="http://apr.apache.org">apr/apr-util &gt;= 1.2</a></dt>
1940 +      <dd><code>apr</code> and <code>apr-util</code> are bundled
1941 +      with the Apache httpd source releases, and will be used without any 
1942 +      problems in almost all circumstances. However, if 
1943 +      <code>apr</code> or <code>apr-util</code>, versions 1.0 or 1.1,
1944 +      are installed on your system, you must either upgrade your
1945 +      <code>apr</code>/<code>apr-util</code> installations to
1946 +      1.2, or have httpd use seperate builds. To use the bundled 
1947 +      <code>apr</code>/<code>apr-util</code> sources for this
1948 +      purpose you must install them manually:
1949 +<div class="example"><p><code>
1950 +# Build and install apr 1.2<br />
1951 +cd srclib/apr<br />
1952 +./configure --prefix=/usr/local/apr-httpd/<br />
1953 +make<br />
1954 +make install<br />
1955 +<br />
1956 +# Build and install apr-util 1.2<br />
1957 +cd ../apr-util<br />
1958 +./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/<br />
1959 +make<br />
1960 +make install<br />
1961 +<br />
1962 +# Configure httpd<br />
1963 +cd ../../<br />
1964 +./configure --with-apr=/usr/local/apr-httpd/ --with-apr-util=/usr/local/apr-util-httpd/<br />
1965 +</code></p></div>
1966 +      </dd>
1967      </dl>
1968  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
1969  <div class="section">
1970 diff -ur httpd-2.2.0/docs/manual/install.html.es httpd-2.2.0-branch/docs/manual/install.html.es
1971 --- httpd-2.2.0/docs/manual/install.html.es     2005-11-13 18:04:55.000000000 +0200
1972 +++ httpd-2.2.0-branch/docs/manual/install.html.es      2005-12-22 04:02:46.000000000 +0200
1973 @@ -16,7 +16,7 @@
1974  <img alt="" src="./images/feather.gif" /></div>
1975  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1976  <div id="path">
1977 -<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>
1978 +<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>
1979  <div class="toplang">
1980  <p><span>Idiomas disponibles: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1981  <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1982 diff -ur httpd-2.2.0/docs/manual/install.html.fr httpd-2.2.0-branch/docs/manual/install.html.fr
1983 --- httpd-2.2.0/docs/manual/install.html.fr     2005-11-13 18:04:55.000000000 +0200
1984 +++ httpd-2.2.0-branch/docs/manual/install.html.fr      2005-12-22 04:02:46.000000000 +0200
1985 @@ -16,7 +16,7 @@
1986  <img alt="" src="./images/feather.gif" /></div>
1987  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
1988  <div id="path">
1989 -<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>
1990 +<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>
1991  <div class="toplang">
1992  <p><span>Langues Disponibles: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
1993  <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
1994 diff -ur httpd-2.2.0/docs/manual/install.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/install.html.ja.euc-jp
1995 --- httpd-2.2.0/docs/manual/install.html.ja.euc-jp      2005-11-13 18:04:55.000000000 +0200
1996 +++ httpd-2.2.0-branch/docs/manual/install.html.ja.euc-jp       2005-12-22 04:02:46.000000000 +0200
1997 @@ -16,7 +16,7 @@
1998  <img alt="" src="./images/feather.gif" /></div>
1999  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
2000  <div id="path">
2001 -<a 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>
2002 +<a 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>
2003  <div class="toplang">
2004  <p><span>Available Languages: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2005  <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2006 diff -ur httpd-2.2.0/docs/manual/install.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/install.html.ko.euc-kr
2007 --- httpd-2.2.0/docs/manual/install.html.ko.euc-kr      2005-11-13 18:04:55.000000000 +0200
2008 +++ httpd-2.2.0-branch/docs/manual/install.html.ko.euc-kr       2005-12-22 04:02:47.000000000 +0200
2009 @@ -16,7 +16,7 @@
2010  <img alt="" src="./images/feather.gif" /></div>
2011  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
2012  <div id="path">
2013 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2014 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2015  <div class="toplang">
2016  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2017  <a href="./en/install.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2018 diff -ur httpd-2.2.0/docs/manual/invoking.html.de httpd-2.2.0-branch/docs/manual/invoking.html.de
2019 --- httpd-2.2.0/docs/manual/invoking.html.de    2005-11-13 08:38:36.000000000 +0200
2020 +++ httpd-2.2.0-branch/docs/manual/invoking.html.de     2005-12-22 04:02:46.000000000 +0200
2021 @@ -16,7 +16,7 @@
2022  <img alt="" src="./images/feather.gif" /></div>
2023  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
2024  <div id="path">
2025 -<a href="http://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>
2026 +<a href="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>
2027  <div class="toplang">
2028  <p><span>Verfügbare Sprachen: </span><a href="./de/invoking.html" title="Deutsch">&nbsp;de&nbsp;</a> |
2029  <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2030 diff -ur httpd-2.2.0/docs/manual/invoking.html.en httpd-2.2.0-branch/docs/manual/invoking.html.en
2031 --- httpd-2.2.0/docs/manual/invoking.html.en    2005-11-13 08:38:36.000000000 +0200
2032 +++ httpd-2.2.0-branch/docs/manual/invoking.html.en     2005-12-22 04:02:46.000000000 +0200
2033 @@ -16,7 +16,7 @@
2034  <img alt="" src="./images/feather.gif" /></div>
2035  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
2036  <div id="path">
2037 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2038 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2039  <div class="toplang">
2040  <p><span>Available Languages: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2041  <a href="./en/invoking.html" title="English">&nbsp;en&nbsp;</a> |
2042 diff -ur httpd-2.2.0/docs/manual/invoking.html.es httpd-2.2.0-branch/docs/manual/invoking.html.es
2043 --- httpd-2.2.0/docs/manual/invoking.html.es    2005-11-13 08:38:36.000000000 +0200
2044 +++ httpd-2.2.0-branch/docs/manual/invoking.html.es     2005-12-22 04:02:46.000000000 +0200
2045 @@ -16,7 +16,7 @@
2046  <img alt="" src="./images/feather.gif" /></div>
2047  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
2048  <div id="path">
2049 -<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>
2050 +<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>
2051  <div class="toplang">
2052  <p><span>Idiomas disponibles: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2053  <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2054 diff -ur httpd-2.2.0/docs/manual/invoking.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/invoking.html.ja.euc-jp
2055 --- httpd-2.2.0/docs/manual/invoking.html.ja.euc-jp     2005-11-13 08:38:36.000000000 +0200
2056 +++ httpd-2.2.0-branch/docs/manual/invoking.html.ja.euc-jp      2005-12-22 04:02:46.000000000 +0200
2057 @@ -16,7 +16,7 @@
2058  <img alt="" src="./images/feather.gif" /></div>
2059  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
2060  <div id="path">
2061 -<a 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>
2062 +<a 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>
2063  <div class="toplang">
2064  <p><span>Available Languages: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2065  <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2066 diff -ur httpd-2.2.0/docs/manual/invoking.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/invoking.html.ko.euc-kr
2067 --- httpd-2.2.0/docs/manual/invoking.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
2068 +++ httpd-2.2.0-branch/docs/manual/invoking.html.ko.euc-kr      2005-12-22 04:02:45.000000000 +0200
2069 @@ -16,7 +16,7 @@
2070  <img alt="" src="./images/feather.gif" /></div>
2071  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
2072  <div id="path">
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-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>¾ÆÆÄÄ¡ ½ÃÀÛ</h1>
2074 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2075  <div class="toplang">
2076  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/invoking.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2077  <a href="./en/invoking.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2078 diff -ur httpd-2.2.0/docs/manual/license.html.en httpd-2.2.0-branch/docs/manual/license.html.en
2079 --- httpd-2.2.0/docs/manual/license.html.en     2005-11-13 08:38:36.000000000 +0200
2080 +++ httpd-2.2.0-branch/docs/manual/license.html.en      2005-12-22 04:02:46.000000000 +0200
2081 @@ -16,7 +16,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></div><div id="page-content"><div id="preamble"><h1>The Apache License, Version 2.0</h1>
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></div><div id="page-content"><div id="preamble"><h1>The Apache License, Version 2.0</h1>
2087  <div class="toplang">
2088  <p><span>Available Languages: </span><a href="./en/license.html" title="English">&nbsp;en&nbsp;</a></p>
2089  </div>
2090 diff -ur httpd-2.2.0/docs/manual/logs.html.en httpd-2.2.0-branch/docs/manual/logs.html.en
2091 --- httpd-2.2.0/docs/manual/logs.html.en        2005-11-13 10:04:30.000000000 +0200
2092 +++ httpd-2.2.0-branch/docs/manual/logs.html.en 2005-12-22 04:02:46.000000000 +0200
2093 @@ -16,7 +16,7 @@
2094  <img alt="" src="./images/feather.gif" /></div>
2095  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
2096  <div id="path">
2097 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
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/">Documentation</a> &gt; <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Log Files</h1>
2099  <div class="toplang">
2100  <p><span>Available Languages: </span><a href="./en/logs.html" title="English">&nbsp;en&nbsp;</a> |
2101  <a href="./ja/logs.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
2102 diff -ur httpd-2.2.0/docs/manual/logs.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/logs.html.ja.euc-jp
2103 --- httpd-2.2.0/docs/manual/logs.html.ja.euc-jp 2005-11-13 08:38:36.000000000 +0200
2104 +++ httpd-2.2.0-branch/docs/manual/logs.html.ja.euc-jp  2005-12-22 04:02:45.000000000 +0200
2105 @@ -16,7 +16,7 @@
2106  <img alt="" src="./images/feather.gif" /></div>
2107  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
2108  <div id="path">
2109 -<a 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>
2110 +<a 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>
2111  <div class="toplang">
2112  <p><span>Available Languages: </span><a href="./en/logs.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2113  <a href="./ja/logs.html" title="Japanese">&nbsp;ja&nbsp;</a> |
2114 diff -ur httpd-2.2.0/docs/manual/logs.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/logs.html.ko.euc-kr
2115 --- httpd-2.2.0/docs/manual/logs.html.ko.euc-kr 2005-11-13 08:38:36.000000000 +0200
2116 +++ httpd-2.2.0-branch/docs/manual/logs.html.ko.euc-kr  2005-12-22 04:02:46.000000000 +0200
2117 @@ -16,7 +16,7 @@
2118  <img alt="" src="./images/feather.gif" /></div>
2119  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
2120  <div id="path">
2121 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2122 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2123  <div class="toplang">
2124  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/logs.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2125  <a href="./ja/logs.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
2126 diff -ur httpd-2.2.0/docs/manual/misc/index.html.en httpd-2.2.0-branch/docs/manual/misc/index.html.en
2127 --- httpd-2.2.0/docs/manual/misc/index.html.en  2005-11-13 08:38:36.000000000 +0200
2128 +++ httpd-2.2.0-branch/docs/manual/misc/index.html.en   2005-12-22 04:02:46.000000000 +0200
2129 @@ -16,7 +16,7 @@
2130  <img alt="" src="../images/feather.gif" /></div>
2131  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2132  <div id="path">
2133 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2134 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2135  <div class="toplang">
2136  <p><span>Available Languages: </span><a href="../en/misc/" title="English">&nbsp;en&nbsp;</a> |
2137  <a href="../ko/misc/" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
2138 diff -ur httpd-2.2.0/docs/manual/misc/index.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/misc/index.html.ko.euc-kr
2139 --- httpd-2.2.0/docs/manual/misc/index.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
2140 +++ httpd-2.2.0-branch/docs/manual/misc/index.html.ko.euc-kr    2005-12-22 04:02:46.000000000 +0200
2141 @@ -16,7 +16,7 @@
2142  <img alt="" src="../images/feather.gif" /></div>
2143  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2144  <div id="path">
2145 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2146 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2147  <div class="toplang">
2148  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2149  <a href="../ko/misc/" title="Korean">&nbsp;ko&nbsp;</a></p>
2150 diff -ur httpd-2.2.0/docs/manual/misc/perf-tuning.html.en httpd-2.2.0-branch/docs/manual/misc/perf-tuning.html.en
2151 --- httpd-2.2.0/docs/manual/misc/perf-tuning.html.en    2005-11-13 08:38:36.000000000 +0200
2152 +++ httpd-2.2.0-branch/docs/manual/misc/perf-tuning.html.en     2005-12-22 04:02:46.000000000 +0200
2153 @@ -16,7 +16,7 @@
2154  <img alt="" src="../images/feather.gif" /></div>
2155  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2156  <div id="path">
2157 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2158 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2159  <div class="toplang">
2160  <p><span>Available Languages: </span><a href="../en/misc/perf-tuning.html" title="English">&nbsp;en&nbsp;</a> |
2161  <a href="../ko/misc/perf-tuning.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
2162 diff -ur httpd-2.2.0/docs/manual/misc/perf-tuning.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/misc/perf-tuning.html.ko.euc-kr
2163 --- httpd-2.2.0/docs/manual/misc/perf-tuning.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
2164 +++ httpd-2.2.0-branch/docs/manual/misc/perf-tuning.html.ko.euc-kr      2005-12-22 04:02:46.000000000 +0200
2165 @@ -16,7 +16,7 @@
2166  <img alt="" src="../images/feather.gif" /></div>
2167  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2168  <div id="path">
2169 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2170 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2171  <div class="toplang">
2172  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/perf-tuning.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2173  <a href="../ko/misc/perf-tuning.html" title="Korean">&nbsp;ko&nbsp;</a></p>
2174 diff -ur httpd-2.2.0/docs/manual/misc/relevant_standards.html.en httpd-2.2.0-branch/docs/manual/misc/relevant_standards.html.en
2175 --- httpd-2.2.0/docs/manual/misc/relevant_standards.html.en     2005-11-13 08:38:36.000000000 +0200
2176 +++ httpd-2.2.0-branch/docs/manual/misc/relevant_standards.html.en      2005-12-22 04:02:46.000000000 +0200
2177 @@ -16,7 +16,7 @@
2178  <img alt="" src="../images/feather.gif" /></div>
2179  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2180  <div id="path">
2181 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2182 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2183  <div class="toplang">
2184  <p><span>Available Languages: </span><a href="../en/misc/relevant_standards.html" title="English">&nbsp;en&nbsp;</a> |
2185  <a href="../ko/misc/relevant_standards.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
2186 diff -ur httpd-2.2.0/docs/manual/misc/relevant_standards.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/misc/relevant_standards.html.ko.euc-kr
2187 --- httpd-2.2.0/docs/manual/misc/relevant_standards.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
2188 +++ httpd-2.2.0-branch/docs/manual/misc/relevant_standards.html.ko.euc-kr       2005-12-22 04:02:46.000000000 +0200
2189 @@ -16,7 +16,7 @@
2190  <img alt="" src="../images/feather.gif" /></div>
2191  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2192  <div id="path">
2193 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2194 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2195  <div class="toplang">
2196  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/relevant_standards.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2197  <a href="../ko/misc/relevant_standards.html" title="Korean">&nbsp;ko&nbsp;</a></p>
2198 diff -ur httpd-2.2.0/docs/manual/misc/rewriteguide.html.en httpd-2.2.0-branch/docs/manual/misc/rewriteguide.html.en
2199 --- httpd-2.2.0/docs/manual/misc/rewriteguide.html.en   2005-11-13 08:38:36.000000000 +0200
2200 +++ httpd-2.2.0-branch/docs/manual/misc/rewriteguide.html.en    2005-12-22 04:02:46.000000000 +0200
2201 @@ -16,7 +16,7 @@
2202  <img alt="" src="../images/feather.gif" /></div>
2203  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2204  <div id="path">
2205 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2206 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2207  <div class="toplang">
2208  <p><span>Available Languages: </span><a href="../en/misc/rewriteguide.html" title="English">&nbsp;en&nbsp;</a> |
2209  <a href="../ko/misc/rewriteguide.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
2210 diff -ur httpd-2.2.0/docs/manual/misc/rewriteguide.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/misc/rewriteguide.html.ko.euc-kr
2211 --- httpd-2.2.0/docs/manual/misc/rewriteguide.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
2212 +++ httpd-2.2.0-branch/docs/manual/misc/rewriteguide.html.ko.euc-kr     2005-12-22 04:02:46.000000000 +0200
2213 @@ -16,7 +16,7 @@
2214  <img alt="" src="../images/feather.gif" /></div>
2215  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2216  <div id="path">
2217 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2218 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2219  <div class="toplang">
2220  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/rewriteguide.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2221  <a href="../ko/misc/rewriteguide.html" title="Korean">&nbsp;ko&nbsp;</a></p>
2222 @@ -512,7 +512,7 @@
2223  
2224      
2225  
2226 -    <h3>NCSA imagemapÀ» ¾ÆÆÄÄ¡ <code>mod_imap</code>À¸·Î</h3>
2227 +    <h3>NCSA imagemapÀ» ¾ÆÆÄÄ¡ <code>mod_imagemap</code>À¸·Î</h3>
2228  
2229        
2230  
2231 @@ -523,7 +523,7 @@
2232            <p>»ç¶÷µéÀº NCSA À¥¼­¹ö¿¡¼­ Çö´ëÀûÀΠ¾ÆÆÄÄ¡ À¥¼­¹ö·Î
2233            ÀÚ¿¬½º·´°Ô ¿Å°Ü°¡±æ ¹Ù¶õ´Ù. ±×·¡¼­ ¿À·¡µÈ NCSA
2234            <code>imagemap</code> ÇÁ·Î±×·¥À» »ç¿ëÇÑ ÆäÀÌÁö¸¦ Çö´ëÀûÀÎ
2235 -          ¾ÆÆÄÄ¡ <code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code>·Î Ã³¸®Çϱ根ٶõ´Ù.
2236 +          ¾ÆÆÄÄ¡ <code class="module"><a href="../mod/mod_imagemap.html">mod_imagemap</a></code>·Î Ã³¸®Çϱ根ٶõ´Ù.
2237            ¹®Á¦´Â <code>imagemap</code> ÇÁ·Î±×·¥À»
2238            <code>/cgi-bin/imagemap/path/to/page.map</code>°ú
2239            °°ÀÌ ÂüÁ¶Çϴ ÇÏÀÌÆÛ¸µÅ©°¡ ¸¹´Ù´Â °ÍÀÌ´Ù. ¾ÆÆÄÄ¡´Â
2240 diff -ur httpd-2.2.0/docs/manual/misc/security_tips.html.en httpd-2.2.0-branch/docs/manual/misc/security_tips.html.en
2241 --- httpd-2.2.0/docs/manual/misc/security_tips.html.en  2005-11-13 08:38:36.000000000 +0200
2242 +++ httpd-2.2.0-branch/docs/manual/misc/security_tips.html.en   2005-12-22 04:02:46.000000000 +0200
2243 @@ -16,7 +16,7 @@
2244  <img alt="" src="../images/feather.gif" /></div>
2245  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2246  <div id="path">
2247 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2248 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2249  <div class="toplang">
2250  <p><span>Available Languages: </span><a href="../en/misc/security_tips.html" title="English">&nbsp;en&nbsp;</a> |
2251  <a href="../ko/misc/security_tips.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
2252 diff -ur httpd-2.2.0/docs/manual/misc/security_tips.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/misc/security_tips.html.ko.euc-kr
2253 --- httpd-2.2.0/docs/manual/misc/security_tips.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
2254 +++ httpd-2.2.0-branch/docs/manual/misc/security_tips.html.ko.euc-kr    2005-12-22 04:02:46.000000000 +0200
2255 @@ -16,7 +16,7 @@
2256  <img alt="" src="../images/feather.gif" /></div>
2257  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2258  <div id="path">
2259 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2260 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2261  <div class="toplang">
2262  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/misc/security_tips.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2263  <a href="../ko/misc/security_tips.html" title="Korean">&nbsp;ko&nbsp;</a></p>
2264 diff -ur httpd-2.2.0/docs/manual/mod/beos.html.de httpd-2.2.0-branch/docs/manual/mod/beos.html.de
2265 --- httpd-2.2.0/docs/manual/mod/beos.html.de    2005-11-13 08:38:36.000000000 +0200
2266 +++ httpd-2.2.0-branch/docs/manual/mod/beos.html.de     2005-12-22 04:02:46.000000000 +0200
2267 @@ -17,7 +17,7 @@
2268  <img alt="" src="../images/feather.gif" /></div>
2269  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2270  <div id="path">
2271 -<a href="http://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>
2272 +<a href="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>
2273  <div id="page-content">
2274  <div id="preamble"><h1>Apache-MPM beos</h1>
2275  <div class="toplang">
2276 diff -ur httpd-2.2.0/docs/manual/mod/beos.html.en httpd-2.2.0-branch/docs/manual/mod/beos.html.en
2277 --- httpd-2.2.0/docs/manual/mod/beos.html.en    2005-11-13 08:38:36.000000000 +0200
2278 +++ httpd-2.2.0-branch/docs/manual/mod/beos.html.en     2005-12-22 04:02:46.000000000 +0200
2279 @@ -17,7 +17,7 @@
2280  <img alt="" src="../images/feather.gif" /></div>
2281  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2282  <div id="path">
2283 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2284 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2285  <div id="page-content">
2286  <div id="preamble"><h1>Apache MPM beos</h1>
2287  <div class="toplang">
2288 diff -ur httpd-2.2.0/docs/manual/mod/beos.html.es httpd-2.2.0-branch/docs/manual/mod/beos.html.es
2289 --- httpd-2.2.0/docs/manual/mod/beos.html.es    2005-11-13 08:38:36.000000000 +0200
2290 +++ httpd-2.2.0-branch/docs/manual/mod/beos.html.es     2005-12-22 04:02:46.000000000 +0200
2291 @@ -17,7 +17,7 @@
2292  <img alt="" src="../images/feather.gif" /></div>
2293  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2294  <div id="path">
2295 -<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>
2296 +<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>
2297  <div id="page-content">
2298  <div id="preamble"><h1>MPM de Apache beos</h1>
2299  <div class="toplang">
2300 diff -ur httpd-2.2.0/docs/manual/mod/beos.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/beos.html.ko.euc-kr
2301 --- httpd-2.2.0/docs/manual/mod/beos.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
2302 +++ httpd-2.2.0-branch/docs/manual/mod/beos.html.ko.euc-kr      2005-12-22 04:02:45.000000000 +0200
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="./">¸ðµâ</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="./">¸ðµâ</a></div>
2309  <div id="page-content">
2310  <div id="preamble"><h1>¾ÆÆÄÄ¡ MPM beos</h1>
2311  <div class="toplang">
2312 diff -ur httpd-2.2.0/docs/manual/mod/core.html.de httpd-2.2.0-branch/docs/manual/mod/core.html.de
2313 --- httpd-2.2.0/docs/manual/mod/core.html.de    2005-11-13 08:38:36.000000000 +0200
2314 +++ httpd-2.2.0-branch/docs/manual/mod/core.html.de     2005-12-22 04:02:46.000000000 +0200
2315 @@ -17,7 +17,7 @@
2316  <img alt="" src="../images/feather.gif" /></div>
2317  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2318  <div id="path">
2319 -<a href="http://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>
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/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
2321  <div id="page-content">
2322  <div id="preamble"><h1>Apache-Kernfunktionen</h1>
2323  <div class="toplang">
2324 diff -ur httpd-2.2.0/docs/manual/mod/core.html.en httpd-2.2.0-branch/docs/manual/mod/core.html.en
2325 --- httpd-2.2.0/docs/manual/mod/core.html.en    2005-11-18 21:51:49.000000000 +0200
2326 +++ httpd-2.2.0-branch/docs/manual/mod/core.html.en     2005-12-22 04:02:46.000000000 +0200
2327 @@ -17,7 +17,7 @@
2328  <img alt="" src="../images/feather.gif" /></div>
2329  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2330  <div id="path">
2331 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2332 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2333  <div id="page-content">
2334  <div id="preamble"><h1>Apache Core Features</h1>
2335  <div class="toplang">
2336 @@ -2399,7 +2399,7 @@
2337      <p>This directive selects which authenticated users can access a
2338      resource.  The restrictions are processed by authorization
2339      modules.  Some of the allowed syntaxes provided by
2340 -    <code class="module"><a href="../mod/mod_authz_owner.html">mod_authz_owner</a></code> and
2341 +    <code class="module"><a href="../mod/mod_authz_user.html">mod_authz_user</a></code> and
2342      <code class="module"><a href="../mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code> are:</p>
2343  
2344      <dl>
2345 @@ -2441,6 +2441,36 @@
2346      place the <code class="directive">Require</code> statement into a
2347      <code class="directive"><a href="#limit">&lt;Limit&gt;</a></code>
2348      section.</p>
2349
2350 +    <p>If <code class="directive">Require</code> is used together with 
2351 +    the <code class="directive"><a href="../mod/mod_authz_host.html#allow">Allow</a></code> or
2352 +    <code class="directive"><a href="../mod/mod_authz_host.html#deny">Deny</a></code> directives,
2353 +    then the interaction of these restrictions is controlled by
2354 +    the <code class="directive"><a href="#satisfy">Satisfy</a></code> directive.</p>
2355 +
2356 +    <div class="note"><h3>Removing controls in subdirectories</h3>
2357 +    <p>The following example shows how to use the <code class="directive"><a href="#satisfy">Satisfy</a></code> directive to disable access
2358 +    controls in a subdirectory of a protected directory.  This
2359 +    technique should be used with caution, because it will also
2360 +    disable any access controls imposed by
2361 +    <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>.</p>
2362 +    <div class="example"><p><code>
2363 +      &lt;Directory /path/to/protected/&gt;<br />
2364 +        <span class="indent">
2365 +        Require user david<br />
2366 +        </span>
2367 +      &lt;/Directory&gt;<br />
2368 +      &lt;Directory /path/to/protected/unprotected&gt;<br />
2369 +        <span class="indent">
2370 +        # All access controls and authentication are disabled<br />
2371 +        # in this directory<br />
2372 +        Satisfy Any<br />
2373 +        Allow from all<br />
2374 +        </span>
2375 +      &lt;/Directory&gt;<br />
2376 +    </code></p></div>
2377 +    </div>
2378 +      
2379  
2380  <h3>See also</h3>
2381  <ul>
2382 diff -ur httpd-2.2.0/docs/manual/mod/core.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/core.html.ja.euc-jp
2383 --- httpd-2.2.0/docs/manual/mod/core.html.ja.euc-jp     2005-11-13 08:38:36.000000000 +0200
2384 +++ httpd-2.2.0-branch/docs/manual/mod/core.html.ja.euc-jp      2005-12-22 04:02:46.000000000 +0200
2385 @@ -17,7 +17,7 @@
2386  <img alt="" src="../images/feather.gif" /></div>
2387  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2388  <div id="path">
2389 -<a 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>
2390 +<a 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>
2391  <div id="page-content">
2392  <div id="preamble"><h1>Apache ¥³¥¢µ¡Ç½</h1>
2393  <div class="toplang">
2394 diff -ur httpd-2.2.0/docs/manual/mod/directive-dict.html.en httpd-2.2.0-branch/docs/manual/mod/directive-dict.html.en
2395 --- httpd-2.2.0/docs/manual/mod/directive-dict.html.en  2005-11-13 08:38:36.000000000 +0200
2396 +++ httpd-2.2.0-branch/docs/manual/mod/directive-dict.html.en   2005-12-22 04:02:46.000000000 +0200
2397 @@ -16,7 +16,7 @@
2398  <img alt="" src="../images/feather.gif" /></div>
2399  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2400  <div id="path">
2401 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2402 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2403  <div class="toplang">
2404  <p><span>Available Languages: </span><a href="../en/mod/directive-dict.html" title="English">&nbsp;en&nbsp;</a> |
2405  <a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
2406 diff -ur httpd-2.2.0/docs/manual/mod/directive-dict.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/directive-dict.html.ja.euc-jp
2407 --- httpd-2.2.0/docs/manual/mod/directive-dict.html.ja.euc-jp   2005-11-13 08:38:36.000000000 +0200
2408 +++ httpd-2.2.0-branch/docs/manual/mod/directive-dict.html.ja.euc-jp    2005-12-22 04:02:46.000000000 +0200
2409 @@ -16,7 +16,7 @@
2410  <img alt="" src="../images/feather.gif" /></div>
2411  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2412  <div id="path">
2413 -<a 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>
2414 +<a 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>
2415  <div class="toplang">
2416  <p><span>Available Languages: </span><a href="../en/mod/directive-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2417  <a href="../ja/mod/directive-dict.html" title="Japanese">&nbsp;ja&nbsp;</a> |
2418 diff -ur httpd-2.2.0/docs/manual/mod/directive-dict.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/directive-dict.html.ko.euc-kr
2419 --- httpd-2.2.0/docs/manual/mod/directive-dict.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
2420 +++ httpd-2.2.0-branch/docs/manual/mod/directive-dict.html.ko.euc-kr    2005-12-22 04:02:46.000000000 +0200
2421 @@ -16,7 +16,7 @@
2422  <img alt="" src="../images/feather.gif" /></div>
2423  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2424  <div id="path">
2425 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2426 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2427  <div class="toplang">
2428  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/mod/directive-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2429  <a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
2430 diff -ur httpd-2.2.0/docs/manual/mod/directives.html.de httpd-2.2.0-branch/docs/manual/mod/directives.html.de
2431 --- httpd-2.2.0/docs/manual/mod/directives.html.de      2005-11-13 08:38:36.000000000 +0200
2432 +++ httpd-2.2.0-branch/docs/manual/mod/directives.html.de       2005-12-22 04:02:45.000000000 +0200
2433 @@ -16,7 +16,7 @@
2434  <img alt="" src="../images/feather.gif" /></div>
2435  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2436  <div id="path">
2437 -<a href="http://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>
2438 +<a href="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>
2439  <div class="toplang">
2440  <p><span>Verfügbare Sprachen: </span><a href="../de/mod/directives.html" title="Deutsch">&nbsp;de&nbsp;</a> |
2441  <a href="../en/mod/directives.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2442 diff -ur httpd-2.2.0/docs/manual/mod/directives.html.en httpd-2.2.0-branch/docs/manual/mod/directives.html.en
2443 --- httpd-2.2.0/docs/manual/mod/directives.html.en      2005-11-15 21:39:58.000000000 +0200
2444 +++ httpd-2.2.0-branch/docs/manual/mod/directives.html.en       2005-12-22 04:02:45.000000000 +0200
2445 @@ -16,7 +16,7 @@
2446  <img alt="" src="../images/feather.gif" /></div>
2447  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2448  <div id="path">
2449 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2450 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2451  <div class="toplang">
2452  <p><span>Available Languages: </span><a href="../de/mod/directives.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2453  <a href="../en/mod/directives.html" title="English">&nbsp;en&nbsp;</a> |
2454 diff -ur httpd-2.2.0/docs/manual/mod/directives.html.es httpd-2.2.0-branch/docs/manual/mod/directives.html.es
2455 --- httpd-2.2.0/docs/manual/mod/directives.html.es      2005-11-16 19:55:37.000000000 +0200
2456 +++ httpd-2.2.0-branch/docs/manual/mod/directives.html.es       2005-12-22 04:02:45.000000000 +0200
2457 @@ -16,7 +16,7 @@
2458  <img alt="" src="../images/feather.gif" /></div>
2459  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2460  <div id="path">
2461 -<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>
2462 +<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>
2463  <div class="toplang">
2464  <p><span>Idiomas disponibles: </span><a href="../de/mod/directives.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2465  <a href="../en/mod/directives.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2466 diff -ur httpd-2.2.0/docs/manual/mod/directives.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/directives.html.ja.euc-jp
2467 --- httpd-2.2.0/docs/manual/mod/directives.html.ja.euc-jp       2005-11-13 08:38:36.000000000 +0200
2468 +++ httpd-2.2.0-branch/docs/manual/mod/directives.html.ja.euc-jp        2005-12-22 04:02:46.000000000 +0200
2469 @@ -16,7 +16,7 @@
2470  <img alt="" src="../images/feather.gif" /></div>
2471  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2472  <div id="path">
2473 -<a 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>
2474 +<a 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>
2475  <div class="toplang">
2476  <p><span>Available Languages: </span><a href="../de/mod/directives.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2477  <a href="../en/mod/directives.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2478 diff -ur httpd-2.2.0/docs/manual/mod/directives.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/directives.html.ko.euc-kr
2479 --- httpd-2.2.0/docs/manual/mod/directives.html.ko.euc-kr       2005-11-16 19:55:37.000000000 +0200
2480 +++ httpd-2.2.0-branch/docs/manual/mod/directives.html.ko.euc-kr        2005-12-22 04:02:46.000000000 +0200
2481 @@ -16,7 +16,7 @@
2482  <img alt="" src="../images/feather.gif" /></div>
2483  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2484  <div id="path">
2485 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2486 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2487  <div class="toplang">
2488  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/mod/directives.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2489  <a href="../en/mod/directives.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2490 @@ -201,9 +201,9 @@
2491  <li><a href="core.html#ifdefine">&lt;IfDefine&gt;</a></li>
2492  <li><a href="core.html#ifmodule">&lt;IfModule&gt;</a></li>
2493  <li><a href="mod_version.html#ifversion">&lt;IfVersion&gt;</a></li>
2494 -<li><a href="mod_imap.html#imapbase">ImapBase</a></li>
2495 -<li><a href="mod_imap.html#imapdefault">ImapDefault</a></li>
2496 -<li><a href="mod_imap.html#imapmenu">ImapMenu</a></li>
2497 +<li><a href="mod_imagemap.html#imapbase">ImapBase</a></li>
2498 +<li><a href="mod_imagemap.html#imapdefault">ImapDefault</a></li>
2499 +<li><a href="mod_imagemap.html#imapmenu">ImapMenu</a></li>
2500  <li><a href="core.html#include">Include</a></li>
2501  <li><a href="mod_autoindex.html#indexignore">IndexIgnore</a></li>
2502  <li><a href="mod_autoindex.html#indexoptions">IndexOptions</a></li>
2503 diff -ur httpd-2.2.0/docs/manual/mod/event.html.en httpd-2.2.0-branch/docs/manual/mod/event.html.en
2504 --- httpd-2.2.0/docs/manual/mod/event.html.en   2005-11-13 08:38:36.000000000 +0200
2505 +++ httpd-2.2.0-branch/docs/manual/mod/event.html.en    2005-12-22 04:02:46.000000000 +0200
2506 @@ -17,7 +17,7 @@
2507  <img alt="" src="../images/feather.gif" /></div>
2508  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2509  <div id="path">
2510 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2511 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2512  <div id="page-content">
2513  <div id="preamble"><h1>Apache MPM event</h1>
2514  <div class="toplang">
2515 @@ -31,23 +31,23 @@
2516  <h3>Summary</h3>
2517  
2518      <div class="warning"><h3>Warning</h3>
2519 -      <p>This MPM is experimental, so it may or may not work
2520 -      as expected.</p>
2521 +      <p>This MPM is experimental, so it may or may not work as
2522 +      expected.</p> 
2523      </div>
2524 -    
2525 +
2526 +    <p>The <code class="module"><a href="../mod/event.html">event</a></code> Multi-Processing Module (MPM) is
2527 +    designed to allow more requests to be served simultaneously by
2528 +    passing off some processing work to supporting threads, freeing up
2529 +    the main threads to work on new requests.  It is based on the
2530 +    <code class="module"><a href="../mod/worker.html">worker</a></code> MPM, which implements a hybrid
2531 +    multi-process multi-threaded server.  Run-time configuration
2532 +    directives are identical to those provided by
2533 +    <code class="module"><a href="../mod/worker.html">worker</a></code>.</p>
2534 +
2535      <p>To use the <code class="module"><a href="../mod/event.html">event</a></code> MPM, add
2536        <code>--with-mpm=event</code> to the <code class="program"><a href="../programs/configure.html">configure</a></code>
2537        script's arguments when building the <code class="program"><a href="../programs/httpd.html">httpd</a></code>.</p>
2538 -  
2539 -    <p>This MPM depends on <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a>'s atomic
2540 -    compare-and-swap operations for thread synchronization. If you are
2541 -    compiling for an x86 target and you don't need to support 386s, or
2542 -    you are compiling for a SPARC and you don't need to run on
2543 -    pre-UltraSPARC chips, add
2544 -    <code>--enable-nonportable-atomics=yes</code> to the
2545 -    <code class="program"><a href="../programs/configure.html">configure</a></code> script's arguments. This will cause
2546 -    APR to implement atomic operations using efficient opcodes not
2547 -    available in older CPUs.</p> 
2548 +
2549  </div>
2550  <div id="quickview"><h3 class="directives">Directives</h3>
2551  <ul id="toc">
2552 @@ -73,8 +73,70 @@
2553  <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#threadstacksize">ThreadStackSize</a></li>
2554  <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#user">User</a></li>
2555  </ul>
2556 -</div>
2557 +<h3>Topics</h3>
2558 +<ul id="topics">
2559 +<li><img alt="" src="../images/down.gif" /> <a href="#how-it-works">How it Works</a></li>
2560 +<li><img alt="" src="../images/down.gif" /> <a href="#requirements">Requirements</a></li>
2561 +<li><img alt="" src="../images/down.gif" /> <a href="#issues">Issues</a></li>
2562 +</ul><h3>See also</h3>
2563 +<ul class="seealso">
2564 +<li><a href="worker.html">The worker MPM</a></li>
2565 +</ul></div>
2566 +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
2567 +<div class="section">
2568 +<h2><a name="how-it-works" id="how-it-works">How it Works</a></h2>
2569 +    <p>This MPM tries to fix the 'keep alive problem' in HTTP. After a client
2570 +    completes the first request, the client can keep the connection
2571 +    open, and send further requests using the same socket. This can
2572 +    save signifigant overhead in creating TCP connections. However,
2573 +    Apache traditionally keeps an entire child process/thread waiting
2574 +    for data from the client, which brings its own disadvantages. To
2575 +    solve this problem, this MPM uses a dedicated thread to handle both
2576 +    the Listening sockets, and all sockets that are in a Keep Alive
2577 +    state.</p>
2578 +
2579 +    <p>The MPM assumes that the underlying <code>apr_pollset</code>
2580 +    implementation is reasonably threadsafe. This enables the MPM to
2581 +    avoid excessive high level locking, or having to wake up the listener
2582 +    thread in order to send it a keep-alive socket. This is currently
2583 +    only compatible with KQueue and EPoll.</p>
2584  
2585 +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
2586 +<div class="section">
2587 +<h2><a name="requirements" id="requirements">Requirements</a></h2>
2588 +    <p>This MPM depends on <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a>'s atomic
2589 +    compare-and-swap operations for thread synchronization. If you are
2590 +    compiling for an x86 target and you don't need to support 386s, or
2591 +    you are compiling for a SPARC and you don't need to run on
2592 +    pre-UltraSPARC chips, add
2593 +    <code>--enable-nonportable-atomics=yes</code> to the
2594 +    <code class="program"><a href="../programs/configure.html">configure</a></code> script's arguments. This will cause
2595 +    APR to implement atomic operations using efficient opcodes not
2596 +    available in older CPUs.</p>
2597 +
2598 +    <p>This MPM does not perform well on older platforms which lack good
2599 +    threading, but the requirement for EPoll or KQueue makes this
2600 +    moot.</p>
2601 +
2602 +    <ul>
2603 +    
2604 +      <li>To use this MPM on FreeBSD, FreeBSD 5.3 or higher is recommended.
2605 +      However, it is possible to run this MPM on FreeBSD 5.2.1, if you
2606 +      use <code>libkse</code> (see <code>man libmap.conf</code>).</li>
2607 +
2608 +      <li>For NetBSD, at least version 2.0 is recommended.</li>
2609 +
2610 +      <li>For Linux, a 2.6 kernel is recommended. It is also necessary to
2611 +      ensure that your version of <code>glibc</code> has been compiled
2612 +      with support for EPoll.</li>
2613 +
2614 +    </ul>
2615 +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
2616 +<div class="section">
2617 +<h2><a name="issues" id="issues">Issues</a></h2>
2618 +    <p>At present, this MPM is incompatible with <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code>, and
2619 +    other input filters.</p>
2620 +</div>
2621  </div>
2622  <div class="bottomlang">
2623  <p><span>Available Languages: </span><a href="../en/mod/event.html" title="English">&nbsp;en&nbsp;</a></p>
2624 diff -ur httpd-2.2.0/docs/manual/mod/index.html.de httpd-2.2.0-branch/docs/manual/mod/index.html.de
2625 --- httpd-2.2.0/docs/manual/mod/index.html.de   2005-11-13 08:38:36.000000000 +0200
2626 +++ httpd-2.2.0-branch/docs/manual/mod/index.html.de    2005-12-22 04:02:46.000000000 +0200
2627 @@ -16,7 +16,7 @@
2628  <img alt="" src="../images/feather.gif" /></div>
2629  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2630  <div id="path">
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-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Modul-Index</h1>
2632 +<a href="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>
2633  <div class="toplang">
2634  <p><span>Verfügbare Sprachen: </span><a href="../de/mod/" title="Deutsch">&nbsp;de&nbsp;</a> |
2635  <a href="../en/mod/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2636 diff -ur httpd-2.2.0/docs/manual/mod/index.html.en httpd-2.2.0-branch/docs/manual/mod/index.html.en
2637 --- httpd-2.2.0/docs/manual/mod/index.html.en   2005-11-13 08:38:36.000000000 +0200
2638 +++ httpd-2.2.0-branch/docs/manual/mod/index.html.en    2005-12-22 04:02:46.000000000 +0200
2639 @@ -16,7 +16,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></div><div id="page-content"><div id="preamble"><h1>Module Index</h1>
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></div><div id="page-content"><div id="preamble"><h1>Module Index</h1>
2645  <div class="toplang">
2646  <p><span>Available Languages: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2647  <a href="../en/mod/" title="English">&nbsp;en&nbsp;</a> |
2648 diff -ur httpd-2.2.0/docs/manual/mod/index.html.es httpd-2.2.0-branch/docs/manual/mod/index.html.es
2649 --- httpd-2.2.0/docs/manual/mod/index.html.es   2005-11-13 08:38:36.000000000 +0200
2650 +++ httpd-2.2.0-branch/docs/manual/mod/index.html.es    2005-12-22 04:02:46.000000000 +0200
2651 @@ -16,7 +16,7 @@
2652  <img alt="" src="../images/feather.gif" /></div>
2653  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2654  <div id="path">
2655 -<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>
2656 +<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>
2657  <div class="toplang">
2658  <p><span>Idiomas disponibles: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2659  <a href="../en/mod/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2660 diff -ur httpd-2.2.0/docs/manual/mod/index.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/index.html.ja.euc-jp
2661 --- httpd-2.2.0/docs/manual/mod/index.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
2662 +++ httpd-2.2.0-branch/docs/manual/mod/index.html.ja.euc-jp     2005-12-22 04:02:45.000000000 +0200
2663 @@ -16,7 +16,7 @@
2664  <img alt="" src="../images/feather.gif" /></div>
2665  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2666  <div id="path">
2667 -<a 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>
2668 +<a 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>
2669  <div class="toplang">
2670  <p><span>Available Languages: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2671  <a href="../en/mod/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2672 diff -ur httpd-2.2.0/docs/manual/mod/index.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/index.html.ko.euc-kr
2673 --- httpd-2.2.0/docs/manual/mod/index.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
2674 +++ httpd-2.2.0-branch/docs/manual/mod/index.html.ko.euc-kr     2005-12-22 04:02:46.000000000 +0200
2675 @@ -16,7 +16,7 @@
2676  <img alt="" src="../images/feather.gif" /></div>
2677  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2678  <div id="path">
2679 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
2680 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
2681  <div class="toplang">
2682  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/mod/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
2683  <a href="../en/mod/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
2684 @@ -112,7 +112,7 @@
2685  <dt><a href="mod_filter.html">mod_filter</a></dt><dd>Context-sensitive smart filter configuration module</dd>
2686  <dt><a href="mod_headers.html" id="H" name="H">mod_headers</a></dt><dd>HTTP ¿äû Çì´õ¿Í ÀÀ´ä Çì´õ ¼öÁ¤</dd>
2687  <dt><a href="mod_ident.html" id="I" name="I">mod_ident</a></dt><dd>RFC 1413 ident °Ë»ö</dd>
2688 -<dt><a href="mod_imap.html">mod_imap</a></dt><dd>¼­¹öÃø À̹ÌÁö¸Ê(imagemap) Ã³¸®</dd>
2689 +<dt><a href="mod_imagemap.html">mod_imagemap</a></dt><dd>¼­¹öÃø À̹ÌÁö¸Ê(imagemap) Ã³¸®</dd>
2690  <dt><a href="mod_include.html">mod_include</a></dt><dd>Server-parsed html documents (Server Side Includes)</dd>
2691  <dt><a href="mod_info.html">mod_info</a></dt><dd>¼­¹ö ¼³Á¤¿¡ ´ëÇÑ Á¾ÇÕÀûÀΠÁ¤º¸¸¦ º¸¿©ÁØ´Ù</dd>
2692  <dt><a href="mod_isapi.html">mod_isapi</a></dt><dd>Windows¿ë ¾ÆÆÄÄ¡¿¡¼­ ISAPI Extension »ç¿ë</dd>
2693 diff -ur httpd-2.2.0/docs/manual/mod/mod_actions.html.de httpd-2.2.0-branch/docs/manual/mod/mod_actions.html.de
2694 --- httpd-2.2.0/docs/manual/mod/mod_actions.html.de     2005-11-13 08:38:36.000000000 +0200
2695 +++ httpd-2.2.0-branch/docs/manual/mod/mod_actions.html.de      2005-12-22 04:02:46.000000000 +0200
2696 @@ -17,7 +17,7 @@
2697  <img alt="" src="../images/feather.gif" /></div>
2698  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2699  <div id="path">
2700 -<a href="http://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>
2701 +<a href="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>
2702  <div id="page-content">
2703  <div id="preamble"><h1>Apache-Modul mod_actions</h1>
2704  <div class="toplang">
2705 diff -ur httpd-2.2.0/docs/manual/mod/mod_actions.html.en httpd-2.2.0-branch/docs/manual/mod/mod_actions.html.en
2706 --- httpd-2.2.0/docs/manual/mod/mod_actions.html.en     2005-11-13 08:38:36.000000000 +0200
2707 +++ httpd-2.2.0-branch/docs/manual/mod/mod_actions.html.en      2005-12-22 04:02:46.000000000 +0200
2708 @@ -17,7 +17,7 @@
2709  <img alt="" src="../images/feather.gif" /></div>
2710  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2711  <div id="path">
2712 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2713 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2714  <div id="page-content">
2715  <div id="preamble"><h1>Apache Module mod_actions</h1>
2716  <div class="toplang">
2717 diff -ur httpd-2.2.0/docs/manual/mod/mod_actions.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_actions.html.ja.euc-jp
2718 --- httpd-2.2.0/docs/manual/mod/mod_actions.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
2719 +++ httpd-2.2.0-branch/docs/manual/mod/mod_actions.html.ja.euc-jp       2005-12-22 04:02:46.000000000 +0200
2720 @@ -17,7 +17,7 @@
2721  <img alt="" src="../images/feather.gif" /></div>
2722  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2723  <div id="path">
2724 -<a 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>
2725 +<a 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>
2726  <div id="page-content">
2727  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_actions</h1>
2728  <div class="toplang">
2729 diff -ur httpd-2.2.0/docs/manual/mod/mod_actions.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_actions.html.ko.euc-kr
2730 --- httpd-2.2.0/docs/manual/mod/mod_actions.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
2731 +++ httpd-2.2.0-branch/docs/manual/mod/mod_actions.html.ko.euc-kr       2005-12-22 04:02:46.000000000 +0200
2732 @@ -17,7 +17,7 @@
2733  <img alt="" src="../images/feather.gif" /></div>
2734  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2735  <div id="path">
2736 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2737 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2738  <div id="page-content">
2739  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_actions</h1>
2740  <div class="toplang">
2741 diff -ur httpd-2.2.0/docs/manual/mod/mod_alias.html.en httpd-2.2.0-branch/docs/manual/mod/mod_alias.html.en
2742 --- httpd-2.2.0/docs/manual/mod/mod_alias.html.en       2005-11-13 08:38:36.000000000 +0200
2743 +++ httpd-2.2.0-branch/docs/manual/mod/mod_alias.html.en        2005-12-22 04:02:45.000000000 +0200
2744 @@ -17,7 +17,7 @@
2745  <img alt="" src="../images/feather.gif" /></div>
2746  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2747  <div id="path">
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-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
2749 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2750  <div id="page-content">
2751  <div id="preamble"><h1>Apache Module mod_alias</h1>
2752  <div class="toplang">
2753 diff -ur httpd-2.2.0/docs/manual/mod/mod_alias.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_alias.html.ja.euc-jp
2754 --- httpd-2.2.0/docs/manual/mod/mod_alias.html.ja.euc-jp        2005-11-13 08:38:36.000000000 +0200
2755 +++ httpd-2.2.0-branch/docs/manual/mod/mod_alias.html.ja.euc-jp 2005-12-22 04:02:46.000000000 +0200
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 ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
2761 +<a 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>
2762  <div id="page-content">
2763  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_alias</h1>
2764  <div class="toplang">
2765 diff -ur httpd-2.2.0/docs/manual/mod/mod_alias.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_alias.html.ko.euc-kr
2766 --- httpd-2.2.0/docs/manual/mod/mod_alias.html.ko.euc-kr        2005-11-13 08:38:36.000000000 +0200
2767 +++ httpd-2.2.0-branch/docs/manual/mod/mod_alias.html.ko.euc-kr 2005-12-22 04:02:46.000000000 +0200
2768 @@ -17,7 +17,7 @@
2769  <img alt="" src="../images/feather.gif" /></div>
2770  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2771  <div id="path">
2772 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
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/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
2774  <div id="page-content">
2775  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_alias</h1>
2776  <div class="toplang">
2777 diff -ur httpd-2.2.0/docs/manual/mod/mod_asis.html.en httpd-2.2.0-branch/docs/manual/mod/mod_asis.html.en
2778 --- httpd-2.2.0/docs/manual/mod/mod_asis.html.en        2005-11-13 08:38:36.000000000 +0200
2779 +++ httpd-2.2.0-branch/docs/manual/mod/mod_asis.html.en 2005-12-22 04:02:46.000000000 +0200
2780 @@ -17,7 +17,7 @@
2781  <img alt="" src="../images/feather.gif" /></div>
2782  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2783  <div id="path">
2784 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2785 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2786  <div id="page-content">
2787  <div id="preamble"><h1>Apache Module mod_asis</h1>
2788  <div class="toplang">
2789 diff -ur httpd-2.2.0/docs/manual/mod/mod_asis.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_asis.html.ja.euc-jp
2790 --- httpd-2.2.0/docs/manual/mod/mod_asis.html.ja.euc-jp 2005-11-13 08:38:36.000000000 +0200
2791 +++ httpd-2.2.0-branch/docs/manual/mod/mod_asis.html.ja.euc-jp  2005-12-22 04:02:45.000000000 +0200
2792 @@ -17,7 +17,7 @@
2793  <img alt="" src="../images/feather.gif" /></div>
2794  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2795  <div id="path">
2796 -<a 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>
2797 +<a 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>
2798  <div id="page-content">
2799  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_asis</h1>
2800  <div class="toplang">
2801 diff -ur httpd-2.2.0/docs/manual/mod/mod_asis.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_asis.html.ko.euc-kr
2802 --- httpd-2.2.0/docs/manual/mod/mod_asis.html.ko.euc-kr 2005-11-13 08:38:36.000000000 +0200
2803 +++ httpd-2.2.0-branch/docs/manual/mod/mod_asis.html.ko.euc-kr  2005-12-22 04:02:45.000000000 +0200
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/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</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/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
2810  <div id="page-content">
2811  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_asis</h1>
2812  <div class="toplang">
2813 diff -ur httpd-2.2.0/docs/manual/mod/mod_auth_basic.html.en httpd-2.2.0-branch/docs/manual/mod/mod_auth_basic.html.en
2814 --- httpd-2.2.0/docs/manual/mod/mod_auth_basic.html.en  2005-11-16 19:55:37.000000000 +0200
2815 +++ httpd-2.2.0-branch/docs/manual/mod/mod_auth_basic.html.en   2005-12-22 04:02:45.000000000 +0200
2816 @@ -17,7 +17,7 @@
2817  <img alt="" src="../images/feather.gif" /></div>
2818  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2819  <div id="path">
2820 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2821 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2822  <div id="page-content">
2823  <div id="preamble"><h1>Apache Module mod_auth_basic</h1>
2824  <div class="toplang">
2825 @@ -49,6 +49,9 @@
2826  <ul class="seealso">
2827  <li><code class="directive"><a href="../mod/core.html#authname">AuthName</a></code></li>
2828  <li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li>
2829 +<li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
2830 +<li><code class="directive"><a href="../mod/core.html#satisfy">Satisfy</a></code></li>
2831 +<li><a href="../howto/auth.html">Authentication howto</a></li>
2832  </ul></div>
2833  
2834  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
2835 @@ -99,6 +102,7 @@
2836        &lt;Location /secure&gt;<br />
2837        <span class="indent">
2838          AuthType basic<br />
2839 +        AuthName "private area"<br />
2840          AuthBasicProvider  dbm<br />
2841          AuthDBMType        SDBM<br />
2842          AuthDBMUserFile    /www/etc/dbmpasswd<br />
2843 diff -ur httpd-2.2.0/docs/manual/mod/mod_auth_basic.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_auth_basic.html.ja.euc-jp
2844 --- httpd-2.2.0/docs/manual/mod/mod_auth_basic.html.ja.euc-jp   2005-11-16 19:55:37.000000000 +0200
2845 +++ httpd-2.2.0-branch/docs/manual/mod/mod_auth_basic.html.ja.euc-jp    2005-12-22 04:02:45.000000000 +0200
2846 @@ -17,7 +17,7 @@
2847  <img alt="" src="../images/feather.gif" /></div>
2848  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2849  <div id="path">
2850 -<a 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>
2851 +<a 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>
2852  <div id="page-content">
2853  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_auth_basic</h1>
2854  <div class="toplang">
2855 diff -ur httpd-2.2.0/docs/manual/mod/mod_auth_basic.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_auth_basic.html.ko.euc-kr
2856 --- httpd-2.2.0/docs/manual/mod/mod_auth_basic.html.ko.euc-kr   2005-11-16 19:55:37.000000000 +0200
2857 +++ httpd-2.2.0-branch/docs/manual/mod/mod_auth_basic.html.ko.euc-kr    2005-12-22 04:02:46.000000000 +0200
2858 @@ -17,7 +17,7 @@
2859  <img alt="" src="../images/feather.gif" /></div>
2860  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2861  <div id="path">
2862 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2863 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2864  <div id="page-content">
2865  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_auth_basic</h1>
2866  <div class="toplang">
2867 diff -ur httpd-2.2.0/docs/manual/mod/mod_auth_digest.html.en httpd-2.2.0-branch/docs/manual/mod/mod_auth_digest.html.en
2868 --- httpd-2.2.0/docs/manual/mod/mod_auth_digest.html.en 2005-11-16 19:55:37.000000000 +0200
2869 +++ httpd-2.2.0-branch/docs/manual/mod/mod_auth_digest.html.en  2005-12-22 04:02:46.000000000 +0200
2870 @@ -17,7 +17,7 @@
2871  <img alt="" src="../images/feather.gif" /></div>
2872  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2873  <div id="path">
2874 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2875 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2876  <div id="page-content">
2877  <div id="preamble"><h1>Apache Module mod_auth_digest</h1>
2878  <div class="toplang">
2879 @@ -56,6 +56,7 @@
2880  <li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li>
2881  <li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
2882  <li><code class="directive"><a href="../mod/core.html#satisfy">Satisfy</a></code></li>
2883 +<li><a href="../howto/auth.html">Authentication howto</a></li>
2884  </ul></div>
2885  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
2886  <div class="section">
2887 @@ -253,8 +254,8 @@
2888      by the <code class="module"><a href="../mod/mod_authn_file.html">mod_authn_file</a></code> module.  Make sure
2889      that the chosen provider module is present in the server.</p>
2890  
2891 -    <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>
2892 -    for providers.</p>
2893 +    <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>, 
2894 +    and <code class="module"><a href="../mod/mod_authn_dbd.html">mod_authn_dbd</a></code> for providers.</p>
2895  
2896  </div>
2897  <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
2898 diff -ur httpd-2.2.0/docs/manual/mod/mod_auth_digest.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_auth_digest.html.ko.euc-kr
2899 --- httpd-2.2.0/docs/manual/mod/mod_auth_digest.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
2900 +++ httpd-2.2.0-branch/docs/manual/mod/mod_auth_digest.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
2901 @@ -17,7 +17,7 @@
2902  <img alt="" src="../images/feather.gif" /></div>
2903  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2904  <div id="path">
2905 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2906 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2907  <div id="page-content">
2908  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_auth_digest</h1>
2909  <div class="toplang">
2910 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_alias.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authn_alias.html.en
2911 --- httpd-2.2.0/docs/manual/mod/mod_authn_alias.html.en 2005-11-13 08:38:36.000000000 +0200
2912 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_alias.html.en  2005-12-22 04:02:46.000000000 +0200
2913 @@ -17,7 +17,7 @@
2914  <img alt="" src="../images/feather.gif" /></div>
2915  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2916  <div id="path">
2917 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2918 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2919  <div id="page-content">
2920  <div id="preamble"><h1>Apache Module mod_authn_alias</h1>
2921  <div class="toplang">
2922 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_anon.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authn_anon.html.en
2923 --- httpd-2.2.0/docs/manual/mod/mod_authn_anon.html.en  2005-11-13 08:38:36.000000000 +0200
2924 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_anon.html.en   2005-12-22 04:02:45.000000000 +0200
2925 @@ -17,7 +17,7 @@
2926  <img alt="" src="../images/feather.gif" /></div>
2927  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2928  <div id="path">
2929 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
2930 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2931  <div id="page-content">
2932  <div id="preamble"><h1>Apache Module mod_authn_anon</h1>
2933  <div class="toplang">
2934 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_anon.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_authn_anon.html.ja.euc-jp
2935 --- httpd-2.2.0/docs/manual/mod/mod_authn_anon.html.ja.euc-jp   2005-11-13 08:38:36.000000000 +0200
2936 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_anon.html.ja.euc-jp    2005-12-22 04:02:46.000000000 +0200
2937 @@ -17,7 +17,7 @@
2938  <img alt="" src="../images/feather.gif" /></div>
2939  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2940  <div id="path">
2941 -<a 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>
2942 +<a 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>
2943  <div id="page-content">
2944  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authn_anon</h1>
2945  <div class="toplang">
2946 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_anon.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_authn_anon.html.ko.euc-kr
2947 --- httpd-2.2.0/docs/manual/mod/mod_authn_anon.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
2948 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_anon.html.ko.euc-kr    2005-12-22 04:02:46.000000000 +0200
2949 @@ -17,7 +17,7 @@
2950  <img alt="" src="../images/feather.gif" /></div>
2951  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
2952  <div id="path">
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-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
2954 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
2955  <div id="page-content">
2956  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authn_anon</h1>
2957  <div class="toplang">
2958 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_dbd.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authn_dbd.html.en
2959 --- httpd-2.2.0/docs/manual/mod/mod_authn_dbd.html.en   2005-11-13 08:38:36.000000000 +0200
2960 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_dbd.html.en    2005-12-22 04:02:45.000000000 +0200
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_authn_dbd</h1>
2969  <div class="toplang">
2970 @@ -110,7 +110,6 @@
2971  <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>SQL query to look up a password for a user</td></tr>
2972  <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthDBDUserPWQuery <var>query</var></code></td></tr>
2973  <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory</td></tr>
2974 -<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
2975  <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
2976  <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authn_dbd</td></tr>
2977  </table>
2978 @@ -132,18 +131,17 @@
2979  </td></tr>
2980  <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthDBDUserRealmQuery <var>query</var></code></td></tr>
2981  <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory</td></tr>
2982 -<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
2983  <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
2984  <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authn_dbd</td></tr>
2985  </table>
2986 -    <p>The <code class="directive">AuthDBDUserRealmPWQuery</code> specifies an
2987 +    <p>The <code class="directive">AuthDBDUserRealmQuery</code> specifies an
2988      SQL query to look up a password for a specified user and realm.
2989      The query must take two string (typically SQL varchar) arguments
2990      (username and realm), and return a single value (encrypted password).
2991      </p>
2992      <div class="example"><p><code>
2993 -    AuthDBDUserRealmPWQuery "SELECT password FROM authn
2994 -                                    WHERE username = %s AND realm = %s"
2995 +    AuthDBDUserRealmQuery "SELECT password FROM authn
2996 +                              WHERE username = %s AND realm = %s"
2997      </code></p></div>
2998  
2999  
3000 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_dbm.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authn_dbm.html.en
3001 --- httpd-2.2.0/docs/manual/mod/mod_authn_dbm.html.en   2005-11-13 08:38:36.000000000 +0200
3002 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_dbm.html.en    2005-12-22 04:02:46.000000000 +0200
3003 @@ -17,7 +17,7 @@
3004  <img alt="" src="../images/feather.gif" /></div>
3005  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3006  <div id="path">
3007 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3008 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3009  <div id="page-content">
3010  <div id="preamble"><h1>Apache Module mod_authn_dbm</h1>
3011  <div class="toplang">
3012 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_dbm.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_authn_dbm.html.ja.euc-jp
3013 --- httpd-2.2.0/docs/manual/mod/mod_authn_dbm.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
3014 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_dbm.html.ja.euc-jp     2005-12-22 04:02:46.000000000 +0200
3015 @@ -17,7 +17,7 @@
3016  <img alt="" src="../images/feather.gif" /></div>
3017  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3018  <div id="path">
3019 -<a 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>
3020 +<a 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>
3021  <div id="page-content">
3022  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authn_dbm</h1>
3023  <div class="toplang">
3024 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_dbm.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_authn_dbm.html.ko.euc-kr
3025 --- httpd-2.2.0/docs/manual/mod/mod_authn_dbm.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
3026 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_dbm.html.ko.euc-kr     2005-12-22 04:02:46.000000000 +0200
3027 @@ -17,7 +17,7 @@
3028  <img alt="" src="../images/feather.gif" /></div>
3029  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3030  <div id="path">
3031 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3032 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3033  <div id="page-content">
3034  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authn_dbm</h1>
3035  <div class="toplang">
3036 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_default.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authn_default.html.en
3037 --- httpd-2.2.0/docs/manual/mod/mod_authn_default.html.en       2005-11-13 08:38:36.000000000 +0200
3038 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_default.html.en        2005-12-22 04:02:45.000000000 +0200
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 Module mod_authn_default</h1>
3047  <div class="toplang">
3048 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_default.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_authn_default.html.ja.euc-jp
3049 --- httpd-2.2.0/docs/manual/mod/mod_authn_default.html.ja.euc-jp        2005-11-13 08:38:36.000000000 +0200
3050 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_default.html.ja.euc-jp 2005-12-22 04:02:46.000000000 +0200
3051 @@ -17,7 +17,7 @@
3052  <img alt="" src="../images/feather.gif" /></div>
3053  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3054  <div id="path">
3055 -<a 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>
3056 +<a 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>
3057  <div id="page-content">
3058  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authn_default</h1>
3059  <div class="toplang">
3060 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_default.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_authn_default.html.ko.euc-kr
3061 --- httpd-2.2.0/docs/manual/mod/mod_authn_default.html.ko.euc-kr        2005-11-13 08:38:36.000000000 +0200
3062 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_default.html.ko.euc-kr 2005-12-22 04:02:45.000000000 +0200
3063 @@ -17,7 +17,7 @@
3064  <img alt="" src="../images/feather.gif" /></div>
3065  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3066  <div id="path">
3067 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3068 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3069  <div id="page-content">
3070  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authn_default</h1>
3071  <div class="toplang">
3072 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_file.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authn_file.html.en
3073 --- httpd-2.2.0/docs/manual/mod/mod_authn_file.html.en  2005-11-13 08:38:36.000000000 +0200
3074 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_file.html.en   2005-12-22 04:02:45.000000000 +0200
3075 @@ -17,7 +17,7 @@
3076  <img alt="" src="../images/feather.gif" /></div>
3077  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3078  <div id="path">
3079 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3080 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3081  <div id="page-content">
3082  <div id="preamble"><h1>Apache Module mod_authn_file</h1>
3083  <div class="toplang">
3084 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_file.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_authn_file.html.ja.euc-jp
3085 --- httpd-2.2.0/docs/manual/mod/mod_authn_file.html.ja.euc-jp   2005-11-13 08:38:36.000000000 +0200
3086 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_file.html.ja.euc-jp    2005-12-22 04:02:46.000000000 +0200
3087 @@ -17,7 +17,7 @@
3088  <img alt="" src="../images/feather.gif" /></div>
3089  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3090  <div id="path">
3091 -<a 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>
3092 +<a 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>
3093  <div id="page-content">
3094  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authn_file</h1>
3095  <div class="toplang">
3096 diff -ur httpd-2.2.0/docs/manual/mod/mod_authn_file.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_authn_file.html.ko.euc-kr
3097 --- httpd-2.2.0/docs/manual/mod/mod_authn_file.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
3098 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authn_file.html.ko.euc-kr    2005-12-22 04:02:45.000000000 +0200
3099 @@ -17,7 +17,7 @@
3100  <img alt="" src="../images/feather.gif" /></div>
3101  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3102  <div id="path">
3103 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3104 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3105  <div id="page-content">
3106  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authn_file</h1>
3107  <div class="toplang">
3108 diff -ur httpd-2.2.0/docs/manual/mod/mod_authnz_ldap.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authnz_ldap.html.en
3109 --- httpd-2.2.0/docs/manual/mod/mod_authnz_ldap.html.en 2005-11-13 08:38:36.000000000 +0200
3110 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authnz_ldap.html.en  2005-12-22 04:02:46.000000000 +0200
3111 @@ -17,7 +17,7 @@
3112  <img alt="" src="../images/feather.gif" /></div>
3113  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3114  <div id="path">
3115 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3116 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3117  <div id="page-content">
3118  <div id="preamble"><h1>Apache Module mod_authnz_ldap</h1>
3119  <div class="toplang">
3120 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_dbm.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authz_dbm.html.en
3121 --- httpd-2.2.0/docs/manual/mod/mod_authz_dbm.html.en   2005-11-13 08:38:36.000000000 +0200
3122 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_dbm.html.en    2005-12-22 04:02:45.000000000 +0200
3123 @@ -17,7 +17,7 @@
3124  <img alt="" src="../images/feather.gif" /></div>
3125  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3126  <div id="path">
3127 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3128 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3129  <div id="page-content">
3130  <div id="preamble"><h1>Apache Module mod_authz_dbm</h1>
3131  <div class="toplang">
3132 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_dbm.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_authz_dbm.html.ko.euc-kr
3133 --- httpd-2.2.0/docs/manual/mod/mod_authz_dbm.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
3134 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_dbm.html.ko.euc-kr     2005-12-22 04:02:45.000000000 +0200
3135 @@ -17,7 +17,7 @@
3136  <img alt="" src="../images/feather.gif" /></div>
3137  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3138  <div id="path">
3139 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3140 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3141  <div id="page-content">
3142  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_dbm</h1>
3143  <div class="toplang">
3144 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_default.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authz_default.html.en
3145 --- httpd-2.2.0/docs/manual/mod/mod_authz_default.html.en       2005-11-13 08:38:36.000000000 +0200
3146 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_default.html.en        2005-12-22 04:02:45.000000000 +0200
3147 @@ -17,7 +17,7 @@
3148  <img alt="" src="../images/feather.gif" /></div>
3149  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3150  <div id="path">
3151 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3152 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3153  <div id="page-content">
3154  <div id="preamble"><h1>Apache Module mod_authz_default</h1>
3155  <div class="toplang">
3156 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_default.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_authz_default.html.ja.euc-jp
3157 --- httpd-2.2.0/docs/manual/mod/mod_authz_default.html.ja.euc-jp        2005-11-13 08:38:36.000000000 +0200
3158 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_default.html.ja.euc-jp 2005-12-22 04:02:46.000000000 +0200
3159 @@ -17,7 +17,7 @@
3160  <img alt="" src="../images/feather.gif" /></div>
3161  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3162  <div id="path">
3163 -<a 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>
3164 +<a 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>
3165  <div id="page-content">
3166  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_default</h1>
3167  <div class="toplang">
3168 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_default.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_authz_default.html.ko.euc-kr
3169 --- httpd-2.2.0/docs/manual/mod/mod_authz_default.html.ko.euc-kr        2005-11-13 08:38:36.000000000 +0200
3170 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_default.html.ko.euc-kr 2005-12-22 04:02:46.000000000 +0200
3171 @@ -17,7 +17,7 @@
3172  <img alt="" src="../images/feather.gif" /></div>
3173  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3174  <div id="path">
3175 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3176 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3177  <div id="page-content">
3178  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_default</h1>
3179  <div class="toplang">
3180 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_groupfile.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authz_groupfile.html.en
3181 --- httpd-2.2.0/docs/manual/mod/mod_authz_groupfile.html.en     2005-11-13 08:38:36.000000000 +0200
3182 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_groupfile.html.en      2005-12-22 04:02:45.000000000 +0200
3183 @@ -17,7 +17,7 @@
3184  <img alt="" src="../images/feather.gif" /></div>
3185  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3186  <div id="path">
3187 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3188 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3189  <div id="page-content">
3190  <div id="preamble"><h1>Apache Module mod_authz_groupfile</h1>
3191  <div class="toplang">
3192 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_groupfile.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_authz_groupfile.html.ja.euc-jp
3193 --- httpd-2.2.0/docs/manual/mod/mod_authz_groupfile.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
3194 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_groupfile.html.ja.euc-jp       2005-12-22 04:02:45.000000000 +0200
3195 @@ -17,7 +17,7 @@
3196  <img alt="" src="../images/feather.gif" /></div>
3197  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3198  <div id="path">
3199 -<a 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>
3200 +<a 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>
3201  <div id="page-content">
3202  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_groupfile</h1>
3203  <div class="toplang">
3204 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr
3205 --- httpd-2.2.0/docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
3206 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr       2005-12-22 04:02:46.000000000 +0200
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_authz_groupfile</h1>
3215  <div class="toplang">
3216 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_host.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authz_host.html.en
3217 --- httpd-2.2.0/docs/manual/mod/mod_authz_host.html.en  2005-11-13 08:38:36.000000000 +0200
3218 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_host.html.en   2005-12-22 04:02:45.000000000 +0200
3219 @@ -17,7 +17,7 @@
3220  <img alt="" src="../images/feather.gif" /></div>
3221  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3222  <div id="path">
3223 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
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/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
3225  <div id="page-content">
3226  <div id="preamble"><h1>Apache Module mod_authz_host</h1>
3227  <div class="toplang">
3228 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_host.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_authz_host.html.ja.euc-jp
3229 --- httpd-2.2.0/docs/manual/mod/mod_authz_host.html.ja.euc-jp   2005-11-13 08:38:36.000000000 +0200
3230 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_host.html.ja.euc-jp    2005-12-22 04:02:45.000000000 +0200
3231 @@ -17,7 +17,7 @@
3232  <img alt="" src="../images/feather.gif" /></div>
3233  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3234  <div id="path">
3235 -<a 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>
3236 +<a 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>
3237  <div id="page-content">
3238  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_host</h1>
3239  <div class="toplang">
3240 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_host.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_authz_host.html.ko.euc-kr
3241 --- httpd-2.2.0/docs/manual/mod/mod_authz_host.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
3242 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_host.html.ko.euc-kr    2005-12-22 04:02:46.000000000 +0200
3243 @@ -17,7 +17,7 @@
3244  <img alt="" src="../images/feather.gif" /></div>
3245  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3246  <div id="path">
3247 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3248 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3249  <div id="page-content">
3250  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_host</h1>
3251  <div class="toplang">
3252 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_owner.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authz_owner.html.en
3253 --- httpd-2.2.0/docs/manual/mod/mod_authz_owner.html.en 2005-11-13 08:38:36.000000000 +0200
3254 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_owner.html.en  2005-12-22 04:02:46.000000000 +0200
3255 @@ -17,7 +17,7 @@
3256  <img alt="" src="../images/feather.gif" /></div>
3257  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3258  <div id="path">
3259 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3260 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3261  <div id="page-content">
3262  <div id="preamble"><h1>Apache Module mod_authz_owner</h1>
3263  <div class="toplang">
3264 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_owner.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_authz_owner.html.ja.euc-jp
3265 --- httpd-2.2.0/docs/manual/mod/mod_authz_owner.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
3266 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_owner.html.ja.euc-jp   2005-12-22 04:02:46.000000000 +0200
3267 @@ -17,7 +17,7 @@
3268  <img alt="" src="../images/feather.gif" /></div>
3269  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3270  <div id="path">
3271 -<a 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>
3272 +<a 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>
3273  <div id="page-content">
3274  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_owner</h1>
3275  <div class="toplang">
3276 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_owner.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_authz_owner.html.ko.euc-kr
3277 --- httpd-2.2.0/docs/manual/mod/mod_authz_owner.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
3278 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_owner.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
3279 @@ -17,7 +17,7 @@
3280  <img alt="" src="../images/feather.gif" /></div>
3281  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3282  <div id="path">
3283 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3284 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3285  <div id="page-content">
3286  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_owner</h1>
3287  <div class="toplang">
3288 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_user.html.en httpd-2.2.0-branch/docs/manual/mod/mod_authz_user.html.en
3289 --- httpd-2.2.0/docs/manual/mod/mod_authz_user.html.en  2005-11-13 08:38:36.000000000 +0200
3290 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_user.html.en   2005-12-22 04:02:46.000000000 +0200
3291 @@ -17,7 +17,7 @@
3292  <img alt="" src="../images/feather.gif" /></div>
3293  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3294  <div id="path">
3295 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3296 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3297  <div id="page-content">
3298  <div id="preamble"><h1>Apache Module mod_authz_user</h1>
3299  <div class="toplang">
3300 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_user.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_authz_user.html.ja.euc-jp
3301 --- httpd-2.2.0/docs/manual/mod/mod_authz_user.html.ja.euc-jp   2005-11-13 08:38:36.000000000 +0200
3302 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_user.html.ja.euc-jp    2005-12-22 04:02:46.000000000 +0200
3303 @@ -17,7 +17,7 @@
3304  <img alt="" src="../images/feather.gif" /></div>
3305  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3306  <div id="path">
3307 -<a 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>
3308 +<a 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>
3309  <div id="page-content">
3310  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_authz_user</h1>
3311  <div class="toplang">
3312 diff -ur httpd-2.2.0/docs/manual/mod/mod_authz_user.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_authz_user.html.ko.euc-kr
3313 --- httpd-2.2.0/docs/manual/mod/mod_authz_user.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
3314 +++ httpd-2.2.0-branch/docs/manual/mod/mod_authz_user.html.ko.euc-kr    2005-12-22 04:02:45.000000000 +0200
3315 @@ -17,7 +17,7 @@
3316  <img alt="" src="../images/feather.gif" /></div>
3317  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3318  <div id="path">
3319 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3320 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3321  <div id="page-content">
3322  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_authz_user</h1>
3323  <div class="toplang">
3324 diff -ur httpd-2.2.0/docs/manual/mod/mod_autoindex.html.en httpd-2.2.0-branch/docs/manual/mod/mod_autoindex.html.en
3325 --- httpd-2.2.0/docs/manual/mod/mod_autoindex.html.en   2005-11-13 08:38:36.000000000 +0200
3326 +++ httpd-2.2.0-branch/docs/manual/mod/mod_autoindex.html.en    2005-12-22 04:02:45.000000000 +0200
3327 @@ -17,7 +17,7 @@
3328  <img alt="" src="../images/feather.gif" /></div>
3329  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3330  <div id="path">
3331 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3332 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3333  <div id="page-content">
3334  <div id="preamble"><h1>Apache Module mod_autoindex</h1>
3335  <div class="toplang">
3336 diff -ur httpd-2.2.0/docs/manual/mod/mod_autoindex.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_autoindex.html.ja.euc-jp
3337 --- httpd-2.2.0/docs/manual/mod/mod_autoindex.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
3338 +++ httpd-2.2.0-branch/docs/manual/mod/mod_autoindex.html.ja.euc-jp     2005-12-22 04:02:45.000000000 +0200
3339 @@ -17,7 +17,7 @@
3340  <img alt="" src="../images/feather.gif" /></div>
3341  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3342  <div id="path">
3343 -<a 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>
3344 +<a 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>
3345  <div id="page-content">
3346  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_autoindex</h1>
3347  <div class="toplang">
3348 diff -ur httpd-2.2.0/docs/manual/mod/mod_autoindex.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_autoindex.html.ko.euc-kr
3349 --- httpd-2.2.0/docs/manual/mod/mod_autoindex.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
3350 +++ httpd-2.2.0-branch/docs/manual/mod/mod_autoindex.html.ko.euc-kr     2005-12-22 04:02:46.000000000 +0200
3351 @@ -17,7 +17,7 @@
3352  <img alt="" src="../images/feather.gif" /></div>
3353  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3354  <div id="path">
3355 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3356 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3357  <div id="page-content">
3358  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_autoindex</h1>
3359  <div class="toplang">
3360 diff -ur httpd-2.2.0/docs/manual/mod/mod_cache.html.en httpd-2.2.0-branch/docs/manual/mod/mod_cache.html.en
3361 --- httpd-2.2.0/docs/manual/mod/mod_cache.html.en       2005-11-13 08:38:36.000000000 +0200
3362 +++ httpd-2.2.0-branch/docs/manual/mod/mod_cache.html.en        2005-12-22 04:02:46.000000000 +0200
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 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>
3368 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3369  <div id="page-content">
3370  <div id="preamble"><h1>Apache Module mod_cache</h1>
3371  <div class="toplang">
3372 diff -ur httpd-2.2.0/docs/manual/mod/mod_cache.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_cache.html.ja.euc-jp
3373 --- httpd-2.2.0/docs/manual/mod/mod_cache.html.ja.euc-jp        2005-11-13 08:38:36.000000000 +0200
3374 +++ httpd-2.2.0-branch/docs/manual/mod/mod_cache.html.ja.euc-jp 2005-12-22 04:02:45.000000000 +0200
3375 @@ -17,7 +17,7 @@
3376  <img alt="" src="../images/feather.gif" /></div>
3377  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3378  <div id="path">
3379 -<a 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>
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/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
3381  <div id="page-content">
3382  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_cache</h1>
3383  <div class="toplang">
3384 diff -ur httpd-2.2.0/docs/manual/mod/mod_cache.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_cache.html.ko.euc-kr
3385 --- httpd-2.2.0/docs/manual/mod/mod_cache.html.ko.euc-kr        2005-11-13 08:38:36.000000000 +0200
3386 +++ httpd-2.2.0-branch/docs/manual/mod/mod_cache.html.ko.euc-kr 2005-12-22 04:02:46.000000000 +0200
3387 @@ -17,7 +17,7 @@
3388  <img alt="" src="../images/feather.gif" /></div>
3389  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3390  <div id="path">
3391 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3392 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3393  <div id="page-content">
3394  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_cache</h1>
3395  <div class="toplang">
3396 diff -ur httpd-2.2.0/docs/manual/mod/mod_cern_meta.html.en httpd-2.2.0-branch/docs/manual/mod/mod_cern_meta.html.en
3397 --- httpd-2.2.0/docs/manual/mod/mod_cern_meta.html.en   2005-11-13 08:38:36.000000000 +0200
3398 +++ httpd-2.2.0-branch/docs/manual/mod/mod_cern_meta.html.en    2005-12-22 04:02:45.000000000 +0200
3399 @@ -17,7 +17,7 @@
3400  <img alt="" src="../images/feather.gif" /></div>
3401  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3402  <div id="path">
3403 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3404 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3405  <div id="page-content">
3406  <div id="preamble"><h1>Apache Module mod_cern_meta</h1>
3407  <div class="toplang">
3408 diff -ur httpd-2.2.0/docs/manual/mod/mod_cern_meta.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_cern_meta.html.ko.euc-kr
3409 --- httpd-2.2.0/docs/manual/mod/mod_cern_meta.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
3410 +++ httpd-2.2.0-branch/docs/manual/mod/mod_cern_meta.html.ko.euc-kr     2005-12-22 04:02:46.000000000 +0200
3411 @@ -17,7 +17,7 @@
3412  <img alt="" src="../images/feather.gif" /></div>
3413  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3414  <div id="path">
3415 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3416 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3417  <div id="page-content">
3418  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_cern_meta</h1>
3419  <div class="toplang">
3420 diff -ur httpd-2.2.0/docs/manual/mod/mod_cgi.html.en httpd-2.2.0-branch/docs/manual/mod/mod_cgi.html.en
3421 --- httpd-2.2.0/docs/manual/mod/mod_cgi.html.en 2005-11-13 08:38:36.000000000 +0200
3422 +++ httpd-2.2.0-branch/docs/manual/mod/mod_cgi.html.en  2005-12-22 04:02:46.000000000 +0200
3423 @@ -17,7 +17,7 @@
3424  <img alt="" src="../images/feather.gif" /></div>
3425  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3426  <div id="path">
3427 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3428 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3429  <div id="page-content">
3430  <div id="preamble"><h1>Apache Module mod_cgi</h1>
3431  <div class="toplang">
3432 diff -ur httpd-2.2.0/docs/manual/mod/mod_cgi.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_cgi.html.ja.euc-jp
3433 --- httpd-2.2.0/docs/manual/mod/mod_cgi.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
3434 +++ httpd-2.2.0-branch/docs/manual/mod/mod_cgi.html.ja.euc-jp   2005-12-22 04:02:45.000000000 +0200
3435 @@ -17,7 +17,7 @@
3436  <img alt="" src="../images/feather.gif" /></div>
3437  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3438  <div id="path">
3439 -<a 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>
3440 +<a 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>
3441  <div id="page-content">
3442  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_cgi</h1>
3443  <div class="toplang">
3444 diff -ur httpd-2.2.0/docs/manual/mod/mod_cgi.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_cgi.html.ko.euc-kr
3445 --- httpd-2.2.0/docs/manual/mod/mod_cgi.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
3446 +++ httpd-2.2.0-branch/docs/manual/mod/mod_cgi.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
3447 @@ -17,7 +17,7 @@
3448  <img alt="" src="../images/feather.gif" /></div>
3449  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3450  <div id="path">
3451 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3452 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3453  <div id="page-content">
3454  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_cgi</h1>
3455  <div class="toplang">
3456 diff -ur httpd-2.2.0/docs/manual/mod/mod_cgid.html.en httpd-2.2.0-branch/docs/manual/mod/mod_cgid.html.en
3457 --- httpd-2.2.0/docs/manual/mod/mod_cgid.html.en        2005-11-13 08:38:36.000000000 +0200
3458 +++ httpd-2.2.0-branch/docs/manual/mod/mod_cgid.html.en 2005-12-22 04:02:46.000000000 +0200
3459 @@ -17,7 +17,7 @@
3460  <img alt="" src="../images/feather.gif" /></div>
3461  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3462  <div id="path">
3463 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3464 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3465  <div id="page-content">
3466  <div id="preamble"><h1>Apache Module mod_cgid</h1>
3467  <div class="toplang">
3468 diff -ur httpd-2.2.0/docs/manual/mod/mod_cgid.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_cgid.html.ja.euc-jp
3469 --- httpd-2.2.0/docs/manual/mod/mod_cgid.html.ja.euc-jp 2005-11-13 08:38:36.000000000 +0200
3470 +++ httpd-2.2.0-branch/docs/manual/mod/mod_cgid.html.ja.euc-jp  2005-12-22 04:02:46.000000000 +0200
3471 @@ -17,7 +17,7 @@
3472  <img alt="" src="../images/feather.gif" /></div>
3473  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3474  <div id="path">
3475 -<a 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>
3476 +<a 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>
3477  <div id="page-content">
3478  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_cgid</h1>
3479  <div class="toplang">
3480 diff -ur httpd-2.2.0/docs/manual/mod/mod_cgid.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_cgid.html.ko.euc-kr
3481 --- httpd-2.2.0/docs/manual/mod/mod_cgid.html.ko.euc-kr 2005-11-13 08:38:36.000000000 +0200
3482 +++ httpd-2.2.0-branch/docs/manual/mod/mod_cgid.html.ko.euc-kr  2005-12-22 04:02:45.000000000 +0200
3483 @@ -17,7 +17,7 @@
3484  <img alt="" src="../images/feather.gif" /></div>
3485  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3486  <div id="path">
3487 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3488 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3489  <div id="page-content">
3490  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_cgid</h1>
3491  <div class="toplang">
3492 diff -ur httpd-2.2.0/docs/manual/mod/mod_charset_lite.html.en httpd-2.2.0-branch/docs/manual/mod/mod_charset_lite.html.en
3493 --- httpd-2.2.0/docs/manual/mod/mod_charset_lite.html.en        2005-11-13 08:38:36.000000000 +0200
3494 +++ httpd-2.2.0-branch/docs/manual/mod/mod_charset_lite.html.en 2005-12-22 04:02:46.000000000 +0200
3495 @@ -17,7 +17,7 @@
3496  <img alt="" src="../images/feather.gif" /></div>
3497  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3498  <div id="path">
3499 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3500 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3501  <div id="page-content">
3502  <div id="preamble"><h1>Apache Module mod_charset_lite</h1>
3503  <div class="toplang">
3504 diff -ur httpd-2.2.0/docs/manual/mod/mod_charset_lite.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_charset_lite.html.ko.euc-kr
3505 --- httpd-2.2.0/docs/manual/mod/mod_charset_lite.html.ko.euc-kr 2005-11-13 08:38:36.000000000 +0200
3506 +++ httpd-2.2.0-branch/docs/manual/mod/mod_charset_lite.html.ko.euc-kr  2005-12-22 04:02:45.000000000 +0200
3507 @@ -17,7 +17,7 @@
3508  <img alt="" src="../images/feather.gif" /></div>
3509  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3510  <div id="path">
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-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
3512 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3513  <div id="page-content">
3514  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_charset_lite</h1>
3515  <div class="toplang">
3516 diff -ur httpd-2.2.0/docs/manual/mod/mod_dav.html.en httpd-2.2.0-branch/docs/manual/mod/mod_dav.html.en
3517 --- httpd-2.2.0/docs/manual/mod/mod_dav.html.en 2005-11-13 08:38:36.000000000 +0200
3518 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dav.html.en  2005-12-22 04:02:46.000000000 +0200
3519 @@ -17,7 +17,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> &gt; <a href="./">Modules</a></div>
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> &gt; <a href="./">Modules</a></div>
3525  <div id="page-content">
3526  <div id="preamble"><h1>Apache Module mod_dav</h1>
3527  <div class="toplang">
3528 diff -ur httpd-2.2.0/docs/manual/mod/mod_dav.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_dav.html.ja.euc-jp
3529 --- httpd-2.2.0/docs/manual/mod/mod_dav.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
3530 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dav.html.ja.euc-jp   2005-12-22 04:02:46.000000000 +0200
3531 @@ -17,7 +17,7 @@
3532  <img alt="" src="../images/feather.gif" /></div>
3533  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3534  <div id="path">
3535 -<a 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>
3536 +<a 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>
3537  <div id="page-content">
3538  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dav</h1>
3539  <div class="toplang">
3540 diff -ur httpd-2.2.0/docs/manual/mod/mod_dav.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_dav.html.ko.euc-kr
3541 --- httpd-2.2.0/docs/manual/mod/mod_dav.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
3542 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dav.html.ko.euc-kr   2005-12-22 04:02:45.000000000 +0200
3543 @@ -17,7 +17,7 @@
3544  <img alt="" src="../images/feather.gif" /></div>
3545  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3546  <div id="path">
3547 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3548 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3549  <div id="page-content">
3550  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_dav</h1>
3551  <div class="toplang">
3552 diff -ur httpd-2.2.0/docs/manual/mod/mod_dav_fs.html.en httpd-2.2.0-branch/docs/manual/mod/mod_dav_fs.html.en
3553 --- httpd-2.2.0/docs/manual/mod/mod_dav_fs.html.en      2005-11-13 08:38:36.000000000 +0200
3554 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dav_fs.html.en       2005-12-22 04:02:46.000000000 +0200
3555 @@ -17,7 +17,7 @@
3556  <img alt="" src="../images/feather.gif" /></div>
3557  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3558  <div id="path">
3559 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3560 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3561  <div id="page-content">
3562  <div id="preamble"><h1>Apache Module mod_dav_fs</h1>
3563  <div class="toplang">
3564 diff -ur httpd-2.2.0/docs/manual/mod/mod_dav_fs.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_dav_fs.html.ja.euc-jp
3565 --- httpd-2.2.0/docs/manual/mod/mod_dav_fs.html.ja.euc-jp       2005-11-13 08:38:36.000000000 +0200
3566 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dav_fs.html.ja.euc-jp        2005-12-22 04:02:45.000000000 +0200
3567 @@ -17,7 +17,7 @@
3568  <img alt="" src="../images/feather.gif" /></div>
3569  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3570  <div id="path">
3571 -<a 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>
3572 +<a 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>
3573  <div id="page-content">
3574  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dav_fs</h1>
3575  <div class="toplang">
3576 diff -ur httpd-2.2.0/docs/manual/mod/mod_dav_fs.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_dav_fs.html.ko.euc-kr
3577 --- httpd-2.2.0/docs/manual/mod/mod_dav_fs.html.ko.euc-kr       2005-11-13 08:38:36.000000000 +0200
3578 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dav_fs.html.ko.euc-kr        2005-12-22 04:02:45.000000000 +0200
3579 @@ -17,7 +17,7 @@
3580  <img alt="" src="../images/feather.gif" /></div>
3581  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3582  <div id="path">
3583 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3584 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3585  <div id="page-content">
3586  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_dav_fs</h1>
3587  <div class="toplang">
3588 diff -ur httpd-2.2.0/docs/manual/mod/mod_dav_lock.html.en httpd-2.2.0-branch/docs/manual/mod/mod_dav_lock.html.en
3589 --- httpd-2.2.0/docs/manual/mod/mod_dav_lock.html.en    2005-11-13 08:38:36.000000000 +0200
3590 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dav_lock.html.en     2005-12-22 04:02:45.000000000 +0200
3591 @@ -17,7 +17,7 @@
3592  <img alt="" src="../images/feather.gif" /></div>
3593  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3594  <div id="path">
3595 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3596 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3597  <div id="page-content">
3598  <div id="preamble"><h1>Apache Module mod_dav_lock</h1>
3599  <div class="toplang">
3600 diff -ur httpd-2.2.0/docs/manual/mod/mod_dav_lock.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_dav_lock.html.ja.euc-jp
3601 --- httpd-2.2.0/docs/manual/mod/mod_dav_lock.html.ja.euc-jp     2005-11-13 08:38:36.000000000 +0200
3602 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dav_lock.html.ja.euc-jp      2005-12-22 04:02:45.000000000 +0200
3603 @@ -17,7 +17,7 @@
3604  <img alt="" src="../images/feather.gif" /></div>
3605  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3606  <div id="path">
3607 -<a 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>
3608 +<a 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>
3609  <div id="page-content">
3610  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dav_lock</h1>
3611  <div class="toplang">
3612 diff -ur httpd-2.2.0/docs/manual/mod/mod_dbd.html.en httpd-2.2.0-branch/docs/manual/mod/mod_dbd.html.en
3613 --- httpd-2.2.0/docs/manual/mod/mod_dbd.html.en 2005-11-16 17:57:54.000000000 +0200
3614 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dbd.html.en  2005-12-22 04:02:46.000000000 +0200
3615 @@ -17,7 +17,7 @@
3616  <img alt="" src="../images/feather.gif" /></div>
3617  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3618  <div id="path">
3619 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3620 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3621  <div id="page-content">
3622  <div id="preamble"><h1>Apache Module mod_dbd</h1>
3623  <div class="toplang">
3624 diff -ur httpd-2.2.0/docs/manual/mod/mod_deflate.html.en httpd-2.2.0-branch/docs/manual/mod/mod_deflate.html.en
3625 --- httpd-2.2.0/docs/manual/mod/mod_deflate.html.en     2005-11-13 08:38:36.000000000 +0200
3626 +++ httpd-2.2.0-branch/docs/manual/mod/mod_deflate.html.en      2005-12-22 04:02:45.000000000 +0200
3627 @@ -17,7 +17,7 @@
3628  <img alt="" src="../images/feather.gif" /></div>
3629  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3630  <div id="path">
3631 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3632 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3633  <div id="page-content">
3634  <div id="preamble"><h1>Apache Module mod_deflate</h1>
3635  <div class="toplang">
3636 diff -ur httpd-2.2.0/docs/manual/mod/mod_deflate.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_deflate.html.ja.euc-jp
3637 --- httpd-2.2.0/docs/manual/mod/mod_deflate.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
3638 +++ httpd-2.2.0-branch/docs/manual/mod/mod_deflate.html.ja.euc-jp       2005-12-22 04:02:45.000000000 +0200
3639 @@ -17,7 +17,7 @@
3640  <img alt="" src="../images/feather.gif" /></div>
3641  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3642  <div id="path">
3643 -<a 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>
3644 +<a 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>
3645  <div id="page-content">
3646  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_deflate</h1>
3647  <div class="toplang">
3648 diff -ur httpd-2.2.0/docs/manual/mod/mod_deflate.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_deflate.html.ko.euc-kr
3649 --- httpd-2.2.0/docs/manual/mod/mod_deflate.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
3650 +++ httpd-2.2.0-branch/docs/manual/mod/mod_deflate.html.ko.euc-kr       2005-12-22 04:02:46.000000000 +0200
3651 @@ -17,7 +17,7 @@
3652  <img alt="" src="../images/feather.gif" /></div>
3653  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3654  <div id="path">
3655 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3656 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3657  <div id="page-content">
3658  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_deflate</h1>
3659  <div class="toplang">
3660 diff -ur httpd-2.2.0/docs/manual/mod/mod_dir.html.en httpd-2.2.0-branch/docs/manual/mod/mod_dir.html.en
3661 --- httpd-2.2.0/docs/manual/mod/mod_dir.html.en 2005-11-13 08:38:36.000000000 +0200
3662 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dir.html.en  2005-12-22 04:02:45.000000000 +0200
3663 @@ -17,7 +17,7 @@
3664  <img alt="" src="../images/feather.gif" /></div>
3665  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3666  <div id="path">
3667 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3668 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3669  <div id="page-content">
3670  <div id="preamble"><h1>Apache Module mod_dir</h1>
3671  <div class="toplang">
3672 diff -ur httpd-2.2.0/docs/manual/mod/mod_dir.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_dir.html.ja.euc-jp
3673 --- httpd-2.2.0/docs/manual/mod/mod_dir.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
3674 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dir.html.ja.euc-jp   2005-12-22 04:02:45.000000000 +0200
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 ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
3680 +<a 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>
3681  <div id="page-content">
3682  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dir</h1>
3683  <div class="toplang">
3684 diff -ur httpd-2.2.0/docs/manual/mod/mod_dir.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_dir.html.ko.euc-kr
3685 --- httpd-2.2.0/docs/manual/mod/mod_dir.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
3686 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dir.html.ko.euc-kr   2005-12-22 04:02:45.000000000 +0200
3687 @@ -17,7 +17,7 @@
3688  <img alt="" src="../images/feather.gif" /></div>
3689  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3690  <div id="path">
3691 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
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/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
3693  <div id="page-content">
3694  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_dir</h1>
3695  <div class="toplang">
3696 diff -ur httpd-2.2.0/docs/manual/mod/mod_disk_cache.html.en httpd-2.2.0-branch/docs/manual/mod/mod_disk_cache.html.en
3697 --- httpd-2.2.0/docs/manual/mod/mod_disk_cache.html.en  2005-11-13 08:38:36.000000000 +0200
3698 +++ httpd-2.2.0-branch/docs/manual/mod/mod_disk_cache.html.en   2005-12-22 04:02:45.000000000 +0200
3699 @@ -17,7 +17,7 @@
3700  <img alt="" src="../images/feather.gif" /></div>
3701  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3702  <div id="path">
3703 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3704 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3705  <div id="page-content">
3706  <div id="preamble"><h1>Apache Module mod_disk_cache</h1>
3707  <div class="toplang">
3708 diff -ur httpd-2.2.0/docs/manual/mod/mod_disk_cache.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_disk_cache.html.ja.euc-jp
3709 --- httpd-2.2.0/docs/manual/mod/mod_disk_cache.html.ja.euc-jp   2005-11-13 08:38:36.000000000 +0200
3710 +++ httpd-2.2.0-branch/docs/manual/mod/mod_disk_cache.html.ja.euc-jp    2005-12-22 04:02:46.000000000 +0200
3711 @@ -17,7 +17,7 @@
3712  <img alt="" src="../images/feather.gif" /></div>
3713  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3714  <div id="path">
3715 -<a 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>
3716 +<a 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>
3717  <div id="page-content">
3718  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_disk_cache</h1>
3719  <div class="toplang">
3720 diff -ur httpd-2.2.0/docs/manual/mod/mod_disk_cache.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_disk_cache.html.ko.euc-kr
3721 --- httpd-2.2.0/docs/manual/mod/mod_disk_cache.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
3722 +++ httpd-2.2.0-branch/docs/manual/mod/mod_disk_cache.html.ko.euc-kr    2005-12-22 04:02:45.000000000 +0200
3723 @@ -17,7 +17,7 @@
3724  <img alt="" src="../images/feather.gif" /></div>
3725  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3726  <div id="path">
3727 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3728 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3729  <div id="page-content">
3730  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_disk_cache</h1>
3731  <div class="toplang">
3732 diff -ur httpd-2.2.0/docs/manual/mod/mod_dumpio.html.en httpd-2.2.0-branch/docs/manual/mod/mod_dumpio.html.en
3733 --- httpd-2.2.0/docs/manual/mod/mod_dumpio.html.en      2005-11-13 08:38:36.000000000 +0200
3734 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dumpio.html.en       2005-12-22 04:02:45.000000000 +0200
3735 @@ -17,7 +17,7 @@
3736  <img alt="" src="../images/feather.gif" /></div>
3737  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3738  <div id="path">
3739 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3740 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3741  <div id="page-content">
3742  <div id="preamble"><h1>Apache Module mod_dumpio</h1>
3743  <div class="toplang">
3744 diff -ur httpd-2.2.0/docs/manual/mod/mod_dumpio.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_dumpio.html.ja.euc-jp
3745 --- httpd-2.2.0/docs/manual/mod/mod_dumpio.html.ja.euc-jp       2005-11-13 08:38:36.000000000 +0200
3746 +++ httpd-2.2.0-branch/docs/manual/mod/mod_dumpio.html.ja.euc-jp        2005-12-22 04:02:46.000000000 +0200
3747 @@ -17,7 +17,7 @@
3748  <img alt="" src="../images/feather.gif" /></div>
3749  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3750  <div id="path">
3751 -<a 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>
3752 +<a 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>
3753  <div id="page-content">
3754  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_dumpio</h1>
3755  <div class="toplang">
3756 diff -ur httpd-2.2.0/docs/manual/mod/mod_echo.html.en httpd-2.2.0-branch/docs/manual/mod/mod_echo.html.en
3757 --- httpd-2.2.0/docs/manual/mod/mod_echo.html.en        2005-11-13 08:38:36.000000000 +0200
3758 +++ httpd-2.2.0-branch/docs/manual/mod/mod_echo.html.en 2005-12-22 04:02:46.000000000 +0200
3759 @@ -17,7 +17,7 @@
3760  <img alt="" src="../images/feather.gif" /></div>
3761  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3762  <div id="path">
3763 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3764 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3765  <div id="page-content">
3766  <div id="preamble"><h1>Apache Module mod_echo</h1>
3767  <div class="toplang">
3768 diff -ur httpd-2.2.0/docs/manual/mod/mod_echo.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_echo.html.ja.euc-jp
3769 --- httpd-2.2.0/docs/manual/mod/mod_echo.html.ja.euc-jp 2005-11-13 08:38:36.000000000 +0200
3770 +++ httpd-2.2.0-branch/docs/manual/mod/mod_echo.html.ja.euc-jp  2005-12-22 04:02:45.000000000 +0200
3771 @@ -17,7 +17,7 @@
3772  <img alt="" src="../images/feather.gif" /></div>
3773  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3774  <div id="path">
3775 -<a 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>
3776 +<a 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>
3777  <div id="page-content">
3778  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_echo</h1>
3779  <div class="toplang">
3780 diff -ur httpd-2.2.0/docs/manual/mod/mod_echo.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_echo.html.ko.euc-kr
3781 --- httpd-2.2.0/docs/manual/mod/mod_echo.html.ko.euc-kr 2005-11-13 08:38:36.000000000 +0200
3782 +++ httpd-2.2.0-branch/docs/manual/mod/mod_echo.html.ko.euc-kr  2005-12-22 04:02:46.000000000 +0200
3783 @@ -17,7 +17,7 @@
3784  <img alt="" src="../images/feather.gif" /></div>
3785  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3786  <div id="path">
3787 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3788 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3789  <div id="page-content">
3790  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_echo</h1>
3791  <div class="toplang">
3792 diff -ur httpd-2.2.0/docs/manual/mod/mod_env.html.en httpd-2.2.0-branch/docs/manual/mod/mod_env.html.en
3793 --- httpd-2.2.0/docs/manual/mod/mod_env.html.en 2005-11-13 08:38:36.000000000 +0200
3794 +++ httpd-2.2.0-branch/docs/manual/mod/mod_env.html.en  2005-12-22 04:02:46.000000000 +0200
3795 @@ -17,7 +17,7 @@
3796  <img alt="" src="../images/feather.gif" /></div>
3797  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3798  <div id="path">
3799 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3800 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3801  <div id="page-content">
3802  <div id="preamble"><h1>Apache Module mod_env</h1>
3803  <div class="toplang">
3804 diff -ur httpd-2.2.0/docs/manual/mod/mod_env.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_env.html.ja.euc-jp
3805 --- httpd-2.2.0/docs/manual/mod/mod_env.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
3806 +++ httpd-2.2.0-branch/docs/manual/mod/mod_env.html.ja.euc-jp   2005-12-22 04:02:46.000000000 +0200
3807 @@ -17,7 +17,7 @@
3808  <img alt="" src="../images/feather.gif" /></div>
3809  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3810  <div id="path">
3811 -<a 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>
3812 +<a 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>
3813  <div id="page-content">
3814  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_env</h1>
3815  <div class="toplang">
3816 diff -ur httpd-2.2.0/docs/manual/mod/mod_env.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_env.html.ko.euc-kr
3817 --- httpd-2.2.0/docs/manual/mod/mod_env.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
3818 +++ httpd-2.2.0-branch/docs/manual/mod/mod_env.html.ko.euc-kr   2005-12-22 04:02:45.000000000 +0200
3819 @@ -17,7 +17,7 @@
3820  <img alt="" src="../images/feather.gif" /></div>
3821  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3822  <div id="path">
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-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
3824 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3825  <div id="page-content">
3826  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_env</h1>
3827  <div class="toplang">
3828 diff -ur httpd-2.2.0/docs/manual/mod/mod_example.html.en httpd-2.2.0-branch/docs/manual/mod/mod_example.html.en
3829 --- httpd-2.2.0/docs/manual/mod/mod_example.html.en     2005-11-13 08:38:36.000000000 +0200
3830 +++ httpd-2.2.0-branch/docs/manual/mod/mod_example.html.en      2005-12-22 04:02:46.000000000 +0200
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 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>
3836 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3837  <div id="page-content">
3838  <div id="preamble"><h1>Apache Module mod_example</h1>
3839  <div class="toplang">
3840 diff -ur httpd-2.2.0/docs/manual/mod/mod_example.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_example.html.ko.euc-kr
3841 --- httpd-2.2.0/docs/manual/mod/mod_example.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
3842 +++ httpd-2.2.0-branch/docs/manual/mod/mod_example.html.ko.euc-kr       2005-12-22 04:02:46.000000000 +0200
3843 @@ -17,7 +17,7 @@
3844  <img alt="" src="../images/feather.gif" /></div>
3845  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3846  <div id="path">
3847 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3848 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3849  <div id="page-content">
3850  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_example</h1>
3851  <div class="toplang">
3852 diff -ur httpd-2.2.0/docs/manual/mod/mod_expires.html.en httpd-2.2.0-branch/docs/manual/mod/mod_expires.html.en
3853 --- httpd-2.2.0/docs/manual/mod/mod_expires.html.en     2005-11-13 08:38:36.000000000 +0200
3854 +++ httpd-2.2.0-branch/docs/manual/mod/mod_expires.html.en      2005-12-22 04:02:46.000000000 +0200
3855 @@ -17,7 +17,7 @@
3856  <img alt="" src="../images/feather.gif" /></div>
3857  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3858  <div id="path">
3859 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3860 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3861  <div id="page-content">
3862  <div id="preamble"><h1>Apache Module mod_expires</h1>
3863  <div class="toplang">
3864 diff -ur httpd-2.2.0/docs/manual/mod/mod_expires.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_expires.html.ja.euc-jp
3865 --- httpd-2.2.0/docs/manual/mod/mod_expires.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
3866 +++ httpd-2.2.0-branch/docs/manual/mod/mod_expires.html.ja.euc-jp       2005-12-22 04:02:45.000000000 +0200
3867 @@ -17,7 +17,7 @@
3868  <img alt="" src="../images/feather.gif" /></div>
3869  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3870  <div id="path">
3871 -<a 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>
3872 +<a 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>
3873  <div id="page-content">
3874  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_expires</h1>
3875  <div class="toplang">
3876 diff -ur httpd-2.2.0/docs/manual/mod/mod_expires.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_expires.html.ko.euc-kr
3877 --- httpd-2.2.0/docs/manual/mod/mod_expires.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
3878 +++ httpd-2.2.0-branch/docs/manual/mod/mod_expires.html.ko.euc-kr       2005-12-22 04:02:45.000000000 +0200
3879 @@ -17,7 +17,7 @@
3880  <img alt="" src="../images/feather.gif" /></div>
3881  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3882  <div id="path">
3883 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3884 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3885  <div id="page-content">
3886  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_expires</h1>
3887  <div class="toplang">
3888 diff -ur httpd-2.2.0/docs/manual/mod/mod_ext_filter.html.en httpd-2.2.0-branch/docs/manual/mod/mod_ext_filter.html.en
3889 --- httpd-2.2.0/docs/manual/mod/mod_ext_filter.html.en  2005-11-16 17:57:54.000000000 +0200
3890 +++ httpd-2.2.0-branch/docs/manual/mod/mod_ext_filter.html.en   2005-12-22 04:02:45.000000000 +0200
3891 @@ -17,7 +17,7 @@
3892  <img alt="" src="../images/feather.gif" /></div>
3893  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3894  <div id="path">
3895 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3896 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3897  <div id="page-content">
3898  <div id="preamble"><h1>Apache Module mod_ext_filter</h1>
3899  <div class="toplang">
3900 diff -ur httpd-2.2.0/docs/manual/mod/mod_ext_filter.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_ext_filter.html.ja.euc-jp
3901 --- httpd-2.2.0/docs/manual/mod/mod_ext_filter.html.ja.euc-jp   2005-11-16 19:55:37.000000000 +0200
3902 +++ httpd-2.2.0-branch/docs/manual/mod/mod_ext_filter.html.ja.euc-jp    2005-12-22 04:02:46.000000000 +0200
3903 @@ -17,7 +17,7 @@
3904  <img alt="" src="../images/feather.gif" /></div>
3905  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3906  <div id="path">
3907 -<a 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>
3908 +<a 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>
3909  <div id="page-content">
3910  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_ext_filter</h1>
3911  <div class="toplang">
3912 diff -ur httpd-2.2.0/docs/manual/mod/mod_ext_filter.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_ext_filter.html.ko.euc-kr
3913 --- httpd-2.2.0/docs/manual/mod/mod_ext_filter.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
3914 +++ httpd-2.2.0-branch/docs/manual/mod/mod_ext_filter.html.ko.euc-kr    2005-12-22 04:02:45.000000000 +0200
3915 @@ -17,7 +17,7 @@
3916  <img alt="" src="../images/feather.gif" /></div>
3917  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3918  <div id="path">
3919 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3920 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3921  <div id="page-content">
3922  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_ext_filter</h1>
3923  <div class="toplang">
3924 diff -ur httpd-2.2.0/docs/manual/mod/mod_file_cache.html.en httpd-2.2.0-branch/docs/manual/mod/mod_file_cache.html.en
3925 --- httpd-2.2.0/docs/manual/mod/mod_file_cache.html.en  2005-11-13 08:38:36.000000000 +0200
3926 +++ httpd-2.2.0-branch/docs/manual/mod/mod_file_cache.html.en   2005-12-22 04:02:45.000000000 +0200
3927 @@ -17,7 +17,7 @@
3928  <img alt="" src="../images/feather.gif" /></div>
3929  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3930  <div id="path">
3931 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3932 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3933  <div id="page-content">
3934  <div id="preamble"><h1>Apache Module mod_file_cache</h1>
3935  <div class="toplang">
3936 diff -ur httpd-2.2.0/docs/manual/mod/mod_file_cache.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_file_cache.html.ko.euc-kr
3937 --- httpd-2.2.0/docs/manual/mod/mod_file_cache.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
3938 +++ httpd-2.2.0-branch/docs/manual/mod/mod_file_cache.html.ko.euc-kr    2005-12-22 04:02:46.000000000 +0200
3939 @@ -17,7 +17,7 @@
3940  <img alt="" src="../images/feather.gif" /></div>
3941  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3942  <div id="path">
3943 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3944 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3945  <div id="page-content">
3946  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_file_cache</h1>
3947  <div class="toplang">
3948 diff -ur httpd-2.2.0/docs/manual/mod/mod_filter.html.en httpd-2.2.0-branch/docs/manual/mod/mod_filter.html.en
3949 --- httpd-2.2.0/docs/manual/mod/mod_filter.html.en      2005-11-16 17:57:54.000000000 +0200
3950 +++ httpd-2.2.0-branch/docs/manual/mod/mod_filter.html.en       2005-12-22 04:02:45.000000000 +0200
3951 @@ -17,7 +17,7 @@
3952  <img alt="" src="../images/feather.gif" /></div>
3953  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3954  <div id="path">
3955 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3956 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3957  <div id="page-content">
3958  <div id="preamble"><h1>Apache Module mod_filter</h1>
3959  <div class="toplang">
3960 diff -ur httpd-2.2.0/docs/manual/mod/mod_headers.html.en httpd-2.2.0-branch/docs/manual/mod/mod_headers.html.en
3961 --- httpd-2.2.0/docs/manual/mod/mod_headers.html.en     2005-11-13 08:38:36.000000000 +0200
3962 +++ httpd-2.2.0-branch/docs/manual/mod/mod_headers.html.en      2005-12-22 04:02:46.000000000 +0200
3963 @@ -17,7 +17,7 @@
3964  <img alt="" src="../images/feather.gif" /></div>
3965  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3966  <div id="path">
3967 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
3968 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
3969  <div id="page-content">
3970  <div id="preamble"><h1>Apache Module mod_headers</h1>
3971  <div class="toplang">
3972 diff -ur httpd-2.2.0/docs/manual/mod/mod_headers.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_headers.html.ja.euc-jp
3973 --- httpd-2.2.0/docs/manual/mod/mod_headers.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
3974 +++ httpd-2.2.0-branch/docs/manual/mod/mod_headers.html.ja.euc-jp       2005-12-22 04:02:45.000000000 +0200
3975 @@ -17,7 +17,7 @@
3976  <img alt="" src="../images/feather.gif" /></div>
3977  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
3978  <div id="path">
3979 -<a 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>
3980 +<a 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>
3981  <div id="page-content">
3982  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_headers</h1>
3983  <div class="toplang">
3984 diff -ur httpd-2.2.0/docs/manual/mod/mod_headers.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_headers.html.ko.euc-kr
3985 --- httpd-2.2.0/docs/manual/mod/mod_headers.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
3986 +++ httpd-2.2.0-branch/docs/manual/mod/mod_headers.html.ko.euc-kr       2005-12-22 04:02:45.000000000 +0200
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="./">¸ðµâ</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="./">¸ðµâ</a></div>
3993  <div id="page-content">
3994  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_headers</h1>
3995  <div class="toplang">
3996 diff -ur httpd-2.2.0/docs/manual/mod/mod_ident.html.en httpd-2.2.0-branch/docs/manual/mod/mod_ident.html.en
3997 --- httpd-2.2.0/docs/manual/mod/mod_ident.html.en       2005-11-13 08:38:36.000000000 +0200
3998 +++ httpd-2.2.0-branch/docs/manual/mod/mod_ident.html.en        2005-12-22 04:02:45.000000000 +0200
3999 @@ -17,7 +17,7 @@
4000  <img alt="" src="../images/feather.gif" /></div>
4001  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4002  <div id="path">
4003 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
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/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
4005  <div id="page-content">
4006  <div id="preamble"><h1>Apache Module mod_ident</h1>
4007  <div class="toplang">
4008 diff -ur httpd-2.2.0/docs/manual/mod/mod_ident.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_ident.html.ko.euc-kr
4009 --- httpd-2.2.0/docs/manual/mod/mod_ident.html.ko.euc-kr        2005-11-13 08:38:36.000000000 +0200
4010 +++ httpd-2.2.0-branch/docs/manual/mod/mod_ident.html.ko.euc-kr 2005-12-22 04:02:45.000000000 +0200
4011 @@ -17,7 +17,7 @@
4012  <img alt="" src="../images/feather.gif" /></div>
4013  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4014  <div id="path">
4015 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4016 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4017  <div id="page-content">
4018  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_ident</h1>
4019  <div class="toplang">
4020 diff -ur httpd-2.2.0/docs/manual/mod/mod_imagemap.html.en httpd-2.2.0-branch/docs/manual/mod/mod_imagemap.html.en
4021 --- httpd-2.2.0/docs/manual/mod/mod_imagemap.html.en    2005-11-13 08:38:36.000000000 +0200
4022 +++ httpd-2.2.0-branch/docs/manual/mod/mod_imagemap.html.en     2005-12-22 04:02:45.000000000 +0200
4023 @@ -17,7 +17,7 @@
4024  <img alt="" src="../images/feather.gif" /></div>
4025  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4026  <div id="path">
4027 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4028 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4029  <div id="page-content">
4030  <div id="preamble"><h1>Apache Module mod_imagemap</h1>
4031  <div class="toplang">
4032 @@ -26,7 +26,7 @@
4033  </div>
4034  <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Server-side imagemap processing</td></tr>
4035  <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
4036 -<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>imap_module</td></tr>
4037 +<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>imagemap_module</td></tr>
4038  <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_imagemap.c</td></tr></table>
4039  <h3>Summary</h3>
4040  
4041 diff -ur httpd-2.2.0/docs/manual/mod/mod_imagemap.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_imagemap.html.ko.euc-kr
4042 --- httpd-2.2.0/docs/manual/mod/mod_imagemap.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
4043 +++ httpd-2.2.0-branch/docs/manual/mod/mod_imagemap.html.ko.euc-kr      2005-12-22 04:02:46.000000000 +0200
4044 @@ -5,7 +5,7 @@
4045                This file is generated from xml source: DO NOT EDIT
4046          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
4047        -->
4048 -<title>mod_imap - Apache HTTP Server</title>
4049 +<title>mod_imagemap - Apache HTTP Server</title>
4050  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
4051  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
4052  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
4053 @@ -17,9 +17,9 @@
4054  <img alt="" src="../images/feather.gif" /></div>
4055  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4056  <div id="path">
4057 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4058 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4059  <div id="page-content">
4060 -<div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_imap</h1>
4061 +<div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_imagemap</h1>
4062  <div class="toplang">
4063  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/mod/mod_imagemap.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
4064  <a href="../ko/mod/mod_imagemap.html" title="Korean">&nbsp;ko&nbsp;</a></p>
4065 @@ -28,8 +28,8 @@
4066              ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
4067  <table class="module"><tr><th><a href="module-dict.html#Description">¼³¸í:</a></th><td>¼­¹öÃø À̹ÌÁö¸Ê(imagemap) Ã³¸®</td></tr>
4068  <tr><th><a href="module-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
4069 -<tr><th><a href="module-dict.html#ModuleIdentifier">¸ðµâ¸í:</a></th><td>imap_module</td></tr>
4070 -<tr><th><a href="module-dict.html#SourceFile">¼Ò½ºÆÄÀÏ:</a></th><td>mod_imap.c</td></tr></table>
4071 +<tr><th><a href="module-dict.html#ModuleIdentifier">¸ðµâ¸í:</a></th><td>imagemap_module</td></tr>
4072 +<tr><th><a href="module-dict.html#SourceFile">¼Ò½ºÆÄÀÏ:</a></th><td>mod_imagemap.c</td></tr></table>
4073  <h3>¿ä¾à</h3>
4074  
4075      <p>ÀÌ ¸ðµâÀº <code>imagemap</code> CGI ÇÁ·Î±×·¥À» ´ë½ÅÇÏ¿©
4076 @@ -280,7 +280,7 @@
4077  <tr><th><a href="directive-dict.html#Context">»ç¿ëÀå¼Ò:</a></th><td>ÁÖ¼­¹ö¼³Á¤, °¡»óÈ£½ºÆ®, directory, .htaccess</td></tr>
4078  <tr><th><a href="directive-dict.html#Override">Override ¿É¼Ç:</a></th><td>Indexes</td></tr>
4079  <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
4080 -<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imap</td></tr>
4081 +<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imagemap</td></tr>
4082  </table>
4083      <p><code class="directive">ImapBase</code> Áö½Ã¾î´Â À̹ÌÁö¸Ê ÆÄÀÏ¿¡¼­
4084      »ç¿ëÇÒ <code>base</code> ±âº»°ªÀ» ¼³Á¤ÇÑ´Ù. À̹ÌÁö¸Ê ÆÄÀÏ
4085 @@ -303,7 +303,7 @@
4086  <tr><th><a href="directive-dict.html#Context">»ç¿ëÀå¼Ò:</a></th><td>ÁÖ¼­¹ö¼³Á¤, °¡»óÈ£½ºÆ®, directory, .htaccess</td></tr>
4087  <tr><th><a href="directive-dict.html#Override">Override ¿É¼Ç:</a></th><td>Indexes</td></tr>
4088  <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
4089 -<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imap</td></tr>
4090 +<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imagemap</td></tr>
4091  </table>
4092      <p><code class="directive">ImapDefault</code> Áö½Ã¾î´Â À̹ÌÁö¸Ê
4093      ÆÄÀÏ¿¡¼­ »ç¿ëÇÒ <code>default</code> ±âº»°ªÀ» ¼³Á¤ÇÑ´Ù.
4094 @@ -322,7 +322,7 @@
4095  <tr><th><a href="directive-dict.html#Context">»ç¿ëÀå¼Ò:</a></th><td>ÁÖ¼­¹ö¼³Á¤, °¡»óÈ£½ºÆ®, directory, .htaccess</td></tr>
4096  <tr><th><a href="directive-dict.html#Override">Override ¿É¼Ç:</a></th><td>Indexes</td></tr>
4097  <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
4098 -<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imap</td></tr>
4099 +<tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_imagemap</td></tr>
4100  </table>
4101      <p><code class="directive">ImapMenu</code> Áö½Ã¾î´Â À̹ÌÁö¸Ê ÆÄÀÏ¿¡
4102      À¯È¿ÇÑ ÁÂÇ¥¸¦ ÁÖÁö ¾ÊÀº °æ¿ì ÃëÇÒ ÇൿÀ» °áÁ¤ÇÑ´Ù.</p>
4103 diff -ur httpd-2.2.0/docs/manual/mod/mod_include.html.en httpd-2.2.0-branch/docs/manual/mod/mod_include.html.en
4104 --- httpd-2.2.0/docs/manual/mod/mod_include.html.en     2005-11-13 08:38:36.000000000 +0200
4105 +++ httpd-2.2.0-branch/docs/manual/mod/mod_include.html.en      2005-12-22 04:02:46.000000000 +0200
4106 @@ -17,7 +17,7 @@
4107  <img alt="" src="../images/feather.gif" /></div>
4108  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4109  <div id="path">
4110 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4111 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4112  <div id="page-content">
4113  <div id="preamble"><h1>Apache Module mod_include</h1>
4114  <div class="toplang">
4115 diff -ur httpd-2.2.0/docs/manual/mod/mod_include.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_include.html.ja.euc-jp
4116 --- httpd-2.2.0/docs/manual/mod/mod_include.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
4117 +++ httpd-2.2.0-branch/docs/manual/mod/mod_include.html.ja.euc-jp       2005-12-22 04:02:46.000000000 +0200
4118 @@ -17,7 +17,7 @@
4119  <img alt="" src="../images/feather.gif" /></div>
4120  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4121  <div id="path">
4122 -<a 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>
4123 +<a 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>
4124  <div id="page-content">
4125  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_include</h1>
4126  <div class="toplang">
4127 diff -ur httpd-2.2.0/docs/manual/mod/mod_info.html.en httpd-2.2.0-branch/docs/manual/mod/mod_info.html.en
4128 --- httpd-2.2.0/docs/manual/mod/mod_info.html.en        2005-11-13 18:04:55.000000000 +0200
4129 +++ httpd-2.2.0-branch/docs/manual/mod/mod_info.html.en 2005-12-22 04:02:46.000000000 +0200
4130 @@ -17,7 +17,7 @@
4131  <img alt="" src="../images/feather.gif" /></div>
4132  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4133  <div id="path">
4134 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4135 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4136  <div id="page-content">
4137  <div id="preamble"><h1>Apache Module mod_info</h1>
4138  <div class="toplang">
4139 diff -ur httpd-2.2.0/docs/manual/mod/mod_info.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_info.html.ja.euc-jp
4140 --- httpd-2.2.0/docs/manual/mod/mod_info.html.ja.euc-jp 2005-11-13 18:04:55.000000000 +0200
4141 +++ httpd-2.2.0-branch/docs/manual/mod/mod_info.html.ja.euc-jp  2005-12-22 04:02:46.000000000 +0200
4142 @@ -17,7 +17,7 @@
4143  <img alt="" src="../images/feather.gif" /></div>
4144  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4145  <div id="path">
4146 -<a 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>
4147 +<a 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>
4148  <div id="page-content">
4149  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_info</h1>
4150  <div class="toplang">
4151 diff -ur httpd-2.2.0/docs/manual/mod/mod_info.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_info.html.ko.euc-kr
4152 --- httpd-2.2.0/docs/manual/mod/mod_info.html.ko.euc-kr 2005-11-13 18:04:55.000000000 +0200
4153 +++ httpd-2.2.0-branch/docs/manual/mod/mod_info.html.ko.euc-kr  2005-12-22 04:02:46.000000000 +0200
4154 @@ -17,7 +17,7 @@
4155  <img alt="" src="../images/feather.gif" /></div>
4156  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4157  <div id="path">
4158 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4159 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4160  <div id="page-content">
4161  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_info</h1>
4162  <div class="toplang">
4163 diff -ur httpd-2.2.0/docs/manual/mod/mod_isapi.html.en httpd-2.2.0-branch/docs/manual/mod/mod_isapi.html.en
4164 --- httpd-2.2.0/docs/manual/mod/mod_isapi.html.en       2005-11-13 08:38:36.000000000 +0200
4165 +++ httpd-2.2.0-branch/docs/manual/mod/mod_isapi.html.en        2005-12-22 04:02:46.000000000 +0200
4166 @@ -17,7 +17,7 @@
4167  <img alt="" src="../images/feather.gif" /></div>
4168  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4169  <div id="path">
4170 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4171 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4172  <div id="page-content">
4173  <div id="preamble"><h1>Apache Module mod_isapi</h1>
4174  <div class="toplang">
4175 diff -ur httpd-2.2.0/docs/manual/mod/mod_isapi.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_isapi.html.ko.euc-kr
4176 --- httpd-2.2.0/docs/manual/mod/mod_isapi.html.ko.euc-kr        2005-11-13 08:38:36.000000000 +0200
4177 +++ httpd-2.2.0-branch/docs/manual/mod/mod_isapi.html.ko.euc-kr 2005-12-22 04:02:45.000000000 +0200
4178 @@ -17,7 +17,7 @@
4179  <img alt="" src="../images/feather.gif" /></div>
4180  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4181  <div id="path">
4182 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4183 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4184  <div id="page-content">
4185  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_isapi</h1>
4186  <div class="toplang">
4187 diff -ur httpd-2.2.0/docs/manual/mod/mod_ldap.html.en httpd-2.2.0-branch/docs/manual/mod/mod_ldap.html.en
4188 --- httpd-2.2.0/docs/manual/mod/mod_ldap.html.en        2005-11-13 08:38:36.000000000 +0200
4189 +++ httpd-2.2.0-branch/docs/manual/mod/mod_ldap.html.en 2005-12-22 04:02:46.000000000 +0200
4190 @@ -17,7 +17,7 @@
4191  <img alt="" src="../images/feather.gif" /></div>
4192  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4193  <div id="path">
4194 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4195 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4196  <div id="page-content">
4197  <div id="preamble"><h1>Apache Module mod_ldap</h1>
4198  <div class="toplang">
4199 diff -ur httpd-2.2.0/docs/manual/mod/mod_log_config.html.en httpd-2.2.0-branch/docs/manual/mod/mod_log_config.html.en
4200 --- httpd-2.2.0/docs/manual/mod/mod_log_config.html.en  2005-11-13 08:38:36.000000000 +0200
4201 +++ httpd-2.2.0-branch/docs/manual/mod/mod_log_config.html.en   2005-12-22 04:02:46.000000000 +0200
4202 @@ -17,7 +17,7 @@
4203  <img alt="" src="../images/feather.gif" /></div>
4204  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4205  <div id="path">
4206 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4207 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4208  <div id="page-content">
4209  <div id="preamble"><h1>Apache Module mod_log_config</h1>
4210  <div class="toplang">
4211 diff -ur httpd-2.2.0/docs/manual/mod/mod_log_config.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_log_config.html.ja.euc-jp
4212 --- httpd-2.2.0/docs/manual/mod/mod_log_config.html.ja.euc-jp   2005-11-13 08:38:36.000000000 +0200
4213 +++ httpd-2.2.0-branch/docs/manual/mod/mod_log_config.html.ja.euc-jp    2005-12-22 04:02:45.000000000 +0200
4214 @@ -17,7 +17,7 @@
4215  <img alt="" src="../images/feather.gif" /></div>
4216  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4217  <div id="path">
4218 -<a 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>
4219 +<a 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>
4220  <div id="page-content">
4221  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_log_config</h1>
4222  <div class="toplang">
4223 diff -ur httpd-2.2.0/docs/manual/mod/mod_log_config.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_log_config.html.ko.euc-kr
4224 --- httpd-2.2.0/docs/manual/mod/mod_log_config.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
4225 +++ httpd-2.2.0-branch/docs/manual/mod/mod_log_config.html.ko.euc-kr    2005-12-22 04:02:45.000000000 +0200
4226 @@ -17,7 +17,7 @@
4227  <img alt="" src="../images/feather.gif" /></div>
4228  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4229  <div id="path">
4230 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4231 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4232  <div id="page-content">
4233  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_log_config</h1>
4234  <div class="toplang">
4235 diff -ur httpd-2.2.0/docs/manual/mod/mod_log_forensic.html.en httpd-2.2.0-branch/docs/manual/mod/mod_log_forensic.html.en
4236 --- httpd-2.2.0/docs/manual/mod/mod_log_forensic.html.en        2005-11-13 08:38:36.000000000 +0200
4237 +++ httpd-2.2.0-branch/docs/manual/mod/mod_log_forensic.html.en 2005-12-22 04:02:46.000000000 +0200
4238 @@ -17,7 +17,7 @@
4239  <img alt="" src="../images/feather.gif" /></div>
4240  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4241  <div id="path">
4242 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4243 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4244  <div id="page-content">
4245  <div id="preamble"><h1>Apache Module mod_log_forensic</h1>
4246  <div class="toplang">
4247 diff -ur httpd-2.2.0/docs/manual/mod/mod_log_forensic.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_log_forensic.html.ja.euc-jp
4248 --- httpd-2.2.0/docs/manual/mod/mod_log_forensic.html.ja.euc-jp 2005-11-13 08:38:36.000000000 +0200
4249 +++ httpd-2.2.0-branch/docs/manual/mod/mod_log_forensic.html.ja.euc-jp  2005-12-22 04:02:46.000000000 +0200
4250 @@ -17,7 +17,7 @@
4251  <img alt="" src="../images/feather.gif" /></div>
4252  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4253  <div id="path">
4254 -<a 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>
4255 +<a 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>
4256  <div id="page-content">
4257  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_log_forensic</h1>
4258  <div class="toplang">
4259 diff -ur httpd-2.2.0/docs/manual/mod/mod_logio.html.en httpd-2.2.0-branch/docs/manual/mod/mod_logio.html.en
4260 --- httpd-2.2.0/docs/manual/mod/mod_logio.html.en       2005-11-13 08:38:36.000000000 +0200
4261 +++ httpd-2.2.0-branch/docs/manual/mod/mod_logio.html.en        2005-12-22 04:02:45.000000000 +0200
4262 @@ -17,7 +17,7 @@
4263  <img alt="" src="../images/feather.gif" /></div>
4264  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4265  <div id="path">
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-project/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
4267 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4268  <div id="page-content">
4269  <div id="preamble"><h1>Apache Module mod_logio</h1>
4270  <div class="toplang">
4271 diff -ur httpd-2.2.0/docs/manual/mod/mod_logio.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_logio.html.ja.euc-jp
4272 --- httpd-2.2.0/docs/manual/mod/mod_logio.html.ja.euc-jp        2005-11-13 08:38:36.000000000 +0200
4273 +++ httpd-2.2.0-branch/docs/manual/mod/mod_logio.html.ja.euc-jp 2005-12-22 04:02:46.000000000 +0200
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 ¥µ¡¼¥Ð</a> &gt; <a href="http://httpd.apache.org/docs-project/">¥É¥­¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó</a> &gt; <a href="../">¥Ð¡¼¥¸¥ç¥ó 2.2</a> &gt; <a href="./">¥â¥¸¥å¡¼¥ë</a></div>
4279 +<a 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>
4280  <div id="page-content">
4281  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_logio</h1>
4282  <div class="toplang">
4283 diff -ur httpd-2.2.0/docs/manual/mod/mod_logio.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_logio.html.ko.euc-kr
4284 --- httpd-2.2.0/docs/manual/mod/mod_logio.html.ko.euc-kr        2005-11-13 08:38:36.000000000 +0200
4285 +++ httpd-2.2.0-branch/docs/manual/mod/mod_logio.html.ko.euc-kr 2005-12-22 04:02:45.000000000 +0200
4286 @@ -17,7 +17,7 @@
4287  <img alt="" src="../images/feather.gif" /></div>
4288  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4289  <div id="path">
4290 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
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/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">¸ðµâ</a></div>
4292  <div id="page-content">
4293  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_logio</h1>
4294  <div class="toplang">
4295 diff -ur httpd-2.2.0/docs/manual/mod/mod_mem_cache.html.en httpd-2.2.0-branch/docs/manual/mod/mod_mem_cache.html.en
4296 --- httpd-2.2.0/docs/manual/mod/mod_mem_cache.html.en   2005-11-13 08:38:36.000000000 +0200
4297 +++ httpd-2.2.0-branch/docs/manual/mod/mod_mem_cache.html.en    2005-12-22 04:02:45.000000000 +0200
4298 @@ -17,7 +17,7 @@
4299  <img alt="" src="../images/feather.gif" /></div>
4300  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4301  <div id="path">
4302 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4303 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4304  <div id="page-content">
4305  <div id="preamble"><h1>Apache Module mod_mem_cache</h1>
4306  <div class="toplang">
4307 diff -ur httpd-2.2.0/docs/manual/mod/mod_mem_cache.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_mem_cache.html.ja.euc-jp
4308 --- httpd-2.2.0/docs/manual/mod/mod_mem_cache.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
4309 +++ httpd-2.2.0-branch/docs/manual/mod/mod_mem_cache.html.ja.euc-jp     2005-12-22 04:02:45.000000000 +0200
4310 @@ -17,7 +17,7 @@
4311  <img alt="" src="../images/feather.gif" /></div>
4312  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4313  <div id="path">
4314 -<a 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>
4315 +<a 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>
4316  <div id="page-content">
4317  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_mem_cache</h1>
4318  <div class="toplang">
4319 diff -ur httpd-2.2.0/docs/manual/mod/mod_mem_cache.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_mem_cache.html.ko.euc-kr
4320 --- httpd-2.2.0/docs/manual/mod/mod_mem_cache.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
4321 +++ httpd-2.2.0-branch/docs/manual/mod/mod_mem_cache.html.ko.euc-kr     2005-12-22 04:02:46.000000000 +0200
4322 @@ -17,7 +17,7 @@
4323  <img alt="" src="../images/feather.gif" /></div>
4324  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4325  <div id="path">
4326 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4327 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4328  <div id="page-content">
4329  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_mem_cache</h1>
4330  <div class="toplang">
4331 diff -ur httpd-2.2.0/docs/manual/mod/mod_mime.html.en httpd-2.2.0-branch/docs/manual/mod/mod_mime.html.en
4332 --- httpd-2.2.0/docs/manual/mod/mod_mime.html.en        2005-11-13 08:38:36.000000000 +0200
4333 +++ httpd-2.2.0-branch/docs/manual/mod/mod_mime.html.en 2005-12-22 04:02:45.000000000 +0200
4334 @@ -17,7 +17,7 @@
4335  <img alt="" src="../images/feather.gif" /></div>
4336  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4337  <div id="path">
4338 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4339 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4340  <div id="page-content">
4341  <div id="preamble"><h1>Apache Module mod_mime</h1>
4342  <div class="toplang">
4343 diff -ur httpd-2.2.0/docs/manual/mod/mod_mime.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_mime.html.ja.euc-jp
4344 --- httpd-2.2.0/docs/manual/mod/mod_mime.html.ja.euc-jp 2005-11-13 08:38:36.000000000 +0200
4345 +++ httpd-2.2.0-branch/docs/manual/mod/mod_mime.html.ja.euc-jp  2005-12-22 04:02:46.000000000 +0200
4346 @@ -17,7 +17,7 @@
4347  <img alt="" src="../images/feather.gif" /></div>
4348  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4349  <div id="path">
4350 -<a 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>
4351 +<a 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>
4352  <div id="page-content">
4353  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_mime</h1>
4354  <div class="toplang">
4355 diff -ur httpd-2.2.0/docs/manual/mod/mod_mime_magic.html.en httpd-2.2.0-branch/docs/manual/mod/mod_mime_magic.html.en
4356 --- httpd-2.2.0/docs/manual/mod/mod_mime_magic.html.en  2005-11-13 08:38:36.000000000 +0200
4357 +++ httpd-2.2.0-branch/docs/manual/mod/mod_mime_magic.html.en   2005-12-22 04:02:45.000000000 +0200
4358 @@ -17,7 +17,7 @@
4359  <img alt="" src="../images/feather.gif" /></div>
4360  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4361  <div id="path">
4362 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4363 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4364  <div id="page-content">
4365  <div id="preamble"><h1>Apache Module mod_mime_magic</h1>
4366  <div class="toplang">
4367 diff -ur httpd-2.2.0/docs/manual/mod/mod_negotiation.html.en httpd-2.2.0-branch/docs/manual/mod/mod_negotiation.html.en
4368 --- httpd-2.2.0/docs/manual/mod/mod_negotiation.html.en 2005-11-13 08:38:36.000000000 +0200
4369 +++ httpd-2.2.0-branch/docs/manual/mod/mod_negotiation.html.en  2005-12-22 04:02:46.000000000 +0200
4370 @@ -17,7 +17,7 @@
4371  <img alt="" src="../images/feather.gif" /></div>
4372  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4373  <div id="path">
4374 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4375 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4376  <div id="page-content">
4377  <div id="preamble"><h1>Apache Module mod_negotiation</h1>
4378  <div class="toplang">
4379 diff -ur httpd-2.2.0/docs/manual/mod/mod_negotiation.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_negotiation.html.ja.euc-jp
4380 --- httpd-2.2.0/docs/manual/mod/mod_negotiation.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
4381 +++ httpd-2.2.0-branch/docs/manual/mod/mod_negotiation.html.ja.euc-jp   2005-12-22 04:02:45.000000000 +0200
4382 @@ -17,7 +17,7 @@
4383  <img alt="" src="../images/feather.gif" /></div>
4384  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4385  <div id="path">
4386 -<a 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>
4387 +<a 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>
4388  <div id="page-content">
4389  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_negotiation</h1>
4390  <div class="toplang">
4391 diff -ur httpd-2.2.0/docs/manual/mod/mod_nw_ssl.html.en httpd-2.2.0-branch/docs/manual/mod/mod_nw_ssl.html.en
4392 --- httpd-2.2.0/docs/manual/mod/mod_nw_ssl.html.en      2005-11-13 08:38:36.000000000 +0200
4393 +++ httpd-2.2.0-branch/docs/manual/mod/mod_nw_ssl.html.en       2005-12-22 04:02:45.000000000 +0200
4394 @@ -17,7 +17,7 @@
4395  <img alt="" src="../images/feather.gif" /></div>
4396  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4397  <div id="path">
4398 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4399 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4400  <div id="page-content">
4401  <div id="preamble"><h1>Apache Module mod_nw_ssl</h1>
4402  <div class="toplang">
4403 diff -ur httpd-2.2.0/docs/manual/mod/mod_proxy.html.en httpd-2.2.0-branch/docs/manual/mod/mod_proxy.html.en
4404 --- httpd-2.2.0/docs/manual/mod/mod_proxy.html.en       2005-11-16 17:57:54.000000000 +0200
4405 +++ httpd-2.2.0-branch/docs/manual/mod/mod_proxy.html.en        2005-12-22 04:02:46.000000000 +0200
4406 @@ -17,7 +17,7 @@
4407  <img alt="" src="../images/feather.gif" /></div>
4408  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4409  <div id="path">
4410 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4411 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4412  <div id="page-content">
4413  <div id="preamble"><h1>Apache Module mod_proxy</h1>
4414  <div class="toplang">
4415 diff -ur httpd-2.2.0/docs/manual/mod/mod_proxy.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_proxy.html.ja.euc-jp
4416 --- httpd-2.2.0/docs/manual/mod/mod_proxy.html.ja.euc-jp        2005-11-13 08:38:36.000000000 +0200
4417 +++ httpd-2.2.0-branch/docs/manual/mod/mod_proxy.html.ja.euc-jp 2005-12-22 04:02:45.000000000 +0200
4418 @@ -17,7 +17,7 @@
4419  <img alt="" src="../images/feather.gif" /></div>
4420  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4421  <div id="path">
4422 -<a 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>
4423 +<a 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>
4424  <div id="page-content">
4425  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_proxy</h1>
4426  <div class="toplang">
4427 diff -ur httpd-2.2.0/docs/manual/mod/mod_proxy_ajp.html.en httpd-2.2.0-branch/docs/manual/mod/mod_proxy_ajp.html.en
4428 --- httpd-2.2.0/docs/manual/mod/mod_proxy_ajp.html.en   2005-11-13 08:38:36.000000000 +0200
4429 +++ httpd-2.2.0-branch/docs/manual/mod/mod_proxy_ajp.html.en    2005-12-22 04:02:45.000000000 +0200
4430 @@ -17,7 +17,7 @@
4431  <img alt="" src="../images/feather.gif" /></div>
4432  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4433  <div id="path">
4434 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4435 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4436  <div id="page-content">
4437  <div id="preamble"><h1>Apache Module mod_proxy_ajp</h1>
4438  <div class="toplang">
4439 diff -ur httpd-2.2.0/docs/manual/mod/mod_proxy_ajp.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_proxy_ajp.html.ja.euc-jp
4440 --- httpd-2.2.0/docs/manual/mod/mod_proxy_ajp.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
4441 +++ httpd-2.2.0-branch/docs/manual/mod/mod_proxy_ajp.html.ja.euc-jp     2005-12-22 04:02:45.000000000 +0200
4442 @@ -17,7 +17,7 @@
4443  <img alt="" src="../images/feather.gif" /></div>
4444  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4445  <div id="path">
4446 -<a 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>
4447 +<a 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>
4448  <div id="page-content">
4449  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_proxy_ajp</h1>
4450  <div class="toplang">
4451 diff -ur httpd-2.2.0/docs/manual/mod/mod_proxy_balancer.html.en httpd-2.2.0-branch/docs/manual/mod/mod_proxy_balancer.html.en
4452 --- httpd-2.2.0/docs/manual/mod/mod_proxy_balancer.html.en      2005-11-13 08:38:36.000000000 +0200
4453 +++ httpd-2.2.0-branch/docs/manual/mod/mod_proxy_balancer.html.en       2005-12-22 04:02:46.000000000 +0200
4454 @@ -17,7 +17,7 @@
4455  <img alt="" src="../images/feather.gif" /></div>
4456  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4457  <div id="path">
4458 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4459 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4460  <div id="page-content">
4461  <div id="preamble"><h1>Apache Module mod_proxy_balancer</h1>
4462  <div class="toplang">
4463 diff -ur httpd-2.2.0/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp
4464 --- httpd-2.2.0/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp       2005-11-13 08:38:36.000000000 +0200
4465 +++ httpd-2.2.0-branch/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp        2005-12-22 04:02:45.000000000 +0200
4466 @@ -17,7 +17,7 @@
4467  <img alt="" src="../images/feather.gif" /></div>
4468  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4469  <div id="path">
4470 -<a 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>
4471 +<a 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>
4472  <div id="page-content">
4473  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_proxy_balancer</h1>
4474  <div class="toplang">
4475 diff -ur httpd-2.2.0/docs/manual/mod/mod_proxy_connect.html.en httpd-2.2.0-branch/docs/manual/mod/mod_proxy_connect.html.en
4476 --- httpd-2.2.0/docs/manual/mod/mod_proxy_connect.html.en       2005-11-13 08:38:36.000000000 +0200
4477 +++ httpd-2.2.0-branch/docs/manual/mod/mod_proxy_connect.html.en        2005-12-22 04:02:45.000000000 +0200
4478 @@ -17,7 +17,7 @@
4479  <img alt="" src="../images/feather.gif" /></div>
4480  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4481  <div id="path">
4482 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4483 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4484  <div id="page-content">
4485  <div id="preamble"><h1>Apache Module mod_proxy_connect</h1>
4486  <div class="toplang">
4487 diff -ur httpd-2.2.0/docs/manual/mod/mod_proxy_ftp.html.en httpd-2.2.0-branch/docs/manual/mod/mod_proxy_ftp.html.en
4488 --- httpd-2.2.0/docs/manual/mod/mod_proxy_ftp.html.en   2005-11-13 08:38:36.000000000 +0200
4489 +++ httpd-2.2.0-branch/docs/manual/mod/mod_proxy_ftp.html.en    2005-12-22 04:02:46.000000000 +0200
4490 @@ -17,7 +17,7 @@
4491  <img alt="" src="../images/feather.gif" /></div>
4492  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4493  <div id="path">
4494 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4495 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4496  <div id="page-content">
4497  <div id="preamble"><h1>Apache Module mod_proxy_ftp</h1>
4498  <div class="toplang">
4499 diff -ur httpd-2.2.0/docs/manual/mod/mod_proxy_http.html.en httpd-2.2.0-branch/docs/manual/mod/mod_proxy_http.html.en
4500 --- httpd-2.2.0/docs/manual/mod/mod_proxy_http.html.en  2005-11-13 08:38:36.000000000 +0200
4501 +++ httpd-2.2.0-branch/docs/manual/mod/mod_proxy_http.html.en   2005-12-22 04:02:46.000000000 +0200
4502 @@ -17,7 +17,7 @@
4503  <img alt="" src="../images/feather.gif" /></div>
4504  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4505  <div id="path">
4506 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4507 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4508  <div id="page-content">
4509  <div id="preamble"><h1>Apache Module mod_proxy_http</h1>
4510  <div class="toplang">
4511 diff -ur httpd-2.2.0/docs/manual/mod/mod_rewrite.html.en httpd-2.2.0-branch/docs/manual/mod/mod_rewrite.html.en
4512 --- httpd-2.2.0/docs/manual/mod/mod_rewrite.html.en     2005-11-13 08:38:36.000000000 +0200
4513 +++ httpd-2.2.0-branch/docs/manual/mod/mod_rewrite.html.en      2005-12-22 04:02:46.000000000 +0200
4514 @@ -17,7 +17,7 @@
4515  <img alt="" src="../images/feather.gif" /></div>
4516  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4517  <div id="path">
4518 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4519 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4520  <div id="page-content">
4521  <div id="preamble"><h1>Apache Module mod_rewrite</h1>
4522  <div class="toplang">
4523 diff -ur httpd-2.2.0/docs/manual/mod/mod_setenvif.html.en httpd-2.2.0-branch/docs/manual/mod/mod_setenvif.html.en
4524 --- httpd-2.2.0/docs/manual/mod/mod_setenvif.html.en    2005-11-13 08:38:36.000000000 +0200
4525 +++ httpd-2.2.0-branch/docs/manual/mod/mod_setenvif.html.en     2005-12-22 04:02:45.000000000 +0200
4526 @@ -17,7 +17,7 @@
4527  <img alt="" src="../images/feather.gif" /></div>
4528  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4529  <div id="path">
4530 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4531 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4532  <div id="page-content">
4533  <div id="preamble"><h1>Apache Module mod_setenvif</h1>
4534  <div class="toplang">
4535 diff -ur httpd-2.2.0/docs/manual/mod/mod_setenvif.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_setenvif.html.ja.euc-jp
4536 --- httpd-2.2.0/docs/manual/mod/mod_setenvif.html.ja.euc-jp     2005-11-13 08:38:36.000000000 +0200
4537 +++ httpd-2.2.0-branch/docs/manual/mod/mod_setenvif.html.ja.euc-jp      2005-12-22 04:02:45.000000000 +0200
4538 @@ -17,7 +17,7 @@
4539  <img alt="" src="../images/feather.gif" /></div>
4540  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4541  <div id="path">
4542 -<a 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>
4543 +<a 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>
4544  <div id="page-content">
4545  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_setenvif</h1>
4546  <div class="toplang">
4547 diff -ur httpd-2.2.0/docs/manual/mod/mod_setenvif.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_setenvif.html.ko.euc-kr
4548 --- httpd-2.2.0/docs/manual/mod/mod_setenvif.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
4549 +++ httpd-2.2.0-branch/docs/manual/mod/mod_setenvif.html.ko.euc-kr      2005-12-22 04:02:45.000000000 +0200
4550 @@ -17,7 +17,7 @@
4551  <img alt="" src="../images/feather.gif" /></div>
4552  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4553  <div id="path">
4554 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4555 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4556  <div id="page-content">
4557  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_setenvif</h1>
4558  <div class="toplang">
4559 diff -ur httpd-2.2.0/docs/manual/mod/mod_so.html.en httpd-2.2.0-branch/docs/manual/mod/mod_so.html.en
4560 --- httpd-2.2.0/docs/manual/mod/mod_so.html.en  2005-11-13 08:38:36.000000000 +0200
4561 +++ httpd-2.2.0-branch/docs/manual/mod/mod_so.html.en   2005-12-22 04:02:46.000000000 +0200
4562 @@ -17,7 +17,7 @@
4563  <img alt="" src="../images/feather.gif" /></div>
4564  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4565  <div id="path">
4566 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4567 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4568  <div id="page-content">
4569  <div id="preamble"><h1>Apache Module mod_so</h1>
4570  <div class="toplang">
4571 diff -ur httpd-2.2.0/docs/manual/mod/mod_so.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_so.html.ja.euc-jp
4572 --- httpd-2.2.0/docs/manual/mod/mod_so.html.ja.euc-jp   2005-11-13 08:38:36.000000000 +0200
4573 +++ httpd-2.2.0-branch/docs/manual/mod/mod_so.html.ja.euc-jp    2005-12-22 04:02:45.000000000 +0200
4574 @@ -17,7 +17,7 @@
4575  <img alt="" src="../images/feather.gif" /></div>
4576  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4577  <div id="path">
4578 -<a 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>
4579 +<a 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>
4580  <div id="page-content">
4581  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_so</h1>
4582  <div class="toplang">
4583 diff -ur httpd-2.2.0/docs/manual/mod/mod_so.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_so.html.ko.euc-kr
4584 --- httpd-2.2.0/docs/manual/mod/mod_so.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
4585 +++ httpd-2.2.0-branch/docs/manual/mod/mod_so.html.ko.euc-kr    2005-12-22 04:02:46.000000000 +0200
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="./">¸ðµâ</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="./">¸ðµâ</a></div>
4592  <div id="page-content">
4593  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_so</h1>
4594  <div class="toplang">
4595 diff -ur httpd-2.2.0/docs/manual/mod/mod_speling.html.en httpd-2.2.0-branch/docs/manual/mod/mod_speling.html.en
4596 --- httpd-2.2.0/docs/manual/mod/mod_speling.html.en     2005-11-13 08:38:36.000000000 +0200
4597 +++ httpd-2.2.0-branch/docs/manual/mod/mod_speling.html.en      2005-12-22 04:02:45.000000000 +0200
4598 @@ -17,7 +17,7 @@
4599  <img alt="" src="../images/feather.gif" /></div>
4600  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4601  <div id="path">
4602 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
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/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Modules</a></div>
4604  <div id="page-content">
4605  <div id="preamble"><h1>Apache Module mod_speling</h1>
4606  <div class="toplang">
4607 diff -ur httpd-2.2.0/docs/manual/mod/mod_speling.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_speling.html.ja.euc-jp
4608 --- httpd-2.2.0/docs/manual/mod/mod_speling.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
4609 +++ httpd-2.2.0-branch/docs/manual/mod/mod_speling.html.ja.euc-jp       2005-12-22 04:02:46.000000000 +0200
4610 @@ -17,7 +17,7 @@
4611  <img alt="" src="../images/feather.gif" /></div>
4612  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4613  <div id="path">
4614 -<a 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>
4615 +<a 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>
4616  <div id="page-content">
4617  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_speling</h1>
4618  <div class="toplang">
4619 diff -ur httpd-2.2.0/docs/manual/mod/mod_speling.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_speling.html.ko.euc-kr
4620 --- httpd-2.2.0/docs/manual/mod/mod_speling.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
4621 +++ httpd-2.2.0-branch/docs/manual/mod/mod_speling.html.ko.euc-kr       2005-12-22 04:02:46.000000000 +0200
4622 @@ -17,7 +17,7 @@
4623  <img alt="" src="../images/feather.gif" /></div>
4624  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4625  <div id="path">
4626 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4627 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4628  <div id="page-content">
4629  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_speling</h1>
4630  <div class="toplang">
4631 diff -ur httpd-2.2.0/docs/manual/mod/mod_ssl.html.en httpd-2.2.0-branch/docs/manual/mod/mod_ssl.html.en
4632 --- httpd-2.2.0/docs/manual/mod/mod_ssl.html.en 2005-11-16 17:57:54.000000000 +0200
4633 +++ httpd-2.2.0-branch/docs/manual/mod/mod_ssl.html.en  2005-12-22 04:02:45.000000000 +0200
4634 @@ -17,7 +17,7 @@
4635  <img alt="" src="../images/feather.gif" /></div>
4636  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4637  <div id="path">
4638 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4639 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4640  <div id="page-content">
4641  <div id="preamble"><h1>Apache Module mod_ssl</h1>
4642  <div class="toplang">
4643 diff -ur httpd-2.2.0/docs/manual/mod/mod_status.html.en httpd-2.2.0-branch/docs/manual/mod/mod_status.html.en
4644 --- httpd-2.2.0/docs/manual/mod/mod_status.html.en      2005-11-13 08:38:36.000000000 +0200
4645 +++ httpd-2.2.0-branch/docs/manual/mod/mod_status.html.en       2005-12-22 04:02:46.000000000 +0200
4646 @@ -17,7 +17,7 @@
4647  <img alt="" src="../images/feather.gif" /></div>
4648  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4649  <div id="path">
4650 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4651 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4652  <div id="page-content">
4653  <div id="preamble"><h1>Apache Module mod_status</h1>
4654  <div class="toplang">
4655 diff -ur httpd-2.2.0/docs/manual/mod/mod_status.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_status.html.ja.euc-jp
4656 --- httpd-2.2.0/docs/manual/mod/mod_status.html.ja.euc-jp       2005-11-13 08:38:36.000000000 +0200
4657 +++ httpd-2.2.0-branch/docs/manual/mod/mod_status.html.ja.euc-jp        2005-12-22 04:02:46.000000000 +0200
4658 @@ -17,7 +17,7 @@
4659  <img alt="" src="../images/feather.gif" /></div>
4660  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4661  <div id="path">
4662 -<a 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>
4663 +<a 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>
4664  <div id="page-content">
4665  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_status</h1>
4666  <div class="toplang">
4667 diff -ur httpd-2.2.0/docs/manual/mod/mod_status.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_status.html.ko.euc-kr
4668 --- httpd-2.2.0/docs/manual/mod/mod_status.html.ko.euc-kr       2005-11-13 08:38:36.000000000 +0200
4669 +++ httpd-2.2.0-branch/docs/manual/mod/mod_status.html.ko.euc-kr        2005-12-22 04:02:46.000000000 +0200
4670 @@ -17,7 +17,7 @@
4671  <img alt="" src="../images/feather.gif" /></div>
4672  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4673  <div id="path">
4674 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4675 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4676  <div id="page-content">
4677  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_status</h1>
4678  <div class="toplang">
4679 diff -ur httpd-2.2.0/docs/manual/mod/mod_suexec.html.en httpd-2.2.0-branch/docs/manual/mod/mod_suexec.html.en
4680 --- httpd-2.2.0/docs/manual/mod/mod_suexec.html.en      2005-11-13 08:38:36.000000000 +0200
4681 +++ httpd-2.2.0-branch/docs/manual/mod/mod_suexec.html.en       2005-12-22 04:02:45.000000000 +0200
4682 @@ -17,7 +17,7 @@
4683  <img alt="" src="../images/feather.gif" /></div>
4684  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4685  <div id="path">
4686 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4687 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4688  <div id="page-content">
4689  <div id="preamble"><h1>Apache Module mod_suexec</h1>
4690  <div class="toplang">
4691 diff -ur httpd-2.2.0/docs/manual/mod/mod_suexec.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_suexec.html.ja.euc-jp
4692 --- httpd-2.2.0/docs/manual/mod/mod_suexec.html.ja.euc-jp       2005-11-13 08:38:36.000000000 +0200
4693 +++ httpd-2.2.0-branch/docs/manual/mod/mod_suexec.html.ja.euc-jp        2005-12-22 04:02:46.000000000 +0200
4694 @@ -17,7 +17,7 @@
4695  <img alt="" src="../images/feather.gif" /></div>
4696  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4697  <div id="path">
4698 -<a 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>
4699 +<a 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>
4700  <div id="page-content">
4701  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_suexec</h1>
4702  <div class="toplang">
4703 diff -ur httpd-2.2.0/docs/manual/mod/mod_suexec.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_suexec.html.ko.euc-kr
4704 --- httpd-2.2.0/docs/manual/mod/mod_suexec.html.ko.euc-kr       2005-11-13 08:38:36.000000000 +0200
4705 +++ httpd-2.2.0-branch/docs/manual/mod/mod_suexec.html.ko.euc-kr        2005-12-22 04:02:45.000000000 +0200
4706 @@ -17,7 +17,7 @@
4707  <img alt="" src="../images/feather.gif" /></div>
4708  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4709  <div id="path">
4710 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4711 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4712  <div id="page-content">
4713  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_suexec</h1>
4714  <div class="toplang">
4715 diff -ur httpd-2.2.0/docs/manual/mod/mod_unique_id.html.en httpd-2.2.0-branch/docs/manual/mod/mod_unique_id.html.en
4716 --- httpd-2.2.0/docs/manual/mod/mod_unique_id.html.en   2005-11-13 08:38:36.000000000 +0200
4717 +++ httpd-2.2.0-branch/docs/manual/mod/mod_unique_id.html.en    2005-12-22 04:02:45.000000000 +0200
4718 @@ -17,7 +17,7 @@
4719  <img alt="" src="../images/feather.gif" /></div>
4720  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4721  <div id="path">
4722 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4723 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4724  <div id="page-content">
4725  <div id="preamble"><h1>Apache Module mod_unique_id</h1>
4726  <div class="toplang">
4727 diff -ur httpd-2.2.0/docs/manual/mod/mod_unique_id.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_unique_id.html.ja.euc-jp
4728 --- httpd-2.2.0/docs/manual/mod/mod_unique_id.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
4729 +++ httpd-2.2.0-branch/docs/manual/mod/mod_unique_id.html.ja.euc-jp     2005-12-22 04:02:46.000000000 +0200
4730 @@ -17,7 +17,7 @@
4731  <img alt="" src="../images/feather.gif" /></div>
4732  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4733  <div id="path">
4734 -<a 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>
4735 +<a 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>
4736  <div id="page-content">
4737  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_unique_id</h1>
4738  <div class="toplang">
4739 diff -ur httpd-2.2.0/docs/manual/mod/mod_unique_id.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_unique_id.html.ko.euc-kr
4740 --- httpd-2.2.0/docs/manual/mod/mod_unique_id.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
4741 +++ httpd-2.2.0-branch/docs/manual/mod/mod_unique_id.html.ko.euc-kr     2005-12-22 04:02:45.000000000 +0200
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/">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>
4747 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4748  <div id="page-content">
4749  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_unique_id</h1>
4750  <div class="toplang">
4751 diff -ur httpd-2.2.0/docs/manual/mod/mod_userdir.html.en httpd-2.2.0-branch/docs/manual/mod/mod_userdir.html.en
4752 --- httpd-2.2.0/docs/manual/mod/mod_userdir.html.en     2005-11-13 08:38:36.000000000 +0200
4753 +++ httpd-2.2.0-branch/docs/manual/mod/mod_userdir.html.en      2005-12-22 04:02:45.000000000 +0200
4754 @@ -17,7 +17,7 @@
4755  <img alt="" src="../images/feather.gif" /></div>
4756  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4757  <div id="path">
4758 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4759 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4760  <div id="page-content">
4761  <div id="preamble"><h1>Apache Module mod_userdir</h1>
4762  <div class="toplang">
4763 diff -ur httpd-2.2.0/docs/manual/mod/mod_userdir.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_userdir.html.ja.euc-jp
4764 --- httpd-2.2.0/docs/manual/mod/mod_userdir.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
4765 +++ httpd-2.2.0-branch/docs/manual/mod/mod_userdir.html.ja.euc-jp       2005-12-22 04:02:45.000000000 +0200
4766 @@ -17,7 +17,7 @@
4767  <img alt="" src="../images/feather.gif" /></div>
4768  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4769  <div id="path">
4770 -<a 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>
4771 +<a 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>
4772  <div id="page-content">
4773  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_userdir</h1>
4774  <div class="toplang">
4775 diff -ur httpd-2.2.0/docs/manual/mod/mod_userdir.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_userdir.html.ko.euc-kr
4776 --- httpd-2.2.0/docs/manual/mod/mod_userdir.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
4777 +++ httpd-2.2.0-branch/docs/manual/mod/mod_userdir.html.ko.euc-kr       2005-12-22 04:02:45.000000000 +0200
4778 @@ -17,7 +17,7 @@
4779  <img alt="" src="../images/feather.gif" /></div>
4780  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4781  <div id="path">
4782 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4783 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4784  <div id="page-content">
4785  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_userdir</h1>
4786  <div class="toplang">
4787 diff -ur httpd-2.2.0/docs/manual/mod/mod_usertrack.html.en httpd-2.2.0-branch/docs/manual/mod/mod_usertrack.html.en
4788 --- httpd-2.2.0/docs/manual/mod/mod_usertrack.html.en   2005-11-13 08:38:36.000000000 +0200
4789 +++ httpd-2.2.0-branch/docs/manual/mod/mod_usertrack.html.en    2005-12-22 04:02:46.000000000 +0200
4790 @@ -17,7 +17,7 @@
4791  <img alt="" src="../images/feather.gif" /></div>
4792  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4793  <div id="path">
4794 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4795 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4796  <div id="page-content">
4797  <div id="preamble"><h1>Apache Module mod_usertrack</h1>
4798  <div class="toplang">
4799 diff -ur httpd-2.2.0/docs/manual/mod/mod_version.html.en httpd-2.2.0-branch/docs/manual/mod/mod_version.html.en
4800 --- httpd-2.2.0/docs/manual/mod/mod_version.html.en     2005-11-13 08:38:36.000000000 +0200
4801 +++ httpd-2.2.0-branch/docs/manual/mod/mod_version.html.en      2005-12-22 04:02:46.000000000 +0200
4802 @@ -17,7 +17,7 @@
4803  <img alt="" src="../images/feather.gif" /></div>
4804  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4805  <div id="path">
4806 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4807 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4808  <div id="page-content">
4809  <div id="preamble"><h1>Apache Module mod_version</h1>
4810  <div class="toplang">
4811 diff -ur httpd-2.2.0/docs/manual/mod/mod_version.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mod_version.html.ja.euc-jp
4812 --- httpd-2.2.0/docs/manual/mod/mod_version.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
4813 +++ httpd-2.2.0-branch/docs/manual/mod/mod_version.html.ja.euc-jp       2005-12-22 04:02:45.000000000 +0200
4814 @@ -17,7 +17,7 @@
4815  <img alt="" src="../images/feather.gif" /></div>
4816  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4817  <div id="path">
4818 -<a 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>
4819 +<a 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>
4820  <div id="page-content">
4821  <div id="preamble"><h1>Apache ¥â¥¸¥å¡¼¥ë mod_version</h1>
4822  <div class="toplang">
4823 diff -ur httpd-2.2.0/docs/manual/mod/mod_version.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/mod_version.html.ko.euc-kr
4824 --- httpd-2.2.0/docs/manual/mod/mod_version.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
4825 +++ httpd-2.2.0-branch/docs/manual/mod/mod_version.html.ko.euc-kr       2005-12-22 04:02:45.000000000 +0200
4826 @@ -17,7 +17,7 @@
4827  <img alt="" src="../images/feather.gif" /></div>
4828  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4829  <div id="path">
4830 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4831 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4832  <div id="page-content">
4833  <div id="preamble"><h1>¾ÆÆÄÄ¡ ¸ðµâ mod_version</h1>
4834  <div class="toplang">
4835 diff -ur httpd-2.2.0/docs/manual/mod/mod_vhost_alias.html.en httpd-2.2.0-branch/docs/manual/mod/mod_vhost_alias.html.en
4836 --- httpd-2.2.0/docs/manual/mod/mod_vhost_alias.html.en 2005-11-13 08:38:36.000000000 +0200
4837 +++ httpd-2.2.0-branch/docs/manual/mod/mod_vhost_alias.html.en  2005-12-22 04:02:45.000000000 +0200
4838 @@ -17,7 +17,7 @@
4839  <img alt="" src="../images/feather.gif" /></div>
4840  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4841  <div id="path">
4842 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4843 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4844  <div id="page-content">
4845  <div id="preamble"><h1>Apache Module mod_vhost_alias</h1>
4846  <div class="toplang">
4847 diff -ur httpd-2.2.0/docs/manual/mod/module-dict.html.en httpd-2.2.0-branch/docs/manual/mod/module-dict.html.en
4848 --- httpd-2.2.0/docs/manual/mod/module-dict.html.en     2005-11-13 08:38:36.000000000 +0200
4849 +++ httpd-2.2.0-branch/docs/manual/mod/module-dict.html.en      2005-12-22 04:02:46.000000000 +0200
4850 @@ -16,7 +16,7 @@
4851  <img alt="" src="../images/feather.gif" /></div>
4852  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4853  <div id="path">
4854 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4855 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4856  <div class="toplang">
4857  <p><span>Available Languages: </span><a href="../en/mod/module-dict.html" title="English">&nbsp;en&nbsp;</a> |
4858  <a href="../ja/mod/module-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
4859 diff -ur httpd-2.2.0/docs/manual/mod/module-dict.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/module-dict.html.ja.euc-jp
4860 --- httpd-2.2.0/docs/manual/mod/module-dict.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
4861 +++ httpd-2.2.0-branch/docs/manual/mod/module-dict.html.ja.euc-jp       2005-12-22 04:02:46.000000000 +0200
4862 @@ -16,7 +16,7 @@
4863  <img alt="" src="../images/feather.gif" /></div>
4864  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4865  <div id="path">
4866 -<a 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>
4867 +<a 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>
4868  <div class="toplang">
4869  <p><span>Available Languages: </span><a href="../en/mod/module-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
4870  <a href="../ja/mod/module-dict.html" title="Japanese">&nbsp;ja&nbsp;</a> |
4871 diff -ur httpd-2.2.0/docs/manual/mod/module-dict.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/module-dict.html.ko.euc-kr
4872 --- httpd-2.2.0/docs/manual/mod/module-dict.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
4873 +++ httpd-2.2.0-branch/docs/manual/mod/module-dict.html.ko.euc-kr       2005-12-22 04:02:45.000000000 +0200
4874 @@ -16,7 +16,7 @@
4875  <img alt="" src="../images/feather.gif" /></div>
4876  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4877  <div id="path">
4878 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
4879 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
4880  <div class="toplang">
4881  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/mod/module-dict.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
4882  <a href="../ja/mod/module-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
4883 diff -ur httpd-2.2.0/docs/manual/mod/mpm_common.html.de httpd-2.2.0-branch/docs/manual/mod/mpm_common.html.de
4884 --- httpd-2.2.0/docs/manual/mod/mpm_common.html.de      2005-11-13 08:38:36.000000000 +0200
4885 +++ httpd-2.2.0-branch/docs/manual/mod/mpm_common.html.de       2005-12-22 04:02:46.000000000 +0200
4886 @@ -17,7 +17,7 @@
4887  <img alt="" src="../images/feather.gif" /></div>
4888  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4889  <div id="path">
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-project/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
4891 +<a href="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>
4892  <div id="page-content">
4893  <div id="preamble"><h1>Allgemeine Direktiven der Apache-MPMs</h1>
4894  <div class="toplang">
4895 diff -ur httpd-2.2.0/docs/manual/mod/mpm_common.html.en httpd-2.2.0-branch/docs/manual/mod/mpm_common.html.en
4896 --- httpd-2.2.0/docs/manual/mod/mpm_common.html.en      2005-11-13 08:38:36.000000000 +0200
4897 +++ httpd-2.2.0-branch/docs/manual/mod/mpm_common.html.en       2005-12-22 04:02:46.000000000 +0200
4898 @@ -17,7 +17,7 @@
4899  <img alt="" src="../images/feather.gif" /></div>
4900  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4901  <div id="path">
4902 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4903 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4904  <div id="page-content">
4905  <div id="preamble"><h1>Apache MPM Common Directives</h1>
4906  <div class="toplang">
4907 diff -ur httpd-2.2.0/docs/manual/mod/mpm_common.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mpm_common.html.ja.euc-jp
4908 --- httpd-2.2.0/docs/manual/mod/mpm_common.html.ja.euc-jp       2005-11-13 08:38:36.000000000 +0200
4909 +++ httpd-2.2.0-branch/docs/manual/mod/mpm_common.html.ja.euc-jp        2005-12-22 04:02:45.000000000 +0200
4910 @@ -17,7 +17,7 @@
4911  <img alt="" src="../images/feather.gif" /></div>
4912  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4913  <div id="path">
4914 -<a 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>
4915 +<a 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>
4916  <div id="page-content">
4917  <div id="preamble"><h1>Apache MPM ¶¦Ḁ̈ǥ£¥ì¥¯¥Æ¥£¥Ö</h1>
4918  <div class="toplang">
4919 diff -ur httpd-2.2.0/docs/manual/mod/mpm_netware.html.en httpd-2.2.0-branch/docs/manual/mod/mpm_netware.html.en
4920 --- httpd-2.2.0/docs/manual/mod/mpm_netware.html.en     2005-11-13 08:38:36.000000000 +0200
4921 +++ httpd-2.2.0-branch/docs/manual/mod/mpm_netware.html.en      2005-12-22 04:02:45.000000000 +0200
4922 @@ -17,7 +17,7 @@
4923  <img alt="" src="../images/feather.gif" /></div>
4924  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4925  <div id="path">
4926 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4927 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4928  <div id="page-content">
4929  <div id="preamble"><h1>Apache MPM netware</h1>
4930  <div class="toplang">
4931 diff -ur httpd-2.2.0/docs/manual/mod/mpm_winnt.html.de httpd-2.2.0-branch/docs/manual/mod/mpm_winnt.html.de
4932 --- httpd-2.2.0/docs/manual/mod/mpm_winnt.html.de       2005-11-13 08:38:36.000000000 +0200
4933 +++ httpd-2.2.0-branch/docs/manual/mod/mpm_winnt.html.de        2005-12-22 04:02:45.000000000 +0200
4934 @@ -17,7 +17,7 @@
4935  <img alt="" src="../images/feather.gif" /></div>
4936  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4937  <div id="path">
4938 -<a href="http://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>
4939 +<a href="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>
4940  <div id="page-content">
4941  <div id="preamble"><h1>Apache-MPM winnt</h1>
4942  <div class="toplang">
4943 diff -ur httpd-2.2.0/docs/manual/mod/mpm_winnt.html.en httpd-2.2.0-branch/docs/manual/mod/mpm_winnt.html.en
4944 --- httpd-2.2.0/docs/manual/mod/mpm_winnt.html.en       2005-11-13 08:38:36.000000000 +0200
4945 +++ httpd-2.2.0-branch/docs/manual/mod/mpm_winnt.html.en        2005-12-22 04:02:45.000000000 +0200
4946 @@ -17,7 +17,7 @@
4947  <img alt="" src="../images/feather.gif" /></div>
4948  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4949  <div id="path">
4950 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4951 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4952  <div id="page-content">
4953  <div id="preamble"><h1>Apache MPM winnt</h1>
4954  <div class="toplang">
4955 diff -ur httpd-2.2.0/docs/manual/mod/mpm_winnt.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/mpm_winnt.html.ja.euc-jp
4956 --- httpd-2.2.0/docs/manual/mod/mpm_winnt.html.ja.euc-jp        2005-11-13 08:38:36.000000000 +0200
4957 +++ httpd-2.2.0-branch/docs/manual/mod/mpm_winnt.html.ja.euc-jp 2005-12-22 04:02:45.000000000 +0200
4958 @@ -17,7 +17,7 @@
4959  <img alt="" src="../images/feather.gif" /></div>
4960  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4961  <div id="path">
4962 -<a 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>
4963 +<a 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>
4964  <div id="page-content">
4965  <div id="preamble"><h1>Apache MPM winnt</h1>
4966  <div class="toplang">
4967 diff -ur httpd-2.2.0/docs/manual/mod/mpmt_os2.html.en httpd-2.2.0-branch/docs/manual/mod/mpmt_os2.html.en
4968 --- httpd-2.2.0/docs/manual/mod/mpmt_os2.html.en        2005-11-13 08:38:36.000000000 +0200
4969 +++ httpd-2.2.0-branch/docs/manual/mod/mpmt_os2.html.en 2005-12-22 04:02:45.000000000 +0200
4970 @@ -17,7 +17,7 @@
4971  <img alt="" src="../images/feather.gif" /></div>
4972  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4973  <div id="path">
4974 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4975 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
4976  <div id="page-content">
4977  <div id="preamble"><h1>Apache MPM os2</h1>
4978  <div class="toplang">
4979 diff -ur httpd-2.2.0/docs/manual/mod/prefork.html.de httpd-2.2.0-branch/docs/manual/mod/prefork.html.de
4980 --- httpd-2.2.0/docs/manual/mod/prefork.html.de 2005-11-13 08:38:36.000000000 +0200
4981 +++ httpd-2.2.0-branch/docs/manual/mod/prefork.html.de  2005-12-22 04:02:46.000000000 +0200
4982 @@ -17,7 +17,7 @@
4983  <img alt="" src="../images/feather.gif" /></div>
4984  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4985  <div id="path">
4986 -<a href="http://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>
4987 +<a href="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>
4988  <div id="page-content">
4989  <div id="preamble"><h1>Apache-MPM prefork</h1>
4990  <div class="toplang">
4991 diff -ur httpd-2.2.0/docs/manual/mod/prefork.html.en httpd-2.2.0-branch/docs/manual/mod/prefork.html.en
4992 --- httpd-2.2.0/docs/manual/mod/prefork.html.en 2005-11-13 08:38:36.000000000 +0200
4993 +++ httpd-2.2.0-branch/docs/manual/mod/prefork.html.en  2005-12-22 04:02:46.000000000 +0200
4994 @@ -17,7 +17,7 @@
4995  <img alt="" src="../images/feather.gif" /></div>
4996  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
4997  <div id="path">
4998 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
4999 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5000  <div id="page-content">
5001  <div id="preamble"><h1>Apache MPM prefork</h1>
5002  <div class="toplang">
5003 diff -ur httpd-2.2.0/docs/manual/mod/prefork.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/prefork.html.ja.euc-jp
5004 --- httpd-2.2.0/docs/manual/mod/prefork.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
5005 +++ httpd-2.2.0-branch/docs/manual/mod/prefork.html.ja.euc-jp   2005-12-22 04:02:45.000000000 +0200
5006 @@ -17,7 +17,7 @@
5007  <img alt="" src="../images/feather.gif" /></div>
5008  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5009  <div id="path">
5010 -<a 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>
5011 +<a 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>
5012  <div id="page-content">
5013  <div id="preamble"><h1>Apache MPM prefork</h1>
5014  <div class="toplang">
5015 diff -ur httpd-2.2.0/docs/manual/mod/quickreference.html.de httpd-2.2.0-branch/docs/manual/mod/quickreference.html.de
5016 --- httpd-2.2.0/docs/manual/mod/quickreference.html.de  2005-11-16 19:55:37.000000000 +0200
5017 +++ httpd-2.2.0-branch/docs/manual/mod/quickreference.html.de   2005-12-22 04:02:46.000000000 +0200
5018 @@ -17,7 +17,7 @@
5019  <img alt="" src="../images/feather.gif" /></div>
5020  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5021  <div id="path">
5022 -<a href="http://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>
5023 +<a href="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>
5024  <div id="preamble"><h1>Kurzreferenz der Direktiven</h1>
5025  <div class="toplang">
5026  <p><span>Verfügbare Sprachen: </span><a href="../de/mod/quickreference.html" title="Deutsch">&nbsp;de&nbsp;</a> |
5027 diff -ur httpd-2.2.0/docs/manual/mod/quickreference.html.en httpd-2.2.0-branch/docs/manual/mod/quickreference.html.en
5028 --- httpd-2.2.0/docs/manual/mod/quickreference.html.en  2005-11-16 19:55:37.000000000 +0200
5029 +++ httpd-2.2.0-branch/docs/manual/mod/quickreference.html.en   2005-12-22 04:02:46.000000000 +0200
5030 @@ -17,7 +17,7 @@
5031  <img alt="" src="../images/feather.gif" /></div>
5032  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5033  <div id="path">
5034 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5035 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5036  <div id="preamble"><h1>Directive Quick Reference</h1>
5037  <div class="toplang">
5038  <p><span>Available Languages: </span><a href="../de/mod/quickreference.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5039 diff -ur httpd-2.2.0/docs/manual/mod/quickreference.html.es httpd-2.2.0-branch/docs/manual/mod/quickreference.html.es
5040 --- httpd-2.2.0/docs/manual/mod/quickreference.html.es  2005-11-16 19:55:37.000000000 +0200
5041 +++ httpd-2.2.0-branch/docs/manual/mod/quickreference.html.es   2005-12-22 04:02:46.000000000 +0200
5042 @@ -17,7 +17,7 @@
5043  <img alt="" src="../images/feather.gif" /></div>
5044  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5045  <div id="path">
5046 -<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>
5047 +<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>
5048  <div id="preamble"><h1>Guía Rápida de Referencia de Directivas</h1>
5049  <div class="toplang">
5050  <p><span>Idiomas disponibles: </span><a href="../de/mod/quickreference.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5051 diff -ur httpd-2.2.0/docs/manual/mod/quickreference.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/quickreference.html.ja.euc-jp
5052 --- httpd-2.2.0/docs/manual/mod/quickreference.html.ja.euc-jp   2005-11-16 19:55:37.000000000 +0200
5053 +++ httpd-2.2.0-branch/docs/manual/mod/quickreference.html.ja.euc-jp    2005-12-22 04:02:46.000000000 +0200
5054 @@ -17,7 +17,7 @@
5055  <img alt="" src="../images/feather.gif" /></div>
5056  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5057  <div id="path">
5058 -<a 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>
5059 +<a 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>
5060  <div id="preamble"><h1>¥Ç¥£¥ì¥¯¥Æ¥£¥Ö ¥¯¥¤¥Ã¥¯¥ê¥Õ¥¡¥ì¥ó¥¹</h1>
5061  <div class="toplang">
5062  <p><span>Available Languages: </span><a href="../de/mod/quickreference.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5063 diff -ur httpd-2.2.0/docs/manual/mod/quickreference.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mod/quickreference.html.ko.euc-kr
5064 --- httpd-2.2.0/docs/manual/mod/quickreference.html.ko.euc-kr   2005-11-16 19:55:37.000000000 +0200
5065 +++ httpd-2.2.0-branch/docs/manual/mod/quickreference.html.ko.euc-kr    2005-12-22 04:02:45.000000000 +0200
5066 @@ -17,7 +17,7 @@
5067  <img alt="" src="../images/feather.gif" /></div>
5068  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5069  <div id="path">
5070 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5071 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5072  <div id="preamble"><h1>Áö½Ã¾î ºü¸¥ÂüÁ¶</h1>
5073  <div class="toplang">
5074  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/mod/quickreference.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5075 @@ -315,10 +315,10 @@
5076  presence or absence of a specific module</td></tr>
5077  <tr><td><a href="mod_version.html#ifversion">&lt;IfVersion [[!]<var>operator</var>] <var>version</var>&gt; ...
5078  &lt;/IfVersion&gt;</a></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">¹öÀüº° ¼³Á¤À» ¹­´Â´Ù</td></tr>
5079 -<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>
5080 -<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">À̹ÌÁö¸Ê¿¡ ¾î´À ¿µ¿ª¿¡µµ ÇØ´çÇÏÁö ¾Ê´Â ÁÂÇ¥¸¦ ÁØ
5081 +<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>
5082 +<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">À̹ÌÁö¸Ê¿¡ ¾î´À ¿µ¿ª¿¡µµ ÇØ´çÇÏÁö ¾Ê´Â ÁÂÇ¥¸¦ ÁØ
5083  °æ¿ì ±âº» Çൿ</td></tr>
5084 -<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>
5085 +<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>
5086  <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
5087  the server configuration files</td></tr>
5088  <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>
5089 diff -ur httpd-2.2.0/docs/manual/mod/worker.html.de httpd-2.2.0-branch/docs/manual/mod/worker.html.de
5090 --- httpd-2.2.0/docs/manual/mod/worker.html.de  2005-11-13 08:38:36.000000000 +0200
5091 +++ httpd-2.2.0-branch/docs/manual/mod/worker.html.de   2005-12-22 04:02:45.000000000 +0200
5092 @@ -17,7 +17,7 @@
5093  <img alt="" src="../images/feather.gif" /></div>
5094  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5095  <div id="path">
5096 -<a href="http://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>
5097 +<a href="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>
5098  <div id="page-content">
5099  <div id="preamble"><h1>Apache-MPM worker</h1>
5100  <div class="toplang">
5101 @@ -25,6 +25,9 @@
5102  <a href="../en/mod/worker.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5103  <a href="../ja/mod/worker.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
5104  </div>
5105 +<div class="outofdate">Diese Übersetzung ist möglicherweise
5106 +            nicht mehr aktuell. Bitte prüfen Sie die englische Version auf
5107 +            die neuesten Änderungen.</div>
5108  <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>Multi-Processing-Modul, das einen Hybrid-Webserver mit
5109    Multi-Thread und Multi-Prozess-Unterstützung implementiert</td></tr>
5110  <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr>
5111 diff -ur httpd-2.2.0/docs/manual/mod/worker.html.en httpd-2.2.0-branch/docs/manual/mod/worker.html.en
5112 --- httpd-2.2.0/docs/manual/mod/worker.html.en  2005-11-13 08:38:36.000000000 +0200
5113 +++ httpd-2.2.0-branch/docs/manual/mod/worker.html.en   2005-12-22 04:02:45.000000000 +0200
5114 @@ -17,7 +17,7 @@
5115  <img alt="" src="../images/feather.gif" /></div>
5116  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5117  <div id="path">
5118 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5119 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5120  <div id="page-content">
5121  <div id="preamble"><h1>Apache MPM worker</h1>
5122  <div class="toplang">
5123 @@ -33,9 +33,9 @@
5124  <h3>Summary</h3>
5125  
5126      <p>This Multi-Processing Module (MPM) implements a hybrid
5127 -    multi-process multi-threaded server.  By using threads to serve
5128 +    multi-process multi-threaded server. By using threads to serve
5129      requests, it is able to serve a large number of requests with
5130 -    less system resources than a process-based server.  Yet it
5131 +    fewer system resources than a process-based server. However, it
5132      retains much of the stability of a process-based server by
5133      keeping multiple processes available, each with many threads.</p>
5134  
5135 @@ -94,7 +94,7 @@
5136      threads or processes to be created before their requests can be
5137      served. The number of processes that will initially launched is
5138      set by the <code class="directive"><a href="../mod/mpm_common.html#startservers">StartServers</a></code>
5139 -    directive. Then during operation, Apache assesses the total number
5140 +    directive. During operation, Apache assesses the total number
5141      of idle threads in all processes, and forks or kills processes to
5142      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
5143      process is very self-regulating, it is rarely necessary to modify
5144 @@ -122,13 +122,13 @@
5145      non-default values are specified for these directives, they 
5146      should appear before other <code class="module"><a href="../mod/worker.html">worker</a></code> directives.</p>
5147  
5148 -    <p>In addition to a the set of active child processes, there may 
5149 -    be additional child processes which are terminating but where at
5150 +    <p>In addition to the set of active child processes, there may 
5151 +    be additional child processes which are terminating, but where at
5152      least one server thread is still handling an existing client
5153      connection.  Up to <code class="directive"><a href="../mod/mpm_common.html#maxclients">MaxClients</a></code> terminating processes 
5154      may be present, though the actual number can be expected to be 
5155      much smaller.  This behavior can be avoided by disabling the 
5156 -    termination of individual child processes, which is achieved by 
5157 +    termination of individual child processes, which is achieved using
5158      the following:</p>
5159  
5160      <ul>
5161 diff -ur httpd-2.2.0/docs/manual/mod/worker.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mod/worker.html.ja.euc-jp
5162 --- httpd-2.2.0/docs/manual/mod/worker.html.ja.euc-jp   2005-11-13 08:38:36.000000000 +0200
5163 +++ httpd-2.2.0-branch/docs/manual/mod/worker.html.ja.euc-jp    2005-12-22 04:02:45.000000000 +0200
5164 @@ -17,7 +17,7 @@
5165  <img alt="" src="../images/feather.gif" /></div>
5166  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5167  <div id="path">
5168 -<a 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>
5169 +<a 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>
5170  <div id="page-content">
5171  <div id="preamble"><h1>Apache MPM worker</h1>
5172  <div class="toplang">
5173 diff -ur httpd-2.2.0/docs/manual/mpm.html.de httpd-2.2.0-branch/docs/manual/mpm.html.de
5174 --- httpd-2.2.0/docs/manual/mpm.html.de 2005-11-13 08:38:36.000000000 +0200
5175 +++ httpd-2.2.0-branch/docs/manual/mpm.html.de  2005-12-22 04:02:46.000000000 +0200
5176 @@ -16,7 +16,7 @@
5177  <img alt="" src="./images/feather.gif" /></div>
5178  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5179  <div id="path">
5180 -<a href="http://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>
5181 +<a href="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>
5182  <div class="toplang">
5183  <p><span>Verfügbare Sprachen: </span><a href="./de/mpm.html" title="Deutsch">&nbsp;de&nbsp;</a> |
5184  <a href="./en/mpm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5185 diff -ur httpd-2.2.0/docs/manual/mpm.html.en httpd-2.2.0-branch/docs/manual/mpm.html.en
5186 --- httpd-2.2.0/docs/manual/mpm.html.en 2005-11-13 08:38:36.000000000 +0200
5187 +++ httpd-2.2.0-branch/docs/manual/mpm.html.en  2005-12-22 04:02:46.000000000 +0200
5188 @@ -16,7 +16,7 @@
5189  <img alt="" src="./images/feather.gif" /></div>
5190  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5191  <div id="path">
5192 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5193 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5194  <div class="toplang">
5195  <p><span>Available Languages: </span><a href="./de/mpm.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5196  <a href="./en/mpm.html" title="English">&nbsp;en&nbsp;</a> |
5197 diff -ur httpd-2.2.0/docs/manual/mpm.html.es httpd-2.2.0-branch/docs/manual/mpm.html.es
5198 --- httpd-2.2.0/docs/manual/mpm.html.es 2005-11-13 08:38:36.000000000 +0200
5199 +++ httpd-2.2.0-branch/docs/manual/mpm.html.es  2005-12-22 04:02:46.000000000 +0200
5200 @@ -16,7 +16,7 @@
5201  <img alt="" src="./images/feather.gif" /></div>
5202  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5203  <div id="path">
5204 -<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>
5205 +<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>
5206  <div class="toplang">
5207  <p><span>Idiomas disponibles: </span><a href="./de/mpm.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5208  <a href="./en/mpm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5209 diff -ur httpd-2.2.0/docs/manual/mpm.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/mpm.html.ja.euc-jp
5210 --- httpd-2.2.0/docs/manual/mpm.html.ja.euc-jp  2005-11-13 08:38:36.000000000 +0200
5211 +++ httpd-2.2.0-branch/docs/manual/mpm.html.ja.euc-jp   2005-12-22 04:02:46.000000000 +0200
5212 @@ -16,7 +16,7 @@
5213  <img alt="" src="./images/feather.gif" /></div>
5214  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5215  <div id="path">
5216 -<a 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>
5217 +<a 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>
5218  <div class="toplang">
5219  <p><span>Available Languages: </span><a href="./de/mpm.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5220  <a href="./en/mpm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5221 diff -ur httpd-2.2.0/docs/manual/mpm.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/mpm.html.ko.euc-kr
5222 --- httpd-2.2.0/docs/manual/mpm.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
5223 +++ httpd-2.2.0-branch/docs/manual/mpm.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
5224 @@ -16,7 +16,7 @@
5225  <img alt="" src="./images/feather.gif" /></div>
5226  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5227  <div id="path">
5228 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5229 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5230  <div class="toplang">
5231  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/mpm.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5232  <a href="./en/mpm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5233 diff -ur httpd-2.2.0/docs/manual/new_features_2_0.html.de httpd-2.2.0-branch/docs/manual/new_features_2_0.html.de
5234 --- httpd-2.2.0/docs/manual/new_features_2_0.html.de    2005-11-13 08:38:36.000000000 +0200
5235 +++ httpd-2.2.0-branch/docs/manual/new_features_2_0.html.de     2005-12-22 04:02:46.000000000 +0200
5236 @@ -16,7 +16,7 @@
5237  <img alt="" src="./images/feather.gif" /></div>
5238  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5239  <div id="path">
5240 -<a href="http://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>
5241 +<a href="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>
5242  <div class="toplang">
5243  <p><span>Verfügbare Sprachen: </span><a href="./de/new_features_2_0.html" title="Deutsch">&nbsp;de&nbsp;</a> |
5244  <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5245 diff -ur httpd-2.2.0/docs/manual/new_features_2_0.html.en httpd-2.2.0-branch/docs/manual/new_features_2_0.html.en
5246 --- httpd-2.2.0/docs/manual/new_features_2_0.html.en    2005-11-13 08:38:36.000000000 +0200
5247 +++ httpd-2.2.0-branch/docs/manual/new_features_2_0.html.en     2005-12-22 04:02:47.000000000 +0200
5248 @@ -16,7 +16,7 @@
5249  <img alt="" src="./images/feather.gif" /></div>
5250  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5251  <div id="path">
5252 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5253 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5254  <div class="toplang">
5255  <p><span>Available Languages: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5256  <a href="./en/new_features_2_0.html" title="English">&nbsp;en&nbsp;</a> |
5257 diff -ur httpd-2.2.0/docs/manual/new_features_2_0.html.fr httpd-2.2.0-branch/docs/manual/new_features_2_0.html.fr
5258 --- httpd-2.2.0/docs/manual/new_features_2_0.html.fr    2005-11-13 08:38:36.000000000 +0200
5259 +++ httpd-2.2.0-branch/docs/manual/new_features_2_0.html.fr     2005-12-22 04:02:45.000000000 +0200
5260 @@ -16,7 +16,7 @@
5261  <img alt="" src="./images/feather.gif" /></div>
5262  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5263  <div id="path">
5264 -<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>
5265 +<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>
5266  <div class="toplang">
5267  <p><span>Langues Disponibles: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5268  <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5269 diff -ur httpd-2.2.0/docs/manual/new_features_2_0.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/new_features_2_0.html.ja.euc-jp
5270 --- httpd-2.2.0/docs/manual/new_features_2_0.html.ja.euc-jp     2005-11-13 08:38:36.000000000 +0200
5271 +++ httpd-2.2.0-branch/docs/manual/new_features_2_0.html.ja.euc-jp      2005-12-22 04:02:45.000000000 +0200
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 ¥µ¡¼¥Ð</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>
5277 +<a 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>
5278  <div class="toplang">
5279  <p><span>Available Languages: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5280  <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5281 diff -ur httpd-2.2.0/docs/manual/new_features_2_0.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/new_features_2_0.html.ko.euc-kr
5282 --- httpd-2.2.0/docs/manual/new_features_2_0.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
5283 +++ httpd-2.2.0-branch/docs/manual/new_features_2_0.html.ko.euc-kr      2005-12-22 04:02:46.000000000 +0200
5284 @@ -16,7 +16,7 @@
5285  <img alt="" src="./images/feather.gif" /></div>
5286  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5287  <div id="path">
5288 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5289 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5290  <div class="toplang">
5291  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5292  <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5293 diff -ur httpd-2.2.0/docs/manual/new_features_2_0.html.pt-br httpd-2.2.0-branch/docs/manual/new_features_2_0.html.pt-br
5294 --- httpd-2.2.0/docs/manual/new_features_2_0.html.pt-br 2005-11-13 08:38:36.000000000 +0200
5295 +++ httpd-2.2.0-branch/docs/manual/new_features_2_0.html.pt-br  2005-12-22 04:02:46.000000000 +0200
5296 @@ -16,7 +16,7 @@
5297  <img alt="" src="./images/feather.gif" /></div>
5298  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5299  <div id="path">
5300 -<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>
5301 +<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>
5302  <div class="toplang">
5303  <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> |
5304  <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5305 diff -ur httpd-2.2.0/docs/manual/new_features_2_0.html.ru.koi8-r httpd-2.2.0-branch/docs/manual/new_features_2_0.html.ru.koi8-r
5306 --- httpd-2.2.0/docs/manual/new_features_2_0.html.ru.koi8-r     2005-11-13 08:38:36.000000000 +0200
5307 +++ httpd-2.2.0-branch/docs/manual/new_features_2_0.html.ru.koi8-r      2005-12-22 04:02:46.000000000 +0200
5308 @@ -16,7 +16,7 @@
5309  <img alt="" src="./images/feather.gif" /></div>
5310  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5311  <div id="path">
5312 -<a 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>
5313 +<a 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>
5314  <div class="toplang">
5315  <p><span>Available Languages: </span><a href="./de/new_features_2_0.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
5316  <a href="./en/new_features_2_0.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5317 diff -ur httpd-2.2.0/docs/manual/new_features_2_2.html.en httpd-2.2.0-branch/docs/manual/new_features_2_2.html.en
5318 --- httpd-2.2.0/docs/manual/new_features_2_2.html.en    2005-11-20 03:53:32.000000000 +0200
5319 +++ httpd-2.2.0-branch/docs/manual/new_features_2_2.html.en     2005-12-22 04:02:47.000000000 +0200
5320 @@ -16,7 +16,7 @@
5321  <img alt="" src="./images/feather.gif" /></div>
5322  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5323  <div id="path">
5324 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5325 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5326  <div class="toplang">
5327  <p><span>Available Languages: </span><a href="./en/new_features_2_2.html" title="English">&nbsp;en&nbsp;</a> |
5328  <a href="./ko/new_features_2_2.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
5329 @@ -106,9 +106,13 @@
5330            timeout was reached.</dd>
5331  
5332        <dt>SQL Database Support</dt>
5333 -      <dd><code class="module"><a href="./mod/mod_dbd.html">mod_dbd</a></code>, together with the apr_dbd framework,
5334 +      <dd><p><code class="module"><a href="./mod/mod_dbd.html">mod_dbd</a></code>, together with the apr_dbd framework,
5335            brings direct SQL support to modules that need it.  Supports
5336 -          connection pooling in threaded MPMs.</dd>
5337 +          connection pooling in threaded MPMs.</p>
5338 +         <p><strong>Windows Users</strong> please note that this is not
5339 +         yet included in the standard windows build.  If you try to use
5340 +         it on the Windows platform, please let us know how you get on.</p>
5341 +         </dd>
5342  
5343      </dl>
5344    </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
5345 @@ -120,7 +124,7 @@
5346        <dd>Modules in the aaa directory have been renamed and offer
5347            better support for digest authentication.  For example, mod_auth
5348            is now split into <code class="module"><a href="./mod/mod_auth_basic.html">mod_auth_basic</a></code> and
5349 -          <code class="module"><a href="./mod/mod_auth_file.html">mod_auth_file</a></code>; mod_auth_dbm is now called
5350 +          <code class="module"><a href="./mod/mod_authn_file.html">mod_authn_file</a></code>; mod_auth_dbm is now called
5351            <code class="module"><a href="./mod/mod_authn_dbm.html">mod_authn_dbm</a></code>; mod_access has been renamed
5352            <code class="module"><a href="./mod/mod_authz_host.html">mod_authz_host</a></code>.  There is also a new
5353            <code class="module"><a href="./mod/mod_authn_alias.html">mod_authn_alias</a></code> module for simplifying
5354 @@ -134,6 +138,14 @@
5355            complicated search filters in the 
5356            <code class="directive"><a href="./mod/core.html#require">Require</a></code> directive.</dd>
5357  
5358 +      <dt><code class="module"><a href="./mod/mod_authz_owner.html">mod_authz_owner</a></code></dt>
5359 +      <dd>A new module that authorizes access to files based
5360 +          on the owner of the file on the file system</dd>
5361 +
5362 +      <dt><code class="module"><a href="./mod/mod_version.html">mod_version</a></code></dt>
5363 +      <dd>A new module that allows configuration blocks to be enabled based on the
5364 +          version number of the running server.</dd>
5365 +
5366        <dt><code class="module"><a href="./mod/mod_info.html">mod_info</a></code></dt>
5367        <dd>Added a new <code>?config</code> argument which will show
5368            the configuration directives as parsed by Apache, including
5369 @@ -146,7 +158,12 @@
5370        <dd>Added a support for 
5371           <a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, which 
5372           allows connections to upgrade from clear text to TLS encryption.</dd>
5373 +
5374 +      <dt><code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code></dt>
5375 +      <dd>mod_imap has been renamed to <code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code> to avoid
5376 +          user confusion.</dd>
5377      </dl>
5378 +
5379    </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
5380  <div class="section">
5381  <h2><a name="programs" id="programs">Program Enhancements</a></h2>
5382 diff -ur httpd-2.2.0/docs/manual/new_features_2_2.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/new_features_2_2.html.ko.euc-kr
5383 --- httpd-2.2.0/docs/manual/new_features_2_2.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
5384 +++ httpd-2.2.0-branch/docs/manual/new_features_2_2.html.ko.euc-kr      2005-12-22 04:02:46.000000000 +0200
5385 @@ -16,7 +16,7 @@
5386  <img alt="" src="./images/feather.gif" /></div>
5387  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5388  <div id="path">
5389 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5390 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5391  <div class="toplang">
5392  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/new_features_2_2.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5393  <a href="./ko/new_features_2_2.html" title="Korean">&nbsp;ko&nbsp;</a> |
5394 diff -ur httpd-2.2.0/docs/manual/new_features_2_2.html.pt-br httpd-2.2.0-branch/docs/manual/new_features_2_2.html.pt-br
5395 --- httpd-2.2.0/docs/manual/new_features_2_2.html.pt-br 2005-11-13 08:38:36.000000000 +0200
5396 +++ httpd-2.2.0-branch/docs/manual/new_features_2_2.html.pt-br  2005-12-22 04:02:46.000000000 +0200
5397 @@ -16,7 +16,7 @@
5398  <img alt="" src="./images/feather.gif" /></div>
5399  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
5400  <div id="path">
5401 -<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>
5402 +<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>
5403  <div class="toplang">
5404  <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> |
5405  <a href="./ko/new_features_2_2.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
5406 diff -ur httpd-2.2.0/docs/manual/platform/ebcdic.html.en httpd-2.2.0-branch/docs/manual/platform/ebcdic.html.en
5407 --- httpd-2.2.0/docs/manual/platform/ebcdic.html.en     2005-11-13 08:38:36.000000000 +0200
5408 +++ httpd-2.2.0-branch/docs/manual/platform/ebcdic.html.en      2005-12-22 04:02:46.000000000 +0200
5409 @@ -16,7 +16,7 @@
5410  <img alt="" src="../images/feather.gif" /></div>
5411  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5412  <div id="path">
5413 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5414 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5415  <div class="toplang">
5416  <p><span>Available Languages: </span><a href="../en/platform/ebcdic.html" title="English">&nbsp;en&nbsp;</a> |
5417  <a href="../ko/platform/ebcdic.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5418 diff -ur httpd-2.2.0/docs/manual/platform/ebcdic.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/platform/ebcdic.html.ko.euc-kr
5419 --- httpd-2.2.0/docs/manual/platform/ebcdic.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
5420 +++ httpd-2.2.0-branch/docs/manual/platform/ebcdic.html.ko.euc-kr       2005-12-22 04:02:46.000000000 +0200
5421 @@ -16,7 +16,7 @@
5422  <img alt="" src="../images/feather.gif" /></div>
5423  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5424  <div id="path">
5425 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5426 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5427  <div class="toplang">
5428  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/ebcdic.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5429  <a href="../ko/platform/ebcdic.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5430 @@ -407,7 +407,7 @@
5431        </tr>
5432  
5433        <tr>
5434 -        <td><code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code></td>
5435 +        <td><code class="module"><a href="../mod/mod_imagemap.html">mod_imagemap</a></code></td>
5436          <td class="centered">+</td>
5437          <td />
5438        </tr>
5439 diff -ur httpd-2.2.0/docs/manual/platform/index.html.en httpd-2.2.0-branch/docs/manual/platform/index.html.en
5440 --- httpd-2.2.0/docs/manual/platform/index.html.en      2005-11-13 08:38:36.000000000 +0200
5441 +++ httpd-2.2.0-branch/docs/manual/platform/index.html.en       2005-12-22 04:02:46.000000000 +0200
5442 @@ -16,7 +16,7 @@
5443  <img alt="" src="../images/feather.gif" /></div>
5444  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5445  <div id="path">
5446 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5447 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5448  <div class="toplang">
5449  <p><span>Available Languages: </span><a href="../en/platform/" title="English">&nbsp;en&nbsp;</a> |
5450  <a href="../ko/platform/" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5451 diff -ur httpd-2.2.0/docs/manual/platform/index.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/platform/index.html.ko.euc-kr
5452 --- httpd-2.2.0/docs/manual/platform/index.html.ko.euc-kr       2005-11-13 08:38:36.000000000 +0200
5453 +++ httpd-2.2.0-branch/docs/manual/platform/index.html.ko.euc-kr        2005-12-22 04:02:46.000000000 +0200
5454 @@ -16,7 +16,7 @@
5455  <img alt="" src="../images/feather.gif" /></div>
5456  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5457  <div id="path">
5458 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5459 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5460  <div class="toplang">
5461  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5462  <a href="../ko/platform/" title="Korean">&nbsp;ko&nbsp;</a></p>
5463 diff -ur httpd-2.2.0/docs/manual/platform/netware.html.en httpd-2.2.0-branch/docs/manual/platform/netware.html.en
5464 --- httpd-2.2.0/docs/manual/platform/netware.html.en    2005-11-13 08:38:36.000000000 +0200
5465 +++ httpd-2.2.0-branch/docs/manual/platform/netware.html.en     2005-12-22 04:02:46.000000000 +0200
5466 @@ -16,7 +16,7 @@
5467  <img alt="" src="../images/feather.gif" /></div>
5468  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5469  <div id="path">
5470 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5471 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5472  <div class="toplang">
5473  <p><span>Available Languages: </span><a href="../en/platform/netware.html" title="English">&nbsp;en&nbsp;</a> |
5474  <a href="../ko/platform/netware.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5475 diff -ur httpd-2.2.0/docs/manual/platform/netware.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/platform/netware.html.ko.euc-kr
5476 --- httpd-2.2.0/docs/manual/platform/netware.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
5477 +++ httpd-2.2.0-branch/docs/manual/platform/netware.html.ko.euc-kr      2005-12-22 04:02:46.000000000 +0200
5478 @@ -16,7 +16,7 @@
5479  <img alt="" src="../images/feather.gif" /></div>
5480  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5481  <div id="path">
5482 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5483 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5484  <div class="toplang">
5485  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/netware.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5486  <a href="../ko/platform/netware.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5487 diff -ur httpd-2.2.0/docs/manual/platform/perf-hp.html.en httpd-2.2.0-branch/docs/manual/platform/perf-hp.html.en
5488 --- httpd-2.2.0/docs/manual/platform/perf-hp.html.en    2005-11-13 08:38:36.000000000 +0200
5489 +++ httpd-2.2.0-branch/docs/manual/platform/perf-hp.html.en     2005-12-22 04:02:46.000000000 +0200
5490 @@ -16,7 +16,7 @@
5491  <img alt="" src="../images/feather.gif" /></div>
5492  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5493  <div id="path">
5494 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5495 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5496  <div class="toplang">
5497  <p><span>Available Languages: </span><a href="../en/platform/perf-hp.html" title="English">&nbsp;en&nbsp;</a> |
5498  <a href="../ko/platform/perf-hp.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5499 diff -ur httpd-2.2.0/docs/manual/platform/perf-hp.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/platform/perf-hp.html.ko.euc-kr
5500 --- httpd-2.2.0/docs/manual/platform/perf-hp.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
5501 +++ httpd-2.2.0-branch/docs/manual/platform/perf-hp.html.ko.euc-kr      2005-12-22 04:02:46.000000000 +0200
5502 @@ -16,7 +16,7 @@
5503  <img alt="" src="../images/feather.gif" /></div>
5504  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5505  <div id="path">
5506 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5507 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5508  <div class="toplang">
5509  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/perf-hp.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5510  <a href="../ko/platform/perf-hp.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5511 diff -ur httpd-2.2.0/docs/manual/platform/win_compiling.html.en httpd-2.2.0-branch/docs/manual/platform/win_compiling.html.en
5512 --- httpd-2.2.0/docs/manual/platform/win_compiling.html.en      2005-11-13 08:38:36.000000000 +0200
5513 +++ httpd-2.2.0-branch/docs/manual/platform/win_compiling.html.en       2005-12-22 04:02:46.000000000 +0200
5514 @@ -16,7 +16,7 @@
5515  <img alt="" src="../images/feather.gif" /></div>
5516  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5517  <div id="path">
5518 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5519 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5520  <div class="toplang">
5521  <p><span>Available Languages: </span><a href="../en/platform/win_compiling.html" title="English">&nbsp;en&nbsp;</a> |
5522  <a href="../ko/platform/win_compiling.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5523 diff -ur httpd-2.2.0/docs/manual/platform/win_compiling.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/platform/win_compiling.html.ko.euc-kr
5524 --- httpd-2.2.0/docs/manual/platform/win_compiling.html.ko.euc-kr       2005-11-13 08:38:36.000000000 +0200
5525 +++ httpd-2.2.0-branch/docs/manual/platform/win_compiling.html.ko.euc-kr        2005-12-22 04:02:46.000000000 +0200
5526 @@ -16,7 +16,7 @@
5527  <img alt="" src="../images/feather.gif" /></div>
5528  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5529  <div id="path">
5530 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5531 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5532  <div class="toplang">
5533  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/win_compiling.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5534  <a href="../ko/platform/win_compiling.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5535 diff -ur httpd-2.2.0/docs/manual/platform/windows.html.en httpd-2.2.0-branch/docs/manual/platform/windows.html.en
5536 --- httpd-2.2.0/docs/manual/platform/windows.html.en    2005-11-13 08:38:36.000000000 +0200
5537 +++ httpd-2.2.0-branch/docs/manual/platform/windows.html.en     2005-12-22 04:02:46.000000000 +0200
5538 @@ -16,7 +16,7 @@
5539  <img alt="" src="../images/feather.gif" /></div>
5540  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5541  <div id="path">
5542 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5543 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5544  <div class="toplang">
5545  <p><span>Available Languages: </span><a href="../en/platform/windows.html" title="English">&nbsp;en&nbsp;</a> |
5546  <a href="../ko/platform/windows.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5547 diff -ur httpd-2.2.0/docs/manual/platform/windows.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/platform/windows.html.ko.euc-kr
5548 --- httpd-2.2.0/docs/manual/platform/windows.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
5549 +++ httpd-2.2.0-branch/docs/manual/platform/windows.html.ko.euc-kr      2005-12-22 04:02:46.000000000 +0200
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 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>
5555 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5556  <div class="toplang">
5557  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/windows.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5558  <a href="../ko/platform/windows.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5559 diff -ur httpd-2.2.0/docs/manual/programs/ab.html.en httpd-2.2.0-branch/docs/manual/programs/ab.html.en
5560 --- httpd-2.2.0/docs/manual/programs/ab.html.en 2005-11-13 08:38:36.000000000 +0200
5561 +++ httpd-2.2.0-branch/docs/manual/programs/ab.html.en  2005-12-22 04:02:46.000000000 +0200
5562 @@ -16,7 +16,7 @@
5563  <img alt="" src="../images/feather.gif" /></div>
5564  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5565  <div id="path">
5566 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5567 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5568  <div class="toplang">
5569  <p><span>Available Languages: </span><a href="../en/programs/ab.html" title="English">&nbsp;en&nbsp;</a> |
5570  <a href="../ko/programs/ab.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5571 diff -ur httpd-2.2.0/docs/manual/programs/ab.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/ab.html.ko.euc-kr
5572 --- httpd-2.2.0/docs/manual/programs/ab.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
5573 +++ httpd-2.2.0-branch/docs/manual/programs/ab.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
5574 @@ -16,7 +16,7 @@
5575  <img alt="" src="../images/feather.gif" /></div>
5576  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5577  <div id="path">
5578 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5579 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5580  <div class="toplang">
5581  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/ab.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5582  <a href="../ko/programs/ab.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5583 diff -ur httpd-2.2.0/docs/manual/programs/apachectl.html.en httpd-2.2.0-branch/docs/manual/programs/apachectl.html.en
5584 --- httpd-2.2.0/docs/manual/programs/apachectl.html.en  2005-11-13 08:38:36.000000000 +0200
5585 +++ httpd-2.2.0-branch/docs/manual/programs/apachectl.html.en   2005-12-22 04:02:46.000000000 +0200
5586 @@ -16,7 +16,7 @@
5587  <img alt="" src="../images/feather.gif" /></div>
5588  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5589  <div id="path">
5590 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5591 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5592  <div class="toplang">
5593  <p><span>Available Languages: </span><a href="../en/programs/apachectl.html" title="English">&nbsp;en&nbsp;</a> |
5594  <a href="../ko/programs/apachectl.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5595 diff -ur httpd-2.2.0/docs/manual/programs/apachectl.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/apachectl.html.ko.euc-kr
5596 --- httpd-2.2.0/docs/manual/programs/apachectl.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
5597 +++ httpd-2.2.0-branch/docs/manual/programs/apachectl.html.ko.euc-kr    2005-12-22 04:02:46.000000000 +0200
5598 @@ -16,7 +16,7 @@
5599  <img alt="" src="../images/feather.gif" /></div>
5600  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5601  <div id="path">
5602 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5603 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5604  <div class="toplang">
5605  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/apachectl.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5606  <a href="../ko/programs/apachectl.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5607 diff -ur httpd-2.2.0/docs/manual/programs/apxs.html.en httpd-2.2.0-branch/docs/manual/programs/apxs.html.en
5608 --- httpd-2.2.0/docs/manual/programs/apxs.html.en       2005-11-13 08:38:36.000000000 +0200
5609 +++ httpd-2.2.0-branch/docs/manual/programs/apxs.html.en        2005-12-22 04:02:46.000000000 +0200
5610 @@ -16,7 +16,7 @@
5611  <img alt="" src="../images/feather.gif" /></div>
5612  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5613  <div id="path">
5614 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5615 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5616  <div class="toplang">
5617  <p><span>Available Languages: </span><a href="../en/programs/apxs.html" title="English">&nbsp;en&nbsp;</a> |
5618  <a href="../ko/programs/apxs.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5619 diff -ur httpd-2.2.0/docs/manual/programs/apxs.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/apxs.html.ko.euc-kr
5620 --- httpd-2.2.0/docs/manual/programs/apxs.html.ko.euc-kr        2005-11-13 08:38:36.000000000 +0200
5621 +++ httpd-2.2.0-branch/docs/manual/programs/apxs.html.ko.euc-kr 2005-12-22 04:02:46.000000000 +0200
5622 @@ -16,7 +16,7 @@
5623  <img alt="" src="../images/feather.gif" /></div>
5624  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5625  <div id="path">
5626 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5627 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5628  <div class="toplang">
5629  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/apxs.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5630  <a href="../ko/programs/apxs.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5631 diff -ur httpd-2.2.0/docs/manual/programs/configure.html.en httpd-2.2.0-branch/docs/manual/programs/configure.html.en
5632 --- httpd-2.2.0/docs/manual/programs/configure.html.en  2005-11-13 08:38:36.000000000 +0200
5633 +++ httpd-2.2.0-branch/docs/manual/programs/configure.html.en   2005-12-22 04:02:46.000000000 +0200
5634 @@ -16,7 +16,7 @@
5635  <img alt="" src="../images/feather.gif" /></div>
5636  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5637  <div id="path">
5638 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5639 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5640  <div class="toplang">
5641  <p><span>Available Languages: </span><a href="../en/programs/configure.html" title="English">&nbsp;en&nbsp;</a> |
5642  <a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5643 diff -ur httpd-2.2.0/docs/manual/programs/configure.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/configure.html.ko.euc-kr
5644 --- httpd-2.2.0/docs/manual/programs/configure.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
5645 +++ httpd-2.2.0-branch/docs/manual/programs/configure.html.ko.euc-kr    2005-12-22 04:02:46.000000000 +0200
5646 @@ -16,7 +16,7 @@
5647  <img alt="" src="../images/feather.gif" /></div>
5648  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5649  <div id="path">
5650 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5651 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5652  <div class="toplang">
5653  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/configure.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5654  <a href="../ko/programs/configure.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5655 @@ -354,8 +354,8 @@
5656              <br />
5657              ÁÖÀÇ: ÀÌ ¸ðµâÀº Ç×»ó Á¤ÀûÀ¸·Î ¸µÅ©µÈ´Ù.</dd>
5658  
5659 -        <dt><code>--disable-imap</code></dt>
5660 -        <dd><code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code>ÀÌ Á¦°øÇϴ ¼­¹ö±â¹Ý imagemap
5661 +        <dt><code>--disable-imagemap</code></dt>
5662 +        <dd><code class="module"><a href="../mod/mod_imagemap.html">mod_imagemap</a></code>ÀÌ Á¦°øÇϴ ¼­¹ö±â¹Ý imagemap
5663            ±â´ÉÀ» »ç¿ëÇÏÁö ¾Ê´Â´Ù.</dd>
5664  
5665          <dt><code>--disable-include</code></dt>
5666 diff -ur httpd-2.2.0/docs/manual/programs/dbmmanage.html.en httpd-2.2.0-branch/docs/manual/programs/dbmmanage.html.en
5667 --- httpd-2.2.0/docs/manual/programs/dbmmanage.html.en  2005-11-13 08:38:36.000000000 +0200
5668 +++ httpd-2.2.0-branch/docs/manual/programs/dbmmanage.html.en   2005-12-22 04:02:46.000000000 +0200
5669 @@ -16,7 +16,7 @@
5670  <img alt="" src="../images/feather.gif" /></div>
5671  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5672  <div id="path">
5673 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
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/">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>
5675  <div class="toplang">
5676  <p><span>Available Languages: </span><a href="../en/programs/dbmmanage.html" title="English">&nbsp;en&nbsp;</a> |
5677  <a href="../ko/programs/dbmmanage.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5678 diff -ur httpd-2.2.0/docs/manual/programs/dbmmanage.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/dbmmanage.html.ko.euc-kr
5679 --- httpd-2.2.0/docs/manual/programs/dbmmanage.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
5680 +++ httpd-2.2.0-branch/docs/manual/programs/dbmmanage.html.ko.euc-kr    2005-12-22 04:02:46.000000000 +0200
5681 @@ -16,7 +16,7 @@
5682  <img alt="" src="../images/feather.gif" /></div>
5683  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5684  <div id="path">
5685 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5686 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5687  <div class="toplang">
5688  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/dbmmanage.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5689  <a href="../ko/programs/dbmmanage.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5690 diff -ur httpd-2.2.0/docs/manual/programs/htcacheclean.html.en httpd-2.2.0-branch/docs/manual/programs/htcacheclean.html.en
5691 --- httpd-2.2.0/docs/manual/programs/htcacheclean.html.en       2005-11-13 08:38:36.000000000 +0200
5692 +++ httpd-2.2.0-branch/docs/manual/programs/htcacheclean.html.en        2005-12-22 04:02:46.000000000 +0200
5693 @@ -16,7 +16,7 @@
5694  <img alt="" src="../images/feather.gif" /></div>
5695  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5696  <div id="path">
5697 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5698 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5699  <div class="toplang">
5700  <p><span>Available Languages: </span><a href="../en/programs/htcacheclean.html" title="English">&nbsp;en&nbsp;</a> |
5701  <a href="../ko/programs/htcacheclean.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5702 diff -ur httpd-2.2.0/docs/manual/programs/htcacheclean.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/htcacheclean.html.ko.euc-kr
5703 --- httpd-2.2.0/docs/manual/programs/htcacheclean.html.ko.euc-kr        2005-11-13 08:38:36.000000000 +0200
5704 +++ httpd-2.2.0-branch/docs/manual/programs/htcacheclean.html.ko.euc-kr 2005-12-22 04:02:46.000000000 +0200
5705 @@ -16,7 +16,7 @@
5706  <img alt="" src="../images/feather.gif" /></div>
5707  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5708  <div id="path">
5709 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5710 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5711  <div class="toplang">
5712  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/htcacheclean.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5713  <a href="../ko/programs/htcacheclean.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5714 diff -ur httpd-2.2.0/docs/manual/programs/htdbm.html.en httpd-2.2.0-branch/docs/manual/programs/htdbm.html.en
5715 --- httpd-2.2.0/docs/manual/programs/htdbm.html.en      2005-11-13 08:38:36.000000000 +0200
5716 +++ httpd-2.2.0-branch/docs/manual/programs/htdbm.html.en       2005-12-22 04:02:46.000000000 +0200
5717 @@ -16,7 +16,7 @@
5718  <img alt="" src="../images/feather.gif" /></div>
5719  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5720  <div id="path">
5721 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5722 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5723  <div class="toplang">
5724  <p><span>Available Languages: </span><a href="../en/programs/htdbm.html" title="English">&nbsp;en&nbsp;</a></p>
5725  </div>
5726 diff -ur httpd-2.2.0/docs/manual/programs/htdigest.html.en httpd-2.2.0-branch/docs/manual/programs/htdigest.html.en
5727 --- httpd-2.2.0/docs/manual/programs/htdigest.html.en   2005-11-13 08:38:36.000000000 +0200
5728 +++ httpd-2.2.0-branch/docs/manual/programs/htdigest.html.en    2005-12-22 04:02:46.000000000 +0200
5729 @@ -16,7 +16,7 @@
5730  <img alt="" src="../images/feather.gif" /></div>
5731  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5732  <div id="path">
5733 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5734 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5735  <div class="toplang">
5736  <p><span>Available Languages: </span><a href="../en/programs/htdigest.html" title="English">&nbsp;en&nbsp;</a> |
5737  <a href="../ko/programs/htdigest.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5738 diff -ur httpd-2.2.0/docs/manual/programs/htdigest.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/htdigest.html.ko.euc-kr
5739 --- httpd-2.2.0/docs/manual/programs/htdigest.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
5740 +++ httpd-2.2.0-branch/docs/manual/programs/htdigest.html.ko.euc-kr     2005-12-22 04:02:46.000000000 +0200
5741 @@ -17,7 +17,7 @@
5742  <img alt="" src="../images/feather.gif" /></div>
5743  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5744  <div id="path">
5745 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
5746 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
5747  °ü¸®ÇÑ´Ù</h1>
5748  <div class="toplang">
5749  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/htdigest.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5750 diff -ur httpd-2.2.0/docs/manual/programs/htpasswd.html.en httpd-2.2.0-branch/docs/manual/programs/htpasswd.html.en
5751 --- httpd-2.2.0/docs/manual/programs/htpasswd.html.en   2005-11-13 08:38:36.000000000 +0200
5752 +++ httpd-2.2.0-branch/docs/manual/programs/htpasswd.html.en    2005-12-22 04:02:46.000000000 +0200
5753 @@ -16,7 +16,7 @@
5754  <img alt="" src="../images/feather.gif" /></div>
5755  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5756  <div id="path">
5757 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5758 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5759  <div class="toplang">
5760  <p><span>Available Languages: </span><a href="../en/programs/htpasswd.html" title="English">&nbsp;en&nbsp;</a> |
5761  <a href="../ko/programs/htpasswd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5762 diff -ur httpd-2.2.0/docs/manual/programs/htpasswd.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/htpasswd.html.ko.euc-kr
5763 --- httpd-2.2.0/docs/manual/programs/htpasswd.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
5764 +++ httpd-2.2.0-branch/docs/manual/programs/htpasswd.html.ko.euc-kr     2005-12-22 04:02:46.000000000 +0200
5765 @@ -17,7 +17,7 @@
5766  <img alt="" src="../images/feather.gif" /></div>
5767  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5768  <div id="path">
5769 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
5770 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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¿¡ »ç¿ëÇÒ »ç¿ëÀÚÆÄÀÏÀ»
5771        °ü¸®ÇÑ´Ù</h1>
5772  <div class="toplang">
5773  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/htpasswd.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5774 diff -ur httpd-2.2.0/docs/manual/programs/httpd.html.en httpd-2.2.0-branch/docs/manual/programs/httpd.html.en
5775 --- httpd-2.2.0/docs/manual/programs/httpd.html.en      2005-11-13 08:38:36.000000000 +0200
5776 +++ httpd-2.2.0-branch/docs/manual/programs/httpd.html.en       2005-12-22 04:02:46.000000000 +0200
5777 @@ -16,7 +16,7 @@
5778  <img alt="" src="../images/feather.gif" /></div>
5779  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5780  <div id="path">
5781 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5782 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5783  <div class="toplang">
5784  <p><span>Available Languages: </span><a href="../en/programs/httpd.html" title="English">&nbsp;en&nbsp;</a> |
5785  <a href="../ko/programs/httpd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5786 diff -ur httpd-2.2.0/docs/manual/programs/httpd.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/httpd.html.ko.euc-kr
5787 --- httpd-2.2.0/docs/manual/programs/httpd.html.ko.euc-kr       2005-11-13 08:38:36.000000000 +0200
5788 +++ httpd-2.2.0-branch/docs/manual/programs/httpd.html.ko.euc-kr        2005-12-22 04:02:46.000000000 +0200
5789 @@ -16,7 +16,7 @@
5790  <img alt="" src="../images/feather.gif" /></div>
5791  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5792  <div id="path">
5793 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5794 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5795  <div class="toplang">
5796  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/httpd.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5797  <a href="../ko/programs/httpd.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5798 diff -ur httpd-2.2.0/docs/manual/programs/httxt2dbm.html.en httpd-2.2.0-branch/docs/manual/programs/httxt2dbm.html.en
5799 --- httpd-2.2.0/docs/manual/programs/httxt2dbm.html.en  2005-11-13 08:38:36.000000000 +0200
5800 +++ httpd-2.2.0-branch/docs/manual/programs/httxt2dbm.html.en   2005-12-22 04:02:46.000000000 +0200
5801 @@ -16,7 +16,7 @@
5802  <img alt="" src="../images/feather.gif" /></div>
5803  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5804  <div id="path">
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-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>
5806 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5807  <div class="toplang">
5808  <p><span>Available Languages: </span><a href="../en/programs/httxt2dbm.html" title="English">&nbsp;en&nbsp;</a></p>
5809  </div>
5810 diff -ur httpd-2.2.0/docs/manual/programs/index.html.en httpd-2.2.0-branch/docs/manual/programs/index.html.en
5811 --- httpd-2.2.0/docs/manual/programs/index.html.en      2005-11-13 08:38:36.000000000 +0200
5812 +++ httpd-2.2.0-branch/docs/manual/programs/index.html.en       2005-12-22 04:02:46.000000000 +0200
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></div><div id="page-content"><div id="preamble"><h1>Server and Supporting 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></div><div id="page-content"><div id="preamble"><h1>Server and Supporting Programs</h1>
5819  <div class="toplang">
5820  <p><span>Available Languages: </span><a href="../en/programs/" title="English">&nbsp;en&nbsp;</a> |
5821  <a href="../es/programs/" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
5822 diff -ur httpd-2.2.0/docs/manual/programs/index.html.es httpd-2.2.0-branch/docs/manual/programs/index.html.es
5823 --- httpd-2.2.0/docs/manual/programs/index.html.es      2005-11-13 08:38:36.000000000 +0200
5824 +++ httpd-2.2.0-branch/docs/manual/programs/index.html.es       2005-12-22 04:02:46.000000000 +0200
5825 @@ -16,7 +16,7 @@
5826  <img alt="" src="../images/feather.gif" /></div>
5827  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5828  <div id="path">
5829 -<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>
5830 +<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>
5831  <div class="toplang">
5832  <p><span>Idiomas disponibles: </span><a href="../en/programs/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5833  <a href="../es/programs/" title="Español">&nbsp;es&nbsp;</a> |
5834 diff -ur httpd-2.2.0/docs/manual/programs/index.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/index.html.ko.euc-kr
5835 --- httpd-2.2.0/docs/manual/programs/index.html.ko.euc-kr       2005-11-13 08:38:36.000000000 +0200
5836 +++ httpd-2.2.0-branch/docs/manual/programs/index.html.ko.euc-kr        2005-12-22 04:02:46.000000000 +0200
5837 @@ -16,7 +16,7 @@
5838  <img alt="" src="../images/feather.gif" /></div>
5839  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5840  <div id="path">
5841 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5842 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5843  <div class="toplang">
5844  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5845  <a href="../es/programs/" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
5846 diff -ur httpd-2.2.0/docs/manual/programs/logresolve.html.en httpd-2.2.0-branch/docs/manual/programs/logresolve.html.en
5847 --- httpd-2.2.0/docs/manual/programs/logresolve.html.en 2005-11-13 08:38:36.000000000 +0200
5848 +++ httpd-2.2.0-branch/docs/manual/programs/logresolve.html.en  2005-12-22 04:02:46.000000000 +0200
5849 @@ -17,7 +17,7 @@
5850  <img alt="" src="../images/feather.gif" /></div>
5851  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5852  <div id="path">
5853 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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 
5854 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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 
5855     log files</h1>
5856  <div class="toplang">
5857  <p><span>Available Languages: </span><a href="../en/programs/logresolve.html" title="English">&nbsp;en&nbsp;</a> |
5858 diff -ur httpd-2.2.0/docs/manual/programs/logresolve.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/logresolve.html.ko.euc-kr
5859 --- httpd-2.2.0/docs/manual/programs/logresolve.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
5860 +++ httpd-2.2.0-branch/docs/manual/programs/logresolve.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
5861 @@ -17,7 +17,7 @@
5862  <img alt="" src="../images/feather.gif" /></div>
5863  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5864  <div id="path">
5865 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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-ÁÖ¼Ò¸¦ È£½ºÆ®¸íÀ¸·Î
5866 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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-ÁÖ¼Ò¸¦ È£½ºÆ®¸íÀ¸·Î
5867    º¯È¯ÇÑ´Ù</h1>
5868  <div class="toplang">
5869  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/logresolve.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5870 diff -ur httpd-2.2.0/docs/manual/programs/other.html.en httpd-2.2.0-branch/docs/manual/programs/other.html.en
5871 --- httpd-2.2.0/docs/manual/programs/other.html.en      2005-11-13 08:38:36.000000000 +0200
5872 +++ httpd-2.2.0-branch/docs/manual/programs/other.html.en       2005-12-22 04:02:46.000000000 +0200
5873 @@ -16,7 +16,7 @@
5874  <img alt="" src="../images/feather.gif" /></div>
5875  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5876  <div id="path">
5877 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5878 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5879  <div class="toplang">
5880  <p><span>Available Languages: </span><a href="../en/programs/other.html" title="English">&nbsp;en&nbsp;</a> |
5881  <a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5882 diff -ur httpd-2.2.0/docs/manual/programs/other.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/other.html.ko.euc-kr
5883 --- httpd-2.2.0/docs/manual/programs/other.html.ko.euc-kr       2005-11-13 08:38:36.000000000 +0200
5884 +++ httpd-2.2.0-branch/docs/manual/programs/other.html.ko.euc-kr        2005-12-22 04:02:46.000000000 +0200
5885 @@ -16,7 +16,7 @@
5886  <img alt="" src="../images/feather.gif" /></div>
5887  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5888  <div id="path">
5889 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5890 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5891  <div class="toplang">
5892  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/other.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5893  <a href="../ko/programs/other.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5894 diff -ur httpd-2.2.0/docs/manual/programs/rotatelogs.html.en httpd-2.2.0-branch/docs/manual/programs/rotatelogs.html.en
5895 --- httpd-2.2.0/docs/manual/programs/rotatelogs.html.en 2005-11-13 08:38:36.000000000 +0200
5896 +++ httpd-2.2.0-branch/docs/manual/programs/rotatelogs.html.en  2005-12-22 04:02:46.000000000 +0200
5897 @@ -16,7 +16,7 @@
5898  <img alt="" src="../images/feather.gif" /></div>
5899  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5900  <div id="path">
5901 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5902 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5903  <div class="toplang">
5904  <p><span>Available Languages: </span><a href="../en/programs/rotatelogs.html" title="English">&nbsp;en&nbsp;</a> |
5905  <a href="../ko/programs/rotatelogs.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5906 diff -ur httpd-2.2.0/docs/manual/programs/rotatelogs.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/rotatelogs.html.ko.euc-kr
5907 --- httpd-2.2.0/docs/manual/programs/rotatelogs.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
5908 +++ httpd-2.2.0-branch/docs/manual/programs/rotatelogs.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
5909 @@ -17,7 +17,7 @@
5910  <img alt="" src="../images/feather.gif" /></div>
5911  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5912  <div id="path">
5913 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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 - ¾ÆÆÄÄ¡ ·Î±×¸¦ ¼øȯÇϱâÀ§ÇØ ÆÄÀÌÇÁ·Î ¿¬°áÇÒ
5914 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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 - ¾ÆÆÄÄ¡ ·Î±×¸¦ ¼øȯÇϱâÀ§ÇØ ÆÄÀÌÇÁ·Î ¿¬°áÇÒ
5915    ·Î±× ÇÁ·Î±×·¥</h1>
5916  <div class="toplang">
5917  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/rotatelogs.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5918 diff -ur httpd-2.2.0/docs/manual/programs/suexec.html.en httpd-2.2.0-branch/docs/manual/programs/suexec.html.en
5919 --- httpd-2.2.0/docs/manual/programs/suexec.html.en     2005-11-13 18:04:55.000000000 +0200
5920 +++ httpd-2.2.0-branch/docs/manual/programs/suexec.html.en      2005-12-22 04:02:46.000000000 +0200
5921 @@ -16,7 +16,7 @@
5922  <img alt="" src="../images/feather.gif" /></div>
5923  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5924  <div id="path">
5925 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5926 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5927  <div class="toplang">
5928  <p><span>Available Languages: </span><a href="../en/programs/suexec.html" title="English">&nbsp;en&nbsp;</a> |
5929  <a href="../ko/programs/suexec.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
5930 diff -ur httpd-2.2.0/docs/manual/programs/suexec.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/programs/suexec.html.ko.euc-kr
5931 --- httpd-2.2.0/docs/manual/programs/suexec.html.ko.euc-kr      2005-11-13 18:04:55.000000000 +0200
5932 +++ httpd-2.2.0-branch/docs/manual/programs/suexec.html.ko.euc-kr       2005-12-22 04:02:46.000000000 +0200
5933 @@ -16,7 +16,7 @@
5934  <img alt="" src="../images/feather.gif" /></div>
5935  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5936  <div id="path">
5937 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
5938 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
5939  <div class="toplang">
5940  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/programs/suexec.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
5941  <a href="../ko/programs/suexec.html" title="Korean">&nbsp;ko&nbsp;</a></p>
5942 diff -ur httpd-2.2.0/docs/manual/rewrite/index.html.en httpd-2.2.0-branch/docs/manual/rewrite/index.html.en
5943 --- httpd-2.2.0/docs/manual/rewrite/index.html.en       2005-11-13 08:38:36.000000000 +0200
5944 +++ httpd-2.2.0-branch/docs/manual/rewrite/index.html.en        2005-12-22 04:02:46.000000000 +0200
5945 @@ -16,7 +16,7 @@
5946  <img alt="" src="../images/feather.gif" /></div>
5947  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5948  <div id="path">
5949 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5950 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5951  <div class="toplang">
5952  <p><span>Available Languages: </span><a href="../en/rewrite/" title="English">&nbsp;en&nbsp;</a></p>
5953  </div>
5954 diff -ur httpd-2.2.0/docs/manual/rewrite/rewrite_guide.html.en httpd-2.2.0-branch/docs/manual/rewrite/rewrite_guide.html.en
5955 --- httpd-2.2.0/docs/manual/rewrite/rewrite_guide.html.en       2005-11-13 08:38:36.000000000 +0200
5956 +++ httpd-2.2.0-branch/docs/manual/rewrite/rewrite_guide.html.en        2005-12-22 04:02:46.000000000 +0200
5957 @@ -16,7 +16,7 @@
5958  <img alt="" src="../images/feather.gif" /></div>
5959  <div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5960  <div id="path">
5961 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5962 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5963  <div class="toplang">
5964  <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide.html" title="English">&nbsp;en&nbsp;</a></p>
5965  </div>
5966 diff -ur httpd-2.2.0/docs/manual/rewrite/rewrite_guide_advanced.html.en httpd-2.2.0-branch/docs/manual/rewrite/rewrite_guide_advanced.html.en
5967 --- httpd-2.2.0/docs/manual/rewrite/rewrite_guide_advanced.html.en      2005-11-13 08:38:36.000000000 +0200
5968 +++ httpd-2.2.0-branch/docs/manual/rewrite/rewrite_guide_advanced.html.en       2005-12-22 04:02:46.000000000 +0200
5969 @@ -16,7 +16,7 @@
5970  <img alt="" src="../images/feather.gif" /></div>
5971  <div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5972  <div id="path">
5973 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5974 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5975  <div class="toplang">
5976  <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide_advanced.html" title="English">&nbsp;en&nbsp;</a></p>
5977  </div>
5978 diff -ur httpd-2.2.0/docs/manual/rewrite/rewrite_intro.html.en httpd-2.2.0-branch/docs/manual/rewrite/rewrite_intro.html.en
5979 --- httpd-2.2.0/docs/manual/rewrite/rewrite_intro.html.en       2005-11-13 08:38:36.000000000 +0200
5980 +++ httpd-2.2.0-branch/docs/manual/rewrite/rewrite_intro.html.en        2005-12-22 04:02:46.000000000 +0200
5981 @@ -16,7 +16,7 @@
5982  <img alt="" src="../images/feather.gif" /></div>
5983  <div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5984  <div id="path">
5985 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5986 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5987  <div class="toplang">
5988  <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_intro.html" title="English">&nbsp;en&nbsp;</a></p>
5989  </div>
5990 diff -ur httpd-2.2.0/docs/manual/rewrite/rewrite_tech.html.en httpd-2.2.0-branch/docs/manual/rewrite/rewrite_tech.html.en
5991 --- httpd-2.2.0/docs/manual/rewrite/rewrite_tech.html.en        2005-11-13 08:38:36.000000000 +0200
5992 +++ httpd-2.2.0-branch/docs/manual/rewrite/rewrite_tech.html.en 2005-12-22 04:02:46.000000000 +0200
5993 @@ -16,7 +16,7 @@
5994  <img alt="" src="../images/feather.gif" /></div>
5995  <div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
5996  <div id="path">
5997 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
5998 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
5999  <div class="toplang">
6000  <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_tech.html" title="English">&nbsp;en&nbsp;</a></p>
6001  </div>
6002 diff -ur httpd-2.2.0/docs/manual/sections.html.en httpd-2.2.0-branch/docs/manual/sections.html.en
6003 --- httpd-2.2.0/docs/manual/sections.html.en    2005-11-13 10:04:30.000000000 +0200
6004 +++ httpd-2.2.0-branch/docs/manual/sections.html.en     2005-12-22 04:02:46.000000000 +0200
6005 @@ -16,7 +16,7 @@
6006  <img alt="" src="./images/feather.gif" /></div>
6007  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6008  <div id="path">
6009 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6010 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6011  <div class="toplang">
6012  <p><span>Available Languages: </span><a href="./en/sections.html" title="English">&nbsp;en&nbsp;</a> |
6013  <a href="./ja/sections.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6014 diff -ur httpd-2.2.0/docs/manual/sections.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/sections.html.ja.euc-jp
6015 --- httpd-2.2.0/docs/manual/sections.html.ja.euc-jp     2005-11-13 08:38:36.000000000 +0200
6016 +++ httpd-2.2.0-branch/docs/manual/sections.html.ja.euc-jp      2005-12-22 04:02:46.000000000 +0200
6017 @@ -16,7 +16,7 @@
6018  <img alt="" src="./images/feather.gif" /></div>
6019  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6020  <div id="path">
6021 -<a 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>
6022 +<a 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>
6023  <div class="toplang">
6024  <p><span>Available Languages: </span><a href="./en/sections.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6025  <a href="./ja/sections.html" title="Japanese">&nbsp;ja&nbsp;</a> |
6026 diff -ur httpd-2.2.0/docs/manual/sections.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/sections.html.ko.euc-kr
6027 --- httpd-2.2.0/docs/manual/sections.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
6028 +++ httpd-2.2.0-branch/docs/manual/sections.html.ko.euc-kr      2005-12-22 04:02:46.000000000 +0200
6029 @@ -16,7 +16,7 @@
6030  <img alt="" src="./images/feather.gif" /></div>
6031  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6032  <div id="path">
6033 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6034 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6035  <div class="toplang">
6036  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/sections.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6037  <a href="./ja/sections.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6038 diff -ur httpd-2.2.0/docs/manual/server-wide.html.en httpd-2.2.0-branch/docs/manual/server-wide.html.en
6039 --- httpd-2.2.0/docs/manual/server-wide.html.en 2005-11-15 21:39:58.000000000 +0200
6040 +++ httpd-2.2.0-branch/docs/manual/server-wide.html.en  2005-12-22 04:02:46.000000000 +0200
6041 @@ -16,7 +16,7 @@
6042  <img alt="" src="./images/feather.gif" /></div>
6043  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6044  <div id="path">
6045 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6046 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6047  <div class="toplang">
6048  <p><span>Available Languages: </span><a href="./en/server-wide.html" title="English">&nbsp;en&nbsp;</a> |
6049  <a href="./ja/server-wide.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6050 diff -ur httpd-2.2.0/docs/manual/server-wide.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/server-wide.html.ja.euc-jp
6051 --- httpd-2.2.0/docs/manual/server-wide.html.ja.euc-jp  2005-11-16 19:55:37.000000000 +0200
6052 +++ httpd-2.2.0-branch/docs/manual/server-wide.html.ja.euc-jp   2005-12-22 04:02:45.000000000 +0200
6053 @@ -16,7 +16,7 @@
6054  <img alt="" src="./images/feather.gif" /></div>
6055  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6056  <div id="path">
6057 -<a 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>
6058 +<a 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>
6059  <div class="toplang">
6060  <p><span>Available Languages: </span><a href="./en/server-wide.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6061  <a href="./ja/server-wide.html" title="Japanese">&nbsp;ja&nbsp;</a> |
6062 diff -ur httpd-2.2.0/docs/manual/server-wide.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/server-wide.html.ko.euc-kr
6063 --- httpd-2.2.0/docs/manual/server-wide.html.ko.euc-kr  2005-11-16 19:55:37.000000000 +0200
6064 +++ httpd-2.2.0-branch/docs/manual/server-wide.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
6065 @@ -16,7 +16,7 @@
6066  <img alt="" src="./images/feather.gif" /></div>
6067  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6068  <div id="path">
6069 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6070 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6071  <div class="toplang">
6072  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/server-wide.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6073  <a href="./ja/server-wide.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6074 diff -ur httpd-2.2.0/docs/manual/sitemap.html.de httpd-2.2.0-branch/docs/manual/sitemap.html.de
6075 --- httpd-2.2.0/docs/manual/sitemap.html.de     2005-11-13 18:04:55.000000000 +0200
6076 +++ httpd-2.2.0-branch/docs/manual/sitemap.html.de      2005-12-22 04:02:46.000000000 +0200
6077 @@ -17,7 +17,7 @@
6078  <img alt="" src="./images/feather.gif" /></div>
6079  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6080  <div id="path">
6081 -<a href="http://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>
6082 +<a href="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>
6083  <div id="page-content"><div id="preamble"><h1>Seitenindex</h1>
6084  <div class="toplang">
6085  <p><span>Verfügbare Sprachen: </span><a href="./de/sitemap.html" title="Deutsch">&nbsp;de&nbsp;</a> |
6086 diff -ur httpd-2.2.0/docs/manual/sitemap.html.en httpd-2.2.0-branch/docs/manual/sitemap.html.en
6087 --- httpd-2.2.0/docs/manual/sitemap.html.en     2005-11-13 18:04:55.000000000 +0200
6088 +++ httpd-2.2.0-branch/docs/manual/sitemap.html.en      2005-12-22 04:02:46.000000000 +0200
6089 @@ -17,7 +17,7 @@
6090  <img alt="" src="./images/feather.gif" /></div>
6091  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6092  <div id="path">
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-project/">Documentation</a> &gt; <a href="./">Version 2.2</a></div>
6094 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6095  <div id="page-content"><div id="preamble"><h1>Sitemap</h1>
6096  <div class="toplang">
6097  <p><span>Available Languages: </span><a href="./de/sitemap.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6098 diff -ur httpd-2.2.0/docs/manual/sitemap.html.es httpd-2.2.0-branch/docs/manual/sitemap.html.es
6099 --- httpd-2.2.0/docs/manual/sitemap.html.es     2005-11-13 18:04:55.000000000 +0200
6100 +++ httpd-2.2.0-branch/docs/manual/sitemap.html.es      2005-12-22 04:02:47.000000000 +0200
6101 @@ -17,7 +17,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/">Servidor HTTP</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentación</a> &gt; <a href="./">Versión 2.2</a></div>
6106 +<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>
6107  <div id="page-content"><div id="preamble"><h1>Mapa de este sitio web</h1>
6108  <div class="toplang">
6109  <p><span>Idiomas disponibles: </span><a href="./de/sitemap.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6110 diff -ur httpd-2.2.0/docs/manual/sitemap.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/sitemap.html.ja.euc-jp
6111 --- httpd-2.2.0/docs/manual/sitemap.html.ja.euc-jp      2005-11-13 18:04:55.000000000 +0200
6112 +++ httpd-2.2.0-branch/docs/manual/sitemap.html.ja.euc-jp       2005-12-22 04:02:46.000000000 +0200
6113 @@ -17,7 +17,7 @@
6114  <img alt="" src="./images/feather.gif" /></div>
6115  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6116  <div id="path">
6117 -<a 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>
6118 +<a 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>
6119  <div id="page-content"><div id="preamble"><h1>Site Map</h1>
6120  <div class="toplang">
6121  <p><span>Available Languages: </span><a href="./de/sitemap.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6122 diff -ur httpd-2.2.0/docs/manual/sitemap.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/sitemap.html.ko.euc-kr
6123 --- httpd-2.2.0/docs/manual/sitemap.html.ko.euc-kr      2005-11-13 18:04:55.000000000 +0200
6124 +++ httpd-2.2.0-branch/docs/manual/sitemap.html.ko.euc-kr       2005-12-22 04:02:46.000000000 +0200
6125 @@ -17,7 +17,7 @@
6126  <img alt="" src="./images/feather.gif" /></div>
6127  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6128  <div id="path">
6129 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6130 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6131  <div id="page-content"><div id="preamble"><h1>»çÀÌÆ®¸Ê</h1>
6132  <div class="toplang">
6133  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/sitemap.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6134 @@ -203,7 +203,7 @@
6135  <li><a href="mod/mod_filter.html">¾ÆÆÄÄ¡ ¸ðµâ mod_filter</a></li>
6136  <li><a href="mod/mod_headers.html">¾ÆÆÄÄ¡ ¸ðµâ mod_headers</a></li>
6137  <li><a href="mod/mod_ident.html">¾ÆÆÄÄ¡ ¸ðµâ mod_ident</a></li>
6138 -<li><a href="mod/mod_imap.html">¾ÆÆÄÄ¡ ¸ðµâ mod_imap</a></li>
6139 +<li><a href="mod/mod_imagemap.html">¾ÆÆÄÄ¡ ¸ðµâ mod_imagemap</a></li>
6140  <li><a href="mod/mod_include.html">¾ÆÆÄÄ¡ ¸ðµâ mod_include</a></li>
6141  <li><a href="mod/mod_info.html">¾ÆÆÄÄ¡ ¸ðµâ mod_info</a></li>
6142  <li><a href="mod/mod_isapi.html">¾ÆÆÄÄ¡ ¸ðµâ mod_isapi</a></li>
6143 diff -ur httpd-2.2.0/docs/manual/ssl/index.html.en httpd-2.2.0-branch/docs/manual/ssl/index.html.en
6144 --- httpd-2.2.0/docs/manual/ssl/index.html.en   2005-11-13 08:38:36.000000000 +0200
6145 +++ httpd-2.2.0-branch/docs/manual/ssl/index.html.en    2005-12-22 04:02:46.000000000 +0200
6146 @@ -16,7 +16,7 @@
6147  <img alt="" src="../images/feather.gif" /></div>
6148  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6149  <div id="path">
6150 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6151 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6152  <div class="toplang">
6153  <p><span>Available Languages: </span><a href="../en/ssl/" title="English">&nbsp;en&nbsp;</a> |
6154  <a href="../ja/ssl/" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
6155 diff -ur httpd-2.2.0/docs/manual/ssl/index.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/ssl/index.html.ja.euc-jp
6156 --- httpd-2.2.0/docs/manual/ssl/index.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
6157 +++ httpd-2.2.0-branch/docs/manual/ssl/index.html.ja.euc-jp     2005-12-22 04:02:46.000000000 +0200
6158 @@ -16,7 +16,7 @@
6159  <img alt="" src="../images/feather.gif" /></div>
6160  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6161  <div id="path">
6162 -<a 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>
6163 +<a 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>
6164  <div class="toplang">
6165  <p><span>Available Languages: </span><a href="../en/ssl/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6166  <a href="../ja/ssl/" title="Japanese">&nbsp;ja&nbsp;</a></p>
6167 diff -ur httpd-2.2.0/docs/manual/ssl/ssl_compat.html.en httpd-2.2.0-branch/docs/manual/ssl/ssl_compat.html.en
6168 --- httpd-2.2.0/docs/manual/ssl/ssl_compat.html.en      2005-11-13 08:38:36.000000000 +0200
6169 +++ httpd-2.2.0-branch/docs/manual/ssl/ssl_compat.html.en       2005-12-22 04:02:46.000000000 +0200
6170 @@ -16,7 +16,7 @@
6171  <img alt="" src="../images/feather.gif" /></div>
6172  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6173  <div id="path">
6174 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6175 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6176  <div class="toplang">
6177  <p><span>Available Languages: </span><a href="../en/ssl/ssl_compat.html" title="English">&nbsp;en&nbsp;</a></p>
6178  </div>
6179 diff -ur httpd-2.2.0/docs/manual/ssl/ssl_faq.html.en httpd-2.2.0-branch/docs/manual/ssl/ssl_faq.html.en
6180 --- httpd-2.2.0/docs/manual/ssl/ssl_faq.html.en 2005-11-13 18:04:55.000000000 +0200
6181 +++ httpd-2.2.0-branch/docs/manual/ssl/ssl_faq.html.en  2005-12-22 04:02:46.000000000 +0200
6182 @@ -16,7 +16,7 @@
6183  <img alt="" src="../images/feather.gif" /></div>
6184  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6185  <div id="path">
6186 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6187 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6188  <div class="toplang">
6189  <p><span>Available Languages: </span><a href="../en/ssl/ssl_faq.html" title="English">&nbsp;en&nbsp;</a></p>
6190  </div>
6191 diff -ur httpd-2.2.0/docs/manual/ssl/ssl_howto.html.en httpd-2.2.0-branch/docs/manual/ssl/ssl_howto.html.en
6192 --- httpd-2.2.0/docs/manual/ssl/ssl_howto.html.en       2005-11-13 08:38:36.000000000 +0200
6193 +++ httpd-2.2.0-branch/docs/manual/ssl/ssl_howto.html.en        2005-12-22 04:02:46.000000000 +0200
6194 @@ -16,7 +16,7 @@
6195  <img alt="" src="../images/feather.gif" /></div>
6196  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6197  <div id="path">
6198 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6199 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6200  <div class="toplang">
6201  <p><span>Available Languages: </span><a href="../en/ssl/ssl_howto.html" title="English">&nbsp;en&nbsp;</a></p>
6202  </div>
6203 diff -ur httpd-2.2.0/docs/manual/ssl/ssl_intro.html.en httpd-2.2.0-branch/docs/manual/ssl/ssl_intro.html.en
6204 --- httpd-2.2.0/docs/manual/ssl/ssl_intro.html.en       2005-11-13 08:38:36.000000000 +0200
6205 +++ httpd-2.2.0-branch/docs/manual/ssl/ssl_intro.html.en        2005-12-22 04:02:46.000000000 +0200
6206 @@ -16,7 +16,7 @@
6207  <img alt="" src="../images/feather.gif" /></div>
6208  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6209  <div id="path">
6210 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6211 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6212  <div class="toplang">
6213  <p><span>Available Languages: </span><a href="../en/ssl/ssl_intro.html" title="English">&nbsp;en&nbsp;</a> |
6214  <a href="../ja/ssl/ssl_intro.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
6215 diff -ur httpd-2.2.0/docs/manual/ssl/ssl_intro.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/ssl/ssl_intro.html.ja.euc-jp
6216 --- httpd-2.2.0/docs/manual/ssl/ssl_intro.html.ja.euc-jp        2005-11-13 08:38:36.000000000 +0200
6217 +++ httpd-2.2.0-branch/docs/manual/ssl/ssl_intro.html.ja.euc-jp 2005-12-22 04:02:46.000000000 +0200
6218 @@ -16,7 +16,7 @@
6219  <img alt="" src="../images/feather.gif" /></div>
6220  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6221  <div id="path">
6222 -<a 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>
6223 +<a 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>
6224  <div class="toplang">
6225  <p><span>Available Languages: </span><a href="../en/ssl/ssl_intro.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6226  <a href="../ja/ssl/ssl_intro.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
6227 diff -ur httpd-2.2.0/docs/manual/stopping.html.de httpd-2.2.0-branch/docs/manual/stopping.html.de
6228 --- httpd-2.2.0/docs/manual/stopping.html.de    2005-11-13 15:31:29.000000000 +0200
6229 +++ httpd-2.2.0-branch/docs/manual/stopping.html.de     2005-12-22 04:02:46.000000000 +0200
6230 @@ -16,7 +16,7 @@
6231  <img alt="" src="./images/feather.gif" /></div>
6232  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6233  <div id="path">
6234 -<a href="http://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>
6235 +<a href="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>
6236  <div class="toplang">
6237  <p><span>Verfügbare Sprachen: </span><a href="./de/stopping.html" title="Deutsch">&nbsp;de&nbsp;</a> |
6238  <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6239 diff -ur httpd-2.2.0/docs/manual/stopping.html.en httpd-2.2.0-branch/docs/manual/stopping.html.en
6240 --- httpd-2.2.0/docs/manual/stopping.html.en    2005-11-13 15:31:29.000000000 +0200
6241 +++ httpd-2.2.0-branch/docs/manual/stopping.html.en     2005-12-22 04:02:46.000000000 +0200
6242 @@ -16,7 +16,7 @@
6243  <img alt="" src="./images/feather.gif" /></div>
6244  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6245  <div id="path">
6246 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6247 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6248  <div class="toplang">
6249  <p><span>Available Languages: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6250  <a href="./en/stopping.html" title="English">&nbsp;en&nbsp;</a> |
6251 diff -ur httpd-2.2.0/docs/manual/stopping.html.es httpd-2.2.0-branch/docs/manual/stopping.html.es
6252 --- httpd-2.2.0/docs/manual/stopping.html.es    2005-11-13 08:38:36.000000000 +0200
6253 +++ httpd-2.2.0-branch/docs/manual/stopping.html.es     2005-12-22 04:02:46.000000000 +0200
6254 @@ -16,7 +16,7 @@
6255  <img alt="" src="./images/feather.gif" /></div>
6256  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6257  <div id="path">
6258 -<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>
6259 +<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>
6260  <div class="toplang">
6261  <p><span>Idiomas disponibles: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6262  <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6263 diff -ur httpd-2.2.0/docs/manual/stopping.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/stopping.html.ja.euc-jp
6264 --- httpd-2.2.0/docs/manual/stopping.html.ja.euc-jp     2005-11-13 08:38:36.000000000 +0200
6265 +++ httpd-2.2.0-branch/docs/manual/stopping.html.ja.euc-jp      2005-12-22 04:02:45.000000000 +0200
6266 @@ -16,7 +16,7 @@
6267  <img alt="" src="./images/feather.gif" /></div>
6268  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6269  <div id="path">
6270 -<a 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>
6271 +<a 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>
6272  <div class="toplang">
6273  <p><span>Available Languages: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6274  <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6275 diff -ur httpd-2.2.0/docs/manual/stopping.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/stopping.html.ko.euc-kr
6276 --- httpd-2.2.0/docs/manual/stopping.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
6277 +++ httpd-2.2.0-branch/docs/manual/stopping.html.ko.euc-kr      2005-12-22 04:02:46.000000000 +0200
6278 @@ -16,7 +16,7 @@
6279  <img alt="" src="./images/feather.gif" /></div>
6280  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6281  <div id="path">
6282 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6283 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6284  <div class="toplang">
6285  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6286  <a href="./en/stopping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6287 diff -ur httpd-2.2.0/docs/manual/style/build.properties httpd-2.2.0-branch/docs/manual/style/build.properties
6288 --- httpd-2.2.0/docs/manual/style/build.properties      2005-11-13 19:20:47.000000000 +0200
6289 +++ httpd-2.2.0-branch/docs/manual/style/build.properties       2005-12-22 04:02:46.000000000 +0200
6290 @@ -1,4 +1,4 @@
6291  # This file contains version specific properties
6292  
6293  # No xml files yet
6294 -noxml.fr = upgrading.html.fr
6295 +# noxml.fr = upgrading.html.fr
6296 diff -ur httpd-2.2.0/docs/manual/style/xsl/common.xsl httpd-2.2.0-branch/docs/manual/style/xsl/common.xsl
6297 --- httpd-2.2.0/docs/manual/style/xsl/common.xsl        2005-09-21 18:33:52.000000000 +0300
6298 +++ httpd-2.2.0-branch/docs/manual/style/xsl/common.xsl 2005-12-22 04:02:46.000000000 +0200
6299 @@ -216,7 +216,7 @@
6300  
6301      <xsl:text> &gt; </xsl:text>
6302  
6303 -    <a href="http://httpd.apache.org/docs-project/">
6304 +    <a href="http://httpd.apache.org/docs/">
6305          <xsl:if test="$ext-target">
6306              <xsl:attribute name="target">_blank</xsl:attribute>
6307          </xsl:if>
6308 diff -ur httpd-2.2.0/docs/manual/suexec.html.en httpd-2.2.0-branch/docs/manual/suexec.html.en
6309 --- httpd-2.2.0/docs/manual/suexec.html.en      2005-11-13 18:04:55.000000000 +0200
6310 +++ httpd-2.2.0-branch/docs/manual/suexec.html.en       2005-12-22 04:02:46.000000000 +0200
6311 @@ -16,7 +16,7 @@
6312  <img alt="" src="./images/feather.gif" /></div>
6313  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6314  <div id="path">
6315 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6316 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6317  <div class="toplang">
6318  <p><span>Available Languages: </span><a href="./en/suexec.html" title="English">&nbsp;en&nbsp;</a> |
6319  <a href="./ja/suexec.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6320 diff -ur httpd-2.2.0/docs/manual/suexec.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/suexec.html.ja.euc-jp
6321 --- httpd-2.2.0/docs/manual/suexec.html.ja.euc-jp       2005-11-13 18:04:55.000000000 +0200
6322 +++ httpd-2.2.0-branch/docs/manual/suexec.html.ja.euc-jp        2005-12-22 04:02:47.000000000 +0200
6323 @@ -16,7 +16,7 @@
6324  <img alt="" src="./images/feather.gif" /></div>
6325  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6326  <div id="path">
6327 -<a 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>
6328 +<a 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>
6329  <div class="toplang">
6330  <p><span>Available Languages: </span><a href="./en/suexec.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6331  <a href="./ja/suexec.html" title="Japanese">&nbsp;ja&nbsp;</a> |
6332 diff -ur httpd-2.2.0/docs/manual/suexec.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/suexec.html.ko.euc-kr
6333 --- httpd-2.2.0/docs/manual/suexec.html.ko.euc-kr       2005-11-13 18:04:55.000000000 +0200
6334 +++ httpd-2.2.0-branch/docs/manual/suexec.html.ko.euc-kr        2005-12-22 04:02:46.000000000 +0200
6335 @@ -16,7 +16,7 @@
6336  <img alt="" src="./images/feather.gif" /></div>
6337  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6338  <div id="path">
6339 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6340 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6341  <div class="toplang">
6342  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/suexec.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6343  <a href="./ja/suexec.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6344 diff -ur httpd-2.2.0/docs/manual/upgrading.html httpd-2.2.0-branch/docs/manual/upgrading.html
6345 --- httpd-2.2.0/docs/manual/upgrading.html      2005-01-29 03:58:15.000000000 +0200
6346 +++ httpd-2.2.0-branch/docs/manual/upgrading.html       2005-12-22 04:02:46.000000000 +0200
6347 @@ -6,10 +6,6 @@
6348  Content-Language: en
6349  Content-type: text/html; charset=ISO-8859-1
6350  
6351 -URI: upgrading.html.fr
6352 -Content-Language: fr
6353 -Content-type: text/html; charset=ISO-8859-1
6354 -
6355  URI: upgrading.html.ja.euc-jp
6356  Content-Language: ja
6357  Content-type: text/html; charset=EUC-JP
6358 diff -ur httpd-2.2.0/docs/manual/upgrading.html.de httpd-2.2.0-branch/docs/manual/upgrading.html.de
6359 --- httpd-2.2.0/docs/manual/upgrading.html.de   2005-11-27 03:49:15.000000000 +0200
6360 +++ httpd-2.2.0-branch/docs/manual/upgrading.html.de    2005-12-22 04:02:46.000000000 +0200
6361 @@ -16,11 +16,10 @@
6362  <img alt="" src="./images/feather.gif" /></div>
6363  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6364  <div id="path">
6365 -<a href="http://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>
6366 +<a href="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>
6367  <div class="toplang">
6368  <p><span>Verfügbare Sprachen: </span><a href="./de/upgrading.html" title="Deutsch">&nbsp;de&nbsp;</a> |
6369  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6370 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6371  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6372  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6373  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
6374 @@ -111,7 +110,6 @@
6375  <div class="bottomlang">
6376  <p><span>Verfügbare Sprachen: </span><a href="./de/upgrading.html" title="Deutsch">&nbsp;de&nbsp;</a> |
6377  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6378 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6379  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6380  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6381  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
6382 diff -ur httpd-2.2.0/docs/manual/upgrading.html.en httpd-2.2.0-branch/docs/manual/upgrading.html.en
6383 --- httpd-2.2.0/docs/manual/upgrading.html.en   2005-11-27 03:49:15.000000000 +0200
6384 +++ httpd-2.2.0-branch/docs/manual/upgrading.html.en    2005-12-22 04:02:46.000000000 +0200
6385 @@ -16,11 +16,10 @@
6386  <img alt="" src="./images/feather.gif" /></div>
6387  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6388  <div id="path">
6389 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6390 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6391  <div class="toplang">
6392  <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6393  <a href="./en/upgrading.html" title="English">&nbsp;en&nbsp;</a> |
6394 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6395  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6396  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6397  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
6398 @@ -48,14 +47,24 @@
6399  <div class="section">
6400  <h2><a name="compile-time" id="compile-time">Compile-Time Configuration Changes</a></h2>
6401      
6402 +
6403 +    <p>The compilation process is very similar to the one used in
6404 +    version 2.0.  Your old <code>configure</code> command line (as
6405 +    found in <code>build/config.nice</code> in the installed server
6406 +    directory) can be used in some cases.  The most significant change
6407 +    required will be to account for changes in module names, in
6408 +    particular for the authentication and authorization modules.
6409 +    Some details of changes:</p>
6410 +
6411      <ul>
6412 -      <li>Upgraded to require the APR 1.0 API.</li>
6413 -      <li>Updated bundled PCRE version to 5.0</li>
6414        <li>mod_imap has been renamed to <code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code></li>
6415 -      <li>mod_auth has been split up into <code class="module"><a href="./mod/mod_auth_basic.html">mod_auth_basic</a></code>
6416 -          and <code class="module"><a href="./mod/mod_authn_file.html">mod_authn_file</a></code></li>
6417 +      <li>mod_auth has been split up into <code class="module"><a href="./mod/mod_auth_basic.html">mod_auth_basic</a></code>,
6418 +          <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
6419 +          <code class="module"><a href="./mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code></li>
6420        <li>mod_access has been renamed to <code class="module"><a href="./mod/mod_authz_host.html">mod_authz_host</a></code></li>
6421        <li>mod_auth_ldap has been renamed to <code class="module"><a href="./mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code></li>
6422 +      <li>Upgraded to require the APR 1.0 API.</li>
6423 +      <li>Updated bundled PCRE version to 5.0</li>
6424      </ul>
6425  
6426    </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
6427 @@ -63,21 +72,32 @@
6428  <h2><a name="run-time" id="run-time">Run-Time Configuration Changes</a></h2>
6429      
6430  
6431 -    <ul>
6432 -      <li>The config file <code>httpd.conf</code> distributed with the
6433 -      Apache HTTP Server has been greatly simplified by removing all
6434 -      but the most essential configuration settings.  A set of example
6435 -      configuration settings for more advanced features is present in
6436 -      the <code>conf/extra/</code> directory of the installed
6437 -      server.</li>
6438 +    <p>Your existing version 2.0 config files and startup scripts can
6439 +      usually be used unchanged in version 2.2.  Some small
6440 +      adjustments may be necessary for particular configurations as
6441 +      discussed below.  In addition, if you dynamically load the
6442 +      standard modules using the <code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code> directive, then you will
6443 +      need to account for the module name changes mentioned above.</p>
6444 +
6445 +    <p>If you choose to use the new default
6446 +      configuration file for version 2.2, you will find that it has
6447 +      been greatly simplified by removing all but the most essential
6448 +      configuration settings.  A set of example configuration settings
6449 +      for more advanced features is present in the
6450 +      <code>conf/extra/</code> directory of the installed server.  Default
6451 +      configuration files are installed in the <code>conf/original</code>
6452 +      directory.</p>
6453 +
6454 +    <p>Some runtime configuration changes that you may notice:</p>
6455  
6456 +    <ul>
6457        <li>The <code class="program"><a href="./programs/apachectl.html">apachectl</a></code> option
6458 -      <code>startssl</code> is no longer available.  To enable ssl
6459 +      <code>startssl</code> is no longer available.  To enable SSL
6460        support, you should edit <code>httpd.conf</code> to include the
6461        relevant <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> directives and then use
6462        <code>apachectl start</code> to start the server.  An example
6463 -      configuration to activate <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> has been included
6464 -      in <code>conf/extra/httpd-ssl.conf</code>.</li>
6465 +      configuration to activate <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> has been
6466 +      included in <code>conf/extra/httpd-ssl.conf</code>.</li>
6467  
6468        <li>The default setting of <code class="directive"><a href="./mod/core.html#usecanonicalname">UseCanonicalName</a></code> is now
6469        <code>Off</code>.  If you did not have this directive in your
6470 @@ -118,11 +138,14 @@
6471  <h2><a name="third-party" id="third-party">Third Party Modules</a></h2>
6472      
6473  
6474 +   <p>Many third-party modules designed for version 2.0 will work
6475 +   unchanged with the the Apache HTTP Server version 2.2.  But all
6476 +   modules must be recompiled before being loaded.</p>
6477 +
6478    </div></div>
6479  <div class="bottomlang">
6480  <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6481  <a href="./en/upgrading.html" title="English">&nbsp;en&nbsp;</a> |
6482 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6483  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6484  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6485  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
6486 diff -ur httpd-2.2.0/docs/manual/upgrading.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/upgrading.html.ja.euc-jp
6487 --- httpd-2.2.0/docs/manual/upgrading.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
6488 +++ httpd-2.2.0-branch/docs/manual/upgrading.html.ja.euc-jp     2005-12-22 04:02:46.000000000 +0200
6489 @@ -16,11 +16,10 @@
6490  <img alt="" src="./images/feather.gif" /></div>
6491  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6492  <div id="path">
6493 -<a 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>
6494 +<a 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>
6495  <div class="toplang">
6496  <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6497  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6498 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
6499  <a href="./ja/upgrading.html" title="Japanese">&nbsp;ja&nbsp;</a> |
6500  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6501  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu\8f«´s (Brasil)">&nbsp;pt-br&nbsp;</a> |
6502 @@ -213,7 +212,6 @@
6503  <div class="bottomlang">
6504  <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6505  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6506 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
6507  <a href="./ja/upgrading.html" title="Japanese">&nbsp;ja&nbsp;</a> |
6508  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6509  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu\8f«´s (Brasil)">&nbsp;pt-br&nbsp;</a> |
6510 diff -ur httpd-2.2.0/docs/manual/upgrading.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/upgrading.html.ko.euc-kr
6511 --- httpd-2.2.0/docs/manual/upgrading.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
6512 +++ httpd-2.2.0-branch/docs/manual/upgrading.html.ko.euc-kr     2005-12-22 04:02:46.000000000 +0200
6513 @@ -16,11 +16,10 @@
6514  <img alt="" src="./images/feather.gif" /></div>
6515  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6516  <div id="path">
6517 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6518 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6519  <div class="toplang">
6520  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6521  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6522 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
6523  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6524  <a href="./ko/upgrading.html" title="Korean">&nbsp;ko&nbsp;</a> |
6525  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
6526 @@ -195,7 +194,6 @@
6527  <div class="bottomlang">
6528  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6529  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6530 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
6531  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6532  <a href="./ko/upgrading.html" title="Korean">&nbsp;ko&nbsp;</a> |
6533  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
6534 diff -ur httpd-2.2.0/docs/manual/upgrading.html.pt-br httpd-2.2.0-branch/docs/manual/upgrading.html.pt-br
6535 --- httpd-2.2.0/docs/manual/upgrading.html.pt-br        2005-11-13 08:38:36.000000000 +0200
6536 +++ httpd-2.2.0-branch/docs/manual/upgrading.html.pt-br 2005-12-22 04:02:46.000000000 +0200
6537 @@ -16,11 +16,10 @@
6538  <img alt="" src="./images/feather.gif" /></div>
6539  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6540  <div id="path">
6541 -<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>
6542 +<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>
6543  <div class="toplang">
6544  <p><span>Línguas Disponíveis: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6545  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6546 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6547  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6548  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6549  <a href="./pt-br/upgrading.html" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
6550 @@ -216,7 +215,6 @@
6551  <div class="bottomlang">
6552  <p><span>Línguas Disponíveis: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6553  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6554 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6555  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6556  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6557  <a href="./pt-br/upgrading.html" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
6558 diff -ur httpd-2.2.0/docs/manual/upgrading.html.ru.koi8-r httpd-2.2.0-branch/docs/manual/upgrading.html.ru.koi8-r
6559 --- httpd-2.2.0/docs/manual/upgrading.html.ru.koi8-r    2005-11-13 08:38:36.000000000 +0200
6560 +++ httpd-2.2.0-branch/docs/manual/upgrading.html.ru.koi8-r     2005-12-22 04:02:46.000000000 +0200
6561 @@ -16,11 +16,10 @@
6562  <img alt="" src="./images/feather.gif" /></div>
6563  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6564  <div id="path">
6565 -<a 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>
6566 +<a 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>
6567  <div class="toplang">
6568  <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6569  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6570 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
6571  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6572  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6573  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
6574 @@ -192,7 +191,6 @@
6575  <div class="bottomlang">
6576  <p><span>Available Languages: </span><a href="./de/upgrading.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6577  <a href="./en/upgrading.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6578 -<a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
6579  <a href="./ja/upgrading.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6580  <a href="./ko/upgrading.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
6581  <a href="./pt-br/upgrading.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a> |
6582 diff -ur httpd-2.2.0/docs/manual/urlmapping.html.en httpd-2.2.0-branch/docs/manual/urlmapping.html.en
6583 --- httpd-2.2.0/docs/manual/urlmapping.html.en  2005-11-13 08:38:36.000000000 +0200
6584 +++ httpd-2.2.0-branch/docs/manual/urlmapping.html.en   2005-12-22 04:02:46.000000000 +0200
6585 @@ -16,7 +16,7 @@
6586  <img alt="" src="./images/feather.gif" /></div>
6587  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6588  <div id="path">
6589 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6590 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6591  <div class="toplang">
6592  <p><span>Available Languages: </span><a href="./en/urlmapping.html" title="English">&nbsp;en&nbsp;</a> |
6593  <a href="./ja/urlmapping.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6594 diff -ur httpd-2.2.0/docs/manual/urlmapping.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/urlmapping.html.ja.euc-jp
6595 --- httpd-2.2.0/docs/manual/urlmapping.html.ja.euc-jp   2005-11-13 08:38:36.000000000 +0200
6596 +++ httpd-2.2.0-branch/docs/manual/urlmapping.html.ja.euc-jp    2005-12-22 04:02:46.000000000 +0200
6597 @@ -16,7 +16,7 @@
6598  <img alt="" src="./images/feather.gif" /></div>
6599  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6600  <div id="path">
6601 -<a 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>
6602 +<a 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>
6603  <div class="toplang">
6604  <p><span>Available Languages: </span><a href="./en/urlmapping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6605  <a href="./ja/urlmapping.html" title="Japanese">&nbsp;ja&nbsp;</a> |
6606 diff -ur httpd-2.2.0/docs/manual/urlmapping.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/urlmapping.html.ko.euc-kr
6607 --- httpd-2.2.0/docs/manual/urlmapping.html.ko.euc-kr   2005-11-13 08:38:36.000000000 +0200
6608 +++ httpd-2.2.0-branch/docs/manual/urlmapping.html.ko.euc-kr    2005-12-22 04:02:45.000000000 +0200
6609 @@ -16,7 +16,7 @@
6610  <img alt="" src="./images/feather.gif" /></div>
6611  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
6612  <div id="path">
6613 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6614 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6615  <div class="toplang">
6616  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="./en/urlmapping.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6617  <a href="./ja/urlmapping.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
6618 diff -ur httpd-2.2.0/docs/manual/vhosts/details.html.en httpd-2.2.0-branch/docs/manual/vhosts/details.html.en
6619 --- httpd-2.2.0/docs/manual/vhosts/details.html.en      2005-11-13 08:38:36.000000000 +0200
6620 +++ httpd-2.2.0-branch/docs/manual/vhosts/details.html.en       2005-12-22 04:02:46.000000000 +0200
6621 @@ -16,7 +16,7 @@
6622  <img alt="" src="../images/feather.gif" /></div>
6623  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6624  <div id="path">
6625 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6626 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6627  <div class="toplang">
6628  <p><span>Available Languages: </span><a href="../en/vhosts/details.html" title="English">&nbsp;en&nbsp;</a> |
6629  <a href="../fr/vhosts/details.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6630 diff -ur httpd-2.2.0/docs/manual/vhosts/details.html.fr httpd-2.2.0-branch/docs/manual/vhosts/details.html.fr
6631 --- httpd-2.2.0/docs/manual/vhosts/details.html.fr      2005-11-13 08:38:36.000000000 +0200
6632 +++ httpd-2.2.0-branch/docs/manual/vhosts/details.html.fr       2005-12-22 04:02:46.000000000 +0200
6633 @@ -16,7 +16,7 @@
6634  <img alt="" src="../images/feather.gif" /></div>
6635  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6636  <div id="path">
6637 -<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>
6638 +<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>
6639  <div class="toplang">
6640  <p><span>Langues Disponibles: </span><a href="../en/vhosts/details.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6641  <a href="../fr/vhosts/details.html" title="Français">&nbsp;fr&nbsp;</a> |
6642 diff -ur httpd-2.2.0/docs/manual/vhosts/details.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/vhosts/details.html.ko.euc-kr
6643 --- httpd-2.2.0/docs/manual/vhosts/details.html.ko.euc-kr       2005-11-13 08:38:36.000000000 +0200
6644 +++ httpd-2.2.0-branch/docs/manual/vhosts/details.html.ko.euc-kr        2005-12-22 04:02:46.000000000 +0200
6645 @@ -16,7 +16,7 @@
6646  <img alt="" src="../images/feather.gif" /></div>
6647  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6648  <div id="path">
6649 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6650 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6651  <div class="toplang">
6652  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/details.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6653  <a href="../fr/vhosts/details.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
6654 diff -ur httpd-2.2.0/docs/manual/vhosts/examples.html.en httpd-2.2.0-branch/docs/manual/vhosts/examples.html.en
6655 --- httpd-2.2.0/docs/manual/vhosts/examples.html.en     2005-11-13 08:38:36.000000000 +0200
6656 +++ httpd-2.2.0-branch/docs/manual/vhosts/examples.html.en      2005-12-22 04:02:46.000000000 +0200
6657 @@ -16,7 +16,7 @@
6658  <img alt="" src="../images/feather.gif" /></div>
6659  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6660  <div id="path">
6661 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6662 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6663  <div class="toplang">
6664  <p><span>Available Languages: </span><a href="../en/vhosts/examples.html" title="English">&nbsp;en&nbsp;</a> |
6665  <a href="../fr/vhosts/examples.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6666 diff -ur httpd-2.2.0/docs/manual/vhosts/examples.html.fr httpd-2.2.0-branch/docs/manual/vhosts/examples.html.fr
6667 --- httpd-2.2.0/docs/manual/vhosts/examples.html.fr     2005-11-13 08:38:36.000000000 +0200
6668 +++ httpd-2.2.0-branch/docs/manual/vhosts/examples.html.fr      2005-12-22 04:02:46.000000000 +0200
6669 @@ -16,7 +16,7 @@
6670  <img alt="" src="../images/feather.gif" /></div>
6671  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6672  <div id="path">
6673 -<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>
6674 +<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>
6675  <div class="toplang">
6676  <p><span>Langues Disponibles: </span><a href="../en/vhosts/examples.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6677  <a href="../fr/vhosts/examples.html" title="Français">&nbsp;fr&nbsp;</a> |
6678 diff -ur httpd-2.2.0/docs/manual/vhosts/examples.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/vhosts/examples.html.ja.euc-jp
6679 --- httpd-2.2.0/docs/manual/vhosts/examples.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
6680 +++ httpd-2.2.0-branch/docs/manual/vhosts/examples.html.ja.euc-jp       2005-12-22 04:02:46.000000000 +0200
6681 @@ -16,7 +16,7 @@
6682  <img alt="" src="../images/feather.gif" /></div>
6683  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6684  <div id="path">
6685 -<a 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>
6686 +<a 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>
6687  <div class="toplang">
6688  <p><span>Available Languages: </span><a href="../en/vhosts/examples.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6689  <a href="../fr/vhosts/examples.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
6690 diff -ur httpd-2.2.0/docs/manual/vhosts/examples.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/vhosts/examples.html.ko.euc-kr
6691 --- httpd-2.2.0/docs/manual/vhosts/examples.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
6692 +++ httpd-2.2.0-branch/docs/manual/vhosts/examples.html.ko.euc-kr       2005-12-22 04:02:46.000000000 +0200
6693 @@ -16,7 +16,7 @@
6694  <img alt="" src="../images/feather.gif" /></div>
6695  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6696  <div id="path">
6697 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6698 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6699  <div class="toplang">
6700  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/examples.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6701  <a href="../fr/vhosts/examples.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
6702 diff -ur httpd-2.2.0/docs/manual/vhosts/fd-limits.html.en httpd-2.2.0-branch/docs/manual/vhosts/fd-limits.html.en
6703 --- httpd-2.2.0/docs/manual/vhosts/fd-limits.html.en    2005-11-13 08:38:36.000000000 +0200
6704 +++ httpd-2.2.0-branch/docs/manual/vhosts/fd-limits.html.en     2005-12-22 04:02:46.000000000 +0200
6705 @@ -16,7 +16,7 @@
6706  <img alt="" src="../images/feather.gif" /></div>
6707  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6708  <div id="path">
6709 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6710 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6711  <div class="toplang">
6712  <p><span>Available Languages: </span><a href="../en/vhosts/fd-limits.html" title="English">&nbsp;en&nbsp;</a> |
6713  <a href="../fr/vhosts/fd-limits.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6714 diff -ur httpd-2.2.0/docs/manual/vhosts/fd-limits.html.fr httpd-2.2.0-branch/docs/manual/vhosts/fd-limits.html.fr
6715 --- httpd-2.2.0/docs/manual/vhosts/fd-limits.html.fr    2005-11-13 08:38:36.000000000 +0200
6716 +++ httpd-2.2.0-branch/docs/manual/vhosts/fd-limits.html.fr     2005-12-22 04:02:46.000000000 +0200
6717 @@ -16,7 +16,7 @@
6718  <img alt="" src="../images/feather.gif" /></div>
6719  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6720  <div id="path">
6721 -<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>
6722 +<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>
6723  <div class="toplang">
6724  <p><span>Langues Disponibles: </span><a href="../en/vhosts/fd-limits.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6725  <a href="../fr/vhosts/fd-limits.html" title="Français">&nbsp;fr&nbsp;</a> |
6726 diff -ur httpd-2.2.0/docs/manual/vhosts/fd-limits.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/vhosts/fd-limits.html.ja.euc-jp
6727 --- httpd-2.2.0/docs/manual/vhosts/fd-limits.html.ja.euc-jp     2005-11-13 08:38:36.000000000 +0200
6728 +++ httpd-2.2.0-branch/docs/manual/vhosts/fd-limits.html.ja.euc-jp      2005-12-22 04:02:46.000000000 +0200
6729 @@ -16,7 +16,7 @@
6730  <img alt="" src="../images/feather.gif" /></div>
6731  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6732  <div id="path">
6733 -<a 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>
6734 +<a 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>
6735  <div class="toplang">
6736  <p><span>Available Languages: </span><a href="../en/vhosts/fd-limits.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6737  <a href="../fr/vhosts/fd-limits.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
6738 diff -ur httpd-2.2.0/docs/manual/vhosts/fd-limits.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/vhosts/fd-limits.html.ko.euc-kr
6739 --- httpd-2.2.0/docs/manual/vhosts/fd-limits.html.ko.euc-kr     2005-11-13 08:38:36.000000000 +0200
6740 +++ httpd-2.2.0-branch/docs/manual/vhosts/fd-limits.html.ko.euc-kr      2005-12-22 04:02:46.000000000 +0200
6741 @@ -16,7 +16,7 @@
6742  <img alt="" src="../images/feather.gif" /></div>
6743  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6744  <div id="path">
6745 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6746 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6747  <div class="toplang">
6748  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/fd-limits.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6749  <a href="../fr/vhosts/fd-limits.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
6750 diff -ur httpd-2.2.0/docs/manual/vhosts/index.html.de httpd-2.2.0-branch/docs/manual/vhosts/index.html.de
6751 --- httpd-2.2.0/docs/manual/vhosts/index.html.de        2005-11-13 08:38:36.000000000 +0200
6752 +++ httpd-2.2.0-branch/docs/manual/vhosts/index.html.de 2005-12-22 04:02:46.000000000 +0200
6753 @@ -16,7 +16,7 @@
6754  <img alt="" src="../images/feather.gif" /></div>
6755  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6756  <div id="path">
6757 -<a href="http://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>
6758 +<a href="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>
6759  <div class="toplang">
6760  <p><span>Verfügbare Sprachen: </span><a href="../de/vhosts/" title="Deutsch">&nbsp;de&nbsp;</a> |
6761  <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6762 diff -ur httpd-2.2.0/docs/manual/vhosts/index.html.en httpd-2.2.0-branch/docs/manual/vhosts/index.html.en
6763 --- httpd-2.2.0/docs/manual/vhosts/index.html.en        2005-11-13 08:38:36.000000000 +0200
6764 +++ httpd-2.2.0-branch/docs/manual/vhosts/index.html.en 2005-12-22 04:02:46.000000000 +0200
6765 @@ -16,7 +16,7 @@
6766  <img alt="" src="../images/feather.gif" /></div>
6767  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6768  <div id="path">
6769 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6770 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6771  <div class="toplang">
6772  <p><span>Available Languages: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6773  <a href="../en/vhosts/" title="English">&nbsp;en&nbsp;</a> |
6774 diff -ur httpd-2.2.0/docs/manual/vhosts/index.html.fr httpd-2.2.0-branch/docs/manual/vhosts/index.html.fr
6775 --- httpd-2.2.0/docs/manual/vhosts/index.html.fr        2005-11-13 08:38:36.000000000 +0200
6776 +++ httpd-2.2.0-branch/docs/manual/vhosts/index.html.fr 2005-12-22 04:02:46.000000000 +0200
6777 @@ -16,7 +16,7 @@
6778  <img alt="" src="../images/feather.gif" /></div>
6779  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6780  <div id="path">
6781 -<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>
6782 +<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>
6783  <div class="toplang">
6784  <p><span>Langues Disponibles: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6785  <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6786 diff -ur httpd-2.2.0/docs/manual/vhosts/index.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/vhosts/index.html.ja.euc-jp
6787 --- httpd-2.2.0/docs/manual/vhosts/index.html.ja.euc-jp 2005-11-13 08:38:36.000000000 +0200
6788 +++ httpd-2.2.0-branch/docs/manual/vhosts/index.html.ja.euc-jp  2005-12-22 04:02:46.000000000 +0200
6789 @@ -16,7 +16,7 @@
6790  <img alt="" src="../images/feather.gif" /></div>
6791  <div class="up"><a href="../"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6792  <div id="path">
6793 -<a 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>
6794 +<a 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>
6795  <div class="toplang">
6796  <p><span>Available Languages: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6797  <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6798 diff -ur httpd-2.2.0/docs/manual/vhosts/index.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/vhosts/index.html.ko.euc-kr
6799 --- httpd-2.2.0/docs/manual/vhosts/index.html.ko.euc-kr 2005-11-13 08:38:36.000000000 +0200
6800 +++ httpd-2.2.0-branch/docs/manual/vhosts/index.html.ko.euc-kr  2005-12-22 04:02:46.000000000 +0200
6801 @@ -16,7 +16,7 @@
6802  <img alt="" src="../images/feather.gif" /></div>
6803  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6804  <div id="path">
6805 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://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>
6806 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="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>
6807  <div class="toplang">
6808  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6809  <a href="../en/vhosts/" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6810 diff -ur httpd-2.2.0/docs/manual/vhosts/ip-based.html.en httpd-2.2.0-branch/docs/manual/vhosts/ip-based.html.en
6811 --- httpd-2.2.0/docs/manual/vhosts/ip-based.html.en     2005-11-13 08:38:36.000000000 +0200
6812 +++ httpd-2.2.0-branch/docs/manual/vhosts/ip-based.html.en      2005-12-22 04:02:46.000000000 +0200
6813 @@ -16,7 +16,7 @@
6814  <img alt="" src="../images/feather.gif" /></div>
6815  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6816  <div id="path">
6817 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6818 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6819  <div class="toplang">
6820  <p><span>Available Languages: </span><a href="../en/vhosts/ip-based.html" title="English">&nbsp;en&nbsp;</a> |
6821  <a href="../fr/vhosts/ip-based.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
6822 diff -ur httpd-2.2.0/docs/manual/vhosts/ip-based.html.fr httpd-2.2.0-branch/docs/manual/vhosts/ip-based.html.fr
6823 --- httpd-2.2.0/docs/manual/vhosts/ip-based.html.fr     2005-11-13 08:38:36.000000000 +0200
6824 +++ httpd-2.2.0-branch/docs/manual/vhosts/ip-based.html.fr      2005-12-22 04:02:46.000000000 +0200
6825 @@ -16,7 +16,7 @@
6826  <img alt="" src="../images/feather.gif" /></div>
6827  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6828  <div id="path">
6829 -<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>
6830 +<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>
6831  <div class="toplang">
6832  <p><span>Langues Disponibles: </span><a href="../en/vhosts/ip-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6833  <a href="../fr/vhosts/ip-based.html" title="Français">&nbsp;fr&nbsp;</a> |
6834 diff -ur httpd-2.2.0/docs/manual/vhosts/ip-based.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/vhosts/ip-based.html.ja.euc-jp
6835 --- httpd-2.2.0/docs/manual/vhosts/ip-based.html.ja.euc-jp      2005-11-13 08:38:36.000000000 +0200
6836 +++ httpd-2.2.0-branch/docs/manual/vhosts/ip-based.html.ja.euc-jp       2005-12-22 04:02:46.000000000 +0200
6837 @@ -16,7 +16,7 @@
6838  <img alt="" src="../images/feather.gif" /></div>
6839  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6840  <div id="path">
6841 -<a 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>
6842 +<a 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>
6843  <div class="toplang">
6844  <p><span>Available Languages: </span><a href="../en/vhosts/ip-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6845  <a href="../fr/vhosts/ip-based.html" hreflang="fr" rel="alternate" title="Fran\8f«®ais">&nbsp;fr&nbsp;</a> |
6846 diff -ur httpd-2.2.0/docs/manual/vhosts/ip-based.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/vhosts/ip-based.html.ko.euc-kr
6847 --- httpd-2.2.0/docs/manual/vhosts/ip-based.html.ko.euc-kr      2005-11-13 08:38:36.000000000 +0200
6848 +++ httpd-2.2.0-branch/docs/manual/vhosts/ip-based.html.ko.euc-kr       2005-12-22 04:02:46.000000000 +0200
6849 @@ -16,7 +16,7 @@
6850  <img alt="" src="../images/feather.gif" /></div>
6851  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6852  <div id="path">
6853 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6854 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6855  <div class="toplang">
6856  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/ip-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6857  <a href="../fr/vhosts/ip-based.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
6858 diff -ur httpd-2.2.0/docs/manual/vhosts/mass.html.en httpd-2.2.0-branch/docs/manual/vhosts/mass.html.en
6859 --- httpd-2.2.0/docs/manual/vhosts/mass.html.en 2005-11-13 08:38:36.000000000 +0200
6860 +++ httpd-2.2.0-branch/docs/manual/vhosts/mass.html.en  2005-12-22 04:02:46.000000000 +0200
6861 @@ -16,7 +16,7 @@
6862  <img alt="" src="../images/feather.gif" /></div>
6863  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6864  <div id="path">
6865 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6866 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6867  <div class="toplang">
6868  <p><span>Available Languages: </span><a href="../en/vhosts/mass.html" title="English">&nbsp;en&nbsp;</a> |
6869  <a href="../ko/vhosts/mass.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
6870 diff -ur httpd-2.2.0/docs/manual/vhosts/mass.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/vhosts/mass.html.ko.euc-kr
6871 --- httpd-2.2.0/docs/manual/vhosts/mass.html.ko.euc-kr  2005-11-13 08:38:36.000000000 +0200
6872 +++ httpd-2.2.0-branch/docs/manual/vhosts/mass.html.ko.euc-kr   2005-12-22 04:02:46.000000000 +0200
6873 @@ -16,7 +16,7 @@
6874  <img alt="" src="../images/feather.gif" /></div>
6875  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6876  <div id="path">
6877 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6878 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6879  <div class="toplang">
6880  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/vhosts/mass.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6881  <a href="../ko/vhosts/mass.html" title="Korean">&nbsp;ko&nbsp;</a></p>
6882 diff -ur httpd-2.2.0/docs/manual/vhosts/name-based.html.de httpd-2.2.0-branch/docs/manual/vhosts/name-based.html.de
6883 --- httpd-2.2.0/docs/manual/vhosts/name-based.html.de   2005-11-13 08:38:36.000000000 +0200
6884 +++ httpd-2.2.0-branch/docs/manual/vhosts/name-based.html.de    2005-12-22 04:02:46.000000000 +0200
6885 @@ -16,7 +16,7 @@
6886  <img alt="" src="../images/feather.gif" /></div>
6887  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6888  <div id="path">
6889 -<a href="http://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>
6890 +<a href="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>
6891  <div class="toplang">
6892  <p><span>Verfügbare Sprachen: </span><a href="../de/vhosts/name-based.html" title="Deutsch">&nbsp;de&nbsp;</a> |
6893  <a href="../en/vhosts/name-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6894 diff -ur httpd-2.2.0/docs/manual/vhosts/name-based.html.en httpd-2.2.0-branch/docs/manual/vhosts/name-based.html.en
6895 --- httpd-2.2.0/docs/manual/vhosts/name-based.html.en   2005-11-13 08:38:36.000000000 +0200
6896 +++ httpd-2.2.0-branch/docs/manual/vhosts/name-based.html.en    2005-12-22 04:02:46.000000000 +0200
6897 @@ -16,7 +16,7 @@
6898  <img alt="" src="../images/feather.gif" /></div>
6899  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6900  <div id="path">
6901 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6902 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6903  <div class="toplang">
6904  <p><span>Available Languages: </span><a href="../de/vhosts/name-based.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6905  <a href="../en/vhosts/name-based.html" title="English">&nbsp;en&nbsp;</a> |
6906 diff -ur httpd-2.2.0/docs/manual/vhosts/name-based.html.fr httpd-2.2.0-branch/docs/manual/vhosts/name-based.html.fr
6907 --- httpd-2.2.0/docs/manual/vhosts/name-based.html.fr   2005-11-13 08:38:36.000000000 +0200
6908 +++ httpd-2.2.0-branch/docs/manual/vhosts/name-based.html.fr    2005-12-22 04:02:46.000000000 +0200
6909 @@ -16,7 +16,7 @@
6910  <img alt="" src="../images/feather.gif" /></div>
6911  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6912  <div id="path">
6913 -<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>
6914 +<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>
6915  <div class="toplang">
6916  <p><span>Langues Disponibles: </span><a href="../de/vhosts/name-based.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6917  <a href="../en/vhosts/name-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6918 diff -ur httpd-2.2.0/docs/manual/vhosts/name-based.html.ja.euc-jp httpd-2.2.0-branch/docs/manual/vhosts/name-based.html.ja.euc-jp
6919 --- httpd-2.2.0/docs/manual/vhosts/name-based.html.ja.euc-jp    2005-11-13 08:38:36.000000000 +0200
6920 +++ httpd-2.2.0-branch/docs/manual/vhosts/name-based.html.ja.euc-jp     2005-12-22 04:02:46.000000000 +0200
6921 @@ -16,7 +16,7 @@
6922  <img alt="" src="../images/feather.gif" /></div>
6923  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6924  <div id="path">
6925 -<a 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>
6926 +<a 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>
6927  <div class="toplang">
6928  <p><span>Available Languages: </span><a href="../de/vhosts/name-based.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6929  <a href="../en/vhosts/name-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6930 diff -ur httpd-2.2.0/docs/manual/vhosts/name-based.html.ko.euc-kr httpd-2.2.0-branch/docs/manual/vhosts/name-based.html.ko.euc-kr
6931 --- httpd-2.2.0/docs/manual/vhosts/name-based.html.ko.euc-kr    2005-11-13 08:38:36.000000000 +0200
6932 +++ httpd-2.2.0-branch/docs/manual/vhosts/name-based.html.ko.euc-kr     2005-12-22 04:02:46.000000000 +0200
6933 @@ -16,7 +16,7 @@
6934  <img alt="" src="../images/feather.gif" /></div>
6935  <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
6936  <div id="path">
6937 -<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">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>
6938 +<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.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>
6939  <div class="toplang">
6940  <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../de/vhosts/name-based.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
6941  <a href="../en/vhosts/name-based.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
6942 diff -ur httpd-2.2.0/include/httpd.h httpd-2.2.0-branch/include/httpd.h
6943 --- httpd-2.2.0/include/httpd.h 2005-09-29 23:44:53.000000000 +0300
6944 +++ httpd-2.2.0-branch/include/httpd.h  2005-12-22 04:02:47.000000000 +0200
6945 @@ -1074,7 +1074,7 @@
6946  typedef enum  {
6947      CONN_STATE_CHECK_REQUEST_LINE_READABLE,
6948      CONN_STATE_READ_REQUEST_LINE,
6949 -    CONN_STATE_LINGER,
6950 +    CONN_STATE_LINGER
6951  } conn_state_e;
6952  
6953  /** 
6954 Only in httpd-2.2.0-branch/modules/aaa: mod_authn_dbd.dsp
6955 diff -ur httpd-2.2.0/modules/database/NWGNUmakefile httpd-2.2.0-branch/modules/database/NWGNUmakefile
6956 --- httpd-2.2.0/modules/database/NWGNUmakefile  2005-10-09 17:31:40.000000000 +0300
6957 +++ httpd-2.2.0-branch/modules/database/NWGNUmakefile   2005-12-22 04:02:47.000000000 +0200
6958 @@ -222,6 +222,11 @@
6959  #
6960  FILES_nlm_exports = \
6961         dbd_module \
6962 +       ap_dbd_open \
6963 +       ap_dbd_close \
6964 +       ap_dbd_acquire \
6965 +       ap_dbd_cacquire \
6966 +       ap_dbd_prepare \
6967         $(EOLIST)
6968         
6969  #   
6970 diff -ur httpd-2.2.0/modules/database/mod_dbd.c httpd-2.2.0-branch/modules/database/mod_dbd.c
6971 --- httpd-2.2.0/modules/database/mod_dbd.c      2005-11-22 01:02:59.000000000 +0200
6972 +++ httpd-2.2.0-branch/modules/database/mod_dbd.c       2005-12-22 04:02:47.000000000 +0200
6973 @@ -119,7 +119,7 @@
6974      }
6975      return NULL;
6976  }
6977 -AP_DECLARE(void) ap_dbd_prepare(server_rec *s, const char *query,
6978 +DBD_DECLARE_NONSTD(void) ap_dbd_prepare(server_rec *s, const char *query,
6979                                  const char *label)
6980  {
6981      svr_cfg *svr = ap_get_module_config(s->module_config, &dbd_module);
6982 @@ -300,7 +300,7 @@
6983          - open acquires a connection from the pool (opens one if necessary)
6984          - close releases it back in to the pool
6985  */
6986 -AP_DECLARE(void) ap_dbd_close(server_rec *s, ap_dbd_t *sql)
6987 +DBD_DECLARE_NONSTD(void) ap_dbd_close(server_rec *s, ap_dbd_t *sql)
6988  {
6989      svr_cfg *svr = ap_get_module_config(s->module_config, &dbd_module);
6990      if (!svr->persist) {
6991 @@ -319,7 +319,7 @@
6992  }
6993  #define arec ((ap_dbd_t*)rec)
6994  #if APR_HAS_THREADS
6995 -AP_DECLARE(ap_dbd_t*) ap_dbd_open(apr_pool_t *pool, server_rec *s)
6996 +DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_open(apr_pool_t *pool, server_rec *s)
6997  {
6998      void *rec = NULL;
6999      svr_cfg *svr = ap_get_module_config(s->module_config, &dbd_module);
7000 @@ -356,7 +356,7 @@
7001      return arec;
7002  }
7003  #else
7004 -AP_DECLARE(ap_dbd_t*) ap_dbd_open(apr_pool_t *pool, server_rec *s)
7005 +DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_open(apr_pool_t *pool, server_rec *s)
7006  {
7007      apr_status_t rv = APR_SUCCESS;
7008      const char *errmsg;
7009 @@ -405,7 +405,7 @@
7010      apr_reslist_release(req->dbpool, req->conn);
7011      return APR_SUCCESS;
7012  }
7013 -AP_DECLARE(ap_dbd_t *) ap_dbd_acquire(request_rec *r)
7014 +DBD_DECLARE_NONSTD(ap_dbd_t *) ap_dbd_acquire(request_rec *r)
7015  {
7016      svr_cfg *svr;
7017      dbd_pool_rec *req = ap_get_module_config(r->request_config, &dbd_module);
7018 @@ -428,7 +428,7 @@
7019      }
7020      return req->conn;
7021  }
7022 -AP_DECLARE(ap_dbd_t *) ap_dbd_cacquire(conn_rec *c)
7023 +DBD_DECLARE_NONSTD(ap_dbd_t *) ap_dbd_cacquire(conn_rec *c)
7024  {
7025      svr_cfg *svr;
7026      dbd_pool_rec *req = ap_get_module_config(c->conn_config, &dbd_module);
7027 @@ -452,7 +452,7 @@
7028      return req->conn;
7029  }
7030  #else
7031 -AP_DECLARE(ap_dbd_t *) ap_dbd_acquire(request_rec *r)
7032 +DBD_DECLARE_NONSTD(ap_dbd_t *) ap_dbd_acquire(request_rec *r)
7033  {
7034      svr_cfg *svr;
7035      ap_dbd_t *ret = ap_get_module_config(r->request_config, &dbd_module);
7036 @@ -470,7 +470,7 @@
7037      }
7038      return ret;
7039  }
7040 -AP_DECLARE(ap_dbd_t *) ap_dbd_cacquire(conn_rec *c)
7041 +DBD_DECLARE_NONSTD(ap_dbd_t *) ap_dbd_cacquire(conn_rec *c)
7042  {
7043      svr_cfg *svr;
7044      ap_dbd_t *ret = ap_get_module_config(c->conn_config, &dbd_module);
7045 Only in httpd-2.2.0-branch/modules/database: mod_dbd.dsp
7046 diff -ur httpd-2.2.0/modules/database/mod_dbd.h httpd-2.2.0-branch/modules/database/mod_dbd.h
7047 --- httpd-2.2.0/modules/database/mod_dbd.h      2005-11-17 00:08:41.000000000 +0200
7048 +++ httpd-2.2.0-branch/modules/database/mod_dbd.h       2005-12-22 04:02:47.000000000 +0200
7049 @@ -32,6 +32,27 @@
7050  #ifndef DBD_H
7051  #define DBD_H
7052  
7053 +/* Create a set of DBD_DECLARE(type), DBD_DECLARE_NONSTD(type) and 
7054 + * DBD_DECLARE_DATA with appropriate export and import tags for the platform
7055 + */
7056 +#if !defined(WIN32)
7057 +#define DBD_DECLARE(type)            type
7058 +#define DBD_DECLARE_NONSTD(type)     type
7059 +#define DBD_DECLARE_DATA
7060 +#elif defined(DBD_DECLARE_STATIC)
7061 +#define DBD_DECLARE(type)            type __stdcall
7062 +#define DBD_DECLARE_NONSTD(type)     type
7063 +#define DBD_DECLARE_DATA
7064 +#elif defined(DBD_DECLARE_EXPORT)
7065 +#define DBD_DECLARE(type)            __declspec(dllexport) type __stdcall
7066 +#define DBD_DECLARE_NONSTD(type)     __declspec(dllexport) type
7067 +#define DBD_DECLARE_DATA             __declspec(dllexport)
7068 +#else
7069 +#define DBD_DECLARE(type)            __declspec(dllimport) type __stdcall
7070 +#define DBD_DECLARE_NONSTD(type)     __declspec(dllimport) type
7071 +#define DBD_DECLARE_DATA             __declspec(dllimport)
7072 +#endif
7073 +
7074  #include <httpd.h>
7075  #include <apr_optional.h>
7076  #include <apr_hash.h>
7077 @@ -47,28 +68,28 @@
7078  /* acquire a connection that MUST be explicitly closed.
7079   * Returns NULL on error
7080   */
7081 -AP_DECLARE(ap_dbd_t*) ap_dbd_open(apr_pool_t*, server_rec*);
7082 +DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_open(apr_pool_t*, server_rec*);
7083  
7084  /* release a connection acquired with ap_dbd_open */
7085 -AP_DECLARE(void) ap_dbd_close(server_rec*, ap_dbd_t*);
7086 +DBD_DECLARE_NONSTD(void) ap_dbd_close(server_rec*, ap_dbd_t*);
7087  
7088  /* acquire a connection that will have the lifetime of a request
7089   * and MUST NOT be explicitly closed.  Return NULL on error.
7090   * This is the preferred function for most applications.
7091   */
7092 -AP_DECLARE(ap_dbd_t*) ap_dbd_acquire(request_rec*);
7093 +DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_acquire(request_rec*);
7094  
7095  /* acquire a connection that will have the lifetime of a connection
7096   * and MUST NOT be explicitly closed.  Return NULL on error.
7097   * This is the preferred function for most applications.
7098   */
7099 -AP_DECLARE(ap_dbd_t*) ap_dbd_cacquire(conn_rec*);
7100 +DBD_DECLARE_NONSTD(ap_dbd_t*) ap_dbd_cacquire(conn_rec*);
7101  
7102  /* Prepare a statement for use by a client module during
7103   * the server startup/configuration phase.  Can't be called
7104   * after the server has created its children (use apr_dbd_*).
7105   */
7106 -AP_DECLARE(void) ap_dbd_prepare(server_rec*, const char*, const char*);
7107 +DBD_DECLARE_NONSTD(void) ap_dbd_prepare(server_rec*, const char*, const char*);
7108  
7109  /* Also export them as optional functions for modules that prefer it */
7110  APR_DECLARE_OPTIONAL_FN(ap_dbd_t*, ap_dbd_open, (apr_pool_t*, server_rec*));
7111 diff -ur httpd-2.2.0/modules/http/chunk_filter.c httpd-2.2.0-branch/modules/http/chunk_filter.c
7112 --- httpd-2.2.0/modules/http/chunk_filter.c     2005-11-17 15:39:15.000000000 +0200
7113 +++ httpd-2.2.0-branch/modules/http/chunk_filter.c      2005-12-22 04:02:47.000000000 +0200
7114 @@ -69,6 +69,8 @@
7115              }
7116              if (APR_BUCKET_IS_FLUSH(e)) {
7117                  flush = e;
7118 +                more = apr_brigade_split(b, APR_BUCKET_NEXT(e));
7119 +                break;
7120              }
7121              else if (e->length == (apr_size_t)-1) {
7122                  /* unknown amount of data (e.g. a pipe) */
7123 diff -ur httpd-2.2.0/modules/http/http_request.c httpd-2.2.0-branch/modules/http/http_request.c
7124 --- httpd-2.2.0/modules/http/http_request.c     2005-11-10 17:20:05.000000000 +0200
7125 +++ httpd-2.2.0-branch/modules/http/http_request.c      2005-12-22 04:02:47.000000000 +0200
7126 @@ -268,6 +268,7 @@
7127          ap_finalize_request_protocol(r);
7128      }
7129      else {
7130 +        r->status = HTTP_OK;
7131          ap_die(access_status, r);
7132      }
7133  
7134 diff -ur httpd-2.2.0/modules/mappers/mod_imagemap.c httpd-2.2.0-branch/modules/mappers/mod_imagemap.c
7135 --- httpd-2.2.0/modules/mappers/mod_imagemap.c  2005-11-17 15:39:15.000000000 +0200
7136 +++ httpd-2.2.0-branch/modules/mappers/mod_imagemap.c   2005-12-22 04:02:47.000000000 +0200
7137 @@ -342,7 +342,7 @@
7138      if (!strcasecmp(value, "referer")) {
7139          referer = apr_table_get(r->headers_in, "Referer");
7140          if (referer && *referer) {
7141 -            return apr_pstrdup(r->pool, referer);
7142 +            return ap_escape_html(r->pool, referer);
7143          }
7144          else {
7145              /* XXX:  This used to do *value = '\0'; ... which is totally bogus
7146 diff -ur httpd-2.2.0/modules/mappers/mod_imagemap.dsp httpd-2.2.0-branch/modules/mappers/mod_imagemap.dsp
7147 --- httpd-2.2.0/modules/mappers/mod_imagemap.dsp        2005-05-15 22:11:57.000000000 +0300
7148 +++ httpd-2.2.0-branch/modules/mappers/mod_imagemap.dsp 2005-12-22 04:02:47.000000000 +0200
7149 @@ -1,128 +1,128 @@
7150 -# Microsoft Developer Studio Project File - Name="mod_imagemap" - Package Owner=<4>\r
7151 -# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
7152 -# ** DO NOT EDIT **\r
7153 -\r
7154 -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102\r
7155 -\r
7156 -CFG=mod_imagemap - Win32 Release\r
7157 -!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
7158 -!MESSAGE use the Export Makefile command and run\r
7159 -!MESSAGE \r
7160 -!MESSAGE NMAKE /f "mod_imagemap.mak".\r
7161 -!MESSAGE \r
7162 -!MESSAGE You can specify a configuration when running NMAKE\r
7163 -!MESSAGE by defining the macro CFG on the command line. For example:\r
7164 -!MESSAGE \r
7165 -!MESSAGE NMAKE /f "mod_imagemap.mak" CFG="mod_imagemap - Win32 Release"\r
7166 -!MESSAGE \r
7167 -!MESSAGE Possible choices for configuration are:\r
7168 -!MESSAGE \r
7169 -!MESSAGE "mod_imagemap - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")\r
7170 -!MESSAGE "mod_imagemap - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
7171 -!MESSAGE \r
7172 -\r
7173 -# Begin Project\r
7174 -# PROP AllowPerConfigDependencies 0\r
7175 -# PROP Scc_ProjName ""\r
7176 -# PROP Scc_LocalPath ""\r
7177 -CPP=cl.exe\r
7178 -MTL=midl.exe\r
7179 -RSC=rc.exe\r
7180 -\r
7181 -!IF  "$(CFG)" == "mod_imagemap - Win32 Release"\r
7182 -\r
7183 -# PROP BASE Use_MFC 0\r
7184 -# PROP BASE Use_Debug_Libraries 0\r
7185 -# PROP BASE Output_Dir "Release"\r
7186 -# PROP BASE Intermediate_Dir "Release"\r
7187 -# PROP BASE Target_Dir ""\r
7188 -# PROP Use_MFC 0\r
7189 -# PROP Use_Debug_Libraries 0\r
7190 -# PROP Output_Dir "Release"\r
7191 -# PROP Intermediate_Dir "Release"\r
7192 -# PROP Ignore_Export_Lib 0\r
7193 -# PROP Target_Dir ""\r
7194 -# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c\r
7195 -# 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
7196 -# ADD BASE MTL /nologo /D "NDEBUG" /win32\r
7197 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
7198 -# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
7199 -# ADD RSC /l 0x409 /d "NDEBUG"\r
7200 -BSC32=bscmake.exe\r
7201 -# ADD BASE BSC32 /nologo\r
7202 -# ADD BSC32 /nologo\r
7203 -LINK32=link.exe\r
7204 -# 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
7205 -# 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
7206 -\r
7207 -!ELSEIF  "$(CFG)" == "mod_imagemap - Win32 Debug"\r
7208 -\r
7209 -# PROP BASE Use_MFC 0\r
7210 -# PROP BASE Use_Debug_Libraries 1\r
7211 -# PROP BASE Output_Dir "Debug"\r
7212 -# PROP BASE Intermediate_Dir "Debug"\r
7213 -# PROP BASE Target_Dir ""\r
7214 -# PROP Use_MFC 0\r
7215 -# PROP Use_Debug_Libraries 1\r
7216 -# PROP Output_Dir "Debug"\r
7217 -# PROP Intermediate_Dir "Debug"\r
7218 -# PROP Ignore_Export_Lib 0\r
7219 -# PROP Target_Dir ""\r
7220 -# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c\r
7221 -# 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
7222 -# ADD BASE MTL /nologo /D "_DEBUG" /win32\r
7223 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
7224 -# ADD BASE RSC /l 0x409 /d "_DEBUG"\r
7225 -# ADD RSC /l 0x409 /d "_DEBUG"\r
7226 -BSC32=bscmake.exe\r
7227 -# ADD BASE BSC32 /nologo\r
7228 -# ADD BSC32 /nologo\r
7229 -LINK32=link.exe\r
7230 -# 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
7231 -# 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
7232 -\r
7233 -!ENDIF \r
7234 -\r
7235 -# Begin Target\r
7236 -\r
7237 -# Name "mod_imagemap - Win32 Release"\r
7238 -# Name "mod_imagemap - Win32 Debug"\r
7239 -# Begin Source File\r
7240 -\r
7241 -SOURCE=.\mod_imagemap.c\r
7242 -# End Source File\r
7243 -# Begin Source File\r
7244 -\r
7245 -SOURCE=.\mod_imagemap.rc\r
7246 -# End Source File\r
7247 -# Begin Source File\r
7248 -\r
7249 -SOURCE=..\..\build\win32\win32ver.awk\r
7250 -\r
7251 -!IF  "$(CFG)" == "mod_imagemap - Win32 Release"\r
7252 -\r
7253 -# PROP Ignore_Default_Tool 1\r
7254 -# Begin Custom Build - Creating Version Resource\r
7255 -InputPath=..\..\build\win32\win32ver.awk\r
7256 -\r
7257 -".\mod_imagemap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
7258 -       awk -f ../../build/win32/win32ver.awk mod_imagemap.so "imagemap_module for Apache" ../../include/ap_release.h > .\mod_imagemap.rc\r
7259 -\r
7260 -# End Custom Build\r
7261 -\r
7262 -!ELSEIF  "$(CFG)" == "mod_imagemap - Win32 Debug"\r
7263 -\r
7264 -# PROP Ignore_Default_Tool 1\r
7265 -# Begin Custom Build - Creating Version Resource\r
7266 -InputPath=..\..\build\win32\win32ver.awk\r
7267 -\r
7268 -".\mod_imagemap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
7269 -       awk -f ../../build/win32/win32ver.awk mod_imagemap.so "imagemap_module for Apache" ../../include/ap_release.h > .\mod_imagemap.rc\r
7270 -\r
7271 -# End Custom Build\r
7272 -\r
7273 -!ENDIF \r
7274 -\r
7275 -# End Source File\r
7276 -# End Target\r
7277 -# End Project\r
7278 +# Microsoft Developer Studio Project File - Name="mod_imagemap" - Package Owner=<4>
7279 +# Microsoft Developer Studio Generated Build File, Format Version 6.00
7280 +# ** DO NOT EDIT **
7281 +
7282 +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7283 +
7284 +CFG=mod_imagemap - Win32 Release
7285 +!MESSAGE This is not a valid makefile. To build this project using NMAKE,
7286 +!MESSAGE use the Export Makefile command and run
7287 +!MESSAGE 
7288 +!MESSAGE NMAKE /f "mod_imagemap.mak".
7289 +!MESSAGE 
7290 +!MESSAGE You can specify a configuration when running NMAKE
7291 +!MESSAGE by defining the macro CFG on the command line. For example:
7292 +!MESSAGE 
7293 +!MESSAGE NMAKE /f "mod_imagemap.mak" CFG="mod_imagemap - Win32 Release"
7294 +!MESSAGE 
7295 +!MESSAGE Possible choices for configuration are:
7296 +!MESSAGE 
7297 +!MESSAGE "mod_imagemap - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
7298 +!MESSAGE "mod_imagemap - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
7299 +!MESSAGE 
7300 +
7301 +# Begin Project
7302 +# PROP AllowPerConfigDependencies 0
7303 +# PROP Scc_ProjName ""
7304 +# PROP Scc_LocalPath ""
7305 +CPP=cl.exe
7306 +MTL=midl.exe
7307 +RSC=rc.exe
7308 +
7309 +!IF  "$(CFG)" == "mod_imagemap - Win32 Release"
7310 +
7311 +# PROP BASE Use_MFC 0
7312 +# PROP BASE Use_Debug_Libraries 0
7313 +# PROP BASE Output_Dir "Release"
7314 +# PROP BASE Intermediate_Dir "Release"
7315 +# PROP BASE Target_Dir ""
7316 +# PROP Use_MFC 0
7317 +# PROP Use_Debug_Libraries 0
7318 +# PROP Output_Dir "Release"
7319 +# PROP Intermediate_Dir "Release"
7320 +# PROP Ignore_Export_Lib 0
7321 +# PROP Target_Dir ""
7322 +# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
7323 +# 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
7324 +# ADD BASE MTL /nologo /D "NDEBUG" /win32
7325 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
7326 +# ADD BASE RSC /l 0x409 /d "NDEBUG"
7327 +# ADD RSC /l 0x409 /d "NDEBUG"
7328 +BSC32=bscmake.exe
7329 +# ADD BASE BSC32 /nologo
7330 +# ADD BSC32 /nologo
7331 +LINK32=link.exe
7332 +# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/mod_imagemap.so" /base:@..\..\os\win32\BaseAddr.ref,mod_imagemap.so
7333 +# 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
7334 +
7335 +!ELSEIF  "$(CFG)" == "mod_imagemap - Win32 Debug"
7336 +
7337 +# PROP BASE Use_MFC 0
7338 +# PROP BASE Use_Debug_Libraries 1
7339 +# PROP BASE Output_Dir "Debug"
7340 +# PROP BASE Intermediate_Dir "Debug"
7341 +# PROP BASE Target_Dir ""
7342 +# PROP Use_MFC 0
7343 +# PROP Use_Debug_Libraries 1
7344 +# PROP Output_Dir "Debug"
7345 +# PROP Intermediate_Dir "Debug"
7346 +# PROP Ignore_Export_Lib 0
7347 +# PROP Target_Dir ""
7348 +# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
7349 +# 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
7350 +# ADD BASE MTL /nologo /D "_DEBUG" /win32
7351 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
7352 +# ADD BASE RSC /l 0x409 /d "_DEBUG"
7353 +# ADD RSC /l 0x409 /d "_DEBUG"
7354 +BSC32=bscmake.exe
7355 +# ADD BASE BSC32 /nologo
7356 +# ADD BSC32 /nologo
7357 +LINK32=link.exe
7358 +# 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
7359 +# 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
7360 +
7361 +!ENDIF 
7362 +
7363 +# Begin Target
7364 +
7365 +# Name "mod_imagemap - Win32 Release"
7366 +# Name "mod_imagemap - Win32 Debug"
7367 +# Begin Source File
7368 +
7369 +SOURCE=.\mod_imagemap.c
7370 +# End Source File
7371 +# Begin Source File
7372 +
7373 +SOURCE=.\mod_imagemap.rc
7374 +# End Source File
7375 +# Begin Source File
7376 +
7377 +SOURCE=..\..\build\win32\win32ver.awk
7378 +
7379 +!IF  "$(CFG)" == "mod_imagemap - Win32 Release"
7380 +
7381 +# PROP Ignore_Default_Tool 1
7382 +# Begin Custom Build - Creating Version Resource
7383 +InputPath=..\..\build\win32\win32ver.awk
7384 +
7385 +".\mod_imagemap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
7386 +       awk -f ../../build/win32/win32ver.awk mod_imagemap.so "imagemap_module for Apache" ../../include/ap_release.h > .\mod_imagemap.rc
7387 +
7388 +# End Custom Build
7389 +
7390 +!ELSEIF  "$(CFG)" == "mod_imagemap - Win32 Debug"
7391 +
7392 +# PROP Ignore_Default_Tool 1
7393 +# Begin Custom Build - Creating Version Resource
7394 +InputPath=..\..\build\win32\win32ver.awk
7395 +
7396 +".\mod_imagemap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
7397 +       awk -f ../../build/win32/win32ver.awk mod_imagemap.so "imagemap_module for Apache" ../../include/ap_release.h > .\mod_imagemap.rc
7398 +
7399 +# End Custom Build
7400 +
7401 +!ENDIF 
7402 +
7403 +# End Source File
7404 +# End Target
7405 +# End Project
7406 diff -ur httpd-2.2.0/modules/proxy/mod_proxy_balancer.c httpd-2.2.0-branch/modules/proxy/mod_proxy_balancer.c
7407 --- httpd-2.2.0/modules/proxy/mod_proxy_balancer.c      2005-11-10 17:20:05.000000000 +0200
7408 +++ httpd-2.2.0-branch/modules/proxy/mod_proxy_balancer.c       2005-12-22 04:02:47.000000000 +0200
7409 @@ -113,7 +113,7 @@
7410      char *path = NULL;
7411  
7412      for (path = strstr(url, name); path; path = strstr(path + 1, name)) {
7413 -        path += (strlen(name) + 1);
7414 +        path += strlen(name);
7415          if (*path == '=') {
7416              /*
7417               * Session path was found, get it's value
7418 diff -ur httpd-2.2.0/modules/ssl/README httpd-2.2.0-branch/modules/ssl/README
7419 --- httpd-2.2.0/modules/ssl/README      2004-11-21 20:50:36.000000000 +0200
7420 +++ httpd-2.2.0-branch/modules/ssl/README       2005-12-22 04:02:47.000000000 +0200
7421 @@ -13,7 +13,7 @@
7422  
7423  SOURCES
7424  
7425 - See the top-level LAYOUT file in httpd-2.1 for file descriptions.
7426 + See the top-level LAYOUT file for file descriptions.
7427  
7428   The source files are written in clean ANSI C and pass the ``gcc -O -g
7429   -ggdb3 -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes
7430 @@ -74,7 +74,7 @@
7431  MAJOR CHANGES 
7432  
7433   For a complete history of changes for Apache 2 mod_ssl, see the 
7434 - CHANGES file in the top-level httpd-2.1 directory.  The following 
7435 + CHANGES file in the top-level directory.  The following 
7436   is a condensed summary of the major changes were made between 
7437   mod_ssl 2.x from Apache 1.3 and this mod_ssl version for Apache 2:
7438  
7439 @@ -104,4 +104,4 @@
7440  
7441  TODO
7442  
7443 - See the top-level STATUS file in httpd-2.1 for current efforts and goals.
7444 + See the top-level STATUS file for current efforts and goals.
7445 diff -ur httpd-2.2.0/os/win32/BaseAddr.ref httpd-2.2.0-branch/os/win32/BaseAddr.ref
7446 --- httpd-2.2.0/os/win32/BaseAddr.ref   2005-05-16 15:54:03.000000000 +0300
7447 +++ httpd-2.2.0-branch/os/win32/BaseAddr.ref    2005-12-22 04:02:45.000000000 +0200
7448 @@ -71,3 +71,5 @@
7449  mod_bucketeer.so        0x6FA60000    0x00010000
7450  mod_dumpio.so           0x6FA50000    0x00010000
7451  mod_echo.so             0x6FA40000    0x00010000
7452 +mod_authn_dbd.so        0x6FA30000    0x00010000
7453 +mod_dbd.so              0x6FA20000    0x00010000
7454 diff -ur httpd-2.2.0/server/protocol.c httpd-2.2.0-branch/server/protocol.c
7455 --- httpd-2.2.0/server/protocol.c       2005-11-10 17:20:05.000000000 +0200
7456 +++ httpd-2.2.0-branch/server/protocol.c        2005-12-22 04:02:47.000000000 +0200
7457 @@ -990,6 +990,8 @@
7458      }
7459  
7460      if ((access_status = ap_run_post_read_request(r))) {
7461 +        ap_add_input_filter_handle(ap_http_input_filter_handle,
7462 +                                   NULL, r, r->connection);
7463          ap_die(access_status, r);
7464          ap_update_child_status(conn->sbh, SERVER_BUSY_LOG, r);
7465          ap_run_log_transaction(r);
7466 @@ -1302,7 +1304,19 @@
7467       * We can only set a C-L in the response header if we haven't already
7468       * sent any buckets on to the next output filter for this request.
7469       */
7470 -    if (ctx->data_sent == 0 && eos) {
7471 +    if (ctx->data_sent == 0 && eos &&
7472 +        /* don't whack the C-L if it has already been set for a HEAD
7473 +         * by something like proxy.  the brigade only has an EOS bucket
7474 +         * in this case, making r->bytes_sent zero.
7475 +         *
7476 +         * if r->bytes_sent > 0 we have a (temporary) body whose length may 
7477 +         * have been changed by a filter.  the C-L header might not have been 
7478 +         * updated so we do it here.  long term it would be cleaner to have 
7479 +         * such filters update or remove the C-L header, and just use it 
7480 +         * if present.
7481 +         */
7482 +        !(r->header_only && r->bytes_sent == 0 &&   
7483 +            apr_table_get(r->headers_out, "Content-Length"))) {
7484          ap_set_content_length(r, r->bytes_sent);
7485      }
7486  
7487 diff -ur httpd-2.2.0/server/util.c httpd-2.2.0-branch/server/util.c
7488 --- httpd-2.2.0/server/util.c   2005-11-10 17:20:05.000000000 +0200
7489 +++ httpd-2.2.0-branch/server/util.c    2005-12-22 04:02:47.000000000 +0200
7490 @@ -1748,6 +1748,8 @@
7491              j += 3;
7492          else if (s[i] == '&')
7493              j += 4;
7494 +        else if (s[i] == '"')
7495 +            j += 5;
7496  
7497      if (j == 0)
7498          return apr_pstrmemdup(p, s, i);
7499 @@ -1766,6 +1768,10 @@
7500              memcpy(&x[j], "&amp;", 5);
7501              j += 4;
7502          }
7503 +        else if (s[i] == '"') {
7504 +            memcpy(&x[j], "&quot;", 6);
7505 +            j += 5;
7506 +        }
7507          else
7508              x[j] = s[i];
7509  
7510 diff -ur httpd-2.2.0/support/win32/ApacheMonitor.c httpd-2.2.0-branch/support/win32/ApacheMonitor.c
7511 --- httpd-2.2.0/support/win32/ApacheMonitor.c   2005-11-10 17:20:05.000000000 +0200
7512 +++ httpd-2.2.0-branch/support/win32/ApacheMonitor.c    2005-12-22 04:02:47.000000000 +0200
7513 @@ -31,6 +31,11 @@
7514  #define OEMRESOURCE
7515  #endif
7516  
7517 +#if defined(_MSC_VER) && _MSC_VER >= 1400
7518 +#define _CRT_SECURE_NO_DEPRECATE
7519 +#pragma warning(disable: 4996)
7520 +#endif
7521 +
7522  #include <windows.h>
7523  #include <windowsx.h>
7524  #include <commctrl.h>
7525 diff -ur httpd-2.2.0/support/win32/wintty.c httpd-2.2.0-branch/support/win32/wintty.c
7526 --- httpd-2.2.0/support/win32/wintty.c  2005-11-10 17:20:05.000000000 +0200
7527 +++ httpd-2.2.0-branch/support/win32/wintty.c   2005-12-22 04:02:47.000000000 +0200
7528 @@ -39,6 +39,11 @@
7529  #include <stdlib.h>
7530  #include <stdio.h>
7531  
7532 +#if defined(_MSC_VER) && _MSC_VER >= 1400
7533 +#define _CRT_SECURE_NO_DEPRECATE
7534 +#pragma warning(disable: 4996)
7535 +#endif
7536 +
7537  const char *options =
7538  "\nwintty: a utility for echoing the stdin stream to a new console window,\n"
7539  "\teven when invoked from within a service (such as the Apache server.)\n"
This page took 0.697064 seconds and 4 git commands to generate.