]> granicus.if.org Git - apache/blobdiff - docs/manual/handler.xml.ko
xforms
[apache] / docs / manual / handler.xml.ko
index 5e3497a62018db5e6aa3d119d03df97d897ce9ef..e88e126a99adb83dad40680cbfc714f2dc5d3657 100644 (file)
@@ -1,14 +1,15 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 1.9 -->
+<!-- English Revision: 151408:1330883 (outdated) -->
 
 <!--
- Copyright 2003-2004 The Apache Software Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
@@ -34,7 +35,7 @@
         <module>mod_actions</module>
         <module>mod_asis</module>
         <module>mod_cgi</module>
-        <module>mod_imap</module>
+        <module>mod_imagemap</module>
         <module>mod_info</module>
         <module>mod_mime</module>
         <module>mod_negotiation</module>
@@ -47,7 +48,7 @@
         <directive module="core">SetHandler</directive>
       </directivelist>
     </related>
-    
+
 
     <p>ÆÄÀÏÀ» ¿äûÇÒ¶§ ¾ÆÆÄÄ¡°¡ ³»ºÎÀûÀ¸·Î ¼öÇàÇÒ ÀÛ¾÷À»
     "Çڵ鷯(handler)"¶ó°í ÇÑ´Ù. ÀϹÝÀûÀ¸·Î ÆÄÀÏÀº ÆÄÀÏ Á¾·ù¿¡
@@ -78,7 +79,7 @@
       (<module>mod_cgi</module>)</li>
 
       <li><strong>imap-file</strong>: imagemap ±ÔÄ¢ ÆÄÀÏ·Î
-      Ã³¸®ÇÑ´Ù. (<module>mod_imap</module>)</li>
+      Ã³¸®ÇÑ´Ù. (<module>mod_imagemap</module>)</li>
 
       <li><strong>server-info</strong>: ¼­¹öÀÇ ¼³Á¤ Á¤º¸¸¦
       ¾Ë·ÁÁØ´Ù. (<module>mod_info</module>)</li>
 
       <p>´ÙÀ½ Áö½Ã¾î´Â È®ÀåÀÚ°¡ <code>html</code>ÀΠÆÄÀÏÀ»
       ¿äûÇÒ °æ¿ì <code>footer.pl</code> CGI ½ºÅ©¸³Æ®¸¦ ¶ç¿î´Ù.</p>
-      
+
       <example>
         Action add-footer /cgi-bin/footer.pl<br/>
         AddHandler add-footer .html
         SetHandler send-as-is<br/>
         &lt;/Directory&gt;
       </example>
-      
+
     </section>
   </section>
   <section id="programmer">