奇忠诚 发表于 2017-1-2 07:06:35

How to debug apache module

  http://httpd.apache.org/dev/debugging.html

1. gdb /apache_home/bin/httpd
2. r -X
3. Ctrl + C
4. b xxx
5. c
页: [1]
查看完整版本: How to debug apache module