From 16dcf5959f7f9e7310c0502b279a5f215feb501f Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Fri, 26 Aug 2005 17:58:39 +0000 Subject: Clean up some problems in the recently committed background faqs; 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 | 46 +++++++++++++++++++++++++++++++------- docs/manual/faq/background.html.en | 22 +++++++++++------- docs/manual/faq/background.xml | 24 +++++++++++++------- docs/manual/faq/error.html.en | 24 ++++++++++++++++++++ docs/manual/faq/error.xml | 27 ++++++++++++++++++++++ docs/manual/faq/index.html.en | 7 +++--- docs/manual/faq/index.xml | 9 ++++---- 7 files changed, 126 insertions(+), 33 deletions(-) (limited to 'docs/manual/faq') diff --git a/docs/manual/faq/all_in_one.html.en b/docs/manual/faq/all_in_one.html.en index 8e1c22580a..182b56f37c 100644 --- a/docs/manual/faq/all_in_one.html.en +++ b/docs/manual/faq/all_in_one.html.en @@ -59,11 +59,19 @@

What is Apache?

-

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 - Foundation FAQ

- +

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 Apache Software + Foundation FAQ

+ +

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 About + Apache page.

+ +

What is the Apache HTTP Server?

@@ -96,7 +104,7 @@ available.

-

+

You may NOT use any original artwork from the Apache Software Foundation, nor make or use modified versions of such @@ -113,8 +121,6 @@ artwork in a manner that implies endorsement of a product or service is strictly forbidden. -

For details, or related issues, please contact the Apache Software - Foundation's Public Relations Committee.

top
@@ -205,6 +211,7 @@
  • AcceptEx failed
  • Premature end of script headers
  • +
  • Permission denied
  • Invalid argument: @@ -247,6 +254,29 @@ tutorial.

    +

    Permission denied

    + +

    A Permission denied error in the + error_log, accompanied by a Forbidden + 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 + User and Group 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., chmod + +x).

    + +

    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 Permission denied message. See the + Redhat SELinux + FAQ and Apache + SELinux Policy Document.

    + + +

    Available Languages:  en  | diff --git a/docs/manual/faq/background.html.en b/docs/manual/faq/background.html.en index 318b00a4ba..83166068e1 100644 --- a/docs/manual/faq/background.html.en +++ b/docs/manual/faq/background.html.en @@ -38,11 +38,19 @@

    What is Apache?

    -

    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 - Foundation FAQ

    - +

    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 Apache Software + Foundation FAQ

    + +

    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 About + Apache page.

    + +

    What is the Apache HTTP Server?

    @@ -75,7 +83,7 @@ available.

    -

    +

    You may NOT use any original artwork from the Apache Software Foundation, nor make or use modified versions of such @@ -92,8 +100,6 @@ artwork in a manner that implies endorsement of a product or service is strictly forbidden. -

    For details, or related issues, please contact the Apache Software - Foundation's Public Relations Committee.

    diff --git a/docs/manual/faq/background.xml b/docs/manual/faq/background.xml index ed80d16ccf..d26a1b8a74 100644 --- a/docs/manual/faq/background.xml +++ b/docs/manual/faq/background.xml @@ -41,11 +41,21 @@
    What is Apache? -

    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 - Foundation FAQ

    -
    +

    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 Apache Software + Foundation FAQ

    + +

    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 About + Apache page.

    + +
    What is the Apache HTTP Server? @@ -79,7 +89,7 @@
    diff --git a/docs/manual/faq/error.html.en b/docs/manual/faq/error.html.en index d0dae8ea14..4416328322 100644 --- a/docs/manual/faq/error.html.en +++ b/docs/manual/faq/error.html.en @@ -32,6 +32,7 @@
  • AcceptEx failed
  • Premature end of script headers
  • +
  • Permission denied
  • Invalid argument: @@ -74,6 +75,29 @@ tutorial.

    +

    Permission denied

    + +

    A Permission denied error in the + error_log, accompanied by a Forbidden + 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 + User and Group 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., chmod + +x).

    + +

    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 Permission denied message. See the + Redhat SELinux + FAQ and Apache + SELinux Policy Document.

    + + +

    Available Languages:  en  | diff --git a/docs/manual/faq/error.xml b/docs/manual/faq/error.xml index 5eb0a20223..ea54ee3754 100644 --- a/docs/manual/faq/error.xml +++ b/docs/manual/faq/error.xml @@ -35,6 +35,7 @@

  • AcceptEx failed
  • Premature end of script headers
  • +
  • Permission denied
  • Invalid argument: @@ -78,6 +79,32 @@ tutorial</a>.</p> </section> + <section id="error.permissiondenied"><title>Permission denied + +

    A Permission denied error in the + error_log, accompanied by a Forbidden + 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 + User and Group 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., chmod + +x).

    + +

    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 Permission denied message. See the + Redhat SELinux + FAQ and Apache + SELinux Policy Document.

    + +
    + diff --git a/docs/manual/faq/index.html.en b/docs/manual/faq/index.html.en index b27d63b4d7..fca1a5ab01 100644 --- a/docs/manual/faq/index.html.en +++ b/docs/manual/faq/index.html.en @@ -28,10 +28,9 @@ this FAQ all in one page for easy searching and printing.

    -

    Since Apache 2.0 is quite new, we don't yet know what the - Frequently Asked Questions will be. While this section fills up, - you should also consult the Apache 1.3 FAQ to see - if your question is answered there.

    +

    If you don't find the answer to your question in the below + sections, please also consult the Apache 1.3 + FAQ to see if your question is answered there.

    top
    diff --git a/docs/manual/faq/index.xml b/docs/manual/faq/index.xml index e0fc20a6e6..c6215f74c6 100644 --- a/docs/manual/faq/index.xml +++ b/docs/manual/faq/index.xml @@ -34,11 +34,10 @@ this FAQ all in one page for easy searching and printing.

    -

    Since Apache 2.0 is quite new, we don't yet know what the - Frequently Asked Questions will be. While this section fills up, - you should also consult the Apache 1.3 FAQ to see - if your question is answered there.

    +

    If you don't find the answer to your question in the below + sections, please also consult the Apache 1.3 + FAQ to see if your question is answered there.

    &categories; -- cgit v1.2.1