robert rottermann wrote:
now could anybody give me hints or pointers to tutorials on how to develop/debug apache modules under linux?
You probably want to become familiar with gdb. In the case of httpd, you want to learn the -X flag to avoid forking off the child processes (run only one which you can single step). Or become adept with breakpoints against the forked and multithreaded code :) And read http://httpd.apache.org/dev/debugging.html Best of luck, Bill --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx