Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 72089 invoked from network); 25 Jun 2004 20:18:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Jun 2004 20:18:41 -0000 Received: (qmail 72032 invoked by uid 500); 25 Jun 2004 20:18:41 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 71980 invoked by uid 500); 25 Jun 2004 20:18:40 -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 71941 invoked by uid 99); 25 Jun 2004 20:18:38 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [69.61.27.162] (HELO mars.veryhip.com) (69.61.27.162) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 25 Jun 2004 13:18:38 -0700 Received: from veryhip.com (localhost [127.0.0.1]) by mars.veryhip.com (Postfix) with SMTP id BA61F180009B for ; Fri, 25 Jun 2004 16:24:28 -0400 (EDT) Received: from 65.3.193.21 (SquirrelMail authenticated user oliver) by mail.veryhip.com with HTTP; Fri, 25 Jun 2004 16:24:28 -0400 (EDT) Message-ID: <3639.65.3.193.21.1088195068.squirrel@mail.veryhip.com> Date: Fri, 25 Jun 2004 16:24:28 -0400 (EDT) From: oliver@veryhip.com To: users@httpd.apache.org User-Agent: SquirrelMail/1.4.0 RC2a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal X-Virus-Checked: Checked Subject: [users@httpd] header_in/out: DBILogger.pm query string missing? X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Top of the day to ya, I need to know the header_in/out for the query string. I have tried writing a little data dumper to no avail. I can't figure it out on modperl.com or apache.org. I use DBILogger.pm to log requests to SQL database. It's my own version I mod'd, and it works fine, but I don't know how to get the query string in there. I wrote a little piece in the DBILogger.pm that dumps the $r object ($r->uri is the uri, i tried $r->uri-query and $r->uri-string and those don't work either) into a file for each request but it doesn't help. I can't find the way to access the query string. So I believe maybe it's in the header as something. I can access $r->header_out{'hdr'} where hdr is the name of the header like 'Location' would be the Location header. I looked at Apache::Connection synopsis as well to see if there was a way I could grab this data, but no help there. Anybody have a good way to do this? I love my DBILogger.pm, and have made lots of reporting programs and it's integrated in alot of how I track who does what, but I need query strings. If I can't do this, I'm going to do a File::Tail perl program on a regular log file and put it in the database, which might be a better solution anyways. Thanks, Oliver --------------------------------------------------------------------- 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