summaryrefslogtreecommitdiffstats
path: root/rubbos/app/apache2/manual/platform/windows.html.ko.euc-kr
blob: cc46d62fa78f97dd1ada4f7a3944c6bda084aafa (plain)
1
2
3
4
5
6
7
8

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
}
@media (prefers-color-scheme: light) {
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
}
# GENERATED FROM XML -- DO NOT EDIT

URI: index.html.en
Content-Language: en
Content-type: text/html; charset=ISO-8859-1

URI: index.html.ja.utf8
Content-Language: ja
Content-type: text/html; charset=UTF-8

URI: index.html.ko.euc-kr
Content-Language: ko
Content-type: text/html; charset=EUC-KR
' href='#n323'>323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688
<?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>Microsoft Windows���� ����ġ ���� - 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="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
<div id="path">
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.0</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Microsoft Windows���� ����ġ ����</h1>
<div class="toplang">
<p><span>������ ���: </span><a href="../en/platform/windows.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
<a href="../ko/platform/windows.html" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<div class="outofdate">�� ������ �ֽ��� ������ �ƴմϴ�.
            �ֱٿ� ����� ������ ���� ������ �����ϼ���.</div>


    <p>�� ������ Microsoft Windows���� ����ġ 2.0�� ��ġ, ����,
    �����ϴ� ����� �����Ѵ�. �߸��� �κ��� �ְų� �ٸ� �������
    ������ �ַ���, <a href="http://httpd.apache.org/bug_report.html">���� ����
    ������</a>�� ����ϱ� �ٶ���.</p>

    <p>�� ������ ����ġ ���̳ʸ� �������� ��ġ�Ѵٰ� �����Ѵ�.
    (�Ƹ��� ���� Ȥ�� ���׸� ã������) ���� ����ġ�� �������Ϸ���
    <a href="win_compiling.html">Microsoft Windows�� ����ġ
    ������</a>�� �����϶�.</p>

    <p><strong>���� Microsoft Windows �ü������ ���� ��å��
    �� ������ ������ ���� �����Ѵ�:</strong></p>
    <ul>
      <li><strong>Windows NT:</strong> Windows NT Ŀ���� �������
      �ϴ� ��� Windows ������ �ǹ��Ѵ�. Windows NT, Windows
      2000, Windows XP, Windows .Net Server 2003�� ��Ī�Ѵ�.</li>
      <li><strong>Windows 9x:</strong> �Һ��� �߽��� ������
      Windows ������ ���Ѵ�. Windows 95 (OSR2 ����), Windows
      98, Windows ME�� ��Ī�Ѵ�.</li>
    </ul>

  </div>
