DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43977>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43977

           Summary: current child pid-number is transfered to http-clients
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Hi, 

with a simple head request its possible to retrieve the pid of the apache 
process which serves the request.

i wrote a simple perl script [1] which does this.

maybe its not a real problem, i dont know...

the bug - if it is one - is in modules/http/byterange_filter.c:

  ctx->boundary = apr_psprintf(r->pool,
     "%" APR_UINT64_T_HEX_FMT "%lx",
     (apr_uint64_t)r->request_time,
     (long) getpid());

best regards
  ralf


[1]: http://ralf.stormbind.net/junk/apache-pids_pl.txt

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to