summaryrefslogtreecommitdiffstats
path: root/docs/manual/faq/support.html
blob: a7db4f21206fb02a4af751399bffa3981f951210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!--#if expr="!$ONEPAGE" -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta name="generator" content="HTML Tidy, see www.w3.org" />

    <title>Support - Apache Server Frequently Asked
    Questions</title>
  </head>
  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->

  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
  vlink="#000080" alink="#FF0000">
    <!--#include virtual="header.html" -->

    <h1 align="center">Frequently Asked Questions</h1>
    <!--#endif -->

    <h2><a id="support.html" name="support.html">Support</a></h2>

    <ul>
      <li><a href="#what2do">"Why can't I ...? Why won't ... work?"
      What to do in case of problems</a></li>

      <li><a href="#support">Whom do I contact for
      support?</a></li>
    </ul>
    <hr />

    <h3><a id="what2do" name="what2do">"Why can't I ...? Why won't
    ... work?" What to do in case of problems</a></h3>

    <p>If you are having trouble with your Apache server software,
    you should take the following steps:</p>

    <ol>
      <li>
        <strong>Check the errorlog!</strong> 

        <p>Apache tries to be helpful when it encounters a problem.
        In many cases, it will provide some details by writing one
        or messages to the server error log. Sometimes this is
        enough for you to diagnose &amp; fix the problem yourself
        (such as file permissions or the like). The default
        location of the error log is
        <samp>/usr/local/apache2/logs/error_log</samp>, but see the
        <a
        href="../mod/core.html#errorlog"><samp>ErrorLog</samp></a>
        directive in your config files for the location on your
        server.</p>
      </li>

      <li>
        <strong>Check the <a
        href="http://httpd.apache.org/docs-2.1/faq/">FAQ</a>!</strong>
        

        <p>The latest version of the Apache Frequently-Asked
        Questions list can always be found at the main Apache web
        site.</p>
      </li>

      <li>
        <strong>Check the Apache bug database</strong> 

        <p>Most problems that get reported to The Apache Group are
        recorded in the <a href="http://httpd.apache.org/bug_report.html">bug
        database</a>. <em><strong>Please</strong> check the
        existing reports, open <strong>and</strong> closed, before
        adding one.</em> If you find that your issue has already
        been reported, please <em>don't</em> add a "me, too"
        report. If the original report isn't closed yet, we suggest
        that you check it periodically. You might also consider
        contacting the original submitter, because there may be an
        email exchange going on about the issue that isn't getting
        recorded in the database.</p>
      </li>

      <li>
        <strong><a id="user-support" name="user-support">Ask in a
        user support forum</a></strong> 

        <p>Apache has an active community of users who are willing
        to share their knowledge. Participating in this community
        is usually the best and fastest way to get answers to your
        questions and problems.</p>

        <p><a href="http://httpd.apache.org/userslist.html">Users
        mailing list</a></p>

        <p>USENET newsgroups:</p>

        <ul>
          <li>comp.infosystems.www.servers.unix [<a
          href="news:comp.infosystems.www.servers.unix">nntp</a>] [
          <a
          href="http://groups.google.com/groups?group=comp.infosystems.www.servers.unix">
          google</a>]</li>

          <li>comp.infosystems.www.servers.ms-windows [<a
          href="news:comp.infosystems.www.servers.ms-windows">nntp</a>]
          [ <a
          href="http://groups.google.com/groups?group=comp.infosystems.www.servers.ms-windows">
          google</a>]</li>

          <li>comp.infosystems.www.authoring.cgi [<a
          href="news:comp.infosystems.www.authoring.cgi">news</a>]
          [ <a
          href="http://groups.google.com/groups?group=comp.infosystems.www.authoring.cgi">
          google</a>]</li>
        </ul>
      </li>

      <li>
        <strong>If all else fails, report the problem in the bug
        database</strong> 

        <p>If you've gone through those steps above that are
        appropriate and have obtained no relief, then please
        <em>do</em> let The Apache Group know about the problem by
        <a href="http://httpd.apache.org/bug_report.html">logging a
        bug report</a>.</p>

        <p>If your problem involves the server crashing and
        generating a core dump, please include a backtrace (if
        possible). As an example,</p>

        <dl>
          <dd><code># cd <em>ServerRoot</em><br />
           # dbx httpd core<br />
           (dbx) where</code></dd>
        </dl>

        <p>(Substitute the appropriate locations for your
        <samp>ServerRoot</samp> and your <samp>httpd</samp> and
        <samp>core</samp> files. You may have to use
        <code>gdb</code> instead of <code>dbx</code>.)</p>
      </li>
    </ol>
    <hr />

    <h3><a id="support" name="support">Whom do I contact for
    support?</a></h3>

    <p>With several million users and fewer than forty volunteer
    developers, we cannot provide personal support for Apache. For
    free support, we suggest participating in a <a
    href="#user-support">user forum</a>.</p>

    <p>Professional, commercial support for Apache is available
    from <a href="http://www.apache.org/info/support.cgi">a number
    of companies</a>.</p>
    <!--#if expr="!$ONEPAGE" -->
    <!--#include virtual="footer.html" -->
    <!--#endif -->
  </body>
</html>