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 / _FF6AB956F1E4F4D63E6CA93E339482A0 < prev    next >
Extensible Markup Language  |  2007-09-01  |  7KB  |  106 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>Frequently Asked Questions - 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>Frequently Asked Questions</h1>
  20. <div class="toplang">
  21. <p><span>Available Languages: </span><a href="../en/faq/" title="English"> en </a></p>
  22. </div>
  23.  
  24.     <p>This document is not a traditional FAQ, but rather a quick
  25.     guide showing you what to do when you run into problems with the
  26.     Apache HTTP Server.</p>
  27.  
  28.     <p>A more traditional but quite outdated document is the <a href="http://httpd.apache.org/docs/misc/FAQ.html">Apache 1.3
  29.     FAQ</a>.</p> 
  30. </div>
  31. <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#support.what2do">"Why can't I ...? Why won't ... work?" What to do in case of
  32.     problems</a></li>
  33. <li><img alt="" src="../images/down.gif" /> <a href="#support.support">Whom do I contact for support?</a></li>
  34. </ul></div>
  35. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  36. <div class="section">
  37. <h2><a name="support.what2do" id="support.what2do">"Why can't I ...? Why won't ... work?" What to do in case of
  38.     problems</a></h2>
  39.     
  40.  
  41.       <p>If you are having trouble with your Apache server software, you should
  42.       take the following steps:</p>
  43.  
  44.       <dl>
  45.       <dt>Check the ErrorLog!</dt>
  46.       <dd>Apache tries to be helpful when it encounters a problem. In many
  47.       cases, it will provide some details by writing one or more messages to the
  48.       server error log. Sometimes this is enough for you to diagnose and fix
  49.       the problem yourself (such as file permissions or the like). The default
  50.       location of the error log is
  51.       <code>/usr/local/apache2/logs/error_log</code>, but see the <code class="directive"><a href="../mod/core.html#errorlog">ErrorLog</a></code> directive in your config files for the
  52.       location on your server.</dd>
  53.  
  54.       <dt>Consult the wiki</dt>
  55.       <dd>The <a href="http://wiki.apache.org/httpd/">Apache HTTP
  56.       Server Wiki</a> contains guides to solving many common
  57.       problems.</dd>
  58.  
  59.       <dt>Check the Apache bug database</dt> <dd>Most problems that
  60.       get reported to The Apache Group are recorded in the <a href="http://httpd.apache.org/bug_report.html">bug database</a>.
  61.       <strong>Do not</strong> submit a new bug report until you have
  62.       checked existing reports (open <em>and</em> closed) and asked
  63.       about your problem in a user-support forum (see below). If you
  64.       find that your issue has already been reported, please
  65.       <em>don't</em> add a "me, too" report.</dd>
  66.  
  67.       <dt><a id="support.what2do.user-support" name="support.what2do.user-support">Ask in a user support forum</a></dt>
  68.       <dd><p>Apache has an active community of users who are willing to share
  69.       their knowledge. Participating in this community is usually the best and
  70.       fastest way to get answers to your questions and problems.</p>
  71.  
  72.       <p><a href="http://httpd.apache.org/userslist.html">Users
  73.       mailing list</a></p>
  74.  
  75.       <p><a href="irc://irc.freenode.net/#apache">#apache</a> on 
  76.       <a href="http://freenode.net">Freenode IRC</a> is also available for 
  77.       user support issues.</p>
  78.       </dd>
  79.  
  80.       <dt>Please use the bug database for bugs!</dt>
  81.       <dd><p>If you've gone through those steps above that are appropriate and
  82.       have obtained no relief, then please <em>do</em> let the httpd developers
  83.       know about the problem by <a href="http://httpd.apache.org/bug_report.html">logging a bug
  84.       report</a>.</p>
  85.  
  86.       <p>If your problem involves the server crashing and generating a core
  87.       dump, please <a href="http://httpd.apache.org/dev/debugging.html">
  88.       include a backtrace</a> (if possible).</p>
  89.       </dd>
  90.       </dl>
  91.     </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  92. <div class="section">
  93. <h2><a name="support.support" id="support.support">Whom do I contact for support?</a></h2>
  94.       <p>With millions of users and fewer than sixty volunteer developers,
  95.       we cannot provide personal support for Apache. For free support, we
  96.       suggest participating in a user forum (see above).</p>
  97.  
  98.       <p>Professional, commercial support for Apache is available from
  99.       a number of companies.</p>
  100.     </div></div>
  101. <div class="bottomlang">
  102. <p><span>Available Languages: </span><a href="../en/faq/" title="English"> en </a></p>
  103. </div><div id="footer">
  104. <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>
  105. <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>
  106. </body></html>