Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 39659 invoked from network); 15 Dec 2004 22:36:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Dec 2004 22:36:14 -0000 Received: (qmail 28019 invoked by uid 500); 15 Dec 2004 22:35:58 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 27992 invoked by uid 500); 15 Dec 2004 22:35:58 -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 27961 invoked by uid 99); 15 Dec 2004 22:35:58 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web41710.mail.yahoo.com (HELO web41710.mail.yahoo.com) (66.218.93.127) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 15 Dec 2004 14:33:48 -0800 Received: (qmail 24476 invoked by uid 60001); 15 Dec 2004 22:32:59 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=DL5msEwmweYQYsnkFbgLBNwwyiWewaasOOEbbjjgDd4LXMxfeludwn4cYdcSGXdwnCY3iYLWB3Qh0DeFpEyaQUUkrwgwxaCkPXtWwfzywZcJsCzqitHKEhXyfO2L2+C6GOt1qSwrYJIiFY2e4t0PvQ5sRo2g0ZynXKdoIg9gkHo= ; Message-ID: <20041215223259.24474.qmail@web41710.mail.yahoo.com> Received: from [63.205.133.149] by web41710.mail.yahoo.com via HTTP; Wed, 15 Dec 2004 14:32:59 PST Date: Wed, 15 Dec 2004 14:32:59 -0800 (PST) From: Zeeshan Maqbool To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked Subject: [users@httpd] A small question (Answering will take less than a min) X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi I have a very simple and small question. Currently I am running a website which has 3 frames in it (and by default they use GET). I am working with data in just 1 frame. Is there ne way I can specify to Apache to use POST instead of GET. well, as most of u might jump on me for this stupid Q, I would like to make it more clear.. The form which is in this frame is something like this: "

Enter Command


" means the method is specified as POST !! and the last 2 lines of access_log: 192.168.0.3 - - [15/Dec/2004:14:09:48 -0800] "GET /lisp/browser HTTP/1.1" 200 383 192.168.0.3 - - [15/Dec/2004:14:09:53 -0800] "POST /lisp/command?user-command=there+%0D%0A HTTP/1.1" 200 1937 Which I understand as : 1) When the form is uploaded method is set GET 2) When I use the submit button method is POST. How can I set the first method to POST ?? meaning set method POST for this FRAME as default .. Zeeshan __________________________________ Do you Yahoo!? Send holiday email and support a worthy cause. Do good. http://celebrity.mail.yahoo.com --------------------------------------------------------------------- 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