home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F277574_install.html.en < prev    next >
Extensible Markup Language  |  2004-04-25  |  21KB  |  384 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  4.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5.               This file is generated from xml source: DO NOT EDIT
  6.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.       -->
  8. <title>Compiling and Installing - Apache HTTP Server</title>
  9. <link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  10. <link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  11. <link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  12. <link href="./images/favicon.ico" rel="shortcut icon" /></head>
  13. <body id="manual-page"><div id="page-header">
  14. <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p>
  15. <p class="apache">Apache HTTP Server Version 2.0</p>
  16. <img alt="" src="./images/feather.gif" /></div>
  17. <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div>
  18. <div id="path">
  19. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>Compiling and Installing</h1>
  20. <div class="toplang">
  21. <p><span>Available Languages: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
  22. <a href="./en/install.html" title="English"> en </a> |
  23. <a href="./es/install.html" hreflang="es" rel="alternate" title="Espa±ol"> es </a> |
  24. <a href="./ja/install.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
  25. <a href="./ko/install.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |
  26. <a href="./ru/install.html" hreflang="ru" rel="alternate" title="Russian"> ru </a></p>
  27. </div>
  28.  
  29.  
  30.     <p>This document covers compilation and installation of Apache
  31.     on Unix and Unix-like systems only. For compiling and
  32.     installation on Windows, see <a href="platform/windows.html">Using Apache with Microsoft
  33.     Windows</a>. For other platforms, see the <a href="platform/">platform</a> documentation.</p>
  34.  
  35.     <p>Apache 2.0's configuration and installation environment has
  36.     changed completely from Apache 1.3. Apache 1.3 used a custom
  37.     set of scripts to achieve easy installation. Apache 2.0 now
  38.     uses <code>libtool</code> and <code>autoconf</code>
  39.     to create an environment that looks like many other Open Source
  40.     projects.</p>
  41.  
  42.     <p>If you are upgrading from one minor version to the next (for
  43.     example, 2.0.50 to 2.0.51), please skip down to the <a href="#upgrading">upgrading</a> section.</p>
  44.  
  45. </div>
  46. <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#overview">Overview for the
  47.     impatient</a></li>
  48. <li><img alt="" src="./images/down.gif" /> <a href="#requirements">Requirements</a></li>
  49. <li><img alt="" src="./images/down.gif" /> <a href="#download">Download</a></li>
  50. <li><img alt="" src="./images/down.gif" /> <a href="#extract">Extract</a></li>
  51. <li><img alt="" src="./images/down.gif" /> <a href="#configure">Configuring the source tree</a></li>
  52. <li><img alt="" src="./images/down.gif" /> <a href="#compile">Build</a></li>
  53. <li><img alt="" src="./images/down.gif" /> <a href="#install">Install</a></li>
  54. <li><img alt="" src="./images/down.gif" /> <a href="#customize">Customize</a></li>
  55. <li><img alt="" src="./images/down.gif" /> <a href="#test">Test</a></li>
  56. <li><img alt="" src="./images/down.gif" /> <a href="#upgrading">Upgrading</a></li>
  57. </ul><h3>See also</h3><ul class="seealso"><li><a href="programs/configure.html">Configure the source tree</a></li><li><a href="invoking.html">Starting Apache</a></li><li><a href="stopping.html">Stopping and Restarting</a></li></ul></div>
  58. <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  59. <div class="section">
  60. <h2><a name="overview" id="overview">Overview for the
  61.     impatient</a></h2>
  62.  
  63.     <table>
  64.       
  65.       <tr>
  66.         <td><a href="#download">Download</a></td>
  67.  
  68.         <td><code>$ lynx http://httpd.apache.org/download.cgi</code>
  69.         </td>
  70.       </tr>
  71.  
  72.       <tr>
  73.         <td><a href="#extract">Extract</a></td>
  74.  
  75.         <td><code>$ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
  76.          $ tar xvf httpd-2_0_<em>NN</em>.tar</code> </td>
  77.       </tr>
  78.  
  79.       <tr>
  80.         <td><a href="#configure">Configure</a></td>
  81.  
  82.         <td><code>$ ./configure --prefix=<em>PREFIX</em></code>
  83.         </td>
  84.       </tr>
  85.  
  86.       <tr>
  87.         <td><a href="#compile">Compile</a></td>
  88.  
  89.         <td><code>$ make</code> </td>
  90.       </tr>
  91.  
  92.       <tr>
  93.         <td><a href="#install">Install</a></td>
  94.  
  95.         <td><code>$ make install</code> </td>
  96.       </tr>
  97.  
  98.       <tr>
  99.         <td><a href="#customize">Customize</a></td>
  100.  
  101.         <td><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code> </td>
  102.       </tr>
  103.  
  104.       <tr>
  105.         <td><a href="#test">Test</a></td>
  106.  
  107.         <td><code>$ <em>PREFIX</em>/bin/apachectl start</code>
  108.         </td>
  109.       </tr>
  110.     </table>
  111.  
  112.     <p><em>NN</em> must be replaced with the current minor version
  113.     number, and <em>PREFIX</em> must be replaced with the
  114.     filesystem path under which the server should be installed. If
  115.     <em>PREFIX</em> is not specified, it defaults to
  116.     <code>/usr/local/apache2</code>.</p>
  117.  
  118.     <p>Each section of the compilation and installation process is
  119.     described in more detail below, beginning with the requirements
  120.     for compiling and installing Apache HTTPD.</p>
  121. </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  122. <div class="section">
  123. <h2><a name="requirements" id="requirements">Requirements</a></h2>
  124.  
  125.     <p>The following requirements exist for building Apache:</p>
  126.  
  127.     <dl>
  128.       <dt>Disk Space</dt>
  129.       <dd>Make sure you have at least 50 MB of temporary free disk
  130.       space available. After installation Apache occupies
  131.       approximately 10 MB of disk space. The actual disk space
  132.       requirements will vary considerably based on your chosen
  133.       configuration options and any third-party modules.</dd>
  134.  
  135.       <dt>ANSI-C Compiler and Build System</dt>
  136.       <dd>Make sure you have an ANSI-C compiler installed. The <a href="http://www.gnu.org/software/gcc/gcc.html">GNU C
  137.       compiler (GCC)</a> from the <a href="http://www.gnu.org/">Free Software Foundation (FSF)</a>
  138.       is recommended (version 2.7.2 is fine). If you don't have GCC
  139.       then at least make sure your vendor's compiler is ANSI
  140.       compliant. In addition, your <code>PATH</code> must contain
  141.       basic build tools such as <code>make</code>.</dd>
  142.  
  143.       <dt>Accurate time keeping</dt>
  144.       <dd>Elements of the HTTP protocol are expressed as the time of
  145.       day. So, it's time to investigate setting some time
  146.       synchronization facility on your system. Usually the
  147.       <code>ntpdate</code> or <code>xntpd</code> programs are used for
  148.       this purpose which are based on the Network Time Protocol (NTP).
  149.       See the Usenet newsgroup <a href="news:comp.protocols.time.ntp">comp.protocols.time.ntp</a>
  150.       and the <a href="http://www.ntp.org">NTP
  151.       homepage</a> for more details about NTP software and public
  152.       time servers.</dd>
  153.  
  154.       <dt><a href="http://www.perl.org/">Perl 5</a>
  155.       [OPTIONAL]</dt>
  156.       <dd>For some of the support scripts like <a href="programs/apxs.html">apxs</a> or <a href="programs/dbmmanage.html">dbmmanage</a> (which are
  157.       written in Perl) the Perl 5 interpreter is required (versions
  158.       5.003 or newer are sufficient). If no such interpreter is found by
  159.       the `<code>configure</code>' script there is no harm. Of course, you
  160.       still can build and install Apache 2.0. Only those support scripts
  161.       cannot be used. If you have multiple Perl interpreters
  162.       installed (perhaps a Perl 4 from the vendor and a Perl 5 from
  163.       your own), then it is recommended to use the <code>--with-perl</code>
  164.       option (see below) to make sure the correct one is selected
  165.       by <code>./configure</code>.</dd>
  166.     </dl>
  167. </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  168. <div class="section">
  169. <h2><a name="download" id="download">Download</a></h2>
  170.  
  171.     <p>Apache can be downloaded from the <a href="http://httpd.apache.org/download.cgi">Apache HTTP Server
  172.     download site</a> which lists several mirrors.  Most users of
  173.     Apache on unix-like systems will be better off downloading and
  174.     compiling a source version.  The build process (described below) is
  175.     easy, and it allows you to customize your server to suit your needs.
  176.     In addition, binary releases are often not up to date with the latest
  177.     source releases.  If you do download a binary, follow the instructions
  178.     in the <code>INSTALL.bindist</code> file inside the distribution.</p>
  179.  
  180.     <p>After downloading, it is important to verify that you have a
  181.     complete and unmodified version of the Apache HTTP Server. This
  182.     can be accomplished by testing the downloaded tarball against the
  183.     PGP signature.  Details on how to do this are available on the <a href="http://httpd.apache.org/download.cgi#verify">download
  184.     page</a> and an extended example is available describing the <a href="http://httpd.apache.org/dev/verification.html">use of
  185.     PGP</a>.</p>
  186.  
  187. </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  188. <div class="section">
  189. <h2><a name="extract" id="extract">Extract</a></h2>
  190.  
  191.     <p>Extracting the source from the Apache HTTPD tarball is a
  192.     simple matter of uncompressing, and then untarring:</p>
  193.  
  194. <div class="example"><p><code>
  195. $ gzip -d httpd-2_0_<em>NN</em>.tar.gz<br />
  196. $ tar xvf httpd-2_0_<em>NN</em>.tar
  197. </code></p></div>
  198.  
  199.     <p>This will create a new directory under the current directory
  200.     containing the source code for the distribution. You should
  201.     <code>cd</code> into that directory before proceeding with
  202.     compiling the server.</p>
  203. </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  204. <div class="section">
  205. <h2><a name="configure" id="configure">Configuring the source tree</a></h2>
  206.  
  207.     <p>The next step is to configure the Apache source tree for your
  208.     particular platform and personal requirements. This is done using
  209.     the script <code><a href="programs/configure.html">configure</a></code> included in
  210.     the root directory of the distribution. (Developers downloading
  211.     the CVS version of the Apache source tree will need to have
  212.     <code>autoconf</code> and <code>libtool</code> installed and will
  213.     need to run <code>buildconf</code> before proceeding with the next
  214.     steps. This is not necessary for official releases.)</p>
  215.  
  216.     <p>To configure the source tree using all the default options,
  217.     simply type <code>./configure</code>. To change the default
  218.     options, <code>configure</code> accepts a variety of variables
  219.     and command line options.</p>
  220.  
  221.     <p>The most important option is the location <code>--prefix</code>
  222.     where Apache is to be installed later, because Apache has to be
  223.     configured for this location to work correctly.  More fine-tuned
  224.     control of the location of files is possible with additional <a href="programs/configure.html#installationdirectories">configure
  225.     options</a>.</p>
  226.  
  227.     <p>Also at this point, you can specify which <a href="programs/configure.html#optionalfeatures">features</a> you
  228.     want included in Apache by enabling and disabling <a href="mod/">modules</a>.  Apache comes with a <a href="mod/module-dict.html#Status">Base</a> set of modules included by
  229.     default.  Other modules are enabled using the
  230.     <code>--enable-<var>module</var></code> option, where
  231.     <var>module</var> is the name of the module with the
  232.     <code>mod_</code> string removed and with any underscore converted
  233.     to a dash.  You can also choose to compile modules as <a href="dso.html">shared objects (DSOs)</a> -- which can be loaded
  234.     or unloaded at runtime -- by using the option
  235.     <code>--enable-<var>module</var>=shared</code>.  Similarly, you can
  236.     disable Base modules with the
  237.     <code>--disable-<var>module</var></code> option.  Be careful when
  238.     using these options, since <code>configure</code> cannot warn you
  239.     if the module you specify does not exist; it will simply ignore the
  240.     option.</p>
  241.  
  242.     <p>In addition, it is sometimes necessary to provide the
  243.     <code>configure</code> script with extra information about the
  244.     location of your compiler, libraries, or header files.  This is
  245.     done by passing either environment variables or command line
  246.     options to <code>configure</code>.  For more information, see the
  247.     <a href="programs/configure.html">configure manual page</a>.</p>
  248.  
  249.     <p>For a short impression of what possibilities you have, here
  250.     is a typical example which compiles Apache for the installation
  251.     tree <code>/sw/pkg/apache</code> with a particular compiler and flags
  252.     plus the two additional modules <code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code> and
  253.     <code class="module"><a href="./mod/mod_speling.html">mod_speling</a></code> for
  254.     later loading through the DSO mechanism:</p>
  255.  
  256. <div class="example"><p><code>
  257.       $ CC="pgcc" CFLAGS="-O2" \<br />
  258.        ./configure --prefix=/sw/pkg/apache \<br />
  259.        --enable-rewrite=shared \<br />
  260.        --enable-speling=shared
  261. </code></p></div>
  262.  
  263.     <p>When <code>configure</code> is run it will take several minutes to
  264.     test for the availability of features on your system and build
  265.     Makefiles which will later be used to compile the server.</p>
  266.  
  267.     <p>Details on all the different <code>configure</code> options are
  268.     available on the <a href="programs/configure.html">configure 
  269.     manual page</a>.</p> 
  270.  
  271. </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  272. <div class="section">
  273. <h2><a name="compile" id="compile">Build</a></h2>
  274.  
  275.     <p>Now you can build the various parts which form the Apache
  276.     package by simply running the command:</p>
  277.  
  278. <div class="example"><p><code>$ make</code></p></div>
  279.  
  280.     <p>Please be patient here, since a base configuration takes
  281.     approximately 3 minutes to compile under a Pentium III/Linux
  282.     2.2 system, but this will vary widely depending on your
  283.     hardware and the number of modules which you have enabled.</p>
  284. </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  285. <div class="section">
  286. <h2><a name="install" id="install">Install</a></h2>
  287.  
  288.     <p>Now it's time to install the package under the configured
  289.     installation <em>PREFIX</em> (see <code>--prefix</code> option
  290.     above) by running:</p>
  291.  
  292. <div class="example"><p><code>$ make install</code></p></div>
  293.  
  294.     <p>If you are upgrading, the installation will not overwrite
  295.     your configuration files or documents.</p>
  296. </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  297. <div class="section">
  298. <h2><a name="customize" id="customize">Customize</a></h2>
  299.  
  300.     <p>Next, you can customize your Apache HTTP server by editing
  301.     the <a href="configuring.html">configuration files</a> under
  302.     <code><em>PREFIX</em>/conf/</code>.</p>
  303.  
  304. <div class="example"><p><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code></p></div>
  305.  
  306.     <p>Have a look at the Apache manual under <a href="./">docs/manual/</a> or consult <a href="http://httpd.apache.org/docs-2.0/">http://httpd.apache.org/docs-2.0/</a> for the most recent version of
  307.     this manual and a complete reference of available <a href="mod/directives.html">configuration directives</a>.</p>
  308. </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  309. <div class="section">
  310. <h2><a name="test" id="test">Test</a></h2>
  311.  
  312.     <p>Now you can <a href="invoking.html">start</a> your Apache
  313.     HTTP server by immediately running:</p>
  314.  
  315. <div class="example"><p><code>$ <em>PREFIX</em>/bin/apachectl start</code></p></div>
  316.  
  317.     <p>and then you should be able to request your first document
  318.     via URL <code>http://localhost/</code>. The web page you see is located
  319.     under the <code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code>
  320.     which will usually be <code><em>PREFIX</em>/htdocs/</code>.
  321.     Then <a href="stopping.html">stop</a> the server again by
  322.     running:</p>
  323.  
  324. <div class="example"><p><code>$ <em>PREFIX</em>/bin/apachectl stop</code></p></div>
  325. </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  326. <div class="section">
  327. <h2><a name="upgrading" id="upgrading">Upgrading</a></h2>
  328.  
  329.     <p>The first step in upgrading is to read the release announcement
  330.     and the file <code>CHANGES</code> in the source distribution to
  331.     find any changes that may affect your site.  When changing between
  332.     major releases (for example, from 1.3 to 2.0 or from 2.0 to 2.2),
  333.     there will likely be major differences in the compile-time and
  334.     run-time configuration that will require manual adjustments.  All
  335.     modules will also need to be upgraded to accomodate changes in the
  336.     module API.</p>
  337.  
  338.     <p>Upgrading from one minor version to the next (for example, from
  339.     2.0.55 to 2.0.57) is easier.  The <code>make install</code>
  340.     process will not overwrite any of your existing documents, log
  341.     files, or configuration files.  In addition, the developers make
  342.     every effort to avoid incompatible changes in the
  343.     <code>configure</code> options, run-time configuration, or the
  344.     module API between minor versions.  In most cases you should be able to
  345.     use an identical <code>configure</code> command line, an identical
  346.     configuration file, and all of your modules should continue to
  347.     work.  (This is only valid for versions after 2.0.41; earlier
  348.     versions have incompatible changes.)</p>
  349.  
  350.     <p>If you kept the source tree from your last installation,
  351.     upgrading is even easier.  The file <code>config.nice</code> in
  352.     the root of the old source tree contains the exact
  353.     <code>configure</code> command line that you used to configure the
  354.     source tree.  Then to upgrade from one version to the next, you
  355.     need only copy the <code>config.nice</code> file to the source
  356.     tree of the new version, edit it to make any desired changes, and
  357.     then run:</p>
  358.  
  359.     <div class="example"><p><code>
  360.     $ ./config.nice<br />
  361.     $ make<br />
  362.     $ make install<br />
  363.     $ <em>PREFIX</em>/bin/apachectl stop<br />
  364.     $ <em>PREFIX</em>/bin/apachectl start<br />
  365.     </code></p></div>
  366.  
  367.     <div class="warning">You should always test any new version in your
  368.     environment before putting it into production.  For example, you
  369.     can install and run the new version along side the old one by
  370.     using a different <code>--prefix</code> and a
  371.     different port (by adjusting the <code class="directive"><a href="./mod/mpm_common.html#listen">Listen</a></code> directive) to test for any
  372.     incompatibilities before doing the final upgrade.</div>
  373. </div></div>
  374. <div class="bottomlang">
  375. <p><span>Available Languages: </span><a href="./de/install.html" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
  376. <a href="./en/install.html" title="English"> en </a> |
  377. <a href="./es/install.html" hreflang="es" rel="alternate" title="Espa±ol"> es </a> |
  378. <a href="./ja/install.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
  379. <a href="./ko/install.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |
  380. <a href="./ru/install.html" hreflang="ru" rel="alternate" title="Russian"> ru </a></p>
  381. </div><div id="footer">
  382. <p class="apache">Copyright 1999-2004 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>
  383. <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div>
  384. </body></html>