My biggest problem is to start Apache as a single process. How can I tell apache to start only one process, because I do not know how to debug a child process (or several child processes).
using prefork MPM and httpd -DONE_PROCESS is the simplest debug scenario
the worker MPM supports -DONE_PROCESS but you still have multiple threads to contend with
