]> granicus.if.org Git - apache/commitdiff
Clean up some problems in the recently committed background faqs;
authorJoshua Slive <slive@apache.org>
Fri, 26 Aug 2005 17:58:39 +0000 (17:58 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 26 Aug 2005 17:58:39 +0000 (17:58 +0000)
Make the reference to the 1.3 FAQ a little more up-to-date; and
add a FAQ on SELinux.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240301 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/faq/all_in_one.html.en
docs/manual/faq/background.html.en
docs/manual/faq/background.xml
docs/manual/faq/error.html.en
docs/manual/faq/error.xml
docs/manual/faq/index.html.en
docs/manual/faq/index.xml

index 8e1c22580a975ebb816211ebc990987cbd4b241e..182b56f37c37fe6c2c3f75186e2c27cbd5f003d4 100644 (file)
     <h3><a name="background.what-is-apache" id="background.what-is-apache">What is Apache?</a></h3>
       
 
-      <p>The Apache Software Foundation (ASF) is a 501(c)3 non-profit 
-      organization, originating from the development of the Apache HTTPD 
-      Server.  For details on the history of the ASF, please see the 
-      <a href="">Foundation FAQ</a></p>
-       
+      <p>The Apache Software Foundation (ASF) is a 501(c)3 non-profit
+      organization providing support for the Apache community of
+      open-sourced software projects.  For more details, please see the <a href="http://www.apache.org/foundation/faq.html">Apache Software
+      Foundation FAQ</a></p>
+
+      <p>The Apache HTTP Server -- sometimes called Apache httpd -- is
+      a project of the Apache Software foundation aimed at creating a
+      robust, commercial-grade, featureful, and freely-available
+      source code implementation of an HTTP (Web) server.  For more
+      information, please see the <a href="http://httpd.apache.org/ABOUT_APACHE.html">About
+      Apache</a> page.</p>
+
+    
        
        <h3><a name="background.what-is-httpd" id="background.what-is-httpd">What is the Apache HTTP Server?</a></h3>
       
       available.</p>
     
 
-       <h3><a name="background.logo" id="background.logo">How thoroughly tested is Apache?</a></h3>
+       <h3><a name="background.logo" id="background.logo">&gt;May I use the Apache logo on my product or Web site?</a></h3>
       
       <p>You may <em>NOT</em> use any original artwork from the Apache
       Software Foundation, nor make or use modified versions of such
         artwork in a manner that implies endorsement of a product or
         service is <a href="">strictly forbidden.</a></li>
       </ul>
-      <p>For details, or related issues, please contact the Apache Software
-      Foundation's <a href="">Public Relations Committee</a>.</p>
     
  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
     <li><a href="#error.acceptex">AcceptEx failed</a></li>
     <li><a href="#error.scriptheaders">Premature end of script 
     headers</a></li>
+    <li><a href="#error.permissiondenied">Permission denied</a></li>
     </ul>
 
     <h3><a name="error.sendfile" id="error.sendfile">Invalid argument:
     tutorial</a>.</p>
     
 
+    <h3><a name="error.permissiondenied" id="error.permissiondenied">Permission denied</a></h3>
+
+    <p>A <code>Permission denied</code> error in the
+    <code>error_log</code>, accompanied by a <code>Forbidden</code>
+    message to the client usually indicates a problem with your
+    filesystem permissions, rather than a problem in the Apache HTTP
+    Server configuration files.  Check to make sure that the
+    <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> and <code class="directive"><a href="../mod/mpm_common.html#group">Group</a></code> running the child processes
+    has adequate permission to access the files in question.  Also
+    check that the directory and all parent directories are at least
+    searchable for that user and group (i.e., <code>chmod
+    +x</code>).</p>
+
+    <p>Recent Redhat versions and other Linux distributions using
+    SELinux have additional access restrictions beyond those used by
+    the basic filesystem.  Violations of these restrictions will also
+    result in a <code>Permission denied</code> message.  See the
+    Redhat <a href="http://fedora.redhat.com/docs/selinux-faq-fc3/">SELinux
+    FAQ</a> and <a href="http://fedora.redhat.com/docs/selinux-apache-fc3/">Apache
+    SELinux Policy Document</a>.</p>
+
+   
+
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/faq/all_in_one.html" title="English">&nbsp;en&nbsp;</a> |
index 318b00a4baa4ba340631b0a18bd9ec3f95124f2a..83166068e1f641cca3bdc9128fc4c32b6011c53d 100644 (file)
     <h3><a name="background.what-is-apache" id="background.what-is-apache">What is Apache?</a></h3>
       
 
-      <p>The Apache Software Foundation (ASF) is a 501(c)3 non-profit 
-      organization, originating from the development of the Apache HTTPD 
-      Server.  For details on the history of the ASF, please see the 
-      <a href="">Foundation FAQ</a></p>
-       
+      <p>The Apache Software Foundation (ASF) is a 501(c)3 non-profit
+      organization providing support for the Apache community of
+      open-sourced software projects.  For more details, please see the <a href="http://www.apache.org/foundation/faq.html">Apache Software
+      Foundation FAQ</a></p>
+
+      <p>The Apache HTTP Server -- sometimes called Apache httpd -- is
+      a project of the Apache Software foundation aimed at creating a
+      robust, commercial-grade, featureful, and freely-available
+      source code implementation of an HTTP (Web) server.  For more
+      information, please see the <a href="http://httpd.apache.org/ABOUT_APACHE.html">About
+      Apache</a> page.</p>
+
+    
        
        <h3><a name="background.what-is-httpd" id="background.what-is-httpd">What is the Apache HTTP Server?</a></h3>
       
@@ -75,7 +83,7 @@
       available.</p>
     
 
-       <h3><a name="background.logo" id="background.logo">How thoroughly tested is Apache?</a></h3>
+       <h3><a name="background.logo" id="background.logo">&gt;May I use the Apache logo on my product or Web site?</a></h3>
       
       <p>You may <em>NOT</em> use any original artwork from the Apache
       Software Foundation, nor make or use modified versions of such
         artwork in a manner that implies endorsement of a product or
         service is <a href="">strictly forbidden.</a></li>
       </ul>
-      <p>For details, or related issues, please contact the Apache Software
-      Foundation's <a href="">Public Relations Committee</a>.</p>
     
  </div></div>
 <div class="bottomlang">
index ed80d16ccf0fddc14ce4e481c7f7dfca0cce0c76..d26a1b8a74d6be429c9f80e72b187c021be61310 100644 (file)
     <section id="background.what-is-apache">
       <title>What is Apache?</title>
 
-      <p>The Apache Software Foundation (ASF) is a 501(c)3 non-profit 
-      organization, originating from the development of the Apache HTTPD 
-      Server.  For details on the history of the ASF, please see the 
-      <a href="">Foundation FAQ</a></p>
-       </section>
+      <p>The Apache Software Foundation (ASF) is a 501(c)3 non-profit
+      organization providing support for the Apache community of
+      open-sourced software projects.  For more details, please see the <a
+      href="http://www.apache.org/foundation/faq.html">Apache Software
+      Foundation FAQ</a></p>
+
+      <p>The Apache HTTP Server -- sometimes called Apache httpd -- is
+      a project of the Apache Software foundation aimed at creating a
+      robust, commercial-grade, featureful, and freely-available
+      source code implementation of an HTTP (Web) server.  For more
+      information, please see the <a
+      href="http://httpd.apache.org/ABOUT_APACHE.html">About
+      Apache</a> page.</p>
+
+    </section>
        
        <section id="background.what-is-httpd">
       <title>What is the Apache HTTP Server?</title>
@@ -79,7 +89,7 @@
     </section>
 
        <section id="background.logo">
-      <title>How thoroughly tested is Apache?</title>
+      <title>>May I use the Apache logo on my product or Web site?</title>
       <p>You may <em>NOT</em> use any original artwork from the Apache
       Software Foundation, nor make or use modified versions of such
       artwork, except under the following conditions:</p>
         artwork in a manner that implies endorsement of a product or
         service is <a href="">strictly forbidden.</a></li>
       </ul>
-      <p>For details, or related issues, please contact the Apache Software
-      Foundation's <a href="">Public Relations Committee</a>.</p>
     </section>
  </section>
 </faq>
index d0dae8ea14920cea10cc084cc16c1e0abfd730cf..441632832269d168519be5e94a834fc83c2d1845 100644 (file)
@@ -32,6 +32,7 @@
     <li><a href="#error.acceptex">AcceptEx failed</a></li>
     <li><a href="#error.scriptheaders">Premature end of script 
     headers</a></li>
+    <li><a href="#error.permissiondenied">Permission denied</a></li>
     </ul>
 
     <h3><a name="error.sendfile" id="error.sendfile">Invalid argument:
     tutorial</a>.</p>
     
 
+    <h3><a name="error.permissiondenied" id="error.permissiondenied">Permission denied</a></h3>
+
+    <p>A <code>Permission denied</code> error in the
+    <code>error_log</code>, accompanied by a <code>Forbidden</code>
+    message to the client usually indicates a problem with your
+    filesystem permissions, rather than a problem in the Apache HTTP
+    Server configuration files.  Check to make sure that the
+    <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> and <code class="directive"><a href="../mod/mpm_common.html#group">Group</a></code> running the child processes
+    has adequate permission to access the files in question.  Also
+    check that the directory and all parent directories are at least
+    searchable for that user and group (i.e., <code>chmod
+    +x</code>).</p>
+
+    <p>Recent Redhat versions and other Linux distributions using
+    SELinux have additional access restrictions beyond those used by
+    the basic filesystem.  Violations of these restrictions will also
+    result in a <code>Permission denied</code> message.  See the
+    Redhat <a href="http://fedora.redhat.com/docs/selinux-faq-fc3/">SELinux
+    FAQ</a> and <a href="http://fedora.redhat.com/docs/selinux-apache-fc3/">Apache
+    SELinux Policy Document</a>.</p>
+
+   
+
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/faq/error.html" title="English">&nbsp;en&nbsp;</a> |
index 5eb0a20223d96665ac367b44dfa815e511de9f48..ea54ee375424befea96c2bac2d6b545d048ecc32 100644 (file)
@@ -35,6 +35,7 @@
     <li><a href="#error.acceptex">AcceptEx failed</a></li>
     <li><a href="#error.scriptheaders">Premature end of script 
     headers</a></li>
+    <li><a href="#error.permissiondenied">Permission denied</a></li>
     </ul>
 
     <section id="error.sendfile"><title>Invalid argument:
     tutorial</a>.</p>
     </section>
 
+    <section id="error.permissiondenied"><title>Permission denied</title>
+
+    <p>A <code>Permission denied</code> error in the
+    <code>error_log</code>, accompanied by a <code>Forbidden</code>
+    message to the client usually indicates a problem with your
+    filesystem permissions, rather than a problem in the Apache HTTP
+    Server configuration files.  Check to make sure that the
+    <directive module="mpm_common">User</directive> and <directive
+    module="mpm_common">Group</directive> running the child processes
+    has adequate permission to access the files in question.  Also
+    check that the directory and all parent directories are at least
+    searchable for that user and group (i.e., <code>chmod
+    +x</code>).</p>
+
+    <p>Recent Redhat versions and other Linux distributions using
+    SELinux have additional access restrictions beyond those used by
+    the basic filesystem.  Violations of these restrictions will also
+    result in a <code>Permission denied</code> message.  See the
+    Redhat <a
+    href="http://fedora.redhat.com/docs/selinux-faq-fc3/">SELinux
+    FAQ</a> and <a
+    href="http://fedora.redhat.com/docs/selinux-apache-fc3/">Apache
+    SELinux Policy Document</a>.</p>
+
+   </section>
+
 </section>
 
 </faq>
index b27d63b4d7ea7716c336d28b9fa6ce9251a59835..fca1a5ab01fd57801722af9b1bdf54feafd6283f 100644 (file)
     this FAQ <a href="all_in_one.html">all in one page</a> for easy searching
     and printing.</p>
 
-    <p>Since Apache 2.0 is quite new, we don't yet know what the
-    <em>Frequently Asked Questions</em> will be. While this section fills up,
-    you should also consult the <a href="http://httpd.apache.org/docs/misc/FAQ.html">Apache 1.3 FAQ</a> to see
-    if your question is answered there.</p>
+    <p>If you don't find the answer to your question in the below
+    sections, please also consult the <a href="http://httpd.apache.org/docs/misc/FAQ.html">Apache 1.3
+    FAQ</a> to see if your question is answered there.</p> 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
index e0fc20a6e6b955e70d62b33c1d780ed4e36b1103..c6215f74c672067a6d4990f5d9755a6aa2098a03 100644 (file)
     this FAQ <a href="all_in_one.html">all in one page</a> for easy searching
     and printing.</p>
 
-    <p>Since Apache 2.0 is quite new, we don't yet know what the
-    <em>Frequently Asked Questions</em> will be. While this section fills up,
-    you should also consult the <a
-    href="http://httpd.apache.org/docs/misc/FAQ.html">Apache 1.3 FAQ</a> to see
-    if your question is answered there.</p>
+    <p>If you don't find the answer to your question in the below
+    sections, please also consult the <a
+    href="http://httpd.apache.org/docs/misc/FAQ.html">Apache 1.3
+    FAQ</a> to see if your question is answered there.</p> 
 </summary>
 
 &categories;