home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / apache_2.2.8-win32-x86-no_ssl.msi / Data1.cab / _23BEC7D2B1BC9422F5C7E1B967B0BBDB < prev    next >
Extensible Markup Language  |  2007-11-14  |  13KB  |  169 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>Configuration Files - 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.2</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/">Documentation</a> > <a href="./">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Configuration Files</h1>
  20. <div class="toplang">
  21. <p><span>Available Languages: </span><a href="./de/configuring.html" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
  22. <a href="./en/configuring.html" title="English"> en </a> |
  23. <a href="./fr/configuring.html" hreflang="fr" rel="alternate" title="Franτais"> fr </a> |
  24. <a href="./ja/configuring.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
  25. <a href="./ko/configuring.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
  26. </div>
  27.  
  28. <p>This document describes the files used to configure the Apache
  29. HTTP server.</p>
  30. </div>
  31. <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#main">Main Configuration Files</a></li>
  32. <li><img alt="" src="./images/down.gif" /> <a href="#syntax">Syntax of the Configuration Files</a></li>
  33. <li><img alt="" src="./images/down.gif" /> <a href="#modules">Modules</a></li>
  34. <li><img alt="" src="./images/down.gif" /> <a href="#scope">Scope of Directives</a></li>
  35. <li><img alt="" src="./images/down.gif" /> <a href="#htaccess">.htaccess Files</a></li>
  36. </ul></div>
  37. <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  38. <div class="section">
  39. <h2><a name="main" id="main">Main Configuration Files</a></h2>
  40.     
  41.     <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_mime.html">mod_mime</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/core.html#ifdefine"><IfDefine></a></code></li><li><code class="directive"><a href="./mod/core.html#include">Include</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#typesconfig">TypesConfig</a></code></li></ul></td></tr></table>
  42.  
  43.     <p>Apache is configured by placing <a href="mod/directives.html">directives</a> in plain text
  44.     configuration files. The main configuration file is usually called
  45.     <code>httpd.conf</code>. The location of this file is set at
  46.     compile-time, but may be overridden with the <code>-f</code>
  47.     command line flag. In addition, other configuration files may be
  48.     added using the <code class="directive"><a href="./mod/core.html#include">Include</a></code>
  49.     directive, and wildcards can be used to include many configuration
  50.     files. Any directive may be placed in any of these configuration
  51.     files.  Changes to the main configuration files are only
  52.     recognized by Apache when it is started or restarted.</p>
  53.  
  54.     <p>The server also reads a file containing mime document types;
  55.     the filename is set by the <code class="directive"><a href="./mod/mod_mime.html#typesconfig">TypesConfig</a></code> directive,
  56.     and is <code>mime.types</code> by default.</p>
  57.   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  58. <div class="section">
  59. <h2><a name="syntax" id="syntax">Syntax of the Configuration Files</a></h2>
  60.     
  61.  
  62.     <p>Apache configuration files contain one directive per line.
  63.     The back-slash "\" may be used as the last character on a line
  64.     to indicate that the directive continues onto the next line.
  65.     There must be no other characters or white space between the
  66.     back-slash and the end of the line.</p>
  67.  
  68.     <p>Directives in the configuration files are case-insensitive,
  69.     but arguments to directives are often case sensitive. Lines
  70.     that begin with the hash character "#" are considered
  71.     comments, and are ignored. Comments may <strong>not</strong> be
  72.     included on a line after a configuration directive. Blank lines
  73.     and white space occurring before a directive are ignored, so
  74.     you may indent directives for clarity.</p>
  75.  
  76.     <p>You can check your configuration files for syntax errors
  77.     without starting the server by using <code>apachectl
  78.     configtest</code> or the <code>-t</code> command line
  79.     option.</p>
  80.   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  81. <div class="section">
  82. <h2><a name="modules" id="modules">Modules</a></h2>
  83.     
  84.  
  85.     <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_so.html">mod_so</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/core.html#ifmodule"><IfModule></a></code></li><li><code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code></li></ul></td></tr></table>
  86.  
  87.     <p>Apache is a modular server. This implies that only the most
  88.     basic functionality is included in the core server. Extended
  89.     features are available through <a href="mod/">modules</a> which can be loaded
  90.     into Apache. By default, a <a href="mod/module-dict.html#Status">base</a> set of modules is
  91.     included in the server at compile-time. If the server is
  92.     compiled to use <a href="dso.html">dynamically loaded</a>
  93.     modules, then modules can be compiled separately and added at
  94.     any time using the <code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code>
  95.     directive.
  96.     Otherwise, Apache must be recompiled to add or remove modules.
  97.     Configuration directives may be included conditional on a
  98.     presence of a particular module by enclosing them in an <code class="directive"><a href="./mod/core.html#ifmodule"><IfModule></a></code> block.</p>
  99.  
  100.     <p>To see which modules are currently compiled into the server,
  101.     you can use the <code>-l</code> command line option.</p>
  102.   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  103. <div class="section">
  104. <h2><a name="scope" id="scope">Scope of Directives</a></h2>
  105.     
  106.  
  107.     <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td /><td><ul><li><code class="directive"><a href="./mod/core.html#directory"><Directory></a></code></li><li><code class="directive"><a href="./mod/core.html#directorymatch"><DirectoryMatch></a></code></li><li><code class="directive"><a href="./mod/core.html#files"><Files></a></code></li><li><code class="directive"><a href="./mod/core.html#filesmatch"><FilesMatch></a></code></li><li><code class="directive"><a href="./mod/core.html#location"><Location></a></code></li><li><code class="directive"><a href="./mod/core.html#locationmatch"><LocationMatch></a></code></li><li><code class="directive"><a href="./mod/core.html#virtualhost"><VirtualHost></a></code></li></ul></td></tr></table>
  108.  
  109.     <p>Directives placed in the main configuration files apply to
  110.     the entire server. If you wish to change the configuration for
  111.     only a part of the server, you can scope your directives by
  112.     placing them in <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code>, <code class="directive"><a href="./mod/core.html#directorymatch"><DirectoryMatch></a></code>, <code class="directive"><a href="./mod/core.html#files"><Files></a></code>, <code class="directive"><a href="./mod/core.html#filesmatch"><FilesMatch></a></code>, <code class="directive"><a href="./mod/core.html#location"><Location></a></code>, and <code class="directive"><a href="./mod/core.html#locationmatch"><LocationMatch></a></code>
  113.     sections. These sections limit the application of the
  114.     directives which they enclose to particular filesystem
  115.     locations or URLs. They can also be nested, allowing for very
  116.     fine grained configuration.</p>
  117.  
  118.     <p>Apache has the capability to serve many different websites
  119.     simultaneously. This is called <a href="vhosts/">Virtual
  120.     Hosting</a>. Directives can also be scoped by placing them
  121.     inside <code class="directive"><a href="./mod/core.html#virtualhost"><VirtualHost></a></code>
  122.     sections, so that they will only apply to requests for a
  123.     particular website.</p>
  124.  
  125.     <p>Although most directives can be placed in any of these
  126.     sections, some directives do not make sense in some contexts.
  127.     For example, directives controlling process creation can only
  128.     be placed in the main server context. To find which directives
  129.     can be placed in which sections, check the <a href="mod/directive-dict.html#Context">Context</a> of the
  130.     directive. For further information, we provide details on <a href="sections.html">How Directory, Location and Files sections
  131.     work</a>.</p>
  132.   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
  133. <div class="section">
  134. <h2><a name="htaccess" id="htaccess">.htaccess Files</a></h2>
  135.     
  136.  
  137.     <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td /><td><ul><li><code class="directive"><a href="./mod/core.html#accessfilename">AccessFileName</a></code></li><li><code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code></li></ul></td></tr></table>
  138.  
  139.     <p>Apache allows for decentralized management of configuration
  140.     via special files placed inside the web tree. The special files
  141.     are usually called <code>.htaccess</code>, but any name can be
  142.     specified in the <code class="directive"><a href="./mod/core.html#accessfilename">AccessFileName</a></code>
  143.     directive. Directives placed in <code>.htaccess</code> files
  144.     apply to the directory where you place the file, and all
  145.     sub-directories. The <code>.htaccess</code> files follow the
  146.     same syntax as the main configuration files. Since
  147.     <code>.htaccess</code> files are read on every request, changes
  148.     made in these files take immediate effect.</p>
  149.  
  150.     <p>To find which directives can be placed in
  151.     <code>.htaccess</code> files, check the <a href="mod/directive-dict.html#Context">Context</a> of the
  152.     directive. The server administrator further controls what
  153.     directives may be placed in <code>.htaccess</code> files by
  154.     configuring the <code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code>
  155.     directive in the main configuration files.</p>
  156.  
  157.     <p>For more information on <code>.htaccess</code> files, see
  158.     the <a href="howto/htaccess.html">.htaccess tutorial</a>.</p>
  159.   </div></div>
  160. <div class="bottomlang">
  161. <p><span>Available Languages: </span><a href="./de/configuring.html" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
  162. <a href="./en/configuring.html" title="English"> en </a> |
  163. <a href="./fr/configuring.html" hreflang="fr" rel="alternate" title="Franτais"> fr </a> |
  164. <a href="./ja/configuring.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
  165. <a href="./ko/configuring.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
  166. </div><div id="footer">
  167. <p class="apache">Copyright 2007 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>
  168. <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>
  169. </body></html>