Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 98197 invoked from network); 3 Jan 2005 13:07:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jan 2005 13:07:13 -0000 Received: (qmail 55165 invoked by uid 500); 3 Jan 2005 13:06:12 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 55095 invoked by uid 500); 3 Jan 2005 13:06:10 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 55058 invoked by uid 99); 3 Jan 2005 13:06:10 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of apache-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 03 Jan 2005 05:06:07 -0800 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1ClRuM-0001WS-00 for ; Mon, 03 Jan 2005 14:06:02 +0100 Received: from p50844942.dip0.t-ipconnect.de ([80.132.73.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2005 14:06:02 +0100 Received: from cklinger by p50844942.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2005 14:06:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@httpd.apache.org From: Christian Klinger Date: Mon, 03 Jan 2005 14:05:55 +0100 Lines: 27 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p50844942.dip0.t-ipconnect.de User-Agent: Mozilla Thunderbird 0.8 (Macintosh/20040913) X-Accept-Language: en-us, en Sender: news X-Virus-Checked: Checked Subject: [users@httpd] How to enable Debug in Source Code X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello maybe a stupid question? In a source code file of mod_auth_tkt there these statements: #ifdef DEBUG ap_log_rerror(APLOG_MARK, APLOG_DEBUG, r, "TKT: tkt_cfg: (is_main: %d, is_first: %d) login_url %s, auth_cookie_name %s, auth_domain %s, # auth_tokens %d, timeout_sec %lu, uri %s", (r->main == NULL), (r->prev == NULL), tkt_cfg->login_url, tkt_cfg->auth_cookie_name, tkt_cfg->auth_domain, tkt_cfg->auth_token->nelts, tkt_cfg->timeout_sec, r->unparsed_uri ); #endif how can i enable this debug feature??? Christian --------------------------------------------------------------------- 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