MCPcopy Create free account
hub / github.com/apache/httpd / ap_mpm_dump_pidfile

Function ap_mpm_dump_pidfile

server/mpm_common.c:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316void ap_mpm_dump_pidfile(apr_pool_t *p, apr_file_t *out)
317{
318 apr_file_printf(out, "PidFile: \"%s\"\n",
319 ap_server_root_relative(p, ap_pid_fname));
320}
321
322const char *ap_mpm_set_max_requests(cmd_parms *cmd, void *dummy,
323 const char *arg)

Callers 1

core_dump_configFunction · 0.85

Calls 1

ap_server_root_relativeFunction · 0.85

Tested by

no test coverage detected