From 25afc5ccef30f8c26d541e6de9a52bb3756fd015 Mon Sep 17 00:00:00 2001
From: Ken Coar
-$Revision: 1.26 $ ($Date: 1997/04/20 02:43:12 $)
+$Revision: 1.27 $ ($Date: 1997/04/20 15:40:06 $)
If you are reading a text-only version of this FAQ, you may find numbers
@@ -351,11 +351,18 @@ do not appear, and are not needed, for the hypertext version.
If your problem involves the server crashing and generating a core
dump, please include a backtrace (if possible). As an example,
+
(Substitute the appropiate locations for your
ServerRoot and your httpd and
@@ -414,14 +421,17 @@ do not appear, and are not needed, for the hypertext version.
AddHandler
- sections to use
and
instead; Lynx (2.7.1) wasn't indenting properly.
Reviewed by:
Submitted by:
Obtained from:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77942 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/misc/FAQ.html | 70 +++++++++++++++++++++++++++------------
1 file changed, 48 insertions(+), 22 deletions(-)
diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html
index e2c1590552..9fb1d29d35 100644
--- a/docs/manual/misc/FAQ.html
+++ b/docs/manual/misc/FAQ.html
@@ -8,7 +8,7 @@
Apache Server Frequently Asked Questions
- # cd ServerRoot
- # dbx httpd core
- (dbx) where
-
+
+
+
+
+
- AddHandler cgi-script .cgi -+
+
AddHandler cgi-script .cgi
+ - $cfh = select (STDOUT); - $| = 1; - select ($cfh); -+
+
+
+
+
+
If your script isn't written in Perl, do the equivalent thing for whatever language you are using (e.g., for C, call @@ -500,9 +517,12 @@ do not appear, and are not needed, for the hypertext version. HREF="../mod/mod_mime.html#addhandler" >AddHandler directive: -
- AddHandler server-parsed .shtml -+
+
AddHandler server-parsed .shtml
+ - <Limit GET> - : -+
+
+
+
+
+
Change that to <Limit GET POST> and the problem will probably go away. -- 2.50.1