From: Marc Slemko Date: Sun, 3 Aug 1997 20:29:16 +0000 (+0000) Subject: Add a CoreDumpDirectory directive to allow users to specify where Apache X-Git-Tag: APACHE_1_3b1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d67b8f7c7b6215b41d5ff558c45e0133075659f3;p=apache Add a CoreDumpDirectory directive to allow users to specify where Apache should try to core dump. Reviewed by: Brian Behlendorf, Dean Gaudet Submitted by: Obtained from: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78880 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index c03d52b940..71d81808f9 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -29,6 +29,7 @@ always available.
  • AuthType
  • BindAddress
  • ClearModuleList +
  • CoreDumpDirectory
  • DefaultType
  • <Directory>
  • <DirectoryMatch> @@ -265,6 +266,20 @@ The server comes with a built-in list of active modules. This directive clears the list. It is assumed that the list will then be re-populated using the AddModule directive.


    +

    CoreDumpDirectory directive

    + +Syntax: CoreDumpDirectory directory
    +Default: the same location as ServerRoot
    +Context: server config
    +Status: core

    + +This controls the directory to which Apache attempts to switch before +dumping core. The default is in the ServerRoot +directory, however since this should not be writable by the user +the server runs as, core dumps won't normally get written. If you +want a core dump for debugging, you can use this directive to place +it in a different location.


    +

    DefaultType directive

    Syntax: DefaultType mime-type
    diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index 44725d33d5..53e2b20d69 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -73,6 +73,7 @@
  • CookieLog (mod_cookies)
  • CookieLog (mod_log_config)
  • CookieTracking +
  • CoreDumpDirectory
  • CustomLog
  • DefaultIcon
  • DefaultType