Hi, I was wondering if it is possible to override the function "apr_proc_create" with my own version in my own module. This function is eventually called by "ap_os_create_privilileged_process" in my own module. I rather do not want to change the apr-source code, therefor I am looking for a solution to override the apr-function only for my own module. Is there a way to do this? If so, how should I do this?
Thank you, Andrej
