Wednesday, March 5, 2014

Apache httpd debug mode on Debian GNU/Linux

I use this script most of the times I'm debugging Apache-specific issues on Debian GNU/Linux. I also created a gist @Github.

Related resources
  1. http://httpd.apache.org/docs/2.2/

--
= ^ . ^ =

2 comments:

  1. Very cool, but correct me if I'm wrong: this will enforce a single process/worker/thread, meaning segfaults that occur due to race conditions won't show up here.

    ReplyDelete
    Replies
    1. Indeed, there is only a single process/thread for low level debug purposes.

      Delete