[BusyBox] httpd patch

Vladimir N. Oleynik dzo at simtreas.ru
Sun Aug 1 14:08:22 UTC 2004


Marc,

> based in the archive http://linuxap.ksmith.com/archive/httpd.c,

My God, to this text two years.

> I created one patch

Hmm, Glenn Engel has offered the httpd module for busybox already with
this function. Its your code?

> that it will go to set the $CGI_* environment variable to
> GET methods, as the example below.

I removed this feature: my "apache" don`t make this variables.
You can a trivial parsing the standart variable QUERY_STRING from cgi script.
For your example:

 > http://hostname/cgi-bin/script.sh?string=Hello%20World

parses unnecessary:

QUERY_STRING="string=Hello World"


--w
vodz



More information about the busybox mailing list