Re: how to debug a module?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux