A set of flags which indicate places where the server should raise(SIGSTOP). This is useful for debugging, because you can then attach to that process with gdb and continue. This is important in cases where one_process debugging isn't possible.
◆ RAISE_SIGSTOP
Macro to get GDB started
Definition at line 2312 of file httpd.h.
◆ SIGSTOP_CGI_CHILD
stop spawning a CGI child process
Definition at line 2303 of file httpd.h.
◆ SIGSTOP_DETACH
stop on a Detach
Definition at line 2295 of file httpd.h.
◆ SIGSTOP_MAKE_CHILD
stop making a child process
Definition at line 2297 of file httpd.h.
◆ SIGSTOP_PIPED_LOG_SPAWN
| #define SIGSTOP_PIPED_LOG_SPAWN 8 |
stop spawning a child process with a piped log
Definition at line 2301 of file httpd.h.
◆ SIGSTOP_SPAWN_CHILD
stop spawning a child process
Definition at line 2299 of file httpd.h.