Re: [users@httpd] 回复: [users@httpd] how to get post data when using shell script as cgi script.

2018-01-03 Thread Kurtis Rader
On Wed, Jan 3, 2018 at 11:14 PM, Keva-Slient <356730...@qq.com> wrote: > thank you very much. in my work, i just need implementing an url > interface. in the beginning, the interface accept one parameter with only > one value in url. but now, we want to put more than one value into that > paramet

Re: [users@httpd] how to get post data when using shell script as cgiscript.

2018-01-03 Thread Keva-Slient
thank you very much. i will read this document. -- . Vanity...My favourite sin. --<> -- Original -- From: "Ruben Safir";; Date: Thu, Jan 4, 2018 01:24 PM To: "users"; Subject: Re: [users@httpd] how to get post data when us

[users@httpd] ?????? [users@httpd] how to get post data when using shell script as cgi script.

2018-01-03 Thread Keva-Slient
thank you very much. in my work, i just need implementing an url interface. in the beginning, the interface accept one parameter with only one value in url. but now, we want to put more than one value into that parameter. as the length of url is limited, i'm trying to transport that parameter w

Re: [users@httpd] how to get post data when using shell script as cgi script.

2018-01-03 Thread Kurtis Rader
On Wed, Jan 3, 2018 at 9:22 PM, Ruben Safir wrote: > On 01/03/2018 10:21 PM, Keva-Slient wrote: > > i use set in script printing all environment variables. > > there is no variable named "QUERY_STRING_POST" > > > > using shell script getting post data is found in this webpage. > > set is a shel

Re: [users@httpd] how to get post data when using shell script as cgi script.

2018-01-03 Thread Ruben Safir
On 01/03/2018 10:21 PM, Keva-Slient wrote: > i use set in script printing all environment variables. > there is no variable named "QUERY_STRING_POST" > > > using shell script getting post data is found in this webpage. > > > http://www.team2053.org/docs/bashcgi/postdata.html > > > https://

Re: [users@httpd] how to get post data when using shell script as cgi script.

2018-01-03 Thread Ruben Safir
On 01/03/2018 10:21 PM, Keva-Slient wrote: > i use set in script printing all environment variables. > there is no variable named "QUERY_STRING_POST" > > > using shell script getting post data is found in this webpage. > > set is a shell script command not an HTTPD command. http://www.cgi10

[users@httpd] how to get post data when using shell script as cgi script.

2018-01-03 Thread Keva-Slient
i use set in script printing all environment variables. there is no variable named "QUERY_STRING_POST" using shell script getting post data is found in this webpage. http://www.team2053.org/docs/bashcgi/postdata.html apache version: Server version: Apache/2.4.10 (Debian) Server built: S