Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 64001 invoked from network); 6 Mar 2009 11:09:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2009 11:09:57 -0000 Received: (qmail 72414 invoked by uid 500); 6 Mar 2009 11:09:45 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 72386 invoked by uid 500); 6 Mar 2009 11:09:45 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 72377 invoked by uid 99); 6 Mar 2009 11:09:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 03:09:45 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.39] (HELO smtpauth14.prod.mesa1.secureserver.net) (64.202.165.39) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 06 Mar 2009 11:09:35 +0000 Received: (qmail 18870 invoked from network); 6 Mar 2009 11:09:13 -0000 Received: from unknown (76.252.112.72) by smtpauth14.prod.mesa1.secureserver.net (64.202.165.39) with ESMTP; 06 Mar 2009 11:09:13 -0000 Message-ID: <49B1045B.2010006@rowe-clan.net> Date: Fri, 06 Mar 2009 05:09:15 -0600 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: users@httpd.apache.org References: <49B0EEDE.5080408@redcor.ch> In-Reply-To: <49B0EEDE.5080408@redcor.ch> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] how to debug a module? 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 for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org