| 314 | } |
| 315 | |
| 316 | void 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 | |
| 322 | const char *ap_mpm_set_max_requests(cmd_parms *cmd, void *dummy, |
| 323 | const char *arg) |
no test coverage detected