Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 92086 invoked by uid 500); 27 Jan 2003 22:07:29 -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 92070 invoked from network); 27 Jan 2003 22:07:29 -0000 Received: from poison.slackinc.com (12.35.245.16) by daedalus.apache.org with SMTP; 27 Jan 2003 22:07:29 -0000 Received: by smtp.slackinc.com with Internet Mail Service (5.5.2656.59) id ; Mon, 27 Jan 2003 17:07:01 -0500 Message-ID: <90A3BA28098BD411AD9A0001FA7E505503455EE7@smtp.slackinc.com> From: George Gallen To: "'users@httpd.apache.org'" Date: Mon, 27 Jan 2003 17:06:57 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2C650.68833DB0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] cgi called from javascript line not working ------_=_NextPart_001_01C2C650.68833DB0 Content-Type: text/plain; charset="iso-8859-1" I think the problem is that your doing a POST, and not a GET, and I believe in a POST, only upto the first ? is interpretted, I don't know about a template filename if that's different or not. I use that alot in my logs, to log program name and other information, I put it after the ?, and it's logged, but Apache doesn't attempt to use it for the filename when running the cgi, since the data is passed via the environment variables. Can you run a .cgi with a GET? Of course, I could be totaly offbase as well :) as I configure apache all that much, since my setup is fairly simple. George >-----Original Message----- >From: Gary Richardson [mailto:grichardson@watercove.com] >Sent: Monday, January 27, 2003 5:00 PM >To: 'users@httpd.apache.org' >Subject: RE: [users@httpd] cgi called from javascript line not working > > > >> >> Did you upload these files to your provider? Or is this a >> site you paid >> to have developed that you are now trying to move to another >> server by >> downloading the individual pages by HTTP? >> > >Yep, I wrote 'em myself then uploaded them (via ftp) to the provider. > >-Gary > >--------------------------------------------------------------------- >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 > ------_=_NextPart_001_01C2C650.68833DB0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: [users@httpd] cgi called from javascript line not = working

I think the problem is that your doing a POST, =
and not a GET, and I believe in a POST, only = upto
the first ? is interpretted, I don't know about = a
template filename if that's different or not.

I use that alot in my logs, to log program name = and
other information, I put it after the ?, and = it's
logged, but Apache doesn't attempt to use it = for
the filename when running the cgi, since the = data
is passed via the environment variables.

Can you run a .cgi with a GET?

Of course, I could be totaly offbase as well :) as =
I configure apache all that much, since my setup = is
fairly simple.

George

>-----Original Message-----
>From: Gary Richardson [mailto:grichardson@watercove.c= om]
>Sent: Monday, January 27, 2003 5:00 PM
>To: 'users@httpd.apache.org'
>Subject: RE: [users@httpd] cgi called from = javascript line not working
>
>
>
>>
>> Did you upload these files to your = provider?  Or is this a
>> site you paid
>> to have developed that you are now trying = to move to another
>> server by
>> downloading the individual pages by = HTTP?
>>
>
>Yep, I wrote 'em myself then uploaded them (via = ftp) to the provider.
>
>-Gary
>
>-----------------------------------------------------------= ----------
>The official User-To-User support forum of the = Apache HTTP
>Server Project.
>See <URL:http://httpd.apache.org/userslist.html> 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
>

------_=_NextPart_001_01C2C650.68833DB0--