From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3817 invoked by alias); 9 Oct 2003 20:37:21 -0000 Mailing-List: contact overseers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: , Sender: overseers-owner@sources.redhat.com Received: (qmail 3803 invoked from network); 9 Oct 2003 20:37:20 -0000 Received: from unknown (HELO dair.pair.com) (209.68.1.49) by sources.redhat.com with SMTP; 9 Oct 2003 20:37:20 -0000 Received: (qmail 71007 invoked by uid 20157); 9 Oct 2003 20:37:19 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 9 Oct 2003 20:37:19 -0000 Date: Thu, 09 Oct 2003 20:37:00 -0000 From: Hans-Peter Nilsson X-X-Sender: hp@dair.pair.com To: Gerald Pfeifer cc: Christopher Faylor , Subject: Re: bug in search engine In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-q4/txt/msg00051.txt.bz2 On Thu, 9 Oct 2003, Hans-Peter Nilsson wrote: > I have trouble understanding why getopt can get hold of that > "--bar". I can't repeat it on my own; the query with method GET > ends up as it should in QUERY_STRING with argc 0 and argv empty. > > Chris, can I have access to the web logs, please? (They used to > be accessible, FWIW.) Not needed. Anyone: Is it an apache configury thing to give cgi:s the args in argv as well as in QUERY_STRING with method GET? It happens on gcc.gnu.org, but not where I tested first. (A STFW wasn't conclusive.) If so, I suggest shutting that option off and adding a bit warning in httpd.conf (or whereever). I'll fix htdig independently of this. brgds, H-P