diff options
Diffstat (limited to 'rubbos/app/apache2/manual/vhosts/mass.html.ko.euc-kr')
-rw-r--r-- | rubbos/app/apache2/manual/vhosts/mass.html.ko.euc-kr | 425 |
1 files changed, 0 insertions, 425 deletions
diff --git a/rubbos/app/apache2/manual/vhosts/mass.html.ko.euc-kr b/rubbos/app/apache2/manual/vhosts/mass.html.ko.euc-kr deleted file mode 100644 index 060c69b1..00000000 --- a/rubbos/app/apache2/manual/vhosts/mass.html.ko.euc-kr +++ /dev/null @@ -1,425 +0,0 @@ -<?xml version="1.0" encoding="EUC-KR"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!-- - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - This file is generated from xml source: DO NOT EDIT - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - --> -<title>�뷮�� ����ȣ��Ʈ�� �������� �����ϱ� - Apache HTTP Server</title> -<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> -<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> -<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /> -<link href="../images/favicon.ico" rel="shortcut icon" /></head> -<body id="manual-page"><div id="page-header"> -<p class="menu"><a href="../mod/">���</a> | <a href="../mod/directives.html">���þ��</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">���</a> | <a href="../sitemap.html">����Ʈ��</a></p> -<p class="apache">Apache HTTP Server Version 2.0</p> -<img alt="" src="../images/feather.gif" /></div> -<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> -<div id="path"> -<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">����ȣ��Ʈ</a></div><div id="page-content"><div id="preamble"><h1>�뷮�� ����ȣ��Ʈ�� �������� �����ϱ�</h1> -<div class="toplang"> -<p><span>������ ���: </span><a href="../en/vhosts/mass.html" hreflang="en" rel="alternate" title="English"> en </a> | -<a href="../ko/vhosts/mass.html" title="Korean"> ko </a> | -<a href="../tr/vhosts/mass.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> -</div> -<div class="outofdate">�� ������ �ֽ��� ������ �ƴմϴ�. - �ֱٿ� ����� ������ ���� ������ �����ϼ���.</div> - - - <p>�� ������ ����ġ 1.3���� �뷮�� ����ȣ��Ʈ�� ȿ�������� - �����ϴ� ����� �����Ѵ�. - </p> - -</div> -<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#motivation">����</a></li> -<li><img alt="" src="../images/down.gif" /> <a href="#overview">����</a></li> -<li><img alt="" src="../images/down.gif" /> <a href="#simple">������ ���� ����ȣ��Ʈ</a></li> -<li><img alt="" src="../images/down.gif" /> <a href="#homepages">�������� ȣ��Ʈ�ϴ� Ȩ������ �ý���</a></li> -<li><img alt="" src="../images/down.gif" /> <a href="#combinations">�� ������ ���� ����ȣ��Ʈ - �ý��� ����ϱ�</a></li> -<li><img alt="" src="../images/down.gif" /> <a href="#ipbased">�� ȿ������ IP��� ����ȣ��Ʈ</a></li> -<li><img alt="" src="../images/down.gif" /> <a href="#oldversion">����ġ ���� ���� ����ϱ�</a></li> -<li><img alt="" src="../images/down.gif" /> <a href="#simple.rewrite"><code>mod_rewrite</code>�� - ����� ������ ���� ����ȣ��Ʈ</a></li> -<li><img alt="" src="../images/down.gif" /> <a href="#homepages.rewrite"><code>mod_rewrite</code>�� - ����� Ȩ������ �ý���</a></li> -<li><img alt="" src="../images/down.gif" /> <a href="#xtra-conf">������ ����ȣ��Ʈ �������� - ����ϱ�</a></li> -</ul></div> -<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="section"> -<h2><a name="motivation" id="motivation">����</a></h2> - - <p>����� <code>httpd.conf</code>�� ������ ���� ���� ����� - <code><VirtualHost></code> ���ǵ��� ���� �ִٸ� ���⼭ - �����ϴ� ����� ������ �� ���̴�:</p> - -<div class="example"><p><code> -NameVirtualHost 111.22.33.44<br /> -<VirtualHost 111.22.33.44><br /> -<span class="indent"> - ServerName www.customer-1.com<br /> - DocumentRoot /www/hosts/www.customer-1.com/docs<br /> - ScriptAlias /cgi-bin/ /www/hosts/www.customer-1.com/cgi-bin<br /> -</span> -</VirtualHost><br /> -<VirtualHost 111.22.33.44><br /> -<span class="indent"> - ServerName www.customer-2.com<br /> - DocumentRoot /www/hosts/www.customer-2.com/docs<br /> - ScriptAlias /cgi-bin/ /www/hosts/www.customer-2.com/cgi-bin<br /> -</span> -</VirtualHost><br /> -# �ٺ� �ٺ� �ٺ�<br /> -<VirtualHost 111.22.33.44><br /> -<span class="indent"> - ServerName www.customer-N.com<br /> - DocumentRoot /www/hosts/www.customer-N.com/docs<br /> - ScriptAlias /cgi-bin/ /www/hosts/www.customer-N.com/cgi-bin<br /> -</span> -</VirtualHost> -</code></p></div> - - <p>�⺻ ������ ������ <code><VirtualHost></code> - ���� ��θ� �������� ó���ϵ��� ��ü�ϴ� ���̴�. - ���� ���� ������ �ִ�:</p> - - <ol> - <li>���������� �۾����� ����ġ�� ���� �����ϰ� �� - ���� ����Ѵ�.</li> - - <li>����ȣ��Ʈ�� �߰��ϱ����� ���Ͻý��ۿ� ������ - ���丮�� ����� DNS�� ���� �߰��ϱ⸸ �ϸ�ȴ�. ��, - ����ġ�� �缳���ϰ� ������� �ʿ䰡 ����.</li> - </ol> - - <p>������ �� ����ȣ��Ʈ���� �ٸ� �α������� ����� �� ���ٴ� - ���̴�. ���� �ſ� ���� ����ȣ��Ʈ�� ����Ѵٸ� ���ϱ���ڸ� - �� ���������� ���� �ٸ� �α������� ����� �� ����. �������� - fifo�� �α� ������, �� ������ �α� ó���Ͽ� ������ - ����� (��� ���� ���� ���� �ִ�) �� ����.</p> - -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="section"> -<h2><a name="overview" id="overview">����</a></h2> - - <p>����ȣ��Ʈ�� IP �ּҿ� HTTP ��û�� <code>Host:</code> - ��� ������ �����Ѵ�. �⺻������ �뷮�� - ���� ����ȣ��Ʈ ����� �ڵ����� ����ȣ��Ʈ ������ ��û�� - ���ϰ�ο� �����Ѵ�. �̴� ��κ� <code class="module"><a href="../mod/mod_vhost_alias.html">mod_vhost_alias</a></code>�� - ����Ͽ� ���� �ذ��� �� ������, ����ġ 1.3.6 ���ϸ� ����Ѵٸ� - <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>�� ����ؾ� �Ѵ�. �� �� ��� - ��� �⺻������ ������ ���Ե��� �ʴ´�. �� ����� ����Ϸ��� - ����ġ�� �����ϰ� �������Ҷ� �����ؾ� �Ѵ�.</p> - - <p>���� ����ȣ��Ʈ�� �Ϲ����� ����ȣ��Ʈó�� ���̰��Ϸ��� - ���������� `�ӿ���' �Ѵ�. ���� �߿��� ���� ����ġ�� �ڱ����� - URL ���� ���鶧 ����� �������̴�. �������� - <code>ServerName</code> ���þ�� �����ϸ�, CGI���� - <code>SERVER_NAME</code> ȯ�溯���� �־�����. ������ ���� - �������� <code class="directive"><a href="../mod/core.html#usecanonicalname">UseCanonicalName</a></code> ������ �ȴ�. - <code>UseCanonicalName Off</code>�̸� ��û�� <code>Host:</code> - ��� ������ �������� �ȴ�. <code>UseCanonicalName DNS</code>�̸� - ����ȣ��Ʈ�� IP �ּҸ� ��DNS �˻��Ͽ� �������� �˾Ƴ���. - ���ڴ� �̸���� ���� ����ȣ��Ʈ���� ����ϰ�, ���ڴ� IP��� - ����ȣ��Ʈ���� ����Ѵ�. <code>Host:</code> ����� ���ų� - DNS �˻��� �����Ͽ� ����ġ�� �������� �˾Ƴ��� ���ϸ� - <code>ServerName</code>���� ������ ���� ��� ����Ѵ�.</p> - - <p>�ٸ� `����' ���� (<code>DocumentRoot</code>�� �����ϸ�, - CGI���� <code>DOCUMENT_ROOT</code> ȯ�溯���� �־�����) - ������Ʈ�̴�. �Ϲ����� ��� core ����� �� ������ ����Ͽ� - URI�� �ش��ϴ� ���ϸ��� ã����, ������ ���� ����ȣ������ �Ҷ��� �ٸ� - ����� (<code>mod_vhost_alias</code>�� <code>mod_rewrite</code>) - �ٸ� ������� �̷� �۾��� �Ѵ�. �� ��� ��� - <code>DOCUMENT_ROOT</code> ȯ�溯���� ������� �����Ƿ� - CGI�� SSI ������ �� ���� ����Ѵٸ� �߸��� ����� ���� �� - �ִ�.</p> - -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="section"> -<h2><a name="simple" id="simple">������ ���� ����ȣ��Ʈ</a></h2> - - <p>�� <a href="#motivation">����</a> ���� ����ȣ��Ʈ - ������ <code>mod_vhost_alias</code>�� ����Ͽ� �� �Ϲ������� - �����ߴ�.</p> - -<div class="example"><p><code> -# Host: ������� �������� �˾Ƴ���<br /> -UseCanonicalName Off<br /> -<br /> -# ù��° �ʵ带 ����Ͽ� �� �α� ����ȣ��Ʈ���� ���� �� �ִ�<br /> -LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon<br /> -CustomLog logs/access_log vcommon<br /> -<br /> -# ��û�� ó���ϱ����� ���ϸ��� �������� �����Ѵ�<br /> -VirtualDocumentRoot /www/hosts/%0/docs<br /> -VirtualScriptAlias /www/hosts/%0/cgi-bin -</code></p></div> - - <p>�� �������� <code>UseCanonicalName Off</code>�� - <code>UseCanonicalName DNS</code>�� �����ϱ⸸ �ϸ� IP��� - ����ȣ��Ʈ�� �ȴ�. ����ȣ��Ʈ�� IP �ּҸ� ������ - ���ϸ��� �߰��� �������� �� �� �ִ�.</p> - -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="section"> -<h2><a name="homepages" id="homepages">�������� ȣ��Ʈ�ϴ� Ȩ������ �ý���</a></h2> - - <p>ISP Ȩ������ ������ ���� ���� ������ �����ߴ�. ���� �� - ������ ������ ����ϸ� <code>www.user.isp.com</code>�� ������ - <code>/home/user/</code>�� �δ� ������ �������� �Ϻθ� ������ - ���ϸ��� ���� �� �ִ�. �� ������ - <code>cgi-bin</code>�� �� ����ȣ��Ʈ�� ���� �������ʰ� - ��� ����ȣ��Ʈ�� ���� ����Ѵ�.</p> - -<div class="example"><p><code> -# �⺻���� ������ ���� ����. ����<br /> -<br /> -# ���ϸ��� �������� �Ϻθ� �����Ѵ�<br /> -VirtualDocumentRoot /www/hosts/%2/docs<br /> -<br /> -# �ϳ��� cgi-bin ���丮<br /> -ScriptAlias /cgi-bin/ /www/std-cgi/<br /> -</code></p></div> - - <p><code class="module"><a href="../mod/mod_vhost_alias.html">mod_vhost_alias</a></code> �������� �� ������ - <code>VirtualDocumentRoot</code> ������ ���� �ִ�.</p> - -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="section"> -<h2><a name="combinations" id="combinations">�� ������ ���� ����ȣ��Ʈ - �ý��� ����ϱ�</a></h2> - - <p>�� ������ ������ ���� ����ġ�� �Ϲ����� - <code><VirtualHost></code> ���þ ����Ͽ� ���� - ����ȣ��Ʈ ������ ������ ������ �� �ִ�. ���� ���, ������ - ���� ������ Ȩ������ ������ IP �ּ� �Ѱ�, ������� - �������� �ٸ� IP �ּ� �Ѱ��� �ο��Ѵ�. ���� ����ó�� - <code><VirtualHost></code> ���� ���ǿ� ��� ���� ���� - �ִ�.</p> - -<div class="example"><p><code> -UseCanonicalName Off<br /> -<br /> -LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon<br /> -<br /> -<Directory /www/commercial><br /> -<span class="indent"> - Options FollowSymLinks<br /> - AllowOverride All<br /> -</span> -</Directory><br /> -<br /> -<Directory /www/homepages><br /> -<span class="indent"> - Options FollowSymLinks<br /> - AllowOverride None<br /> -</span> -</Directory><br /> -<br /> -<VirtualHost 111.22.33.44><br /> -<span class="indent"> - ServerName www.commercial.isp.com<br /> - <br /> - CustomLog logs/access_log.commercial vcommon<br /> - <br /> - VirtualDocumentRoot /www/commercial/%0/docs<br /> - VirtualScriptAlias /www/commercial/%0/cgi-bin<br /> -</span> -</VirtualHost><br /> -<br /> -<VirtualHost 111.22.33.45><br /> -<span class="indent"> - ServerName www.homepages.isp.com<br /> - <br /> - CustomLog logs/access_log.homepages vcommon<br /> - <br /> - VirtualDocumentRoot /www/homepages/%0/docs<br /> - ScriptAlias /cgi-bin/ /www/std-cgi/<br /> -</span> -</VirtualHost> -</code></p></div> - -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="section"> -<h2><a name="ipbased" id="ipbased">�� ȿ������ IP��� ����ȣ��Ʈ</a></h2> - - <p><a href="#simple">ù��° ��</a>���� ���� ������ ������ - IP��� ����ȣ��Ʈ�� �ٲ� �� �ִٰ� ���ߴ�. �������� - �� ������ �� ��û���� DNS�� ã�ƾ��ϹǷ� �ſ� ��ȿ�����̴�. - �̸���� IP �ּҷ� ���Ͻý����� �����ϰ� ���� ������� - �α� �����ϸ� ������ �ذ��� �� �ִ�. ����ġ�� �������� - �ٷ� �ʿ䰡 ��������, DNS �˻��� ���� �ʰ� �ȴ�.</p> - -<div class="example"><p><code> -# IP �ּҸ� ��DNS �˻��Ͽ� �������� �˾Ƴ���<br /> -UseCanonicalName DNS<br /> -<br /> -# �α� ���� �� �ֵ��� IP �ּҸ� �����Ѵ�<br /> -LogFormat "%A %h %l %u %t \"%r\" %s %b" vcommon<br /> -CustomLog logs/access_log vcommon<br /> -<br /> -# ���ϸ��� IP �ּҸ� �����Ѵ�<br /> -VirtualDocumentRootIP /www/hosts/%0/docs<br /> -VirtualScriptAliasIP /www/hosts/%0/cgi-bin<br /> -</code></p></div> - -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="section"> -<h2><a name="oldversion" id="oldversion">����ġ ���� ���� ����ϱ�</a></h2> - - <p>�� ������ ����ġ ���� 1.3.6 ���Ŀ� ���Ե� - <code>mod_vhost_alias</code>�� ����Ѵ�. - <code>mod_vhost_alias</code>�� ���� ����ġ ������ ����Ѵٸ� - �̹� ���ߵ��� <code>mod_rewrite</code>�� ����Ͽ�, �� - Host:-������ ����ȣ��Ʈ����, ������ �� �ִ�.</p> - - <p>�� �α� ���Ͽ� ������ ���� �ִ�. ����ġ 1.3.6���� - �α����� ���þ� <code>%V</code>�� ���ԵǾ���, ���� 1.3.0 - - 1.3.3���� �� ����� <code>%v</code> �ɼ��� ��� �ߴ�. ���� - ���� 1.3.4���� �̷� ����� ����. � ����ġ ���������� - <code>.htaccess</code> ���Ͽ��� <code>UseCanonicalName</code> - ���þ ����� �� �����Ƿ� �α� �̻��� ������ ��ϵ� �� �ִ�. - ���Ƿ� ���� ���� ����� <code>%{Host}i</code> ���þ - ����Ͽ� <code>Host:</code> ����� ���� �α� ����� ���̴�. - ��, �� ����� <code>%V</code>�� ���������ʴ� <code>:port</code>�� - �ڿ� �߰��� �� �ִ�.</p> - -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="section"> -<h2><a name="simple.rewrite" id="simple.rewrite"><code>mod_rewrite</code>�� - ����� ������ ���� ����ȣ��Ʈ</a></h2> - - <p>������ <a href="#simple">ù��° ��</a>�� ���� ���� �ϴ� - <code>httpd.conf</code> ���̴�. ó�� ������ ù��° ���� - ���� ���������, ���� �������� ȣȯ���� <code>mod_rewrite</code>�� - ������ ������ ���� �����Ǿ���. ������ ������ ���� �۾��� - �ϴ� <code>mod_rewrite</code>�� �����Ѵ�.</p> - - <p>Ư���� �����ؾ� �� ������ �ִ�. �⺻������ - <code>mod_rewrite</code>�� (<code>mod_alias</code> ��) �ٸ� - URI ���� ��� ������ ����ȴ�. ���� �ٸ� URI ���� ����� - ���� ������ ���� �����Ͽ� <code>mod_rewrite</code>�� �����ؾ� �Ѵ�. - ��, ���� ����ȣ��Ʈ���� <code>ScriptAlias</code>�� ���� - ����� ���ؼ��� Ư���� �۾��� �ʿ��ϴ�.</p> - -<div class="example"><p><code> -# Host: ������� �������� ��´�<br /> -UseCanonicalName Off<br /> -<br /> -# splittable logs<br /> -LogFormat "%{Host}i %h %l %u %t \"%r\" %s %b" vcommon<br /> -CustomLog logs/access_log vcommon<br /> -<br /> -<Directory /www/hosts><br /> -<span class="indent"> - # ScriptAlias ������ CGI ������ ������ �� �������<br /> - # ��� ExecCGI�� ����Ѵ�<br /> - Options FollowSymLinks ExecCGI<br /> -</span> -</Directory><br /> -<br /> -# ���� ����� �κ��̴�<br /> -<br /> -RewriteEngine On<br /> -<br /> -# Host: ������� ������ ���������� ��ҹ��ڰ� �ڼ������� �� �ִ�<br /> -RewriteMap lowercase int:tolower<br /> -<br /> -## �Ϲ� ������ ���� ó���Ѵ�:<br /> -# Alias /icons/ �� �����ϵ��� - �ٸ� alias�� ���ؼ��� �ݺ�<br /> -RewriteCond %{REQUEST_URI} !^/icons/<br /> -# CGI�� �����ϵ���<br /> -RewriteCond %{REQUEST_URI} !^/cgi-bin/<br /> -# Ư���� �۾�<br /> -RewriteRule ^/(.*)$ /www/hosts/${lowercase:%{SERVER_NAME}}/docs/$1<br /> -<br /> -## ���� CGI�� ó���Ѵ� - MIME type�� �����ؾ� �Ѵ�<br /> -RewriteCond %{REQUEST_URI} ^/cgi-bin/<br /> -RewriteRule ^/(.*)$ /www/hosts/${lowercase:%{SERVER_NAME}}/cgi-bin/$1 [T=application/x-httpd-cgi]<br /> -<br /> -# ��! -</code></p></div> - -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="section"> -<h2><a name="homepages.rewrite" id="homepages.rewrite"><code>mod_rewrite</code>�� - ����� Ȩ������ �ý���</a></h2> - - <p>������ <a href="#homepages">�ι�° ��</a>�� ���� ���� - �Ѵ�.</p> - -<div class="example"><p><code> -RewriteEngine on<br /> -<br /> -RewriteMap lowercase int:tolower<br /> -<br /> -# CGI�� �����ϵ���<br /> -RewriteCond %{REQUEST_URI} !^/cgi-bin/<br /> -<br /> -# RewriteRule�� �����ϵ��� ȣ��Ʈ���� �ùٸ��� �˻��Ѵ�<br /> -RewriteCond ${lowercase:%{SERVER_NAME}} ^www\.[a-z-]+\.isp\.com$<br /> -<br /> -# ����ȣ��Ʈ���� URI �տ� ���δ�<br /> -# [C]�� �� ����� ������ ���� ���ۼ��� �������� ���Ѵ�<br /> -RewriteRule ^(.+) ${lowercase:%{SERVER_NAME}}$1 [C]<br /> -<br /> -# ���� ���� ���ϸ��� �����<br /> -RewriteRule ^www\.([a-z-]+)\.isp\.com/(.*) /home/$1/$2<br /> -<br /> -# ��ü CGI ���丮�� �����Ѵ�<br /> -ScriptAlias /cgi-bin/ /www/std-cgi/ -</code></p></div> - -</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="section"> -<h2><a name="xtra-conf" id="xtra-conf">������ ����ȣ��Ʈ �������� - ����ϱ�</a></h2> - - <p>������ <code>mod_rewrite</code>�� ���� ����� ����Ͽ� - ������ ���������� ������ ����ȣ��Ʈ�� ������Ʈ�� �˾Ƴ���. - �� ���������� �� ������ ������ �ʿ��ϴ�.</p> - - <p><code>vhost.map</code> ������ ������ ����:</p> - -<div class="example"><p><code> -www.customer-1.com /www/customers/1<br /> -www.customer-2.com /www/customers/2<br /> -# ...<br /> -www.customer-N.com /www/customers/N<br /> -</code></p></div> - - <p><code>http.conf</code>�� ������ ����:</p> - -<div class="example"><p><code> -RewriteEngine on<br /> -<br /> -RewriteMap lowercase int:tolower<br /> -<br /> -# ���������� �����Ѵ�<br /> -RewriteMap vhost txt:/www/conf/vhost.map<br /> -<br /> -# ���� ���� alias���� ó���Ѵ�<br /> -RewriteCond %{REQUEST_URI} !^/icons/<br /> -RewriteCond %{REQUEST_URI} !^/cgi-bin/<br /> -RewriteCond ${lowercase:%{SERVER_NAME}} ^(.+)$<br /> -# ���� ������ ������ ã�´�<br /> -RewriteCond ${vhost:%1} ^(/.*)$<br /> -RewriteRule ^/(.*)$ %1/docs/$1<br /> -<br /> -RewriteCond %{REQUEST_URI} ^/cgi-bin/<br /> -RewriteCond ${lowercase:%{SERVER_NAME}} ^(.+)$<br /> -RewriteCond ${vhost:%1} ^(/.*)$<br /> -RewriteRule ^/(.*)$ %1/cgi-bin/$1 -</code></p></div> - -</div></div> -<div class="bottomlang"> -<p><span>������ ���: </span><a href="../en/vhosts/mass.html" hreflang="en" rel="alternate" title="English"> en </a> | -<a href="../ko/vhosts/mass.html" title="Korean"> ko </a> | -<a href="../tr/vhosts/mass.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> -</div><div id="footer"> -<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> -<p class="menu"><a href="../mod/">���</a> | <a href="../mod/directives.html">���þ��</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">���</a> | <a href="../sitemap.html">����Ʈ��</a></p></div> -</body></html>
\ No newline at end of file |