From: Ken Coar Date: Tue, 18 Apr 2000 20:54:03 +0000 (+0000) Subject: Propagate the 1.3 FAQ fixes over here.. X-Git-Tag: apache-doc-split-01~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87072f3dd048effef91a0c374a53e7abaa341cdd;p=thirdparty%2Fapache%2Fhttpd.git Propagate the 1.3 FAQ fixes over here.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84995 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ-F.html b/docs/manual/misc/FAQ-F.html index 7f2d5f298f5..6aa4ea9eb3e 100644 --- a/docs/manual/misc/FAQ-F.html +++ b/docs/manual/misc/FAQ-F.html @@ -31,7 +31,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.3 $ ($Date: 2000/04/18 17:52:31 $) + $Revision: 1.4 $ ($Date: 2000/04/18 20:54:03 $)

The latest version of this FAQ is always available from the main @@ -520,13 +520,13 @@

Remember that CGI execution does not need to be restricted only to cgi-bin directories. You can allow - cgi execution in arbitrary parts of your filesystem. + CGI script execution in arbitrary parts of your filesystem.

There are many ways to give each user directory a cgi-bin directory such that anything requested as http://example.com/~user/cgi-bin/program will be - executed as a CGI program. + executed as a CGI script. Two alternatives are:

  1. Place the cgi-bin directory next to the public_html directory: @@ -537,17 +537,17 @@

  2. -
  3. Place the cgi-bin directory underneath the public_html directory: -

    -

    -
    <Directory /home/*/public_html/cgi-bin>
    - Options ExecCGI
    - SetHandler cgi-script
    - </Directory>
    -
    -
    -

    -
  4. +
  5. Place the cgi-bin directory underneath the public_html directory: +

    +
    +
    <Directory /home/*/public_html/cgi-bin>
    +     Options ExecCGI
    +     SetHandler cgi-script
    + </Directory>
    +
    +
    +

    +

diff --git a/docs/manual/misc/FAQ-G.html b/docs/manual/misc/FAQ-G.html index e17e5e853b8..0edc6997e96 100644 --- a/docs/manual/misc/FAQ-G.html +++ b/docs/manual/misc/FAQ-G.html @@ -31,7 +31,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.2 $ ($Date: 2000/04/18 17:52:31 $) + $Revision: 1.3 $ ($Date: 2000/04/18 20:54:03 $)

The latest version of this FAQ is always available from the main @@ -90,7 +90,7 @@ for Web page authentication?

  • Why does Apache ask for my password - twice before serving a file? + twice before serving a file?
  • @@ -364,11 +364,11 @@
  • Why does Apache ask for my password - twice before serving a file? + twice before serving a file?

    If the hostname under which you are accessing the server is different than the hostname specified in the - ServerName + ServerName directive, then depending on the setting of the UseCanonicalName directive, Apache will redirect you to a new hostname when diff --git a/docs/manual/misc/FAQ-I.html b/docs/manual/misc/FAQ-I.html index d2e49ae9cfa..751800846eb 100644 --- a/docs/manual/misc/FAQ-I.html +++ b/docs/manual/misc/FAQ-I.html @@ -31,7 +31,7 @@

    Apache Server Frequently Asked Questions

    - $Revision: 1.6 $ ($Date: 2000/04/18 17:52:32 $) + $Revision: 1.7 $ ($Date: 2000/04/18 20:54:03 $)

    The latest version of this FAQ is always available from the main @@ -231,8 +231,8 @@


  • - How do I keep certain requests from appearing - in my logs? + How do I keep certain requests from appearing + in my logs?

    The maximum flexibility for removing unwanted information from log files is obtained by post-processing the logs, or using