From ead2bfe9ba618d0fb8183dd0021a6feed2cda40c Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 4 Nov 2010 16:09:39 +0000 Subject: [PATCH] Merge r1031055 from trunk: PR45017: document obscure GprofDir directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031056 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 20 ++++++++++++++++++++ docs/manual/mod/core.xml | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 2b784469d19..cfd4342de2a 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -55,6 +55,7 @@ available
  • <Files>
  • <FilesMatch>
  • ForceType
  • +
  • GprofDir
  • HostnameLookups
  • <IfDefine>
  • <IfModule>
  • @@ -1372,6 +1373,25 @@ MIME content-type </Location>

    + +
    top
    +

    GprofDir Directive

    + + + + + + +
    Description:Directory to write gmon.out profiling data to.
    Syntax:GprofDir /tmp/gprof/|/tmp/gprof/%
    Context:server config, virtual host
    Status:Core
    Module:core
    +

    When the server has been compiled with gprof profiling suppport, + GprofDir causes gmon.out files to + be written to the specified directory when the process exits. If the + argument ends with a percent symbol ('%'), subdirectories are created + for each process id.

    + +

    This directive currently only works with the prefork + PM.

    +
    top

    HostnameLookups Directive

    diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 7abdd0545a9..b82cf02b414 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1343,6 +1343,24 @@ MIME content-type + +GprofDir +Directory to write gmon.out profiling data to. +GprofDir /tmp/gprof/|/tmp/gprof/% +server configvirtual host + + + +

    When the server has been compiled with gprof profiling suppport, + GprofDir causes gmon.out files to + be written to the specified directory when the process exits. If the + argument ends with a percent symbol ('%'), subdirectories are created + for each process id.

    + +

    This directive currently only works with the prefork + PM.

    +
    +
    HostnameLookups -- 2.47.2