<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#req">�ü�� �䱸����</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#down">Windows�� ����ġ �ٿ�ε�</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#inst">Windows�� ����ġ ��ġ�ϱ�</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#cust">Windows�� ����ġ �����ϱ�</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#winsvc">����ġ�� Service�� �����ϱ�</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#wincons">����ġ�� �ܼ� ���α׷����� �����ϱ�</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#test">���������� ��ġ�Ǿ����� �˻��ϱ�</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="req" id="req">�ü�� �䱸����</a></h2>
    

    <p>����ġ 2.0�� �����ϱ����� �⺻ Windows �÷����� Windows
    NT�̴�. ���̳ʸ� ��ġ���α׷��� Intel�� AMD�� ���� x86 ����
    ���μ��������� �����Ѵ�. ����ġ�� Windows 9x���� �����
    �˻����� �ʾұ⶧���� ����� ���� ���񽺿� ������� �ʱ�
    �ٶ���.
    </p>

    <p>�ü���� ��ġ�� TCP/IP ��Ʈ��ũ�� �����ؾ� �Ѵ�. Windows
    95���� �����Ѵٸ�, Winsock 2 ���׷��̵带 ��ġ�ؾ� �Ѵ�.
    Windows 95�� Winsock 2�� <a href="http://www.microsoft.com/windows95/downloads/contents/WUAdminTools/S_WUNetworkingTools/W95Sockets2/Default.asp">����</a>����
    �ٿ���� �� �ִ�.
    </p>

    <p>Windows NT 4.0�� ����Ѵٸ� ������ 4�� TCP/IP ������
    Winsock ������ ���� �����ѿ��� �ذ�Ǿ��⶧����, ������
    6�� ��ġ�ϱ� ���� ���Ѵ�.</p>
  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="down" id="down">Windows�� ����ġ �ٿ�ε�</a></h2>
    

    <p>����ġ ������ <a href="http://httpd.apache.org/download.cgi">http://httpd.apache.org/download.cgi</a>����
    ����ġ �ֽ� ������ ���� ������ ���� �� �ִ�. ���⿡�� �ֽ�
    ��ǥ�ǰ� ���� Ȥ�� ��Ÿ �׽�Ʈ������, ����ġ �������� �ٿ�ε���
    �� �ִ� HTTP �̷��� FTP �̷� ����� �ִ�. ������ �����ϰ�
    �ٿ�������� ����� �̷��� ����ϱ� �ٶ���.</p>

    <p>Windows�� ��ġ�Ϸ��� Ȯ���ڰ� <code>.msi</code>�� Windows��
    ����ġ ������ �ٿ�޾ƾ� �Ѵ�. �� ������ ���ٷ� ������ ��
    �ִ� ����ġ�� ������ Microsoft ��ġ�����̴�. ���� �ҽ��ڵ常
    ����� <code>.zip</code> ������ �ִ�. Microsoft Visual C++
    (Visual Studio)�� ����Ͽ� ���� ����ġ�� �������� ���� �ִ�.</p>
  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="inst" id="inst">Windows�� ����ġ ��ġ�ϱ�</a></h2>
    

    <p>��ġ�Ϸ��� Microsoft Installer 1.2 �̻� ������ �ʿ��ϴ�.
    Windows 9x�� ����Ѵٸ� <a href="http://www.microsoft.com/downloads/release.asp?ReleaseID=32831">����</a>����
    Microsoft Installer�� 2.0 �������� ���׷��̵��� �� �ְ�,
    Windows NT 4.0�� 2000�� ����Ѵٸ� <a href="http://www.microsoft.com/downloads/release.asp?ReleaseID=32832">����</a>����
    2.0 ���� ������Ʈ�� ���� �� �ִ�. Windows XP�� ������Ʈ��
    �ʿ䰡 ����.</p>

    <p>���̳ʸ� ��ġ���Ϸδ� ���� ��ǻ�Ϳ� ���� �ٸ� ����ġ
    2.0 ������ ��ġ�� �� ������ �����϶�. �׷��� 1.3
    ����<strong>��</strong> 2.0 ������ ���� ��ǻ�Ϳ� �ƹ� ��������
    ��ġ�� �� �ִ�. ���� ��ǻ�Ϳ� �ΰ��� �ٸ� 2.0 ������ ��ġ�Ϸ���
    <a href="win_compiling.html">�ҽ��� �������Ͽ� ����ġ��
    ��ġ</a>�ؾ� �Ѵ�.</p>

    <p>������ �ٿ���� ����ġ <code>.msi</code> ������ �����Ѵ�.
    ��ġ�Ҷ� ������ ���� ���� �����:</p>

    <ol>
      <li><p><strong>��Ʈ��ũ ������ (Network Domain).</strong>
      ��ϵ� ������ DNS �������� �Է��Ѵ�. ���� ���, ������
      ��ü DNS �̸��� <code>server.mydomain.net</code>�̶��
      ���⿡ <code>mydomain.net</code>�� �Է��Ѵ�.</p></li>

      <li><p><strong>������ (Server Name).</strong> ������ ��ü
      DNS �̸�. ���� ��� ���⿡ <code>server.mydomain.net</code>��
      �Է��Ѵ�.</p></li>

      <li><p><strong>������ ���ڿ��� �ּ� (Administrator's Email
      Address).</strong> ���⿡ ���� �����ڳ� ���������� ���ڿ���
      �ּҸ� �Է��Ѵ�. �⺻������ Ŭ���̾�Ʈ���� ������ ��������
      �� �ּҸ� ����Ѵ�.</p></li>

      <li><p><strong>����� ��� (For whom to install
      Apache)</strong> ���� ��ġ�ϴ� ����ġ�� 80�� ��Ʈ����
      ��û�� ��ٸ��� �Ϸ��� <code>for All Users, on Port 80,
      as a Service - Recommended</code> (��� �����, 80�� ��Ʈ,
      service�� - ��õ)�� �����Ѵ�. ����ġ�� service�� �����Ѵ�
      (��, ����ġ�� ������ �α����� ����� ��� ����ȴ�).
      ���������� �׽�Ʈ�غ��ų� �̹� 80�� ��Ʈ�� ����ϴ� �ٸ�
      �������� �ִٸ� <code>only for the Current User, on Port
      8080, when started Manually</code> (���� ����ڸ�, 8080��
      ��Ʈ, ���� ����)�� �����Ѵ�.</p></li>

      <li><p><strong>��ġ ���� (The installation type).</strong>
      ��� ���߿� �ʿ��� �ҽ��ڵ�� ���̺귯���� ������ ���
      ���� ��ġ�Ϸ��� <code>Typical</code>�� �����Ѵ�.
      <code>Custom</code>�� �����ϸ� ��ġ�� ������ ������ ��
      �ִ�. ��ü ��ġ�� ��ũ�� �� ������ �� 13 �ް�����Ʈ
      ���� �ʿ��ϴ�. �� ��ġ�� ������Ʈ ũ�⸦ <em>������</em>
      ���̴�.</p></li>

      <li><p><strong>��ġ ��� (Where to install).</strong>
      �⺻ ��δ� <code>C:\Program Files\Apache Group</code>�̰�,
      �̰��� <code>Apache2</code>��� ���丮�� �����.</p></li>
    </ol>

    <p>��ġ�� ���� ����ġ�� <code>conf</code> �������丮��
    �ִ� ���ϵ��� ������ ��ġ ���丮�� �°� �����Ѵ�. �׷���
    �� ���丮�� ���������� �̹� �ִٸ� �״�� �д�. ���,
    �ش� ������ ���ο� ���纻�� Ȯ���� <code>.default</code>��
    ���δ�. ���� ���, <code>conf\httpd.conf</code>�� �̹� �ִٸ�
    <code>conf\httpd.conf.default</code>�� �̸��� �����Ѵ�.
    ��ġ�� <code>.default</code> ������ ������ ���� ���캸��,
    �ʿ��ϴٸ� ���� ���������� �����ؾ� �Ѵ�.</p>

    <p>��, �̹� <code>htdocs\index.html</code>�̶�� ������
    �ִٸ� �״�� �д� (<code>index.html.default</code>���
    ���������� �ʴ´�). ��, ������ ����ġ�� ��ġ���ִ��� �����ϰ�
    ����ġ�� ���� ��ġ�� �� �ִ�. ���� ��ġ�ϱ� ���� ������
    �ߴ��ϰ�, ��ġ�� ���ο� ������ �����ؾ� �Ѵ�.</p>

    <p>����ġ ��ġ�� �ʿ��ϴٸ� <code>conf</code> �������丮��
    �ִ� ���������� �����ؾ� �Ѵ�. ������ ����ġ�� ��ġ�� ���丮��
    <code>htdocs</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="cust" id="cust">Windows�� ����ġ �����ϱ�</a></h2>
    

    <p>����ġ�� <code>conf</code> �������丮�� �ִ� ���Ϸ�
    �����Ѵ�. �� ������ ���н���� ������, Windows�� ����ġ
    Ư���� ���þ � �ִ�. ��밡���� ��� ���þ ������
    <a href="../mod/directives.html">���þ� ���</a>�� �����϶�.</p>

    <p>Windows�� ����ġ�� �ֵ� ��������:</p>
    <ul>
      <li><p>Windows�� ����ġ�� ���߾����� ����� ����ϱ⶧����,
      ���н��� �޸� ��û���� �ٸ� ���μ����� ������� �ʴ´�.
      ��� ����ġ ���μ����� �׻�, �θ� ���μ����� ��û�� ó���ϴ�
      �ڽ� ���μ���, 2���̴�. �ڽ� ���μ����� �ִ� ���� ���������
      ��û���� ó���Ѵ�.
      </p>

      <p>���μ��� ���� ���þ �ٸ���:</p>

      <p><code class="directive"><a href="../mod/mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></code>: �����
      ����, �ڽ� ���μ����� ��û�� �󸶸�ŭ ó���ϰ� ��������
      �����Ѵ�. �׷��� ���н��� �޸� ���μ����� �ѹ��� �� ��û����
      ó�������ʰ� �ѹ��� ��� ��û�� �����ϱ⶧����, �����Ѵٸ�
      �ſ� ū ���� �����ϱ� ���Ѵ�. �����ϴ� �⺻��
      <code>MaxRequestsPerChild 0</code>�� ����ϸ� �ڽ� ���μ�����
      �����ʰ� ������ ��û�� �����Ѵ�.</p>

      <div class="warning"><strong>���: �ڽ� ���μ����� ����
      ������ ������ �������������� ���� �д´�.
      <code>httpd.conf</code>�� �����ߴٸ�, �ڽ� ���μ�����
      �������� �ʰų� ����ġ���� ����� �߻��� �� �ִ�.</strong></div>

      <p><code class="directive"><a href="../mod/mpm_common.html#threadsperchild">ThreadsPerChild</a></code>:
      �� ���þ�� ���� �߰��Ǿ���. �� ���þ�� ������ �����
      ������ ������ �����Ѵ�. �� ���� ������ �ѹ��� ó���� ��
      �ִ� �ִ� ���ᰳ���̱⶧����, ����Ʈ�� ���ӷ��� ���ٸ�
      ����� ū ���� �����ؾ� �Ѵ�. �����ϴ� �⺻����
      <code>ThreadsPerChild 50</code>�̴�.</p></li>

      <li><p>���ϸ��� �ƱԸ�Ʈ�� �޴� ���þ�� ���н� ���ϸ���
      �ƴ� Windows ���ϸ��� ����ؾ� �Ѵ�. �׷��� ����ġ ���ο���
      ���н��� �̸��� ����ϱ⶧���� �齽������ �ƴ� ��������
      ����ؾ� �Ѵ�. ����̺� ���ڸ� ����� �� �ִ�. ����̺긦
      �������� ������ ����ġ ���������� �ִ� ����̺긦
      ����Ѵ�.</p></li>

      <li><p>Windows�� ����ġ�� ������ �ٽ� ���������� �ʰ�
      �����߿� ����� �о���� �� �ִ�. �⺻������ ����ġ��
      �������ϸ� <code>\Apache2\modules</code> ���丮�� ����
      ���ð����� ����� ��ġ�Ѵ�. �� ��� Ȥ�� �ٸ� �����
      ����Ϸ��� ���� ���� <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code> ���þ ����Ѵ�.
      ���� ���, status ����� ����Ѵٸ�
      (<code>access.conf</code>�� status���� ���þ�� �Բ�)
      �Ʒ��� ���� �����Ѵ�:</p>

      <div class="example"><p><code>
        LoadModule status_module modules/mod_status.so
      </code></p></div>

      <p><a href="../mod/mod_so.html#creating">�о���� �� �ִ�
      ��� �����</a>�� ���� ������ �ִ�.</p></li>

      <li><p>����ġ�� Microsoft IIS�� �ٸ� Windows ������ ����ϴ�
      ISAPI (Internet Server Application Programming Interface)
      Ȯ���� (��, ���ͳ� ���� ���α׷�) �о���� ���� �ִ�.
      <a href="../mod/mod_isapi.html">�� �ڼ��� ������ �ִ�</a>.
      ����ġ�� ISAPI ���͸� �о���� �� <strong>������</strong>
      �����϶�.</p></li>

      <li><p>CGI ��ũ��Ʈ�� ����Ѵٸ� <code class="directive"><a href="../mod/core.html#scriptinterpretersource">ScriptInterpreterSource</a></code> ���þ
      ����Ͽ� ����ġ�� ��ũ��Ʈ�� ���������͸� ã�� �����
      ������ �� �ִ�.</p></li>

      <li><p>Windows���� <code>.htaccess</code>�� ���� ���ϸ���
      �ٷ�� ����Ƿ�, <code class="directive"><a href="../mod/core.html#accessfilename">AccessFilename</a></code> ���þ ����Ͽ�
      ���丮�� �������� �̸��� �����ϸ� ���ϴ�.</p></li>

      <li><p>Windows NT��� ����ġ ���۽� �߻��� ������ Windows
      �̺�Ʈ �α׿� ����Ѵ�. �׷��� ����ġ�� ���� ����ϴ�
      <code>error.log</code> ������ ����� �� ���� ��쿡 ����Ѵ�.
      Windows �̺�Ʈ �α״� Windows NT 4.0������ �̺�Ʈ ���
      ���α׷�����, �ֽ� Windows ���������� �̺�Ʈ ��� MMC
      �����ο��� �� �� �ִ�.</p>

      <div class="note"><strong>Windows 9x���� Windows �̺�Ʈ �αװ� ���⶧����
      ���۽� �߻��� ������ ������� �ʴ´�.</strong></div></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="winsvc" id="winsvc">����ġ�� Service�� �����ϱ�</a></h2>
    

    <p>Windows NT������ ����ġ�� service�� ������ �� �ִ�. Windows
    9x���� �ſ� �������� ������� ����� ����� �����Ѵ�.</p>

    <p>��ġ�� �ڵ����� ����ġ�� service�� ��ġ�� �� �ִ�. "���
    �����"�� �����ϸ�, ����ġ service�� ���������. "����
    ����ڸ�"�� �����ϴ��� ��ġ�� ���� ����ġ�� service��
    ����� �� �ִ�. service�� ��ġ�Ϸ��� Administrators �׷���
    �������̾�� �Ѵ�.</p>

    <p>����ġ���� Apache Service Monitor��� ������ �ִ�. ��
    ������ ����ϸ� ��Ʈ���� �ִ� �ٸ� ��ǻ�Ϳ� ��ġ�� ����ġ
    ���µ� Ȯ���ϰ� ������ �� �ִ�. monitor�� ����ġ service��
    �����Ϸ��� ���� service�� (��ġ�� �ڵ����� Ȥ�� ����) ��ġ�ؾ�
    �Ѵ�.
    </p>

    <p>����ġ <code>bin</code> �������丮���� ������ ������Ʈ��
    ������ ���� �Է��ϸ� ����ġ�� Windows NT service�� ��ġ�Ѵ�:</p>

    <div class="example"><p><code>
      apache -k install
    </code></p></div>

    <p>��ġ�� service �̸��� �����ϰ� �ʹٸ� ���� ���ɾ ����Ѵ�.
    ��ǻ�Ϳ� ����ġ�� ������ ��ġ���ִٸ� �̸��� �ٸ��� �־��
    �Ѵ�.</p>

    <div class="example"><p><code>
      apache -k install -n "MyServiceName"
    </code></p></div>

    <p>service�� ����� ���������� ���� �����Ϸ��� ������ ����
    �Ѵ�:</p>

    <div class="example"><p><code>
      apache -k install -n "MyServiceName" -f "c:\files\my.conf"
    </code></p></div>

    <p><code>-k install</code> �ܿ� �ٸ� �Ķ���͸� �������
    ������, service �̸��� <code>Apache2</code>�� �ǰ� ����������
    <code>conf\httpd.conf</code>�� �ȴ�.
    </p>

    <p>����ġ service�� �����ϱ� ����. ������:</p>

    <div class="example"><p><code>
      apache -k uninstall
    </code></p></div>

    <p>������ ���� ������ ����ġ service�� ������ �� �ִ�:</p>

    <div class="example"><p><code>
      apache -k uninstall -n "MyServiceName"
    </code></p></div>

    <p>���� ����ġ service ����, �����, ����� Apache Service
    Monitor�� <code>NET START Apache2</code>, <code>NET STOP
    Apache2</code> ���� ���ɾ� Ȥ�� Windows ���� ����â����
    �Ѵ�. � ����� ����ϵ��� ����ġ service�� �����ϱ� ����
    ���������� �˻��غ��� �Ѵ�:</p>

    <div class="example"><p><code>
      apache -n "MyServiceName" -t
    </code></p></div>

    <p>������ �ɼ����ε� ����ġ service�� ������ �� �ִ�. ��ġ��
    ����ġ serivce�� �����Ϸ���:</p>

    <div class="example"><p><code>
      apache -k start
    </code></p></div>

    <p>������ �ɼ����� ����ġ service�� �����Ϸ���:</p>

    <div class="example"><p><code>
      apache -k stop
    </code></p></div>

    <p>Ȥ��</p>

    <div class="example"><p><code>
      apache -k shutdown
    </code></p></div>

    <p>�������� service�� ������Ͽ� ���������� �ٽ� �е���
    �� �� �ִ�:</p>

    <div class="example"><p><code>
      apache -k restart
    </code></p></div>

    <p>�⺻������ ��� ����ġ service�� �ý��� �����
    (<code>LocalSystem</code> ����) �������� �����ϵ��� ��ϵȴ�.
    Windows ���ȱ����� <code>LocalSystem</code> ������ ���Ͻý���,
    named pipes, DCOM, secure RPC �� � ����� ����ϵ���
    ��Ʈ���� ������ �� ����. �׷��� �ش� ��ǻ�Ϳ����� ���� ������
    ������.
    </p>

    <div class="warning"><strong><code>LocalSystem</code> ��������
    ��Ʈ�� ������ ����� ���� ����! ����ġ�� ��Ʈ�� �ڿ��� �����ؾ�
    �Ѵٸ�, �Ʒ����� �����ϴ� ������� ����ġ�� ���� ������
    ������ ������.</strong></div>

    <p>����ġ service�� �����ϱ����� ������ ������ ���� ����
    �ִ�. Ư�� ����ġ�� ��Ʈ�� �ڿ��� �����ؾ� �Ѵٸ� �� �����
    ������ ���Ѵ�.</p>

    <ol>
      <li>�Ϲ� ������ ����� ������ ����� ��ȣ�� ����϶�.</li>

      <li>���� ���� ������ <code>���񽺷� �α׿�</code>��
      <code>� ü���� �Ϻη� Ȱ��</code> ������
      �ο��Ѵ�. Windows NT 4.0������ User Manager for Domains����
      ������ �ο��� �� �ְ�, Windows 2000�� XP������ �Ƹ���
      "�׷� ��å"�� ����ؾ� �Ѵ�. "���� ���� ����" MMC
      �����ο��� ���� �������� ���� �ִ�.
      </li>

      <li>���� ���� ������ Users �׷쿡 ���ϴ��� Ȯ���Ѵ�.</li>

      <li>��� ������ ��ũ��Ʈ ������ (���� ���
      <code>htdocs</code>�� <code>cgi-bin</code>) ���� �б� ��
      ���� (RX) ������ �ο��Ѵ�.</li>

      <li>����ġ <code>logs</code> ���丮�� ���� (RWXD) ������
      �ο��Ѵ�.</li>

      <li><code>Apache.exe</code> �������Ͽ� �б� �� ���� (RX)
      ������ �ο��Ѵ�.</li>
    </ol>

    <div class="note">����ġ service�� �����ϴ� ����ڿ��� �ּ��� ���� (RWXD)
    ������ �ʿ��� <code>logs</code> �������丮�� �����ϰ�
    Apache2 ���丮 ��ü�� �б� �� ���� (RX) ������ �ο��ϴ�
    ���� ����.</div>

    <p>������ "���� �α׿�"�� "���񽺷� �α׿�" ������ �ִٸ�,
    �� �������� �α׿��Ͽ� ������ ��ũ��Ʈ�� �����ϰ� ����������
    ������ �ܼ�â���� ����ġ�� ������ �� �ִ��� �˻��غ� ��
    �ִ�. ���⼭ ������ ���ٸ� ����ġ�� service�� �����ص� ������
    ����.</p>

    <div class="note"><strong>Error code 2186</strong>�� ����ġ�� �ʿ���
    ��Ʈ�� �ڿ��� ������ �� ���ٴ� ���� service�� "�α׿�"
    ������ Ȯ���϶�. ��, ����ġ�� �����ϴ� ������ ������
    �������.</div>

    <p>����ġ�� service�� �����ϸ� Windows Service Control
    Manager���� �������� �� �� �ִ�. ���� ���, �����ǿ���
    "����"�� ����Ͽ� ����ġ�� �����ϴ� ��� ������ ���� ������
    ���� �� �ִ�:</p>

    <div class="example"><p><code>
      Could not start the Apache2 service on \\COMPUTER <br />
      Error 1067; The process terminated unexpectedly.
    </code></p></div>

    <p>����ġ service�� �����Ҷ� ������ ������ �Ϲ����� �̷�
    ������ ���´�. ���� ��� �������� �˷��� ����ġ�� �ܼ�
    ���α׷����� �����غ���.</p>

    <p>Windows 9x���� ����ġ�� Windows NT�� service�� �����
    ����� �����Ѵ�. �׷��� <strong>�ſ� ��������</strong> ����̴�.
    ���� ���񽺿� ����Ҹ�ŭ ���������� �ʰ� ������ ��������
    ������ ���� ����. �����ϹǷ� Ȥ�ó� ����Ѵٸ� �����ؼ�
    ����ؾ� �Ѵ�!</p>

    <p>�ΰ��� service�� �߿��� �������� ������ ����:</p>

    <ul>
      <li><p>����ġ�� ���������� �����ϸ� ��濡�� �����Ѵ�.
      ���� ���, ����ũž�� �ٷΰ��⸦ ���� ���� ������
      �����ϴ� ���,</p>

      <div class="example"><p><code>
        apache -n "MyServiceName" -k start
      </code></p></div>

      <p>service�� ���������� �����ϸ� �ܼ�â�� ����ٰ� �ݹ�
      �������. httpd.conf �������Ͽ� �߸��� ������ �ִ� ��
      ����ġ ���۽� ������ �߻��ϸ� �ܼ�â�� ��� ���δ�. �ܼ�â��
      ������ ������ �ľ��ϴµ� ������ �ִ� �������� �����ش�.</p></li>

      <li><p>Windows 9x�� <code>NET START</code>�� <code>NET
      STOP</code> ���ɾ �������� �ʴ´�. ����������Ʈ����
      <code>-k</code> �ɼ��� ����Ͽ� ����ġ service�� �����ؾ�
      �Ѵ�.
      </p></li>

      <li><p>
      ����ġ�� Windows 9x�� ��Ʈ�� ������ ���� Ư�� ����ڷ�
      ����ġ�� �������� ���Ѵ�. ��� Windows 9x�� ������ ����������
      �ʴ´�. �̰��� �ٷ� Apache Software Foundation�� Windows
      9x �ý����� ���� �������� ����ϱ� ������ �ʴ� ������.
      ����ڰ� �� �������� �����ϰ� ����ġ ���� �н��� ��������,
      �ƴϸ� ������ �缳 ��Ʈ���� ��ġ�� ��Ʈ��� ������ ����,
      Windows 9x�� ������ ���̴�.</p></li>

    </ul>

    <p>����ġ�� �ܼ� ���α׷����� �������� Ȯ���Ͽ��ٸ� Windows
    NT������ ���� ���ɾ�� ���� service�� ��ġ, ����, ������
    �� �ִ�. ��, Apache Service Monitor�� ����Ͽ� Windows 9x
    ���� service�� ������ �� �ִ�.</p>

  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="wincons" id="wincons">����ġ�� �ܼ� ���α׷����� �����ϱ�</a></h2>
    

    <p>�Ϲ������� ����ġ�� service�� �����ϱ� ���Ѵ�. �׷���
    �����࿡�� �����ϴ°� ���� ��찡 �ִ� (Windows 9x������
    service�� ���������� �������� �ʱ⶧���� �����࿡�� ����ġ��
    �����ϴ� ����� ���Ѵ�).</p>

    <p>����ġ�� �ܼ� ���α׷����� �����Ϸ���, �����࿡�� ����
    ���ɾ ����Ѵ�:</p>

    <div class="example"><p><code>
      apache
    </code></p></div>

    <p>����ġ�� Control-C�� ������ ������ ������ ����ȴ�.</p>

    <p>��, <code>���� �޴� --&gt; ���α׷� --&gt; Apache HTTP
    Server 2.0.xx --&gt; Control Apache Server</code>�� ��ġ��
    Start Apache in Console �ٷΰ���� ����ġ�� ������ �� �ִ�.
    �ٷΰ��⸦ �����ϸ� �ܼ�â�� ���� �� �ȿ��� ����ġ�� �����Ѵ�.
    ����ġ�� service�� ��ġ���� �ʾҴٸ�, ����ġ�� �����ϴ�
    �ܼ�â���� Control-C�� ���� ����ġ�� �ߴ��Ҷ����� â�� ���ִ�.
    �� ��� ������ ���ʾȿ� �����Ѵ�. �׷���, ����ġ�� service��
    ��ġ�Ͽ��ٸ� �ٷΰ���� service�� �����Ѵ�. ����ġ service��
    �̹� �������̶�� �ٷΰ���� �ƹ��ϵ� ���� �ʴ´�.</p>

    <p>�ٸ� �ܼ�â�� ���� ������ ���� �Է��Ͽ� �������� ����ġ��
    ������ �� �ִ�:</p>

    <div class="example"><p><code>
      apache -k shutdown
    </code></p></div>

    <p>�� ����� ����ġ�� ���� �۾��� ��ġ�� ���ݰ� ������ ��
    �ֱ⶧���� Control-C ���� ����.</p>

    <p>��, ����ġ�� ������� �� �ִ�. �� ��� ���������� �ٽ�
    �д´�. �������� �۾��� �߰��� �����ʰ� �Ϸ��Ѵ�. ����ġ��
    ������Ϸ���:</p>

    <div class="example"><p><code>
      apache -k restart
    </code></p></div>

    <div class="note">���н��� ����ġ�� �ͼ��� ����� ����: �� ���ɾ��
    <code>kill -TERM <em>pid</em></code>�� <code>kill -USR1
    <em>pid</em></code>�� Windows���̴�. ������ �ɼ�
    <code>-k</code>�� ���н� <code>kill</code> ���ɾ� �̸���
    ���� ������.</div>

    <p>����ġ �ܼ�â�� ��� Ȥ�� ������ ���ڱ� ��ġ�� ���� �޴�
    --&gt; ���α׷��� ���� ������Ʈ�� �����Ѵ�. ����ġ�� ��ġ��
    ������ ���� <code>apache</code> ���ɾ �����غ��� �߻���
    �������� ���캻��. �׸��� logs ������ ����, ����������
    �߸��Ǿ����� <code>error.log</code> ������ ���캻��. ����ġ��
    ��ġ�Ҷ� �⺻���� ����ߴٸ� ������ ����:</p>

    <div class="example"><p><code>
      c: <br />
      cd "\Program Files\Apache Group\Apache2\bin" <br />
      apache
    </code></p></div>

    <p>����ġ�� ������ ������ ��ٸ��ų� Control-C�� ������.
    �׸��� ������ ���� �Է��Ѵ�:</p>

    <div class="example"><p><code>
      cd ..\logs <br />
      more &lt; error.log
    </code></p></div>

    <p>����ġ�� �ٷ궧 ����ġ�� ��� ���������� ã���� �ƴ�
    ���� �߿��ϴ�. �ΰ��� ������� �����࿡�� ���������� ������
    �� �ִ�:</p>

    <ul>
      <li><p><code>-f</code>�� ���������� ������ Ȥ�� ����θ�
      �����Ѵ�:</p>

      <div class="example"><p><code>
        apache -f "c:\my server files\anotherconfig.conf"
      </code></p></div>

      <p>Ȥ��</p>

      <div class="example"><p><code>
        apache -f files\anotherconfig.conf
      </code></p></div></li>

      <li><p><code>-n</code>�� ����ġ service�� �����ϰ�, �ش�
      service�� ���������� ����Ѵ�:</p>

      <div class="example"><p><code>
        apache -n "MyServiceName"
      </code></p></div>
      </li>
    </ul>

    <p>�� ��� ��� ���������� ������ <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code>�� �����ؾ� �Ѵ�.</p>

    <p><code>-f</code>�� <code>-n</code>���� ���������� ��������
    ������, ����ġ�� <code>conf\httpd.conf</code>�� ���� ������
    �����ϵ� ���ϸ��� ����Ѵ�. �� �⺻ ��δ� ��ġ ���丮��
    ������̴�. ������ ���� <code>-V</code> �ɼ����� ����ġ��
    �����ϸ� <code>SERVER_CONFIG_FILE</code>�̶� �׸񿡼� ������
    ����� ���������� �� �� �ִ�:</p>

    <div class="example"><p><code>
      apache -V
    </code></p></div>

    <p>����ġ�� ���� ������� <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code>�� ã�´�:</p>

    <ol>
      <li><code>-C</code> ������ �ɼǿ� ����� <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code> ���þ�.</li>

      <li><code>-d</code> ������ �ɼ�.</li>

      <li>���� �۾� ���丮.</li>

      <li>���̳ʸ� ��ġ�� �ߴٸ� ��ġ�Ҷ� ���� registry �׸�.</li>

      <li>������ �����ϵ� server root. �⺻����
      <code>/apache</code>�̰�, <code>apache -V</code>�� �����ϸ�
      <code>HTTPD_ROOT</code>��� �׸񿡼� Ȯ���� �� �ִ�.</li>
    </ol>

    <p>��ġ�Ҷ� �������� ������Ʈ���� ���� Ư���� ������Ʈ��
    Ű�� �����. Ű�� ��ġ�� ��ġ ������ ���� �ٸ���. install
    Apache for all users�� �����Ͽ��ٸ�
    <code>HKEY_LOCAL_MACHINE</code> �Ʒ��� ������ ���� Ű��
    ����� (���� ������ȣ�� ����ġ �������� �ٸ���):
    </p>

    <div class="example"><p><code>
      HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache\2.0.43
    </code></p></div>

    <p>"��� �����"�� ������� ����ġ�� ��ġ�Ͽ��ٸ�
    <code>HKEY_CURRENT_USER</code> �Ʒ� Ű�� �����. ������
    ���� �α׿��� ����ڿ� ���� �ٸ���:</p>

    <div class="example"><p><code>
      HKEY_CURRENT_USER\SOFTWARE\Apache Group\Apache\2.0.43
    </code></p></div>

    <p>Ű �̸��� ������ �����ϵDZ⶧���� ���� ������ �ǵ帮���ʰ�
    ���ο� ������ ��ġ�Ͽ� �׽�Ʈ�غ� �� �ִ�. ���� �� ������
    �ٸ� ������ ���� ���丮�� ��ġ�����ʵ��� �����ؾ� �Ѵ�.</p>

    <p>���̳ʸ� ��ġ�� ���� ���� ��� ����ġ�� ������Ʈ�� Ű��
    ���ٰ� ������ �� �ִ�. ������ �ٸ� ������� ���������� ã��
    �� �ִٸ� �� ����� �����ص� �ȴ�.</p>

    <p>�� ���� <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code>
    ���丮�̸�, �� ���丮�� <code>conf</code>��� �������丮��
    �ִ�. ����ġ�� �����ϸ� �� �������丮����
    <code>httpd.conf</code> ������ �д´�. �� ���Ͽ� ������
    <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></code> ���þ
    ������Ʈ�� Ű�� ���� ���丮�� �ٸ��ٸ�, ����ġ�� ������Ʈ������
    ���� ���� �����ϰ� ������ �������Ͽ� ���� ���丮�� ����Ѵ�.
    ����ġ ���丮�� ���������� �ٸ� ��ҷ� �����ϸ� �ݵ��
    <code>httpd.conf</code> ���Ͽ� �ִ� <code class="directive"><a href="../mod/core.html#serverroot">ServerRoot</a></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="test" id="test">���������� ��ġ�Ǿ����� �˻��ϱ�</a></h2>
    

    <p>(�ܼ�â�̳� service�� ����) ����ġ�� �����ϸ� (����������
    <code class="directive"><a href="../mod/mpm_common.html#listen">Listen</a></code> ���þ
    �����ϰų� ����ġ�� "���� ����ڸ�" ������� ��ġ���� �ʴ�
    ���) 80�� ��Ʈ�� ��ٸ���. �������� �����ϰ� URL�� �Է��Ͽ�
    ������ �⺻ �������� �����ϴ�:</p>

    <div class="example"><p><code>
      http://localhost/
    </code></p></div>

    <p>����ġ�� ����ġ ������ ��ũ�� �ִ� ȯ���������� �������
    �Ѵ�. �ƹ� �ϵ� �Ͼ�� �ʰų� ������ ������, <code>logs</code>
    �������丮�� �ִ� <code>error.log</code> ������ �������.
    ȣ��Ʈ�� ��Ʈ���� ��������� �ʰų� DNS (Domain Name Service)
    ������ ������ �ִٸ� ���� URL�� ����ؾ� �Ѵ�:</p>

    <div class="example"><p><code>
      http://127.0.0.1/
    </code></p></div>

    <p>�⺻ ��ġ�� �����ϸ� <code>conf</code> �������丮��
    �ִ� ������ ������ �����Ѵ�. ��, Windows NT ����ġ service
    ������ ������ ��� ���� �����࿡�� ����ġ�� �����Ͽ� ������
    �߻������ʴ��� Ȯ���ؾ� �Ѵ�.</p>

    <p>����ġ�� �ٸ� TCP/IP ���α׷��� ���� ��Ʈ�� ������ ��
    <strong>���⶧����</strong> ����ġ�� �����ϱ� ���� �ٸ�
    ���񽺸� �ߴ�, ����, �缳���ؾ� ������ �𸥴�. �ٸ� ��������
    Ư�� ��ȭ�� �������� �浹�� �� �ִ�.
    </p>

  </div></div>
<div class="bottomlang">
<p><span>������ ���: </span><a href="../en/platform/windows.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
<a href="../ko/platform/windows.html" title="Korean">&nbsp;ko&nbsp;</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>