]> granicus.if.org Git - apache/commitdiff
Update FAQ #35 (where's the dump?) to mention the new-for-1.3
authorKen Coar <coar@apache.org>
Mon, 25 Aug 1997 16:13:15 +0000 (16:13 +0000)
committerKen Coar <coar@apache.org>
Mon, 25 Aug 1997 16:13:15 +0000 (16:13 +0000)
CoreDumpDirectory directive.

Submitted by: Lars Eilebrecht <Lars.Eilebrecht@unix-ag.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79071 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index 757bc07a085e55f7127891310528829d23f4a842..5bf492cc1affa9377eda8b647f8714eab941b947 100644 (file)
@@ -15,7 +15,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.86 $ ($Date: 1997/08/02 21:57:40 $)
+  $Revision: 1.87 $ ($Date: 1997/08/25 16:13:15 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   allow all files named &quot;<SAMP>*.cgi</SAMP>&quot; 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 
+  <EM>via</EM>
   <A
    HREF="../mod/mod_rewrite.html"
   ><SAMP>mod_rewrite</SAMP></A> 
   </P>
   <P>
   The canonical location for Apache's core-dump files is the
-  <A
-   HREF="../mod/core.html#serverroot"
-  >ServerRoot</A>
-  directory.
+  <A HREF="../mod/core.html#serverroot">ServerRoot</A>
+  directory. As of Apache version 1.3, the location can be set <EM>via</EM>
+  the
+  <A HREF="../mod/core.html#coredumpdirectory">CoreDumpDirectory</A>
+  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 <EM>started</EM> as).
   </P>
   <HR>
  </LI>
      </A>
   <P>
   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 <SAMP>tr|..|..|</SAMP> feature.  Second, just
+  cannot be done <EM>via</EM> regex patterns and corresponding substitutions.
+  One need
+  a per-character pattern like sed/Perl <SAMP>tr|..|..|</SAMP> 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