Re: [users@httpd] Missing QUERY_STRING

2013-04-12 Thread Ian C
the request string makes it to the log, but i can't access it from my cgi via environment vars --- On Fri, 4/12/13, Eric Covener wrote: From: Eric Covener Subject: Re: [users@httpd] Missing QUERY_STRING To: users@httpd.apache.org Received: Friday, April 12, 2013, 9:43 PM > >

Re: [users@httpd] Missing QUERY_STRING

2013-04-12 Thread Eric Covener
> >REQUEST_URI'='/cgi-bin/SBC.cgi'\n > 29.148 - - [11/Apr/2013:23:13:10 -0400] "GET /JC84/SBCs.html?SBC=A1 HTTP/1.1" > 304 - Those really the same URL? Seems like you're missng an important detail. - To unsubscribe, e-mail: user

Re: [users@httpd] Missing QUERY_STRING

2013-04-12 Thread Ian C
Sorry for reposting but I'm still stumped.  If anyone has any advice at all... thanks Hi everyone, I'm new to web configurations etc. I hope someone can help me with this, I've been googling and reading docs for many hours. I have Apache 2.2.19 which has been running fine, until I needed a ne

[users@httpd] Missing QUERY_STRING

2013-04-12 Thread Ian C
Hi everyone, I'm new to web configurations etc. I hope someone can help me with this, I've been googling and reading docs for many hours. I have Apache 2.2.19 which has been running fine, until I needed a new CGI which needed the QUERY_STRING from the Get (eg. ?SBC=A1... ) My CGI can obtain a