From 87072f3dd048effef91a0c374a53e7abaa341cdd Mon Sep 17 00:00:00 2001
From: Ken Coar
- $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:
Apache Server Frequently Asked Questions
-
<Directory /home/*/public_html/cgi-bin>
- Options ExecCGI
- SetHandler cgi-script
- </Directory>
- <Directory /home/*/public_html/cgi-bin>
+ Options ExecCGI
+ SetHandler cgi-script
+ </Directory>
+ - $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?
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 @@
- $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 @@
The maximum flexibility for removing unwanted information from log files is obtained by post-processing the logs, or using -- 2.47.2