From aff16a00076e200ccb37e7bb873235af3d9e4602 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Tue, 22 Apr 1997 12:05:52 +0000 Subject: [PATCH] Added Q&A section on "where's the dump?". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77979 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/FAQ.html | 59 ++++++++++++++++++++++++++++++--------- 1 file changed, 46 insertions(+), 13 deletions(-) diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index a8babca533..c423040e2b 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -8,7 +8,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.39 $ ($Date: 1997/04/22 11:20:04 $) + $Revision: 1.40 $ ($Date: 1997/04/22 12:05:52 $)

The latest version of this FAQ is always available from the main @@ -18,18 +18,18 @@ REL="Help" >http://www.apache.org/docs/misc/FAQ>.

- - + + - - - - - + + + + + - - - + + +

If you are reading a text-only version of this FAQ, you may find numbers @@ -98,7 +98,7 @@

  • What does it mean when my CGIs fail with "Premature end of script - headers"? + headers"?
  • How do I enable SSI (parsed HTML)?
  • @@ -148,6 +148,9 @@
  • Why do I get complaints about redefinition of `struct iovec' when compiling under Linux?
  • +
  • The errorlog says Apache dumped core, + but where's the dump file? +
  • @@ -1040,8 +1043,38 @@


    + +
  • + The errorlog says Apache dumped core, but where's the dump + file? + +

    + In Apache version 1.2 (beginning with 1.2b8), the error log message + about dumped core includes the directory where the dump file should be + located. However, some operating systems regard the dumping of core + by processes with superuser authority as a potential security issue, + and short-circuit the dump code, leaving no file. Since most Web + servers listen on port 80 (a privileged port), they need to run with + superuser authority, and so this short-circuit will apply to them. +

    +

    + Dealing with this is extremely operating system-specific, and may + require rebuilding your system kernel. Consult your operating system + documentation or vendor for more information about whether your system + does this and how to bypass it. If there is a documented way + of bypassing it, it is recommended that you bypass it only for the + httpd server process if possible. +

    +

    + The canonical location for Apache's core-dump files is the + ServerRoot + directory. +

    +
    -
  • + -- 2.50.1