On Sunday 21 July 2002 16:44, guitarlynn wrote: > I've figured I could simply use the GET method to work, however I > have been unable to figure out how to parse the $QUERY_STRING into a > read-able set of variables (replace the "&"'s with "/n"'s). I've also > tried to use "uncgi" with it, but "uncgi" does not work with sh-httpd > (it attemps only the literal path instead of "/binary/option").
OK, I attempted the GET method on my Apache server and it works great, however running the cgi on sh-httpd does not parse the $QUERY_STRING at all. I can't find any errors in the log files. So, either Apache passes the "=" character in the string data (that sh-httpd doesn't), I will need to run uncgi with sh-httpd (that hasn't worked thus far), I will need a working POST method, or simply use thttpd (possibly in combination with uncgi as Mosquito is doing). At this point the $QUERY_STRING is being passed to the CGI, just not parsed as usable variables. It works perfectly with Apache on a different machine with either POST or GET methods. -- ~Lynn Avants aka Guitarlynn guitarlynn at users.sourceforge.net http://leaf.sourceforge.net If linux isn't the answer, you've probably got the wrong question! ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
