--- Quote Start ---
originally posted by ktroy+aug 26 2006, 11:24 pm--><div class='quotetop'>quote (ktroy @ aug 26 2006, 11:24 pm)</div>
--- quote start ---
<!--quotebegin-jwlam@Aug 13 2006, 07:30 PM
i'd solved my problems. thx.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17562)
--- quote end ---
--- Quote End ---
I cannot get boa to execute a cgi from POST that works just fine with GET. How did you fix your problem?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=17867)</div>
[/b]
--- Quote End ---
i'm still noob but i'll juz try to help. i suppose POST n GET both works, but u nit diff method of reading in the cgi inputs. POST sent the parameters in the environment variable, QUERY_STRING while get sent thru stdin.
try putting ur executable files in the same folder with ur html files in /httpd instead of httpd/cgi-bin. (seems stupid but i think i failed to get it to run in diff folder... cant remember)
search for ScriptAlias in boa.conf. i suppose u can set it to any folder whr u store ur executables. the format of the line is in the file as well.
gd luck.
ps. anyone correct me if i'm wrong.