From aff16a00076e200ccb37e7bb873235af3d9e4602 Mon Sep 17 00:00:00 2001
From: Ken Coar
- $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>.
Apache Server Frequently Asked Questions
If you are reading a text-only version of this FAQ, you may find numbers @@ -98,7 +98,7 @@
+ 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. +
+