blob: 7711b0137f9d38fdc8a1243688683bae55750d80 [file] [log] [blame]
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
<!-- English Revision: 151405 -->
<!--
Copyright 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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<modulesynopsis metafile="mod_example.xml.meta">
<name>mod_example</name>
<description>¾ÆÆÄÄ¡ ¸ðµâ API¸¦ ¼³¸íÇÑ´Ù</description>
<status>Experimental</status>
<sourcefile>mod_example.c</sourcefile>
<identifier>example_module</identifier>
<summary>
<note type="warning">
ÀÌ ¹®¼­´Â ¾ÆÆÄÄ¡ À¥¼­¹ö 2.0 ¹öÀü¿¡¼­ º¯°æµÈ ³»¿ëÀ» ´ã°í
ÀÖÁö ¾Ê´Ù. ¾ÆÁ÷µµ À¯È¿ÇÑ Á¤º¸°¡ ÀÖÁö¸¸, ÁÖÀÇÇØ¼­ »ç¿ëÇϱæ
¹Ù¶õ´Ù.
</note>
<p>¾ÆÆÄÄ¡ ¹èÆ÷º» <code>src/modules/example µð·ºÅ丮</code>¿¡
ÀÖ´Â ÆÄÀϵéÀº ¾ÆÆÄÄ¡ API¸¦ »ç¿ëÇÏ¿© ¸ðµâÀ» ÀÛ¼ºÇÏ·Á´Â »ç¶÷µéÀ»
µ½±âÀ§ÇÑ ¿¹Á¦´Ù.</p>
<p><code>mod_example.c</code>´Â ¸ðµç Äݹé(callback) ±¸Á¶¿Í
È£Ãâ ¹®¹ýÀ» ¼³¸íÇÏ´Â ÆÄÀÏÀÌ´Ù. ´ç½ÅÀº ¸ðµâ¿¡ ÀÌ ¸ðµç ÄݹéÀ»
±¸ÇöÇÒ Çʿ䰡 ¾ø´Ù. »ç½Ç Á¤¹Ý´ë´Ù!</p>
<p>example ¸ðµâÀº ½ÇÁ¦·Î µ¿ÀÛÇÏ´Â ¸ðµâÀÌ´Ù. ÀÌ ¸ðµâÀ» ¼­¹ö¿¡
¿¬°áÇÏ°í Æ¯Á¤ À§Ä¡¿¡ "example-handler" Çڵ鷯¸¦ ÇÒ´çÇÏ¿©
±×°÷À» ºê¶ó¿ì¡Çϸé example ¸ðµâÀÇ ¿©·¯ ÄݹéÀ» È®ÀÎÇÒ ¼ö
ÀÖ´Ù.</p>
</summary>
<section id="compiling"><title>example ¸ðµâ ÄÄÆÄÀÏÇϱâ</title>
<p>¼­¹ö¿¡ example ¸ðµâÀ» Æ÷ÇÔÇÏ·Á¸é ´ÙÀ½ °úÁ¤À» °ÅÄ£´Ù:</p>
<ol>
<li>
<code>src/Configuration</code> ÆÄÀÏ ¾Æ·¡ ºÎºÐ¿¡ ÀÖ´Â
"AddModule modules/example/mod_example" ÁÙÀÇ ÁÖ¼®Ã³¸®¸¦
¾ø¾Ø´Ù. ÀÌ·± ÁÙÀÌ ¾ø´Ù¸é, ´ÙÀ½°ú °°Àº ÁÙÀ» Ãß°¡ÇÑ´Ù.
<example>
AddModule modules/example/mod_example.o
</example>
</li>
<li><code>src/Configure</code> ½ºÅ©¸³Æ®¸¦ ½ÇÇàÇÑ´Ù
("<code>cd&nbsp;src;&nbsp;./Configure</code>"). ±×·¯¸é
¼­¹ö ÀÚü MakefileÀ» ¸¸µé°í, ÇÏÀ§µð·ºÅ丮¿¡ ÀÖ´Â ¿äûÇÑ
Ãß°¡ ¸ðµâÀ» <code>src/modules/Makefile</code>¿¡ Ãß°¡ÇÑ´Ù.</li>
<li>¼­¹ö¸¦ ÄÄÆÄÀÏÇÑ´Ù (<code>src</code> µð·ºÅ丮¿¡ ÀÖ´Â
"<code>make</code>"¸¦ ½ÇÇàÇÑ´Ù).</li>
</ol>
<p>ÀÚ½ÅÀÌ ¸¸µç ¸ðµâÀ» Ãß°¡ÇÏ·Á¸é:</p>
<ol type="A">
<li><code>mkdir src/modules/<em>mymodule</em></code></li>
<li><code>cp src/modules/example/*
src/modules/<em>mymodule</em></code></li>
<li>»õ·Î ¸¸µç µð·ºÅ丮¿¡ ÀÖ´Â ÆÄÀÏÀ» ¼öÁ¤ÇÑ´Ù.</li>
<li>ÀûÀýÈ÷ ¼öÁ¤ÇÏ¿© À§ÀÇ [1]¿¡¼­ [3]±îÁö °úÁ¤À» ÁøÇàÇÑ´Ù.</li>
</ol>
</section>
<section id="using"><title><code>mod_example</code> ¸ðµâ »ç¿ëÇϱâ</title>
<p>example ¸ðµâÀ» »ç¿ëÇÏ·Á¸é <code>srm.conf</code> ÆÄÀÏ¿¡
´ÙÀ½°ú °°Àº ¼³Á¤À» Ãß°¡Ç϶ó:</p>
<example>
&lt;Location /example-info&gt;<br />
SetHandler example-handler<br />
&lt;/Location&gt;
</example>
<p>¾Æ´Ï¸é <a
href="core.html#accessfilename"><code>.htaccess</code></a>
ÆÄÀÏ¿¡ ´ÙÀ½°ú °°Àº ³»¿ëÀ» Ãß°¡Çϰí, ±× À§Ä¡¿¡¼­ "test.example"
°°Àº ÆÄÀÏÀ» ¿äûÇ϶ó:</p>
<example>
AddHandler example-handler .example
</example>
<p>¼­¹ö¸¦ Àç½ÃÀÛÇÑ ÈÄ ÀÌ À§Ä¡¸¦ ºê¶ó¿ì¡ÇÏ¸é ¾Õ¿¡¼­ ¸»ÇÑ
³»¿ëÀ» º¸°ÔµÉ °ÍÀÌ´Ù.</p>
</section>
<directivesynopsis>
<name>Example</name>
<description>¾ÆÆÄÄ¡ ¸ðµâ API¸¦ ¼³¸íÇϱâÀ§ÇÑ ¿¹Á¦ Áö½Ã¾î</description>
<syntax>Example</syntax>
<contextlist><context>server config</context>
<context>virtual host</context><context>directory</context>
<context>.htaccess</context></contextlist>
<usage>
<p><directive>Example</directive> Áö½Ã¾î´Â example ¸ðµâÀÇ
³»¿ëÇڵ鷯°¡ °£´ÜÇÑ ¹®±¸¸¦ º¸ÀÏÁö ¿©ºÎ¸¦ ¼³Á¤ÇÑ´Ù. ÀÌ Áö½Ã¾î´Â
¾Æ±Ô¸ÕÆ®¸¦ ¹ÞÁö¾Ê´Â´Ù. example ³»¿ëÇڵ鷯¸¦ Àû¿ëÇÑ URL¿¡
Á¢¼ÓÇÏ¸é ¹®¼­ ¿äûÀ» ¼­ºñ½ºÇϱâÀ§ÇØ ¸ðµâ¾È¿¡ ÇÔ¼öµéÀÌ ¾î¶»°Ô
±×¸®°í ¾î¶² ¼ø¼­·Î ºÒ¸®´ÂÁö ¾Ë ¼ö ÀÖ´Ù. ÀÌ Áö½Ã¾îÀÇ È¿°ú´Â
"<code>Example directive declared here: YES/NO</code>"·Î
È®ÀÎÇÒ ¼ö ÀÖ´Ù.</p>
</usage>
</directivesynopsis>
</modulesynopsis>