From: Ken Coar Date: Mon, 25 Aug 1997 16:13:15 +0000 (+0000) Subject: Update FAQ #35 (where's the dump?) to mention the new-for-1.3 X-Git-Tag: APACHE_1_3b1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bac9173ac39873ba67bca93c313878a98d4afc0;p=thirdparty%2Fapache%2Fhttpd.git Update FAQ #35 (where's the dump?) to mention the new-for-1.3 CoreDumpDirectory directive. Submitted by: Lars Eilebrecht git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79071 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 757bc07a085..5bf492cc1af 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -15,7 +15,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.86 $ ($Date: 1997/08/02 21:57:40 $) + $Revision: 1.87 $ ($Date: 1997/08/25 16:13:15 $)

The latest version of this FAQ is always available from the main @@ -609,7 +609,7 @@ allow all files named "*.cgi" to be executable. Perhaps all you want is to enable a particular file in a normal directory to be executable. This can be alternatively accomplished - via + via mod_rewrite @@ -1351,10 +1351,13 @@

The canonical location for Apache's core-dump files is the - ServerRoot - directory. + ServerRoot + directory. As of Apache version 1.3, the location can be set via + the + CoreDumpDirectory + directive to a different directory. Make sure that this directory is + writable by the user the server runs as (as opposed to the user the server + is started as).


@@ -1986,8 +1989,10 @@

You can't! The reason is: First, case translations for arbitrary length URLs - cannot be done via regex patterns and corresponding substitutions. One need - a per-character pattern like sed/Perl tr|..|..| feature. Second, just + cannot be done via regex patterns and corresponding substitutions. + One need + a per-character pattern like sed/Perl tr|..|..| feature. + Second, just making URLs always upper or lower case will not resolve the complete problem of case-INSENSITIVE URLs, because actually the URLs had to be rewritten to the correct case-variant residing on the filesystem because in later