home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / komunikace / apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252848_windows.xml < prev    next >
Extensible Markup Language  |  2003-04-15  |  31KB  |  705 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4.  
  5. <manualpage metafile="windows.xml.meta">
  6.   <parentdocument href="./">Platform Specific Notes</parentdocument>
  7.  
  8.   <title>Using Apache with Microsoft Windows</title>
  9.  
  10.   <summary>
  11.  
  12.     <p>This document explains how to install, configure and run
  13.     Apache 2.0 under Microsoft Windows. If you find any bugs, or
  14.     wish to contribute in other ways, please use our <a
  15.     href="http://httpd.apache.org/bug_report.html">bug reporting
  16.     page</a>.</p>
  17.  
  18.     <p>This document assumes that you are installing a binary
  19.     distribution of Apache. If you want to compile Apache yourself
  20.     (possibly to help with development or tracking down bugs),
  21.     see <a href="win_compiling.html">Compiling Apache for Microsoft
  22.     Windows</a>.</p>
  23.  
  24.     <p><strong>Because of the current versioning policies on Microsoft
  25.     Windows operating system families, this document assumes the
  26.     following:</strong></p>
  27.     <ul>
  28.       <li><strong>Windows NT:</strong> This means all versions of
  29.       Windows that are based on the Windows NT kernel. Includes Windows
  30.       NT, Windows 2000, Windows XP and Windows .Net Server 2003.</li>
  31.       <li><strong>Windows 9x:</strong> This means older,
  32.       consumer-oriented versions of Windows. Includes Windows 95 (also
  33.       OSR2), Windows 98 and Windows ME.</li>
  34.     </ul>
  35.  
  36.   </summary>
  37.  
  38.   <section id="req">
  39.     <title>Operating System Requirements</title>
  40.  
  41.     <p>The primary Windows platform for running Apache 2.0 is Windows
  42.     NT. The binary installer only works with the x86 family of
  43.     processors, such as Intel and AMD processors. Running Apache on
  44.     Windows 9x is not thoroughly tested, and it is never recommended on
  45.     production systems.
  46.     </p>
  47.  
  48.     <p>On all operating systems, TCP/IP networking must be installed
  49.     and working. If running on Windows 95, the Winsock 2 upgrade must
  50.     be installed. Winsock 2 for Windows 95 can be downloaded from <a
  51.     href="http://www.microsoft.com/windows95/downloads/contents/WUAdminTools/S_WUNetworkingTools/W95Sockets2/Default.asp">here</a>.
  52.     </p>
  53.  
  54.     <p>On Windows NT 4.0, installing Service Pack 6 is strongly
  55.     recommended, as Service Pack 4 created known issues with TCP/IP
  56.     and Winsock integrity that were resolved in later Service Packs.</p>
  57.   </section>
  58.  
  59.   <section id="down">
  60.     <title>Downloading Apache for Windows</title>
  61.  
  62.     <p>Information on the latest versions of Apache can be found on the
  63.     web site of the Apache web server at
  64.     <a href="http://httpd.apache.org/download.cgi">http://httpd.apache.org/download.cgi</a>.
  65.     There you will find the current release, as well as more recent alpha
  66.     or beta test versions, and a list of HTTP and FTP mirrors from which
  67.     you can download the Apache web server. Please use a mirror near to
  68.     you for a fast and reliable download.</p>
  69.  
  70.     <p>For Windows installations you should download the version of
  71.     Apache for Windows with the <code>.msi</code> extension. This is a
  72.     single Microsoft Installer file, which contains a ready-to-run
  73.     version of Apache. There is a separate <code>.zip</code> file,
  74.     which contains only the source code. You can compile Apache
  75.     yourself with the Microsoft Visual C++ (Visual Studio) tools.</p>
  76.   </section>
  77.  
  78.   <section id="inst">
  79.     <title>Installing Apache for Windows</title>
  80.  
  81.     <p>You need Microsoft Installer 1.2 or above for the installation
  82.     to work. On Windows 9x you can update your Microsoft Installer to
  83.     version 2.0 <a
  84.     href="http://www.microsoft.com/downloads/release.asp?ReleaseID=32831">here</a>
  85.     and on Windows NT 4.0 and 2000 the version 2.0 update can be found
  86.     <a href="http://www.microsoft.com/downloads/release.asp?ReleaseID=32832">here</a>.
  87.     Windows XP does not need this update.</p>
  88.  
  89.     <p>Note that you cannot install two versions of Apache 2.0 on the
  90.     same computer with the binary installer. You can, however, install
  91.     a version of the 1.3 series <strong>and</strong> a version of the
  92.     2.0 series on the same computer without problems. If you need to
  93.     have two different 2.0 versions on the same computer, you have to
  94.     <a href="win_compiling.html">compile and install Apache from the
  95.     source</a>.</p>
  96.  
  97.     <p>Run the Apache <code>.msi</code> file you downloaded above. The
  98.     installation will ask you for these things:</p>
  99.  
  100.     <ol>
  101.       <li><p><strong>Network Domain.</strong> Enter the DNS domain in which
  102.       your server is or will be registered in. For example, if your
  103.       server's full DNS name is <code>server.mydomain.net</code>, you would
  104.       type <code>mydomain.net</code> here.</p></li>
  105.  
  106.       <li><p><strong>Server Name.</strong> Your server's full DNS name.
  107.       From the example above, you would type <code>server.mydomain.net</code>
  108.       here.</p></li>
  109.  
  110.       <li><p><strong>Administrator's Email Address.</strong> Enter the
  111.       server administrator's or webmaster's email address here. This
  112.       address will be displayed along with error messages to the client
  113.       by default.</p></li>
  114.  
  115.       <li><p><strong>For whom to install Apache</strong> Select <code>for
  116.       All Users, on Port 80, as a Service - Recommended</code> if you'd
  117.       like your new Apache to listen at port 80 for incoming traffic.
  118.       It will run as a service (that is, Apache will run even if no one
  119.       is logged in on the server at the moment) Select <code>only for
  120.       the Current User, on Port 8080, when started Manually</code> if
  121.       you'd like to install Apache for your personal experimenting or
  122.       if you already have another WWW server running on port 80.</p></li>
  123.  
  124.       <li><p><strong>The installation type.</strong> Select <code>Typical</code>
  125.       for everything except the source code and libraries for module
  126.       development. With <code>Custom</code> you can specify what to
  127.       install. A full install will require about 13 megabytes of free
  128.       disk space. This does <em>not</em> include the size of your web
  129.       site(s).</p></li>
  130.  
  131.       <li><p><strong>Where to install.</strong> The default path is
  132.       <code>C:\Program Files\Apache Group</code> under which a directory
  133.       called <code>Apache2</code> will be created by default.</p></li>
  134.     </ol>
  135.  
  136.     <p>During the installation, Apache will configure the files in the
  137.     <code>conf</code> subdirectory to reflect the chosen installation
  138.     directory. However, if any of the configuration files in this
  139.     directory already exist, they will not be overwritten. Instead, the
  140.     new copy of the corresponding file will be left with the extension
  141.     <code>.default</code>. So, for example, if <code>conf\httpd.conf</code>
  142.     already exists, it will be renamed as <code>conf\httpd.conf.default</code>.
  143.     After the installation you should manually check to see what new
  144.     settings are in the <code>.default</code> file, and if necessary,
  145.     update your existing configuration file.</p>
  146.  
  147.     <p>Also, if you already have a file called <code>htdocs\index.html</code>,
  148.     it will not be overwritten (and no <code>index.html.default</code>
  149.     will be installed either). This means it should be safe to install
  150.     Apache over an existing installation, although you would have to
  151.     stop the existing running server before doing the installation, and
  152.     then start the new one after the installation is finished.</p>
  153.  
  154.     <p>After installing Apache, you must edit the configuration files
  155.     in the <code>conf</code> subdirectory as required. These files
  156.     will be configured during the installation so that Apache is ready
  157.     to be run from the directory it was installed into, with the
  158.     documents server from the subdirectory <code>htdocs</code>. There
  159.     are lots of other options which you should set before you really
  160.     start using Apache. However, to get started quickly, the files
  161.     should work as installed.</p>
  162.   </section>
  163.  
  164.   <section id="cust">
  165.     <title>Customizing Apache for Windows</title>
  166.  
  167.     <p>Apache is configured by the files in the <code>conf</code>
  168.     subdirectory. These are the same files used to configure the Unix
  169.     version, but there are a few different directives for Apache on
  170.     Windows. See the <a href="../mod/directives.html">directive index</a>
  171.     for all the available directives.</p>
  172.  
  173.     <p>The main differences in Apache for Windows are:</p>
  174.     <ul>
  175.       <li><p>Because Apache for Windows is multithreaded, it does not
  176.       use a separate process for each request, as Apache does on Unix.
  177.       Instead there are usually only two Apache processes running: a
  178.       parent process, and a child which handles the requests. Within
  179.       the child process each request is handled by a separate thread.
  180.       </p>
  181.  
  182.       <p>The process management directives are also different:</p>
  183.  
  184.       <p><directive module="mpm_common">MaxRequestsPerChild</directive>:
  185.       Like the Unix directive, this controls how many requests a single
  186.       child process will serve before exiting. However, unlike on Unix,
  187.       a single process serves all the requests at once, not just one.
  188.       If this is set, it is recommended that a very high number is
  189.       used. The recommended default, <code>MaxRequestsPerChild 0</code>,
  190.       causes the child process to never exit.</p>
  191.  
  192.       <note type="warning"><strong>Warning: The server configuration
  193.       file is reread when a new child process is started. If you have
  194.       modified <code>httpd.conf</code>, the new child may not start or
  195.       you may receive unexpected results.</strong></note>
  196.  
  197.       <p><directive module="mpm_common">ThreadsPerChild</directive>:
  198.       This directive is new. It tells the server how many threads it
  199.       should use. This is the maximum number of connections the server
  200.       can handle at once, so be sure to set this number high enough for
  201.       your site if you get a lot of hits. The recommended default is
  202.       <code>ThreadsPerChild 50</code>.</p></li>
  203.  
  204.       <li><p>The directives that accept filenames as arguments must use
  205.       Windows filenames instead of Unix ones. However, because Apache
  206.       uses Unix-style names internally, you must use forward slashes,
  207.       not backslashes. Drive letters can be used; if omitted, the drive
  208.       with the Apache executable will be assumed.</p></li>
  209.  
  210.       <li><p>Apache for Windows contains the ability to load modules at
  211.       runtime, without recompiling the server. If Apache is compiled
  212.       normally, it will install a number of optional modules in the
  213.       <code>\Apache2\modules</code> directory. To activate these or
  214.       other modules, the new <directive module="mod_so">LoadModule</directive>
  215.       directive must be used. For example, to activate the status
  216.       module, use the following (in addition to the status-activating
  217.       directives in <code>access.conf</code>):</p>
  218.  
  219.       <example>
  220.         LoadModule status_module modules/mod_status.so
  221.       </example>
  222.  
  223.       <p>Information on <a href="../mod/mod_so.html#creating">creating
  224.       loadable modules</a> is also available.</p></li>
  225.  
  226.       <li><p>Apache can also load ISAPI (Internet Server Application
  227.       Programming Interface) extensions (i.e. internet server
  228.       applications), such as those used by Microsoft IIS and other
  229.       Windows servers. <a href="../mod/mod_isapi.html">More information
  230.       is available</a>. Note that Apache <strong>cannot</strong> load
  231.       ISAPI Filters.</p></li>
  232.  
  233.       <li><p>When running CGI scripts, the method Apache uses to find
  234.       the interpreter for the script is configurable using the
  235.       <directive module="core">ScriptInterpreterSource</directive>
  236.       directive.</p></li>
  237.  
  238.       <li><p>Since it is often difficult to manage files with names
  239.       like <code>.htaccess</code> in Windows, you may find it useful to
  240.       change the name of this per-directory configuration file using
  241.       the <directive module="core">AccessFilename</directive>
  242.       directive.</p></li>
  243.  
  244.       <li><p>Any errors during Apache startup are logged into the
  245.       Windows event log when running on Windows NT. This mechanism
  246.       acts as a backup for those situations where Apache cannot even
  247.       access the normally used <code>error.log</code> file. You can
  248.       view the Windows event log by using the Event Viewer application
  249.       on Windows NT 4.0, and the Event Viewer MMC snap-in on newer
  250.       versions of Windows.</p>
  251.  
  252.       <note><strong>Note that there is no startup error logging on
  253.       Windows 9x because no Windows event log exists on those operating
  254.       systems.</strong></note></li>
  255.     </ul>
  256.  
  257.   </section>
  258.  
  259.   <section id="winsvc">
  260.     <title>Running Apache as a Service</title>
  261.  
  262.     <p>Apache can be run as a service on Windows NT. There is some
  263.     highly experimental support for similar behavior on Windows 9x.</p>
  264.  
  265.     <p>You can install Apache as a service automatically during the
  266.     installation. If you chose to install for all users, the
  267.     installation will create an Apache service for you. If you specify
  268.     to install for yourself only, you can manually register Apache as a
  269.     service after the installation. You have to be a member of the
  270.     Administrators group for the service installation to succeed.</p>
  271.  
  272.     <p>Apache comes with a utility called the Apache Service Monitor.
  273.     With it you can see and manage the state of all installed Apache
  274.     services on any machine on your network. To be able to manage an
  275.     Apache service with the monitor, you have to first install the
  276.     service (either automatically via the installation or manually).
  277.     </p>
  278.  
  279.     <p>You can install Apache as a Windows NT service as follows from
  280.     the command prompt at the Apache <code>bin</code> subdirectory:</p>
  281.  
  282.     <example>
  283.       apache -k install
  284.     </example>
  285.  
  286.     <p>If you need to specify the name of the service you want to
  287.     install, use the following command. You have to do this if you
  288.     have several different service installations of Apache on your
  289.     computer.</p>
  290.  
  291.     <example>
  292.       apache -k install -n "MyServiceName"
  293.     </example>
  294.  
  295.     <p>If you need to have specifically named configuration files for
  296.     different services, you must use this:</p>
  297.  
  298.     <example>
  299.       apache -k install -n "MyServiceName" -f "c:\files\my.conf"
  300.     </example>
  301.  
  302.     <p>If you use the first command without any special parameters except
  303.     <code>-k install</code>, the service will be called <code>Apache2</code>
  304.     and the configuration will be assumed to be <code>conf\httpd.conf</code>.
  305.     </p>
  306.  
  307.     <p>Removing an Apache service is easy. Just use:</p>
  308.  
  309.     <example>
  310.       apache -k uninstall
  311.     </example>
  312.  
  313.     <p>The specific Apache service to be uninstalled can be specified by using:</p>
  314.  
  315.     <example>
  316.       apache -k uninstall -n "MyServiceName"
  317.     </example>
  318.  
  319.     <p>Normal starting, restarting and shutting down of an Apache
  320.     service is usually done via the Apache Service Monitor, by using
  321.     commands like <code>NET START Apache2</code> and <code>NET STOP
  322.     Apache2</code> or via normal Windows service management. Before
  323.     starting Apache as a service by any means, you should test the
  324.     service's configuration file by using:</p>
  325.  
  326.     <example>
  327.       apache -n "MyServiceName" -t
  328.     </example>
  329.  
  330.     <p>You can control an Apache service by its command line switches,
  331.     too. To start an installed Apache service you'll use this:</p>
  332.  
  333.     <example>
  334.       apache -k start
  335.     </example>
  336.  
  337.     <p>To stop an Apache service via the command line switches, use
  338.     this:</p>
  339.  
  340.     <example>
  341.       apache -k stop
  342.     </example>
  343.  
  344.     <p>or</p>
  345.  
  346.     <example>
  347.       apache -k shutdown
  348.     </example>
  349.  
  350.     <p>You can also restart a running service and force it to reread
  351.     its configuration file by using:</p>
  352.  
  353.     <example>
  354.       apache -k restart
  355.     </example>
  356.  
  357.     <p>By default, all Apache services are registered to run as the
  358.     system user (the <code>LocalSystem</code> account). The
  359.     <code>LocalSystem</code> account has no privileges to your network
  360.     via any Windows-secured mechanism, including the file system, named
  361.     pipes, DCOM, or secure RPC. It has, however, wide privileges locally.
  362.     </p>
  363.  
  364.     <note type="warning"><strong>Never grant any network privileges to
  365.     the <code>LocalSystem</code> account! If you need Apache to be able
  366.     to access network resources, create a separate account for Apache as
  367.     noted below.</strong></note>
  368.  
  369.     <p>You may want to create a separate account for running Apache
  370.     service(s). Especially, if you have to access network resources
  371.     via Apache, this is strongly recommended.</p>
  372.  
  373.     <ol>
  374.       <li>Create a normal domain user account, and be sure to
  375.       memorize its password.</li>
  376.  
  377.       <li>Grant the newly-created user a privilege of <code>Log on
  378.       as a service</code> and <code>Act as part of the operating
  379.       system</code>. On Windows NT 4.0 these privileges are granted via
  380.       User Manager for Domains, but on Windows 2000 and XP you probably
  381.       want to use Group Policy for propagating these settings. You can
  382.       also manually set these via the Local Security Policy MMC snap-in.
  383.       </li>
  384.  
  385.       <li>Confirm that the created account is a member of the Users
  386.       group.</li>
  387.  
  388.       <li>Grant the account read and execute (RX) rights to all document
  389.       and script folders (<code>htdocs</code> and <code>cgi-bin</code>
  390.       for example).</li>
  391.  
  392.       <li>Grant the account change (RWXD) rights to the
  393.       Apache <code>logs</code> directory.</li>
  394.  
  395.       <li>Grant the account read and execute (RX) rights to the
  396.       <code>Apache.exe</code> binary executable.</li>
  397.     </ol>
  398.  
  399.     <note>It is usually a good practice to grant the user the Apache
  400.     service runs as read and execute (RX) access to the whole Apache2
  401.     directory, except the <code>logs</code> subdirectory, where the
  402.     user has to have at least change (RWXD) rights.</note>
  403.  
  404.     <p>If you allow the account to log in as a user and as a service,
  405.     then you can log on with that account and test that the account has the
  406.     privileges to execute the scripts, read the web pages, and that
  407.     you can start Apache in a console window. If this works, and you
  408.     have followed the steps above, Apache should execute as a service
  409.     with no problems.</p>
  410.  
  411.     <note><strong>Error code 2186</strong> is a good indication that
  412.     you need to review the "Log On As" configuration for the service,
  413.     since Apache cannot access a required network resource. Also, pay
  414.     close attention to the privileges of the user Apache is
  415.     configured to run as.</note>
  416.  
  417.     <p>When starting Apache as a service you may encounter an error
  418.     message from the Windows Service Control Manager. For example,
  419.     if you try to start Apache by using the Services applet in the
  420.     Windows Control Panel, you may get the following message:</p>
  421.  
  422.     <example>
  423.       Could not start the Apache2 service on \\COMPUTER <br />
  424.       Error 1067; The process terminated unexpectedly.
  425.     </example>
  426.  
  427.     <p>You will get this generic error if there is any problem with
  428.     starting the Apache service. In order to see what is really causing
  429.     the problem you should follow the instructions for Running Apache
  430.     for Windows from the Command Prompt.</p>
  431.  
  432.     <p>There is some support for Apache on Windows 9x to behave in a
  433.     similar manner as a service on Windows NT. It is <strong>highly
  434.     experimental</strong>. It is not of production-class reliability,
  435.     and its future is not guaranteed. It can be mostly regarded as
  436.     a risky thing to play with - proceed with caution!</p>
  437.  
  438.     <p>There are some differences between the two kinds of services
  439.     you should be aware of:</p>
  440.  
  441.     <ul>
  442.       <li><p>Apache will attempt to start and if successful it will run
  443.       in the background. If you run the command</p>
  444.  
  445.       <example>
  446.         apache -n "MyServiceName" -k start
  447.       </example>
  448.  
  449.       <p>via a shortcut on your desktop, for example, then if the
  450.       service starts successfully, a console window will flash up but
  451.       it immediately disappears. If Apache detects any errors on startup
  452.       such as incorrect entries in the httpd.conf configuration file,
  453.       the console window will remain visible. This will display an error
  454.       message which will be useful in tracking down the cause of the
  455.       problem.</p></li>
  456.  
  457.       <li><p>Windows 9x does not support <code>NET START</code> or
  458.       <code>NET STOP</code> commands. You must control the Apache
  459.       service on the command prompt via the <code>-k</code> switches.
  460.       </p></li>
  461.  
  462.       <li><p>Apache and Windows 9x offer no support for running Apache
  463.       as a specific user with network privileges. In fact, Windows 9x
  464.       offers no security on the local machine, either. This is the
  465.       simple reason because of which the Apache Software Foundation
  466.       never endorses use of a Windows 9x -based system as a public
  467.       Apache server. The primitive support for Windows 9x exists only
  468.       to assist the user in developing web content and learning the
  469.       Apache server, and perhaps as an intranet server on a secured,
  470.       private network.</p></li>
  471.  
  472.     </ul>
  473.  
  474.     <p>Once you have confirmed that Apache runs correctly as a
  475.     console application you can install, control and uninstall the
  476.     pseudo-service with the same commands as on Windows NT. You can
  477.     also use the Apache Service Monitor to manage Windows 9x
  478.     pseudo-services.</p>
  479.  
  480.   </section>
  481.  
  482.   <section id="wincons">
  483.     <title>Running Apache as a Console Application</title>
  484.  
  485.     <p>Running Apache as a service is usually the recommended way to
  486.     use it, but it is sometimes easier to work from the command line
  487.     (on Windows 9x running Apache from the command line is the
  488.     recommended way due to the lack of reliable service support.)</p>
  489.  
  490.     <p>To run Apache from the command line as a console application,
  491.     use the following command:</p>
  492.  
  493.     <example>
  494.       apache
  495.     </example>
  496.  
  497.     <p>Apache will execute, and will remain running until it is stopped
  498.     by pressing Control-C.</p>
  499.  
  500.     <p>You can also run Apache via the shortcut Start Apache in Console
  501.     placed to <code>Start Menu --> Programs --> Apache HTTP Server
  502.     2.0.xx --> Control Apache Server</code> during the installation.
  503.     This will open a console window and start Apache inside it. If you
  504.     don't have Apache installed as a service, the window will remain
  505.     visible until you stop Apache by pressing Control-C in the console
  506.     window where Apache is running in. The server will exit in a few
  507.     seconds. However, if you do have Apache installed as a service, the
  508.     shortcut starts the service. If the Apache service is running
  509.     already, the shortcut doesn't do anything.</p>
  510.  
  511.     <p>You can tell a running Apache to stop by opening another console
  512.     window and entering:</p>
  513.  
  514.     <example>
  515.       apache -k shutdown
  516.     </example>
  517.  
  518.     <p>This should be preferred over pressing Control-C because this
  519.     lets Apache end any current operations and clean up gracefully.</p>
  520.  
  521.     <p>You can also tell Apache to restart. This forces it to reread
  522.     the configuration file. Any operations in progress are allowed to
  523.     complete without interruption. To restart Apache, use:</p>
  524.  
  525.     <example>
  526.       apache -k restart
  527.     </example>
  528.  
  529.     <note>Note for people familiar with the Unix version of Apache:
  530.     these commands provide a Windows equivalent to <code>kill -TERM
  531.     <em>pid</em></code> and <code>kill -USR1 <em>pid</em></code>. The
  532.     command line option used, <code>-k</code>, was chosen as a reminder
  533.     of the <code>kill</code> command used on Unix.</note>
  534.  
  535.     <p>If the Apache console window closes immediately or unexpectedly
  536.     after startup, open the Command Prompt from the Start Menu -->
  537.     Programs. Change to the folder to which you installed Apache, type
  538.     the command <code>apache</code>, and read the error message. Then
  539.     change to the logs folder, and review the <code>error.log</code>
  540.     file for configuration mistakes. If you accepted the defaults when
  541.     you installed Apache, the commands would be:</p>
  542.  
  543.     <example>
  544.       c: <br />
  545.       cd "\Program Files\Apache Group\Apache2\bin" <br />
  546.       apache
  547.     </example>
  548.  
  549.     <p>Then wait for Apache to stop, or press Control-C. Then enter the
  550.     following:</p>
  551.  
  552.     <example>
  553.       cd ..\logs <br />
  554.       more < error.log
  555.     </example>
  556.  
  557.     <p>When working with Apache it is important to know how it will
  558.     find the configuration file. You can specify a configuration file
  559.     on the command line in two ways:</p>
  560.  
  561.     <ul>
  562.       <li><p><code>-f</code> specifies an absolute or relative path to
  563.       a particular configuration file:</p>
  564.  
  565.       <example>
  566.         apache -f "c:\my server files\anotherconfig.conf"
  567.       </example>
  568.  
  569.       <p>or</p>
  570.  
  571.       <example>
  572.         apache -f files\anotherconfig.conf
  573.       </example></li>
  574.  
  575.       <li><p><code>-n</code> specifies the installed Apache service
  576.       whose configuration file is to be used:</p>
  577.  
  578.       <example>
  579.         apache -n "MyServiceName"
  580.       </example>
  581.       </li>
  582.     </ul>
  583.  
  584.     <p>In both of these cases, the proper
  585.     <directive module="core">ServerRoot</directive> should be set in
  586.     the configuration file.</p>
  587.  
  588.     <p>If you don't specify a configuration file with <code>-f</code>
  589.     or <code>-n</code>, Apache will use the file name compiled into the
  590.     server, such as <code>conf\httpd.conf</code>. This built-in path
  591.     is relative to the installation directory. You can verify the compiled
  592.     file name from a value labelled as <code>SERVER_CONFIG_FILE</code> when
  593.     invoking Apache with the <code>-V</code> switch, like this:</p>
  594.  
  595.     <example>
  596.       apache -V
  597.     </example>
  598.  
  599.     <p>Apache will then try to determine its <directive module="core">
  600.     ServerRoot</directive> by trying the following, in this order:</p>
  601.  
  602.     <ol>
  603.       <li>A <directive module="core">ServerRoot</directive> directive
  604.       via the <code>-C</code> command line switch.</li>
  605.  
  606.       <li>The <code>-d</code> switch on the command line.</li>
  607.  
  608.       <li>Current working directory.</li>
  609.  
  610.       <li>A registry entry which was created if you did a binary
  611.       installation.</li>
  612.  
  613.       <li>The server root compiled into the server. This is <code>
  614.       /apache</code> by default, you can verify it by using <code>
  615.       apache -V</code> and looking for a value labelled as
  616.       <code>HTTPD_ROOT</code>.</li>
  617.     </ol>
  618.  
  619.     <p>During the installation, a version-specific registry key is
  620.     created in the Windows registry. The location of this key depends
  621.     on the type of the installation. If you chose to install Apache
  622.     for all users, the key is located under the
  623.     <code>HKEY_LOCAL_MACHINE</code> hive, like this (the version
  624.     numbers will of course vary between different versions of Apache:
  625.     </p>
  626.  
  627.     <example>
  628.       HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache\2.0.43
  629.     </example>
  630.  
  631.     <p>Correspondingly, if you chose to install Apache for the current
  632.     user only, the key is located under the <code>HKEY_CURRENT_USER</code>
  633.     hive, the contents of which are dependent of the user currently
  634.     logged on:</p>
  635.  
  636.     <example>
  637.       HKEY_CURRENT_USER\SOFTWARE\Apache Group\Apache\2.0.43
  638.     </example>
  639.  
  640.     <p>This key is compiled into the server and can enable you to test
  641.     new versions without affecting the current version. Of course, you
  642.     must take care not to install the new version in the same
  643.     directory as another version.</p>
  644.  
  645.     <p>If you did not do a binary install, Apache will in some
  646.     scenarios complain about the missing registry key. This warning can
  647.     be ignored if the server was otherwise able to find its
  648.     configuration file.</p>
  649.  
  650.     <p>The value of this key is the
  651.     <directive module="core">ServerRoot</directive> directory which
  652.     contains the <code>conf</code> subdirectory. When Apache starts it
  653.     reads the <code>httpd.conf</code> file from that directory. If
  654.     this file contains a <directive module="core">ServerRoot</directive>
  655.     directive which contains a different directory from the one
  656.     obtained from the registry key above, Apache will forget the
  657.     registry key and use the directory from the configuration file. If
  658.     you copy the Apache directory or configuration files to a new
  659.     location it is vital that you update the
  660.     <directive module="core">ServerRoot</directive> directive in the
  661.     <code>httpd.conf</code> file to reflect the new location.</p>
  662.  
  663.   </section>
  664.  
  665.   <section id="test">
  666.     <title>Testing the Installation</title>
  667.  
  668.     <p>After starting Apache (either in a console window or as a
  669.     service) it will be listening on port 80 (unless you changed the
  670.     <directive module="mpm_common">Listen</directive> directive in the
  671.     configuration files or installed Apache only for the current user).
  672.     To connect to the server and access the default page, launch a
  673.     browser and enter this URL:</p>
  674.  
  675.     <example>
  676.       http://localhost/
  677.     </example>
  678.  
  679.     <p>Apache should respond with a welcome page and a link to the
  680.     Apache manual. If nothing happens or you get an error, look in the
  681.     <code>error.log</code> file in the <code>logs</code> subdirectory.
  682.     If your host is not connected to the net, or if you have serious
  683.     problems with your DNS (Domain Name Service) configuration, you
  684.     may have to use this URL:</p>
  685.  
  686.     <example>
  687.       http://127.0.0.1/
  688.     </example>
  689.  
  690.     <p>Once your basic installation is working, you should configure it
  691.     properly by editing the files in the <code>conf</code> subdirectory.
  692.     Again, if you change the configuration of the Windows NT service
  693.     for Apache, first attempt to start it from the command line to
  694.     make sure that the service starts with no errors.</p>
  695.  
  696.     <p>Because Apache <strong>cannot</strong> share the same port with
  697.     another TCP/IP application, you may need to stop, uninstall or reconfigure
  698.     certain other services before running Apache. These conflicting
  699.     services include other WWW servers and some firewall implementations.
  700.     </p>
  701.  
  702.   </section>
  703.  
  704. </manualpage>
  705.